prieto
6d61bf29ed
enlever méthode inutile
8 years ago
Yann Weber
3ed55fdc29
Some modifications + tests update for settings loader
8 years ago
Roland Haroutiounian
60f88dcf0c
Ajout d'un GenericDataSource avec les signatures des méthodes de base
8 years ago
prieto
ab2bbee191
Implémentation requete
8 years ago
Roland Haroutiounian
458e008db7
Refactoring in the mongodb utils module
8 years ago
Roland Haroutiounian
26c8b7d9d1
Implemented the "like" and "not like" filter parsing
8 years ago
Roland Haroutiounian
6d2bf64898
Corrected a variable name
8 years ago
Roland Haroutiounian
b17259cf02
First implementation of the insert method in the mongodb datasource
8 years ago
Roland Haroutiounian
801f2f0679
Added the order options parsing function
8 years ago
Roland Haroutiounian
7019aa5a40
Added a todo for the implementation of the sorting options parser
8 years ago
Roland Haroutiounian
d28828c7c9
Datasource implementation
- Implementation of the delete, insert and insert_multi methods + first implementation of the select method in the MongoDB datasource
- Added parsing methods in the mongodb/utils module
8 years ago
Roland Haroutiounian
f4a70e25a5
Code cleaning
8 years ago
Roland Haroutiounian
688e15f8e0
[DataSource] added the utils.object_collection_name method to utils module. Added also the insert and insert_multi methods to the MongoDb datasource class
8 years ago
Roland Haroutiounian
542fdf1ca7
[MongoDbDataSource] Implementation of the connection creation and a first check on the given parameters
- The check method checks, for now, if all the needed parameters are passed to the connection string
- A test class has been written with some bad connection args examples
8 years ago
Yann Weber
8659e91f43
Fixing settings & logger
8 years ago
prieto
59342cd315
13042016
8 years ago
Yann Weber
61dd475e8c
Query refactoring
8 years ago
Roland Haroutiounian
10b24a43ff
Added the FieldValidationError reference to the references module
8 years ago
prieto
e42af4dfa8
corrections
8 years ago
prieto
49893e877e
Corrections
8 years ago
Yann Weber
e0717c9317
More comments + a script to list default settings validators
8 years ago
Yann Weber
c5971d9590
Updated comments (and deleting space between ## and @brief )
8 years ago
Yann Weber
d360b11af0
Changing behavior when no settings loaded
8 years ago
Yann Weber
2404c53fef
Add a loader for tests in order to bootstrap settings
8 years ago
prieto
c7a218f251
names of variables
8 years ago
prieto
7fe080eb38
ajout getter
8 years ago
Yann Weber
c0c5d23adb
Commit with comments, code clean etc.
8 years ago
prieto
8156104d1d
corrections
8 years ago
prieto
25c787051a
corrections
8 years ago
prieto
c887008dc3
corrections
8 years ago
Yann Weber
acb415f977
Settings and plugins first implementation
8 years ago
Yann Weber
4c2d83e8d5
Settings validators implementation
8 years ago
prieto
ebc3e742c7
Settings
8 years ago
Roland Haroutiounian
8bc0f8484e
Code cleaning on the query module
8 years ago
Yann Weber
68a27ff5dd
[Broken state] started settings implementation
8 years ago
Yann Weber
6297a2c67c
SettingsError exception class implementation
8 years ago
Roland Haroutiounian
95e5b3c03d
First implementation of the query preparation of the LeGetQuery class
8 years ago
prieto
20b148f0d0
Ajout getter
8 years ago
prieto
841b2334ff
Classe SettingsLoader
8 years ago
Roland Haroutiounian
81ad187977
Bug fix on the name of a method in query module
8 years ago
Roland Haroutiounian
9c9dd8bc96
code cleaning
8 years ago
Roland Haroutiounian
62161a0ffb
LeGetQuery.__get() now takes into account the group argument
8 years ago
Roland Haroutiounian
f9df2fb0f3
Added the implementation of LeGetQuery.__prepare_order()
8 years ago
Roland Haroutiounian
efe35331fe
Moved the validate_query_filters method from LeQuery to LeFilteredQuery
8 years ago
Roland Haroutiounian
c342a85995
Implementation of the prepare method for LeDeleteQuery with the check of the validity of the query filters operators
8 years ago
Roland Haroutiounian
886e123d40
Hook-less implementation of the crud methods in the query module's classes
8 years ago
Roland Haroutiounian
22c43078bb
Added the signatures for the LeInsertQuery methods
8 years ago
Roland Haroutiounian
4fc3a0eb2a
Signatures of LeGetQuery methods , First implementation of LeDeleteQuery
8 years ago
Roland Haroutiounian
b36062534b
First coding of the LeUpdateQuery class
8 years ago
Roland Haroutiounian
859ceb30f2
Fixed a relative import
8 years ago