1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-01 03:59:02 +01:00
Commit graph

78 commits

Author SHA1 Message Date
prieto
dab11c3bdb Merge branch 'master' of git.labocleo.org:lodel2 2016-12-16 14:18:26 +01:00
prieto
1a845b18e8 Script to create datas in mass with simple em 2016-12-16 13:57:32 +01:00
Yann
5c08761c0f Anotger mass_deploy purgedb bugfix
Mongo sux ?
2016-12-09 11:30:03 +01:00
Yann
e0e6ba94ae Bugfix in mass_deploy purgedb solves #185
solves #185
typo fixing
2016-12-09 11:11:52 +01:00
Yann
5ef11f5b6d Bugfix in mass deploy for remote mongodb connection 2016-11-25 16:19:24 +01:00
prieto
490b61eea3 small errors 2016-11-18 17:03:44 +01:00
Yann
acc8ce0594 Add a slim option to modify instance's logger 2016-11-18 10:23:34 +01:00
Yann
ce9e64ac8e em_test bugfix
added a default value for Subsection parent field
2016-11-17 15:12:12 +01:00
Yann
882a3baacb em_test update
adds a default value to Publication collection field
2016-11-17 15:07:33 +01:00
Yann
df8a088024 Bugfix on regression caused by previous bugfix
Previous bugfix on runtest & create instance brokes deployment, now both seems to work fine
2016-11-09 15:42:04 +01:00
Yann
8c5a442e7c Bugfixes in create_instance and in all runtest process 2016-11-09 14:56:44 +01:00
Yann
4b3ebcabe8 Various bugfixes
concerning unittest & field validators
2016-11-04 15:03:32 +01:00
Yann
edb8dde101 Deployment bugfixes
Fixes problems with plugins
2016-11-04 14:56:51 +01:00
Yann
292c0dd6b9 Bugfixes in autotools chain and in debian packages 2016-11-04 14:35:18 +01:00
Yann
70a3aa8529 Revert changes of previous commit 2016-11-04 14:30:06 +01:00
prieto
e1ef8f0d4c loader multisite 2016-11-04 14:23:02 +01:00
prieto
30a8b8238a Come back 2016-11-04 10:26:14 +01:00
Yann
0406e91846 Moved plugins folder in lodel/
- updated scripts etc
- make tests pass
2016-11-03 17:02:46 +01:00
prieto
f5f33167af Added cp_loader 2016-11-03 16:26:30 +01:00
prieto
2daf715b61 Changes to slim for LodelContext - some corrections 2016-11-03 16:03:14 +01:00
prieto
ec0208a0aa Changes to slim for LodelContext - corrects is_running 2016-11-03 16:03:14 +01:00
prieto
50560c8496 Changes to slim for LodelContext 2016-11-03 16:03:14 +01:00
Roland Haroutiounian
360a60fee7 LodelContext is used in the lodelsite starting process 2016-11-03 14:57:39 +01:00
Yann
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.
2016-11-03 10:58:38 +01:00
Yann
572c408a79 POC of context manager to handle virtual lodel packages 2016-11-02 14:34:27 +01:00
Yann
ea8bb4f6d1 em_test updates 2016-09-30 17:26:30 +02:00
Yann
14ec5a0b66 solves #153
Add master = true to uwsgi.ini
2016-09-30 14:03:01 +02:00
Yann
d57c677cc6 mass_deploy script enhancement
Add the possibility to give a fixed name to instances created by mass_deploy
2016-09-30 11:01:27 +02:00
prieto
9a38e50fb5 create_datas 2016-09-30 09:20:22 +02:00
prieto
d18b23d19c Adds usage in script 2016-09-30 08:57:45 +02:00
prieto
aa7766c3a1 pickle file 2016-09-29 17:16:15 +02:00
prieto
a09585d63c Enhancements of crea_datas scripts 2016-09-29 16:50:25 +02:00
prieto
7fa8dee106 Remove curl access to indexthemes 2016-09-29 13:54:06 +02:00
prieto
5bbcdbbdcb Correction of static url 2016-09-29 13:13:00 +02:00
prieto
bcd368fc01 Bugfixes 2016-09-29 10:37:32 +02:00
prieto
f9000bbc83 Bugfixes 2016-09-28 17:28:39 +02:00
prieto
503f683b4f Bugfixes en create_datas scripts and admin.py 2016-09-28 16:43:17 +02:00
Yann
174adce1c8 Bugfix in mass_deploy mongodb privileges grant 2016-09-28 14:43:16 +02:00
prieto
b4c87227f0 Script to create datas in mass 2016-09-28 11:27:21 +02:00
prieto
37e3c11ea9 Creation od dats in mass 2016-09-23 16:45:46 +02:00
Yann
ab05eb859b mass_deploy messages enhancement
mass_deploy now warns you when using $RANDOM instead of pwgen or /usr/share/dict/words
2016-09-23 16:37:59 +02:00
Yann
b85434c354 Bugfix in mass_deploy when pwgen is not present 2016-09-23 16:33:59 +02:00
Yann
8f48612c82 Enables debian package creation
with make deb . Next commit will update the README
2016-09-23 14:34:57 +02:00
Yann
747ff25ada Bugfix in slim + enhancement of mass_deploy
Now mass_deploy is able to stop when slim fails indicating on wich action slim fails
Bufixing webui conf edition
2016-09-23 11:18:43 +02:00
Roland Haroutiounian
d0f0c6c945 Added a "uwsgi-workers" argument for the instances deployment 2016-09-23 10:56:20 +02:00
Yann
58b88b0b97 [broken] Fixes validator issues + confspec call
broken nginx conf + absolute path in slim that is known only at build time
2016-09-22 17:34:15 +02:00
prieto
d7b4266377 Add arg to parse for static url - Corrections 2016-09-22 17:19:20 +02:00
prieto
7047a70ac9 Add arg to parse for static url 2016-09-22 17:12:08 +02:00
prieto
d3793bcf17 Correction of nginx conf 2016-09-22 16:46:15 +02:00
Yann
d7c24fce39 Enhancement in deployment with autotools and in README file
Remove duplicate install templates directories (the same directories can be used by SLIM & runtest)
Addapted runtest so it can fetch the install template from the lodel2 datadir
Make lodel_admin.py runnable (add the python3 shebang + chmod +x at install-data target)
And a beautifull ASCII formating for the README
2016-09-22 16:27:52 +02:00