Roland Haroutiounian
bf2940a3e3
Move of the MongoDb Datasource in a plugin
8 年前
Roland Haroutiounian
3a87551f2e
Code cleaning
8 年前
Roland Haroutiounian
888c671659
Rewrote some code from the migration handler
8 年前
Roland Haroutiounian
77f1db337b
Changed the emfield_new method
8 年前
Roland Haroutiounian
1739a009bb
Implemented the emfield_del method in the migration handler
8 年前
Roland Haroutiounian
84003e95f6
TODO added in the migration handler
8 年前
Roland Haroutiounian
97de4a91b6
Reference fix on the call of a class property in the migration handler
8 年前
Roland Haroutiounian
c3072a1bea
Deleted a useless comment
8 年前
Roland Haroutiounian
a05d4cfbec
Added more methods to the mongodb migration handler
8 年前
Roland Haroutiounian
4c0d447df3
added an identifier escaping method to the utils module
8 年前
Roland Haroutiounian
7ea8470089
Moved the MongoDb database connection method to the utils module
8 年前
Roland Haroutiounian
d58168a69f
Mongodb datasource : added new methods
8 年前
Roland Haroutiounian
3a504e6065
Migration handler
8 年前
Roland Haroutiounian
825dea770b
Added the "group by" option in the select method of the mongodb datasource and started the implementation of the migration handler
8 年前
Roland Haroutiounian
60f88dcf0c
Ajout d'un GenericDataSource avec les signatures des méthodes de base
8 年前
Roland Haroutiounian
458e008db7
Refactoring in the mongodb utils module
8 年前
Roland Haroutiounian
26c8b7d9d1
Implemented the "like" and "not like" filter parsing
8 年前
Roland Haroutiounian
6d2bf64898
Corrected a variable name
8 年前
Roland Haroutiounian
b17259cf02
First implementation of the insert method in the mongodb datasource
8 年前
Roland Haroutiounian
801f2f0679
Added the order options parsing function
8 年前
Roland Haroutiounian
7019aa5a40
Added a todo for the implementation of the sorting options parser
8 年前
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 年前
Roland Haroutiounian
f4a70e25a5
Code cleaning
8 年前
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 年前
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 年前
Yann Weber
c5971d9590
Updated comments (and deleting space between ## and @brief )
8 年前
Roland Haroutiounian
311ef0c4f3
Created a mongodb subpackage in the datasource package
8 年前
Roland Haroutiounian
35730ee916
Added a first implementation of the insert method in mongodb
8 年前
Roland Haroutiounian
036f16f8aa
Added the username and password management for the mongodb connection string
8 年前
Roland Haroutiounian
e47dc0d8ee
First implementation of the delete method of the MongoDbDataSource
8 年前
Roland Haroutiounian
f5cfdb76c0
Created the structure of pymongo Datasource
8 年前