Yann Weber
9f88118bd3
Add a symlink plugins -> lodel/plugins in repo root
преди 8 години
Yann Weber
1792bbd54a
Transforming the cbl.sh script to generate URL for siege
преди 8 години
Yann Weber
5fe7b025ff
Enhancement in standalone server
Now we are able to limit the number of spawned child processes
преди 8 години
Yann Weber
5adb2e0064
doc update
преди 8 години
Yann Weber
5ef11f5b6d
Bugfix in mass deploy for remote mongodb connection
преди 8 години
Yann Weber
6fc931f52e
Bugfix in MONOSITE mode
преди 8 години
Roland Haroutiounian
d98ee8e404
Added more Document types in the cbl testing script
преди 8 години
prieto
490b61eea3
small errors
преди 8 години
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 години
Yann Weber
7eb5d794b9
Bugfix of cbl.sh for huge instances count
Added a sleep 1 between each background process starts.
преди 8 години
Yann Weber
c98eef1d1a
Updated the README with a slim --set-logger option example
преди 8 години
prieto
6b394485f7
Set nginx configuration for static files repository
преди 8 години
Yann Weber
31af31ded2
multisite server optimisation
Adding a cache for app module reducing seriously routing overhead
преди 8 години
Yann Weber
c8f571f0b7
Deleting debug messaging of multisite standalone server
преди 8 години
Yann Weber
e79cc4a9de
Enhancement of logger default options
преди 8 години
Yann Weber
63a68aa975
cbl bugfix
deleted trailing ',' from multivalue values
преди 8 години
Yann Weber
acc8ce0594
Add a slim option to modify instance's logger
преди 8 години
Yann Weber
5f5a45569a
Make webui admin controller multivalue form input splitting more permissive
Now all "empty" values are deleted from the resulting array
преди 8 години
Yann Weber
dd9f017b98
Now HttpException logs with lodel.logger
преди 8 години
Yann Weber
d2f1614dc6
cbl bugfix for creation count parameter
преди 8 години
Yann Weber
b3b1f9d3ee
Code factorisation
преди 8 години
Yann Weber
2be79e50f0
Changes & bugfix in lodel.plugin.plugins
There were manual import through importlib, we have to replace them with LodelContext calls.
Actually the plugins module is in a dirty state....
преди 8 години
Yann Weber
e31adfda8e
Bugfixes in numerous import processes
Replace some old pure python import by LodelContext calls
Change the plugins imports methods to use LodelContext instead
Fixes dyncode exposure method
преди 8 години
prieto
dac3e50d12
Small enhancement og interface
преди 8 години
prieto
5afd2c4718
Correction in in datasource, small correction in cbl
преди 8 години
Yann Weber
471d99d3d9
Bugfixes in webui admin controler and in mongo datasource
преди 8 години
prieto
dcccfa1db7
Oubli / pour le répertoire static
преди 8 години
Yann Weber
ce9e64ac8e
em_test bugfix
added a default value for Subsection parent field
преди 8 години
Yann Weber
87c7e4c78e
Small enhancement in cbl.sh
преди 8 години
Yann Weber
882a3baacb
em_test update
adds a default value to Publication collection field
преди 8 години
Yann Weber
32e2579350
Bugfix in Reference DataHandler instanciation
**kwargs was not given to super() constructor
преди 8 години
Yann Weber
4df8bdea89
Webui admin controller bugfix & factorisation
Implements a new exception class for webui : HttpErrors that uses a new template : errors.html to display multiples errors
преди 8 години
prieto
e1352fccb7
Add nginx configuration for static files
преди 8 години
Yann Weber
bc060ee63d
Add options to cbl script
преди 8 години
Yann Weber
0f6efd899a
Enables more verbose messages for module overwriting
преди 8 години
Yann Weber
742e77225a
Add a fogotten file
преди 8 години
Yann Weber
8d4b764472
Commenting and reorganising code of lodel/context.py
преди 8 години
Yann Weber
fc7c74660b
Debuging logger for multicontext environment
Before we were calling the logging.getLogger function without argument. The result was
that all contexts were sharing the same logger (and every message were logged X time with
X the number of loaded context).
Now getLogger is called with the context id as argument, each context has its own logger.
преди 8 години
Yann Weber
dbcccb2bbf
Now we can use LodelContext with the with statement
преди 8 години
Yann Weber
4310f73935
Updated logger to display loaded context in log messages
WARNING : not fully tested
преди 8 години
Yann Weber
ab0e5146dd
Updates the multisite loader to enable loader settings & logger
преди 8 години
Yann Weber
b2e904ad58
Changed loader context behavior
Now the loader context is threated like the others (it loads it's libs from a symlink, before it was loading them from lodel package)
преди 8 години
Yann Weber
0ffe60ff2b
Modifying settings class to allow usage of custom confspecs
a bit dirty & quick
преди 8 години
Yann Weber
b44113b74a
Fixing import in logger plugins & datasource_plugin
преди 8 години
prieto
30ad11d1b6
Added import sys
преди 8 години
Yann Weber
f4c88e9555
Bugfix in mongodb datasource select ordering
They were a bug when ordering stuff contains 2 values that are equals
преди 8 години
Yann Weber
d58f67987c
Uncomment rm in runtest
was disabled for debugging...
преди 8 години
Yann Weber
df8a088024
Bugfix on regression caused by previous bugfix
Previous bugfix on runtest & create instance brokes deployment, now both seems to work fine
преди 8 години
Yann Weber
8c5a442e7c
Bugfixes in create_instance and in all runtest process
преди 8 години
Yann Weber
a21e0be25f
Fixing multisite loading process & dyncode bootstrapping
- a "normal" import was left in lefactory_common
- the hook triggering datasources init in dyncode was not called
- dyncode was not exposed in the loader (making hook call useless : the hook has to be called once the dyncode has been "seen" (imported) by python)
преди 8 години