- 21 Jan, 2021 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 20 Jan, 2021 1 commit
-
-
Jérome Perrin authored
Because some programs did not have proper configuration for log files, they were using automatically generated file names for log files. Correctly define stdout_logfile configuration for all programs, used with redirect_stderr=true, so that both stderr and stdout are in the same log file.
-
- 19 Jan, 2021 10 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This is a safe measure in case the alarm to delete the instance is temporarily disabled.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This is a initiall prototype (as experiment) to be moved and improved elsewhere later.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!276
-
- 18 Jan, 2021 3 commits
-
-
Cédric Le Ninivin authored
* Calling these constraints on Subscription Request brakes as some property are missing in subscription requests.
-
Cédric Le Ninivin authored
* transaction_id is the combination of the transaction_date and the transaction number of the day
-
Cédric Le Ninivin authored
-
- 15 Jan, 2021 2 commits
-
-
Jérome Perrin authored
In 51f89902 (slapos/cli/entry.py, slapos/cli/format.py, slapos/format.py: Do not double the log output when "slapos node boot" failed., 2017-05-11) we fixed a problem that every failure during boot causing twice more output (which filled up the disk very fast), but a side effect was that using --log-file no longer cause messages to also go to the console. The "Always send higher-level messages to the console via stderr" comment in entry.py seems that this was always intentional to output messages on the console. Keep the same "don't configure again logging system when it's already configured", but implemented in a slightly different way, because since a FileHandler is a StreamHandler, the check of already having a StreamHandler was true also for the case where --log-file added a FileHander (a few lines above, also in configure_logging method)
-
Jérome Perrin authored
this test checks "slapos node boot" which calls check_root_user after importing it in slapos.cli.boot, so we should patch in that module.
-
- 30 Dec, 2020 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Keep source[_section] None on the New template tests This feature (with values set) is covered on Dual organisation settings. Unify code into mixin for Chinese scenarios Update Payzen for the new API Remove duplication and fix up assert Implement Test for Parallel subscriptions Test 2 organisations rather them a single one with parallel Subscriptions Move more code into the Mixin, for reuse it.
-
- 29 Dec, 2020 5 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Instead relies on Templates for define source[_section] for subscription related simulation use Subscription Condition (Path-Like), and by consequence Subscription Request, settings as source[_section] on Packing Lists. This allow us define multi-organisation providers of services, to comply of world-wide deployments.
-
Rafael Monnerat authored
As the model is use single Open Order, it isn't possible to use multiple organisations (one per region), so we rely on Subscription Request Information to describe the providers.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!274
-
- 28 Dec, 2020 9 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Changes on PaymentTransaction_updateStatus were added for debugging purpose it seems.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
- 22 Dec, 2020 1 commit
-
-
Jérome Perrin authored
See also nexedi/slapos!875 See merge request nexedi/slapos.core!271
-
- 15 Dec, 2020 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 14 Dec, 2020 3 commits
-
-
Rafael Monnerat authored
It is required due the replacement of the ownership.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Sometimes the instances where the data is commited, don't have the same user set as the tests.
-