- 02 Apr, 2020 1 commit
-
-
Łukasz Nowak authored
-
- 26 Mar, 2020 2 commits
-
-
Jérome Perrin authored
In cloudooo software release we are installing libreoffice and wkhtmltopdf as binary. These parts contain executables that seem to have missing dependencies, but there are wrapper setting library path, so they can be ignored. See merge request !195
-
Jérome Perrin authored
python interpreter is sometimes referenced only in bin/buildout's shebang, even if not used anymore in any software, if it was used to initially created the buildout. In that case, the part should still be considered as used and not pruned. See merge request !194
-
- 23 Mar, 2020 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 18 Mar, 2020 2 commits
-
-
Jérome Perrin authored
Some information (like the actual buildout command used to invoke buildout ) is shown only when slapos node runs with `-v` See merge request !190
-
Jérome Perrin authored
python interpreter is sometimes referenced only in bin/buildout's shebang, even if not used anymore in any software, if it was used to initially created the buildout. In that case, the part should still be considered as used and not pruned.
-
- 11 Mar, 2020 1 commit
-
-
Rafael Monnerat authored
-
- 10 Mar, 2020 1 commit
-
-
Jérome Perrin authored
When running with shared parts from slaprunner, we'll have path with double slashes like: /srv/slapgrid/slappart3/srv//runner//shared/libexpat/468993ea3777c1a342102bc1c4b43425/lib/libexpat.so.1 because slaprunner has some paths with double slash. See merge request !191
-
- 05 Mar, 2020 5 commits
-
-
Rafael Monnerat authored
In this way is possible to follow up deployments more closely.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This should be ensured by configurator
-
Rafael Monnerat authored
-
- 03 Mar, 2020 6 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The form just request inform the user to select another name
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
On certain cases, the invoice is created later on by activies.
-
Rafael Monnerat authored
This script was introduced for anonymous payments but the procedure was replaced.
-
- 28 Feb, 2020 2 commits
-
-
Jérome Perrin authored
When running with shared parts from slaprunner, we'll have path with double slashes like: /srv/slapgrid/slappart3/srv//runner//shared/libexpat/468993ea3777c1a342102bc1c4b43425/lib/libexpat.so.1 because slaprunner has some paths with double slash.
-
Rafael Monnerat authored
Add tests for SubscriptionRequest_verifyPaymentTransaction
-
- 25 Feb, 2020 1 commit
-
-
Jérome Perrin authored
This command was identical from slapos cache lookup, but the meaning is different. Also update to use download-cache-url from config. /reviewed-on nexedi/slapos.core!189
-
- 21 Feb, 2020 1 commit
-
-
Rafael Monnerat authored
-
- 20 Feb, 2020 1 commit
-
-
Jérome Perrin authored
-
- 17 Feb, 2020 6 commits
-
-
Rafael Monnerat authored
-
Julien Muchembled authored
-
Julien Muchembled authored
/reviewed-on !146
-
Jérome Perrin authored
This is what most of tools understand, test_requires is something that only python setup.py test uses.
-
Jérome Perrin authored
In our normal operations, we are not using PYTHONPATH but using buildout to generate wrappers. We are still using python setup.py test to run tests, which sets PYTHONPATH to the eggs used by this python and this cause issues when this python starts subprocesses, especially when it starts another version of python which is supposed to use a different set of eggs.
-
Jérome Perrin authored
also add missing test for slapos node boot /reviewed-on nexedi/slapos.core!187
-
- 13 Feb, 2020 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
As the query is done by annonymous with proxy role, so it is faster to just skip the usage of security_uids
-
- 10 Feb, 2020 1 commit
-
-
Rafael Monnerat authored
Make web_site_id and panel_gadget_id, so we can reuse on private and custom websites.
-
- 08 Feb, 2020 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
It is more confortable to the user knows that a redirect will occur.
-
- 06 Feb, 2020 1 commit
-
-
Rafael Monnerat authored
-
- 04 Feb, 2020 3 commits
-
-
Rafael Monnerat authored
The recursive call makes the tree be rendered as hidden inputs respecting all the values
-
Jérome Perrin authored
On python3.6 this raises: sqlite3.OperationalError: cannot VACUUM from within a transaction
-
Jérome Perrin authored
-