2 Commits (ec1e531aa2b4c79211fbb004f092bba70bbaf0f0)

Author SHA1 Message Date
  Quentin Bonaventure ec1e531aa2 Most of licence headers + LICENCE.md 7 years ago
  Yann Weber 0406e91846 Moved plugins folder in lodel/ 7 years ago
  Yann Weber c3137b658f Replaced imports by LodelContext.expose_modules() calls 7 years ago
  Yann Weber 13a2d157e3 Database initialization function written 8 years ago
  Yann Weber 9a82936fbf Datasources plugins enhancement and loading bugfixes 8 years ago
  Roland Haroutiounian 8ca2869bbd PEP8 and deleted the import of the mongodbconnect function in the mongodb datasource 8 years ago
  Roland Haroutiounian e5ad4d1ff7 created a datasource module in mongodb_datasource plugin and changed the main to add two hooks importing the migration handler and the datasource 8 years ago
  Roland Haroutiounian aee3db3095 added the import of the utils.connection_string function in the mongodb_datasource main.py module 8 years ago
  Yann Weber 83afc6b6dd Deleted datasources plugins and add a settings for datasources declaration 8 years ago
  Yann Weber d9399bc64d MongoDB datasource enhancement 8 years ago
  Yann Weber 5708194875 Rewriting CRUD methods of datasources 8 years ago
  Yann Weber 11027fd959 Starting implementation of relation in datasource 8 years ago
  Roland Haroutiounian d309cea519 Added the emfield_upgrade method (for the update of an existing field) 8 years ago
  Roland Haroutiounian bf2940a3e3 Move of the MongoDb Datasource in a plugin 8 years ago
  Roland Haroutiounian 3a87551f2e Code cleaning 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 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 d28828c7c9 Datasource implementation 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 8 years ago
  Yann Weber c5971d9590 Updated comments (and deleting space between ## and @brief ) 8 years ago
  Roland Haroutiounian 311ef0c4f3 Created a mongodb subpackage in the datasource package 8 years ago
  Roland Haroutiounian 35730ee916 Added a first implementation of the insert method in mongodb 8 years ago
  Roland Haroutiounian 036f16f8aa Added the username and password management for the mongodb connection string 8 years ago
  Roland Haroutiounian e47dc0d8ee First implementation of the delete method of the MongoDbDataSource 8 years ago
  Roland Haroutiounian f5cfdb76c0 Created the structure of pymongo Datasource 8 years ago