9 Commits (234f8909f95ba57fb10be2ba8c364a475c213276)

Author SHA1 Message Date
  Roland Haroutiounian ca6af9432b Split of the connect function to create a connection function that return a MongoClient object 8 years ago
  Roland Haroutiounian 8ca2869bbd PEP8 and deleted the import of the mongodbconnect function in the mongodb datasource 8 years ago
  Roland Haroutiounian 632381eabe function name correction 8 years ago
  Roland Haroutiounian c1627dd928 Commented temporarily the mongodbconnect function (replaced by the connect function in the same module 8 years ago
  Roland Haroutiounian 21d084e502 Fixed the username argument's name in the connection_string of the mongodb utils module 8 years ago
  Roland Haroutiounian a9b475d912 Fixed a parameter name in the connect fonction in mongodb_datasource utils.py module 8 years ago
  Yann Weber d9399bc64d MongoDB datasource enhancement 8 years ago
  Yann Weber 11027fd959 Starting implementation of relation in datasource 8 years ago
  Roland Haroutiounian bf2940a3e3 Move of the MongoDb Datasource in a plugin 8 years ago
  Roland Haroutiounian 888c671659 Rewrote some code from the migration handler 8 years ago
  Roland Haroutiounian a05d4cfbec Added more methods to the mongodb migration handler 8 years ago
  Roland Haroutiounian 4c0d447df3 added an identifier escaping method to the utils module 8 years ago
  Roland Haroutiounian 7ea8470089 Moved the MongoDb database connection method to the utils module 8 years ago
  Roland Haroutiounian d58168a69f Mongodb datasource : added new methods 8 years ago
  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 years ago
  Roland Haroutiounian 60f88dcf0c Ajout d'un GenericDataSource avec les signatures des méthodes de base 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 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 311ef0c4f3 Created a mongodb subpackage in the datasource package 8 years ago