Roland Haroutiounian
d5d2285977
Fixed some methods' docstrings
8 anos atrás
Yann Weber
c1f627eb18
Add configurable stuff for the standalone server
Now listening address, listening port and max_children count can be configured using the Settings module
8 anos atrás
Yann Weber
e79cc4a9de
Enhancement of logger default options
8 anos atrás
Yann Weber
4b3ebcabe8
Various bugfixes
concerning unittest & field validators
8 anos atrás
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 anos atrás
Yann Weber
8085efeb99
Replaced all lodel subthings import by LodelContext.expose_modules calls
Test passes
8 anos atrás
prieto
2d8a9811e6
Some adjustments and corresions
8 anos atrás
Yann Weber
58b88b0b97
[broken] Fixes validator issues + confspec call
broken nginx conf + absolute path in slim that is known only at build time
8 anos atrás
Yann Weber
9d273e6fef
Add a new sttings validator + use it
- Written a new custom_list validator, it takes another validator name as argument (in order to validate items of list)
- Using it to validate list of plugins names
8 anos atrás
Yann Weber
4507b22fad
Bugfixes on SettingValidator class
8 anos atrás
Yann Weber
4acd6f8fbe
Deleted debug messages
8 anos atrás
Yann Weber
77be17f296
Solves #123 Add a plugin type validator
- The validator is written and added to all Plugin sublcasses confspec
- Adds the capabilities to give args to validator (here we give the expected type)
8 anos atrás
Yann Weber
585cc61dff
Quick & dirty interfacePlugin implementation + small import bugfixes
Import bugfixes in settings validator. Hooks must be imported in validatore definition to avoid circular import failure
8 anos atrás
Yann Weber
76e386e321
Implements SessionHandlerPlugin ExtensionsPlugin + settings preload
Implements both Plugin child classes handling extensions and session handling.
Modified the settings plugin preload piece of code. It is now adapted to the new plugins organisation.
Each Plugin child classes provides a confspec indicating where the plugin list is stored in configuration.
8 anos atrás
Yann Weber
6a18cf7fa2
Begin implementation of new plugin list retrieval
8 anos atrás
Roland Haroutiounian
ccb643a4aa
bug fix on validator (syntax)
8 anos atrás
m.orban
9ae7855c50
Modified singleton sessionHandler: from __new__ to __init__ checked
8 anos atrás
m.orban
0e7b5828fa
Added a settings validator for plugin
8 anos atrás
Roland Haroutiounian
441be193a9
Bug fix on the settings validator module
8 anos atrás
m.orban
81e732a6af
Added inheritance class SessionHandler (Plugin is the base-class
8 anos atrás
Roland Haroutiounian
1849ddd48e
Docstring
8 anos atrás
Yann Weber
25a231702e
Changed confspec to include Auth specs + em_test modifications
8 anos atrás
Yann Weber
42fc14d7cc
Add a new settings validator named emfield
Check that an EmClass.EmField exsists in dyncode
8 anos atrás
Yann Weber
48f46d9a56
Fixing indent in validaotr.py
8 anos atrás
Yann Weber
1ea9269742
Small bugfixes in leobject and validator
- Replaced a self. by cls. in leobject
- Changed default value for runtest option
8 anos atrás
Yann Weber
a3b3102604
New way to run test via loader & conf
8 anos atrás
Yann Weber
77e7c36de9
Not fully tested. Enables separated datasources for read only or read&write access to the DB
8 anos atrás
Yann Weber
83afc6b6dd
Deleted datasources plugins and add a settings for datasources declaration
- now datasources are declared with two conf keys : read_only and identifier
- the old datasources plugin hook is now declared in lodel/plugin/core_hooks.py. This file is imported after lodel/plugin/hooks.py in the loader.py
8 anos atrás
Yann Weber
49eb5bd67c
Adding a host validator for settings
8 anos atrás
Yann Weber
f8e8750eec
Progress in datasource as plugin implementation
8 anos atrás
Yann Weber
6fb04a69fb
Documentation on datasources plugins + confspec updates in validator.py
+ a new validator named 'string', it tries to cast the conf value using str()
8 anos atrás
Yann Weber
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
8 anos atrás
Yann Weber
d7ae15e0bd
Validators update
- fixes exceptions output
- add "none" validator that validates only None
8 anos atrás
prieto
92921708ca
Settings loader en rw
8 anos atrás
Yann Weber
a312cbc4d9
First version of lodel2 instance creation script
8 anos atrás
Yann Weber
d30f3e189f
[1 test fail] Updated the settings to prepare them to be writable + more tests
8 anos atrás
Yann Weber
3ed55fdc29
Some modifications + tests update for settings loader
8 anos atrás
Yann Weber
8659e91f43
Fixing settings & logger
8 anos atrás
Yann Weber
e0717c9317
More comments + a script to list default settings validators
8 anos atrás
Yann Weber
c5971d9590
Updated comments (and deleting space between ## and @brief )
8 anos atrás
Yann Weber
4c2d83e8d5
Settings validators implementation
8 anos atrás
Yann Weber
68a27ff5dd
[Broken state] started settings implementation
8 anos atrás