Yann Weber
e3b8e49060
Bugfixes in context and webui in order to test multisite
Regression may have been introduced about MONOSITE mode
8 vuotta sitten
Yann Weber
4b3ebcabe8
Various bugfixes
concerning unittest & field validators
8 vuotta sitten
Roland Haroutiounian
29253424f4
Small fixes
8 vuotta sitten
Yann Weber
edb8dde101
Deployment bugfixes
Fixes problems with plugins
8 vuotta sitten
Yann Weber
292c0dd6b9
Bugfixes in autotools chain and in debian packages
8 vuotta sitten
prieto
4e4190298b
Multisite loader - correction
8 vuotta sitten
prieto
3dfe523c5a
Multisite loader
8 vuotta sitten
Yann Weber
70a3aa8529
Revert changes of previous commit
8 vuotta sitten
prieto
e1ef8f0d4c
loader multisite
8 vuotta sitten
Yann Weber
2195ca15af
Merge branch 'context_manager_poc' of git.labocleo.org:lodel2 into context_manager_poc
Conflicts:
lodel/plugins/multisite/loader.py
8 vuotta sitten
Yann Weber
773ea0e696
LodelContext enhancement to fit the new loader
+ uses the changes in the preload method
8 vuotta sitten
Roland Haroutiounian
fb45b2bb4e
bugfix in loader.py
8 vuotta sitten
Roland Haroutiounian
1607c99d7b
Deleted a useless import in the loader module in the multisite plugin
8 vuotta sitten
Roland Haroutiounian
44a674d99b
The preload function is getting its contexts directly from LodelContexts._contexts
8 vuotta sitten
Roland Haroutiounian
8521a393c1
Added the plugins loading to the preload
8 vuotta sitten
Yann Weber
9668aed506
Enhancement of multisite WSGIServer
- found a way to make it implements the socketserver.ForkinTCPServer features reducing the global code size (and removed a lot of dirty copy & paste from cpython sources)
- deleted useless imports
8 vuotta sitten
Roland Haroutiounian
9a8a615893
Added a loader module in the multisite plugin
8 vuotta sitten
Yann Weber
2a7c196bfb
Solves the client socket leak bug in forking wsgi server
8 vuotta sitten
prieto
30a8b8238a
Come back
8 vuotta sitten
Yann Weber
0aaadb3d2d
Overwrite default socketserver.ForkingMixIn max_children limit
8 vuotta sitten
Yann Weber
5e46a8f791
Load context now uses the original lodel package as context
8 vuotta sitten
Yann Weber
ae84b591bd
Added a new reserved context name for loading steps
- the reserved context is create and set at init time by the LodelContext.init method
- allows to use lodel libs will loading
- no special features implemented yet
8 vuotta sitten
Yann Weber
0406e91846
Moved plugins folder in lodel/
- updated scripts etc
- make tests pass
8 vuotta sitten
Yann Weber
250f4b8683
LodelContext.from_path enhancement
Method is now disabled in MONOSITE mode
8 vuotta sitten
Yann Weber
fbbfd35111
syntax bugfix
8 vuotta sitten
prieto
f5f33167af
Added cp_loader
8 vuotta sitten
Yann Weber
c5522816fe
Starting implementation of the forking webserver
The server is listening, fork on new request, and then loads the context from URL.
Now we have to call properly the webui plugin in order to answer the request
8 vuotta sitten
prieto
2daf715b61
Changes to slim for LodelContext - some corrections
8 vuotta sitten
prieto
ec0208a0aa
Changes to slim for LodelContext - corrects is_running
8 vuotta sitten
prieto
50560c8496
Changes to slim for LodelContext
8 vuotta sitten
Roland Haroutiounian
360a60fee7
LodelContext is used in the lodelsite starting process
8 vuotta sitten
Yann Weber
5981bdc0e5
Various bugfix in LodelContext integration
- Replaced some "hidden" import with LodelContext.expose_modules calls
- in some functions of Setting, Plugin, validator
- in loader.py (temporary version)
In this state the tests runs (151 success), I'm able to run an instance (from debian package using slim) in MONOSITE mode and in MULTISITE mode by creating and loading a context in the loader.
8 vuotta sitten
Yann Weber
d3f4a0d8d3
Bugfix with debian package build
Add the lodelsites directory to the autotools chain. Note : for the moment it's a dirty POC, we have to do it in a cleaner way...
8 vuotta sitten
Yann Weber
c3137b658f
Replaced imports by LodelContext.expose_modules() calls
Theorically all of those imports were tested by unit testing, but we've got no inssurance about that.
And even if unit tests had check for syntax errors, all pieces of code were not tested. We cannot
be sure that an import was missed or forgotten...
8 vuotta sitten
Yann Weber
8085efeb99
Replaced all lodel subthings import by LodelContext.expose_modules calls
Test passes
8 vuotta sitten
Yann Weber
1257e49de6
Add the possibility to indicate an alias when exposing a list of objects
Changed the exposure specs to allow giving an alias for an object when importing using the from x import y,z form
8 vuotta sitten
Yann Weber
572c408a79
POC of context manager to handle virtual lodel packages
8 vuotta sitten
Yann Weber
63ca38b370
Fixed runtest scripts
8 vuotta sitten
prieto
d0f52641b3
In operator with cast of right type
8 vuotta sitten
prieto
b79a82e9f0
detailed object listing
8 vuotta sitten
Roland Haroutiounian
bb60b09d66
Added the conversion between a string and a list for the "in"/"not in" operators
8 vuotta sitten
prieto
2d8a9811e6
Some adjustments and corresions
8 vuotta sitten
m.orban
a6ddb0a972
Modified README to deploy in VM
8 vuotta sitten
Yann Weber
0b60a24582
Bugfixes on back reference handling for singleRef solves #154
8 vuotta sitten
Yann Weber
397dc521c3
bugfix in CBL
Addapted to links withou _blank target
8 vuotta sitten
Yann Weber
ea8bb4f6d1
em_test updates
8 vuotta sitten
prieto
c04fe41b80
Objects detailed
8 vuotta sitten
prieto
c451dc188e
Merge branch 'master' of git.labocleo.org:lodel2
8 vuotta sitten
Yann Weber
740d0c1167
Bugfixes on backreference handling
8 vuotta sitten
Yann Weber
2010fb29e8
empty method implementation for Reference objects
8 vuotta sitten