61 Commits (f303c0c2416ba44c6eff31fee2353bf5dc35e081)

Author SHA1 Message Date
  Yann Weber ebad5fae54 Moving random EM generation methods in a dedicated file 9 years ago
  Yann Weber 06bd3b141d Model construct enhancement with backend and MH inheritance 9 years ago
  Yann Weber a502965103 Bugfix on model 9 years ago
  Yann Weber f2027275e3 Addapt graphviz backend and random EM generator to changes on master branch 9 years ago
  Yann Weber 32975049d1 Use the kwargs parameter to tune generation 9 years ago
  Yann Weber d405f0b41e Added a random methods to EmModel to generate a random EM 9 years ago
  Yann Weber a987b5b672 Added a method to create a random EM 9 years ago
  ArnAud 5f0f5dd3bf EmComponent: convert attr_dump attribut to a method 9 years ago
  ArnAud 8b55bc54ed EmModel : delete_component() return False if deletion is not possible 9 years ago
  ArnAud 644f76b14d Emtype: superiors_list should be a dict with list of int 9 years ago
  ArnAud 5fabf34ddb EmType: bugfix, maybe we should learn python :p 9 years ago
  ArnAud d7b59df745 EmModel: attr_dump does not use attribut 'model' anymore 9 years ago
  ArnAud cdf31218f6 EmModel: _initiated attribut does not exist anymore in attr_dump 9 years ago
  ArnAud 63787bc969 EmModel: bug fix create component: do not use positional argument 9 years ago
  ArnAud 9131f7bcd2 EmField: type attribute is now called fieldtype 9 years ago
  ArnAud 49b78fe37d EmType: implement add_superior() & del_superior() 9 years ago
  ArnAud a89cfa4429 EmType: use superiors_list instead of subordinates_list to save type hierarchy 9 years ago
  ArnAud e5d6caa6cf EmModel : new method migrate_handler() 9 years ago
  ArnAud ea302bb469 EmModel : create_component() can take an optional uid 9 years ago
  Yann Weber 18695e3a72 Implement the BackendJson save method 9 years ago
  Yann Weber d35fa8c56e Cleaning and commenting 9 years ago
  Yann Weber 773afc5b2c New version (again) of the fieldtypes 9 years ago
  Yann Weber 4c0b8d3279 New graphviz backend + some methods added to some components 9 years ago
  Yann Weber aa6e01bff0 Dirty comit of a djago MH that "works" 9 years ago
  Yann Weber 17c1eba918 Solved a bug about checking ranks and getting max rank 9 years ago
  ArnAud 5fb9c8b7b6 EmComponent: get_max_rank() should return an int 9 years ago
  Roland Haroutiounian f1d819c254 [EmFieldGroup] Changed the assertions for the init tests with bad arguments 9 years ago
  Roland Haroutiounian 03113ae8bf Changes in the tests for the fieldgroups 9 years ago
  Roland Haroutiounian bf5704d361 [Model] pep8+pylint 9 years ago
  Yann Weber 6aa32322a0 SHA512 hash for Model 9 years ago
  Roland Haroutiounian 0bf24b6c48 [#45] Changed the return of the hash methods, we get integer instead of string 9 years ago
  Yann Weber 4dfb751bb3 Removing a debug print 9 years ago
  Yann Weber 084b8af6c1 MigrationHandler enhancement (now records Model's hash for each changes). Better beaviour of Model.create_component if MigrationHandler raises 9 years ago
  Roland Haroutiounian 873edf19a6 [#45] Reimplemented the __eq__ method of the Model class so that it uses the newly defined __hash__ method 9 years ago
  Roland Haroutiounian 8a6fdd4c6a [#45] Added the __hash__ method implementation for the Model class 9 years ago
  Yann Weber ed9133016f Fixing component deletion 9 years ago
  Yann Weber fe9184f608 Reimplementig EmComponent::__setattr__ to call migration handler 9 years ago
  Yann Weber 195cca24a4 Implementing check methods for each EmComponent child (and EmComponent) 9 years ago
  Yann Weber b6ef37752f Supressed _fields from EmComponent and transforming the EmComponent in a standart object with standarts attributes 9 years ago
  Yann Weber 7f93063f05 Rank at creation improvement 9 years ago
  Yann Weber c9f2f16c77 Added rank handling at component creation 9 years ago
  Yann Weber a2529cf8eb Added a check method to EmComponent and EmClass 9 years ago
  Yann Weber d5fde8287b Written a first DummyMigrationHandler and modified Model __init__ method to have a migration_handler arguments 9 years ago
  Yann Weber 8bf864c597 Handling rank sorting in Model and rank modifier in EmComponent 9 years ago
  ArnAud 619232c5d8 EM Model: pylint and pep8 9 years ago
  ArnAud d8f8943ca8 EM Model: use the appropriate dict 9 years ago
  Roland Haroutiounian 10c516e404 [EmFieldGroup] Changed in the deletion process. Raises a NotEmptyError in case fields are still attached to the fieldgroup 9 years ago
  Yann Weber 9f0599939a Update of Model.create_component method 9 years ago
  Yann Weber b87c276b26 Now EmComponents gets a Model instance when instanciate, and the Model._components dict structure has change a bit 9 years ago
  Yann Weber 6a56b31ba5 Migrating EmClass methods and EmComponent.delete according to the new Model object, changed the Model.components dict keys (and the json test file) 9 years ago