1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-26 07:16:54 +01:00
Commit graph

286 commits

Author SHA1 Message Date
Roland Haroutiounian
42ddd6909b Syntax errors fixed 2016-06-24 09:57:40 +02:00
Yann
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
2016-06-22 17:03:15 +02:00
Yann
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 )
2016-06-22 14:20:46 +02:00
Yann
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
2016-06-22 11:31:35 +02:00
Yann
0acd3d6612 Bugfixes in query and datasources. 2016-06-22 11:12:27 +02:00
Yann
e3dbdc8e49 Untested but written db initialisation function in install/lodel_admin.py 2016-06-17 14:57:54 +02:00
Yann
4c90b68fda Bugfix and better exceptions handling in datasource initialization methods 2016-06-17 14:35:55 +02:00
Yann
2da4b82770 Continue to split _init_datasource method of LeObject 2016-06-17 14:23:17 +02:00
Yann
9b3087b363 Continue to prepare MigrationHandler database initialization script 2016-06-16 17:36:00 +02:00
Yann
5ba8fd8e7f em_test update + DataHandler bugfix & enhancement 2016-06-16 16:36:16 +02:00
Yann
006b0c4bc0 Deleting old stuff + bugfix in install/Makefile and in install/lodel_admin.py 2016-06-16 15:57:13 +02:00
prieto
d24b7a92d6 Comments for doxygene 2016-06-16 15:34:30 +02:00
Yann
d12d1e2865 Bugfixes in query.py and leobject.py + more test on Query <-> Datasource relations 2016-06-16 14:42:35 +02:00
prieto
6db8ef8404 Add Concat datahandler 2016-06-16 14:20:25 +02:00
prieto
2e01764b67 Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-06-16 14:19:53 +02:00
Yann
3128b17be8 Bugfixes in datahandlers base_classes.py 2016-06-16 14:16:43 +02:00
prieto
0154d7bdc4 Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-06-16 11:52:40 +02:00
Yann
c6334f903f Bugfixes in LeGetQuery + more tests on LeObject.get <-> LeGetQuery 2016-06-16 10:57:29 +02:00
prieto
2bd1cbdc61 Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-06-16 08:44:23 +02:00
prieto
db835cd61e Debug 15/06 2016-06-16 08:44:07 +02:00
Yann
1ea9269742 Small bugfixes in leobject and validator
- Replaced a self. by cls. in leobject
- Changed default value for runtest option
2016-06-15 16:37:11 +02:00
Yann
33b9ad84c6 Tests + bugfix on LeObject.get method
- Changed the way of instanciating results object in get (using __new__ )
2016-06-15 15:05:50 +02:00
Yann
4e504f759e Bufix on LeObject.update + test 2016-06-15 14:07:55 +02:00
Yann
96f736ae16 Bufixes making test pass 2016-06-15 12:19:06 +02:00
Yann
59e33b9a68 Bugfixes in query, in the execute method 2016-06-15 12:01:33 +02:00
Yann
a3b3102604 New way to run test via loader & conf 2016-06-15 12:01:11 +02:00
prieto
7c5ebc3035 self.__namein delete 2016-06-15 10:17:03 +02:00
prieto
27985b8411 O 2016-06-15 10:15:35 +02:00
prieto
69c3001b1b __ instead of _ 2016-06-15 10:01:40 +02:00
prieto
11328fca29 Correction 2016-06-15 09:54:32 +02:00
prieto
96aa360702 Remove conflictsMerge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel
Conflicts:
	lodel/leapi/leobject.py
	lodel/leapi/query.py
2016-06-15 09:52:46 +02:00
prieto
c3e62e57be Corrections 2016-06-15 09:49:33 +02:00
Yann
9c23abcdcc Bugfixes on leobject & query 2016-06-10 17:46:24 +02:00
prieto
669ec976a4 Corrections __init 2016-06-10 17:24:31 +02:00
prieto
53ad4dcbc0 Adding import warnings 2016-06-10 17:16:59 +02:00
prieto
96f35011fa Datas_base 2016-06-10 17:08:12 +02:00
prieto
4acb7832ff Coorecting dats_base 2016-06-10 17:07:37 +02:00
prieto
b8b740ebd3 Adding _check_data_value methods for all types 2016-06-10 17:01:20 +02:00
prieto
a5474695a8 correct an error of keyboard 2016-06-10 16:47:53 +02:00
prieto
955e327215 Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-06-10 16:46:52 +02:00
prieto
8806738bba correct lequery execute 2016-06-10 16:46:16 +02:00
Yann
378dfd9766 More test + change 1 exception in LeObject 2016-06-10 16:43:53 +02:00
Yann
7f2246756d Exceptions enhancement in LeObject 2016-06-10 16:24:08 +02:00
prieto
45f09240f7 Coorecting error by passing cls to query 2016-06-10 16:05:48 +02:00
prieto
a4dd1950e2 Name of exceptions 2016-06-10 15:30:30 +02:00
prieto
754a5b7baa Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-06-10 15:27:34 +02:00
prieto
521f81728d Correction raise LeApiErrors 2016-06-10 15:26:00 +02:00
Yann
77d6fd8df5 More tests on LeOject 2016-06-10 15:12:01 +02:00
prieto
d5f0f9fd16 Corrections of a method name 2016-06-10 14:55:58 +02:00
Yann
cccabc7ce4 More forgotten files 2016-06-10 14:47:24 +02:00