- Sep 17, 2019
-
-
Philippe Pepiot authored
-
- Aug 06, 2019
-
-
Arthur Lutz authored
-
- Jul 18, 2019
-
-
Philippe Pepiot authored
-
Philippe Pepiot authored
-
Philippe Pepiot authored
We use bfss to store upload of (mostly) pdf files. Add a persistent volume claim and mount it in /var/lib/cubicweb/instances/fresh/bfss To make this work with previous instance we have to rename the instance to "fresh".
-
Philippe Pepiot authored
In extentities generator, extid is cwuri from database which is a text field. So in python3 exteid2eid[extid] wasn't matching anything because extid was bytes. Use text extid instead.
-
- Jun 18, 2019
-
-
Philippe Pepiot authored
-
- May 22, 2019
-
-
Philippe Pepiot authored
-
- May 16, 2019
-
-
Philippe Pepiot authored
Kubernetes can set a mode using "defaultMode" but cannot mount the file with other uid than root. So we have to mount the secret and copy it with good mode and ower in /etc/cubicweb.d/fresh/cwclientlibrc...
-
Philippe Pepiot authored
-
Philippe Pepiot authored
-
Philippe Pepiot authored
We need to provide a cwclientlibrc file in instance directory
-
Philippe Pepiot authored
NAMESPACE is intranet, not fresh
-
Philippe Pepiot authored
-
Philippe Pepiot authored
-
Philippe Pepiot authored
We are going to be compatible python 3 only
-
Philippe Pepiot authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
- update __pkginfo__.py and use cubicweb[pyramid] '>= 3.26.0, < 3.27' - update README file - update setup.py to read from README.rst not README - install from Debian Buster as base image so that we can use Python 3.7 - install current source code for fresh cube - install additional requirements from docker/requirements.txt - add docker/entrypoint.sh to define available entrypoints for the instance - add docker/pyramid.ini.j2 that will be used to create the instance - add docker/uwsgi.ini that will be used to start the instance - add .dockerignore file to build a smaller image
-
- Mar 19, 2019
-
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
- fix DeprecationWarning: [3.22] Use 'from cubicweb import _' - fix DeprecationWarning: [3.16] moved to cubicweb.web.views.uicfg - fix DeprecationWarning: [3.15] cubicweb.selectors renamed into cubicweb.predicates
-
Nsukami Patrick authored
- use print as a function - use range function instead of xrange function
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
- move files to cube folder - add basic README - update __pkginfo__.py to use cubicweb 3.24 - update MANIFEST.in, setup.py - update how cubes are imported, use new style
-
- Mar 02, 2017
-
-
Sylvain Thénault authored
-
- Jun 08, 2015
-
-
David Douard authored
-