72 Commits (dc143a3376577e7ed8e6ab7555e75b27dd387b52)

Author SHA1 Message Date
  Yann Weber bbf33373d0 New version of fieldtypes class hierarchy + partial migrationhandler adaptation 8 years ago
  Yann Weber 43e8145dab Implements get_max_rank() in LeApi. Add a fieldtype rank. + A lot of bugfix 8 years ago
  ArnAud 5164adffa3 sql datasource: delete unused methods 8 years ago
  ArnAud 5be6c62189 sql datasource: relational filter for hierarchical relations 8 years ago
  ArnAud 53663603fa lecrud: get() flag instanciate to choose to get raw data or objects 8 years ago
  Yann Weber f2a54b72cd Comments update for doxygen doc 8 years ago
  ArnAud a084678831 sql datasource: update() for rel2type 8 years ago
  Yann Weber 94b843e321 Add a new settings debug_sql 8 years ago
  Yann Weber 8133e6c45b Add settings.py with default value, add migration_handler options + modify migration_handler to handle settings 8 years ago
  Yann Weber c7756f5ea2 Update README and mh comments 8 years ago
  ArnAud 97716da260 sql datasource: get() for a rel2type 8 years ago
  ArnAud 642fec49e9 sql datasource tests: repair after changes of utils functions 8 years ago
  ArnAud 98f02e1630 sql datasource: select/insert for relations 8 years ago
  Yann Weber be2fe9b7a5 PEP8 + lint on migrationhandler and MySQL/utils 8 years ago
  Yann Weber 4b629fee81 More clean on migrationhandler 8 years ago
  Yann Weber 6a55df202e Changed the way to instanciate the MigrationHandler to fit with the DataSource 8 years ago
  Yann Weber 89667ee1d1 Fixing tests and other classes to fit recent changes 8 years ago
  Yann Weber 146c0fd69b Finish the new version of migrationhandler + modifications in leFactory and LeRelation (to handle generic lesup & lesub in LeRelation) 8 years ago
  ArnAud c129ceaa49 sql datasource: refactoring 8 years ago
  Yann Weber 54af3da85a Modified version of migration handler 8 years ago
  Yann Weber 0c046ab0a3 Small bugfixes in utils 8 years ago
  ArnAud 16d65606d3 SQL utils: use the right function name 8 years ago
  Yann Weber 8905246218 New version of MySQL utils 8 years ago
  ArnAud c3bfb07246 group for SQL group not groups 8 years ago
  Roland Haroutiounian 6f4f69ec6e LeRelation : Modification de l'implémentation du max_rank 8 years ago
  ArnAud b1b13f4afa crud, SQL: implement order, group, limit and offset in get() request 8 years ago
  Roland Haroutiounian 141ba96de3 Deleted the get_relation call in leapidatasource's update_rank method 8 years ago
  Roland Haroutiounian 6b92ec7d9b Changed the leapidatasource's update_rank method according to the LeRelation.set_rank method's changes 8 years ago
  Yann Weber b8266f3303 Update relations rank modifications 8 years ago
  Roland Haroutiounian b8b9914567 Changed the returned value in case of failure on the update rank query in LeRelation 8 years ago
  Roland Haroutiounian 60d73ba307 Added the boolean return to the update_rank method 8 years ago
  ArnAud 95deb4574e SQL datasource: insert method for relations 8 years ago
  ArnAud ceef5f4b9b SQL: table name are lowercase 8 years ago
  Yann Weber 1782153774 Add a test_query to the datasource select test method 8 years ago
  Yann Weber f911a389de Add a test for MySQL datasource select method 8 years ago
  Yann Weber 9e5e8a8433 Move test directory in MySQL for MySQL tests 8 years ago
  Roland Haroutiounian 4af1606b04 Added a first implementation of the set_rank method in LeRelation 8 years ago
  Yann Weber 0e54a47399 Add first tests on MySQL datasource ( mock party ! ) 8 years ago
  ArnAud 1a2c0f6a45 sqlDatasource: insert() for a hierarchical relation 8 years ago
  Yann Weber 4383606fbb Write an instance creation script and replace the SQLMigrationHandler by the MysqlMigrationHandler 8 years ago
  Yann Weber 3ae2e6e613 Moved all modules related to DB in the DataSource folder ( fixes #88 ) 8 years ago
  ArnAud a5efcdbfd8 SQL datasource: implement LeClass.get() and LeType.get() 8 years ago
  ArnAud d854b468e0 Lodel: first draft of Settings class 8 years ago
  ArnAud 9fdb73106d SQL: do queries in one function 8 years ago
  Roland Haroutiounian 565045b413 PEP8/Pylint on DataSource MySQL 8 years ago
  ArnAud b1dd977a8b DataSource MySQL: change variable name 8 years ago
  Yann Weber 94a5afcdd7 Implements _LeObject.hierarchy_add() method and instroduce the class LeRoot 8 years ago
  Yann Weber 54ba4cc3c5 Implements get_relation in LeDatasourceSQL + some small changes in MySQL and MH 8 years ago
  Yann Weber 24b758af9b Updated some MySQL properties and MigrationHandler stuff 8 years ago
  Roland Haroutiounian 292a3dc8f6 [#76] The settings will be taken in a non versionned settings file 8 years ago