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

326 commits

Author SHA1 Message Date
Roland Haroutiounian
84003e95f6 TODO added in the migration handler 2016-05-27 09:32:11 +02:00
Roland Haroutiounian
97de4a91b6 Reference fix on the call of a class property in the migration handler 2016-05-27 08:53:40 +02:00
Roland Haroutiounian
c3072a1bea Deleted a useless comment 2016-05-27 08:52:28 +02:00
Roland Haroutiounian
a05d4cfbec Added more methods to the mongodb migration handler 2016-05-26 16:44:13 +02:00
Yann
67c53443b5 Activated raise on invalid settings + enhancement in Settings exceptions 2016-05-25 16:34:42 +02:00
Yann
f8e8750eec Progress in datasource as plugin implementation 2016-05-25 16:00:34 +02:00
Yann
6fb04a69fb Documentation on datasources plugins + confspec updates in validator.py
+ a new validator named 'string', it tries to cast the conf value using str()
2016-05-25 15:08:00 +02:00
Yann
bf879a833c Adds tests for LeGetQuery + bugfixes
- separates LeGetQuery tests and LeFilteredQuery tests
- small bugfixes associated to tests
2016-05-25 14:16:32 +02:00
Yann
9781577cb6 Add tests for filtered queries + bugfixes
- adds tests on filter parse & check
 - standart filters parse & check
 - relational filters parse & check
- bugfixes related to tests in query.py
- update the example and the test EM
- bugfixes in admin script
2016-05-25 12:23:41 +02:00
Yann
373987ab9f [Broken tests] Add some tests for xmlfile EM translator 2016-05-25 11:13:38 +02:00
Roland Haroutiounian
4c0d447df3 added an identifier escaping method to the utils module 2016-05-25 09:49:10 +02:00
Roland Haroutiounian
7ea8470089 Moved the MongoDb database connection method to the utils module 2016-05-25 09:49:10 +02:00
Yann
be8084b4fb Small bugfix in LeObject 2016-05-25 09:40:29 +02:00
Yann
6b5f377dc2 Regroup all code concerning webui in plugins/webui 2016-05-20 17:42:28 +02:00
Yann
5991bc8e6f Add leading & trailing spaces to all operators in LefilteredQuery
Doing so forbids operators like << == =! in* etc..
The tests were updated
2016-05-20 14:53:08 +02:00
Yann
f402902b5b Written some tests for filtered queries + query re modifications
- the re for filter spliting is modified to better handle operators
- added leading & trailing space to some operators
2016-05-20 14:48:53 +02:00
Yann
76f002d06c Bugfixes in leobject and queries classes 2016-05-20 14:05:16 +02:00
prieto
42361efe7a Comments are added 2016-05-19 13:56:50 +02:00
prieto
b4a8e7ee99 Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-05-19 11:53:42 +02:00
prieto
aa67601c81 Bugs correction 2016-05-19 11:50:12 +02:00
Yann
e5b9a4abd3 Bugfix in leapi/query.py 2016-05-18 17:34:13 +02:00
Yann
b22655d18b Bugfixes (uwsgi + create_instance ) 2016-05-18 17:23:21 +02:00
Yann
5c8f46c51e Updated webui plugin to enable standalone mode
To start in standalone uwsgi set lodel2.webui.standalone=True in conf file and start loader.py
2016-05-18 17:00:39 +02:00
Yann
85d11c0376 Nice exceptions for settings validation fails 2016-05-18 16:07:47 +02:00
Yann
d7ae15e0bd Validators update
- fixes exceptions output
- add "none" validator that validates only None
2016-05-18 16:06:00 +02:00
Yann
251fc6d324 Add some utility function + addition in query.py 2016-05-18 10:50:13 +02:00
prieto
7070838e92 Addons for xml translator 2016-05-18 10:07:34 +02:00
prieto
d2a570ca45 Correction d_hash 2016-05-18 10:04:53 +02:00
prieto
95fb85f3c9 Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-05-18 09:55:24 +02:00
prieto
9497130e8b Add Save of Settings, EM translator in xml 2016-05-18 09:53:16 +02:00
Roland Haroutiounian
ce7bea7086 Deleted the old run.py file 2016-05-13 09:06:02 +02:00
Roland Haroutiounian
7d97a15a10 Code cleaning on the run.py module 2016-05-12 09:50:06 +02:00
Roland Haroutiounian
e16bd85072 Routing and Templating have been added 2016-05-12 09:50:06 +02:00
Roland Haroutiounian
872fc47724 Interface module's folder is created 2016-05-12 09:50:06 +02:00
Roland Haroutiounian
d58168a69f Mongodb datasource : added new methods 2016-04-27 08:59:10 +02:00
prieto
0c65414dda 22/04/2016 2016-04-22 17:04:55 +02:00
prieto
2dd2c3cc34 Set 2016-04-22 12:16:40 +02:00
prieto
25b5f32061 Sauvegarde de la configuration lors de modifications 2016-04-22 10:15:26 +02:00
prieto
48165e0fcb Ajouts 2016-04-21 17:01:12 +02:00
prieto
ee795f539d modifs 2016-04-21 15:31:37 +02:00
prieto
4f733b26e0 Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-04-21 14:56:57 +02:00
prieto
92921708ca Settings loader en rw 2016-04-21 14:56:02 +02:00
Yann
a312cbc4d9 First version of lodel2 instance creation script 2016-04-21 11:51:57 +02:00
prieto
462d09d876 Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-04-21 10:44:49 +02:00
Yann
0bdcd36740 Fixes broken import 2016-04-21 10:44:17 +02:00
Roland Haroutiounian
3a504e6065 Migration handler 2016-04-21 10:43:15 +02:00
Roland Haroutiounian
825dea770b Added the "group by" option in the select method of the mongodb datasource and started the implementation of the migration handler 2016-04-21 10:43:15 +02:00
prieto
c8a6d5f99a Merge branch 'newlodel' of git.labocleo.org:lodel2 into newlodel 2016-04-21 10:30:16 +02:00
prieto
c38cfa6b8d Ajout ligne 48 2016-04-21 10:29:58 +02:00
Yann
d30f3e189f [1 test fail] Updated the settings to prepare them to be writable + more tests 2016-04-21 09:41:06 +02:00