- 13 Mar, 2021 6 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
extend test to diff movement
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This reverts commit 05a8e283
-
Rafael Monnerat authored
-
- 12 Mar, 2021 2 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!286
-
Thomas Gambier authored
-
- 08 Mar, 2021 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
lsblk OS inspection is the way to have realiable results for querying the devices on the system, so fully switch to it, while still supporting symlinks. Disks and partitions are supported.
-
- 05 Mar, 2021 1 commit
-
-
Łukasz Nowak authored
Context manager is not needed here and even makes more mess, just simply patch all what is needed in setUp, then unpatch in tearDown.
-
- 26 Feb, 2021 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Else simulation behaves oddly.
-
- 25 Feb, 2021 19 commits
-
-
Rafael Monnerat authored
This forces to wait for builders before stop
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Payzen has a delay between the Charge and the transference to the bank. This requires the accountant to generate yet a new accounting document to represent it.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This might replace "Bank" for automation, since "Bank" requires that the money been accurately in relation to Bank Sheets.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
If set, causality is a Subscription Request, and it should be always splited.
-
Rafael Monnerat authored
Use shadow user to access Account document, this prevent us to setup complex security.
-
Rafael Monnerat authored
The asserts and verification should be done as manager to present set unecessary security roles.
-
Rafael Monnerat authored
Those documents are expected to be published when they are accessible
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This isn't compatible with the actuall usage, if we want to keep this, we should install networkcache_erp5 business template (and use groups/security from there).
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Thomas Gambier authored
-
- 22 Feb, 2021 1 commit
-
-
Xavier Thompson authored
When slapproxy forwards a request to an external master it is seen as coming from the slapproxy and the original requester's id is lost. This means forwarded requests from different requesters can collide. e.g. two partitions request a frontend and when the second request is handled the external master updates the first frontend to redirect to the second partition instead of creating a second frontend. To avoid collisions, the id of the requester as seen in the slapproxy is prefixed to the instance name (partition reference) in the request: - case 1: requester is embedded partition => prefix with partition id e.g. 'myinstance' -> 'slappart0_myinstance' - case 2: requester is user => prefix with 'user' e.g. 'myinstance' -> 'user_myinstance' See merge request nexedi/slapos.core!282
-
- 15 Feb, 2021 1 commit
-
-
Łukasz Nowak authored
There is no reason to name regions so explicitly (like France or US), just use generic and understandable region name (like Europe or North America). Chinese endpoints are named via their operating telecoms, as this is like region (latency, speed).
-
- 09 Feb, 2021 6 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Since wechat is used on those tests.
-
Rafael Monnerat authored
Those properties is whenever we want to use different defaults for chinese and non-chinese organisations. Usually, due wechat/payzen payments.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
When you have different companies per Subscription Conditions
-
Jérome Perrin authored
-