- 20 Dec, 2022 2 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!468
-
Jérome Perrin authored
When using slapos console on scripts defining functions, for example ```py def my_request(*args, **kw): ... return request(*args, **kw) ``` the global names such as `request` where no longer available in the namespace of the function, because of a wrong usage of exec regarding locals/globals. Co-authored-by: Kirill Smelkov <kirr@nexedi.com>
-
- 19 Dec, 2022 4 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!459
-
Rafael Monnerat authored
See merge request !463
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!464
-
- 16 Dec, 2022 1 commit
-
-
Jérome Perrin authored
-
- 15 Dec, 2022 13 commits
-
-
Rafael Monnerat authored
This is a workaround for fixup when objects has internal invalid properties, since we do not want to extend the general error display before replace the json form.
-
Rafael Monnerat authored
Unify tests for prevent excessive copy/paste duplication.
-
Rafael Monnerat authored
Unify and drop duplicated code present on slapos_payzen and slapos_wechat. Update and move tests related to the change
-
Rafael Monnerat authored
slapos_accounting: Create Payment Transaction before redirect to handle external payment redirection
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Drop builder and alarm for update Confirmed Payment transaction Update Payment state gadget (JIO) Generate the link from the Sale Invoice Transaction rather them Payment (since they might not exist) crm: Update from Unpaid Payments to Unpaid Invoices Now we rely on lettered/non lettered invoices rather than payments.
-
Rafael Monnerat authored
The usage of Entity_createPaymentTransaction is slightly faster since it is used to create the payment before the redirect. Since we arent creating Payments globally, call the builder to produce a single payment would be overkill.
-
Rafael Monnerat authored
isLettered is more accurated to accounting terms and easy to understand.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The Payment Transaction should be created once the user attempt to pay, and not on every Payment Transaction.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The implementation shouldn't rely on the existence of Payment Transaction for knowing if the Sale Invoice Transaction is payed or not.
-
Romain Courteaud authored
-
- 14 Dec, 2022 2 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
- 13 Dec, 2022 1 commit
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!460
-
- 07 Dec, 2022 3 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!461
-
Léo-Paul Géneau authored
-
Rafael Monnerat authored
-
- 05 Dec, 2022 1 commit
-
-
Xavier Thompson authored
See merge request nexedi/slapos.core!458
-
- 02 Dec, 2022 4 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 30 Nov, 2022 2 commits
-
-
Xavier Thompson authored
Capture either stdout, stderr or both separately using select.poll to handle timeouts and multiplex the reads in the current thread.
-
Xavier Thompson authored
In Python 3, a separate thread is not needed to log output in realtime. See discussion in !319 for more details. This partly reverts commit 86ce8b8e.
-
- 29 Nov, 2022 7 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!456
-
Rafael Monnerat authored
This change is required to overwrite (remove) roles from Query portal type, since by default it may contains an role from erp5_base bt5.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Romain Courteaud authored
It is not used
-
Romain Courteaud authored
-
Romain Courteaud authored
It does not seem used.
-