Roland Haroutiounian
8e4815c34f
Bugfix on the recursive select
8 years ago
Roland Haroutiounian
d32756695a
First implementation of the abstract class select queries
8 years ago
Yann Weber
1f1e6f13b3
Add a new get_class_childs to Model class and a child_classes method to LeObject
Now lefactory populate a LeObject attribute named _child_classes
8 years ago
Roland Haroutiounian
ffad9fc01c
Revert
8 years ago
Roland Haroutiounian
98ffe11d5f
Changed the object_collection_name method in the utils of mongodb datasource plugin
8 years ago
Yann Weber
996bc334a1
Bugfixes + code clean
8 years ago
Yann Weber
61b80b8262
Lgger enhancement on MH
8 years ago
Yann Weber
ba3f660451
Bugfix in init_db method of MongoDB migration handler
8 years ago
Yann Weber
71cdb2e75d
Implements a new make target to list registered hooks in an instance
8 years ago
Yann Weber
6e89fca151
The automatic UID creation by datasource implementation implies somes changes :
The UniqID datahandler has to call the datasource
LeObject has to be able to determine wich parent class define its UID datahandler
[NOT IMPLEMENTED] the datasource should be able to select with an abstract LeObject as target ( see #92 )
8 years ago
Yann Weber
8ca3b20c0b
Updated tests
8 years ago
Roland Haroutiounian
965aad1cbd
Method and variable calls fix in mongodb datasource
8 years ago
Yann Weber
2faeff1ecb
Implement construct data for datetime + bugfix in datahandler base class
- datahandler base class was not supporting default values due to a bug
- implements the datetime datahandler construct_data method
8 years ago
Yann Weber
ece5029d66
em_test update + bugfix in tests
8 years ago
Yann Weber
0acd3d6612
Bugfixes in query and datasources.
8 years ago
Roland Haroutiounian
910f1d70c1
Downgrade of pymongo in the requirements (to go with the same current version of debian packages)
8 years ago
Yann Weber
bbaf954d1c
MH constructor simplification
8 years ago
Yann Weber
329a69ad61
Update README.txt and install/Makefile
8 years ago
Yann Weber
27969719ac
Cleaning now useless LodelHook call and import
8 years ago
Yann Weber
13a2d157e3
Database initialization function written
8 years ago
prieto
f5dbb136fa
Connections arguments passed in class init
8 years ago
Yann Weber
e3dbdc8e49
Untested but written db initialisation function in install/lodel_admin.py
8 years ago
Yann Weber
f386701392
New headers for dummy MH
8 years ago
prieto
e6ad53e618
Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel
8 years ago
prieto
214c29d545
Minor change
8 years ago
Yann Weber
4c90b68fda
Bugfix and better exceptions handling in datasource initialization methods
8 years ago
prieto
3827bb2c1d
Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel
8 years ago
prieto
491bdb4849
MongoDB MigrationHandler takes a list of classes instead of an editorial model
8 years ago
Yann Weber
2da4b82770
Continue to split _init_datasource method of LeObject
8 years ago
Yann Weber
9b3087b363
Continue to prepare MigrationHandler database initialization script
8 years ago
Yann Weber
c035c0efa9
Bugfix in scripts/admin.py
8 years ago
Yann Weber
d54ef17061
Unskipping and debuging a test
8 years ago
Yann Weber
5ba8fd8e7f
em_test update + DataHandler bugfix & enhancement
8 years ago
Yann Weber
006b0c4bc0
Deleting old stuff + bugfix in install/Makefile and in install/lodel_admin.py
8 years ago
prieto
d24b7a92d6
Comments for doxygene
8 years ago
Yann Weber
fe64cd4d9c
Forgotten doxygen files
8 years ago
Roland Haroutiounian
1ccd19c43c
starting the implementation of the init all dbs script (makefile and function declaration)
8 years ago
Roland Haroutiounian
56e2dc1d5f
Code cleaning in the migration handler
8 years ago
Yann Weber
d12d1e2865
Bugfixes in query.py and leobject.py + more test on Query <-> Datasource relations
8 years ago
Roland Haroutiounian
2e13ab78bc
Changed the mongodb migration handler name to a more generic one
8 years ago
prieto
6db8ef8404
Add Concat datahandler
8 years ago
prieto
2e01764b67
Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel
8 years ago
Yann Weber
3128b17be8
Bugfixes in datahandlers base_classes.py
8 years ago
Roland Haroutiounian
12006b11ab
Added a condition on the class of the datasource for the classes used in the init_collection_names
8 years ago
prieto
0154d7bdc4
Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel
8 years ago
Yann Weber
c6334f903f
Bugfixes in LeGetQuery + more tests on LeObject.get <-> LeGetQuery
8 years ago
Yann Weber
df8e38d9a9
Bugfix in leapi_dyncode import for migration handler
8 years ago
Yann Weber
9ccf793127
Add tests for LeDeleteQuery Datasource calls
8 years ago
Roland Haroutiounian
67ce738578
Gets the initial collection names from the dynamic code
8 years ago
Roland Haroutiounian
84cddbf67f
Changed the init_db method in the admin module of the scripts package to use an editorial model as argument
8 years ago