- 08 Mar, 2023 1 commit
-
-
Xavier Thompson authored
See merge request nexedi/slapos.core!455
-
- 07 Mar, 2023 1 commit
-
-
Thomas Gambier authored
-
- 05 Mar, 2023 1 commit
-
-
Jérome Perrin authored
See merge request nexedi/slapos.core!478
-
- 02 Mar, 2023 1 commit
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!495
-
- 01 Mar, 2023 3 commits
-
-
Jérome Perrin authored
This is no longer guessed on Zope4
-
Jérome Perrin authored
this way we can just assert the full page content
-
Jérome Perrin authored
this does not depend on the details of the URL
-
- 28 Feb, 2023 2 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!493
-
Rafael Monnerat authored
.. on consistency table
-
- 27 Feb, 2023 15 commits
-
-
Xavier Thompson authored
See merge request nexedi/slapos.core!489
-
Xavier Thompson authored
See merge request !490
-
Xavier Thompson authored
-
Xavier Thompson authored
Adding the whole top-level available IPv6 range to the local table conflicts with tun/tap usage. Instead, add only the IPv6 subranges actually allocated to a partition.
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Thomas Gambier authored
This was introduced in 081e745e and I don't see how it could have been useful.
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!494
-
- 24 Feb, 2023 2 commits
-
-
Rafael Monnerat authored
It was used on OrderBuilder_generateUnrelatedInvoiceList but the code dont relies on it anymore.
-
Rafael Monnerat authored
-
- 17 Feb, 2023 13 commits
-
-
Romain Courteaud authored
Only one line is used per document. Using REPLACE is better than DELETE / INSERT.
-
Romain Courteaud authored
No need for a multi column primary key, as only one line is used per object. This will speed up update of the table.
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!492
-
Jérome Perrin authored
This is no longer guessed on Zope4
-
Jérome Perrin authored
this way we can just assert the full page content
-
Jérome Perrin authored
this does not depend on the details of the URL
-
Jérome Perrin authored
This change is from zope4
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
An error slipped in 92da569e (slapos_jio: Drop Handlebars, 2022-06-08)
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The forms were removed long ago, and those actions werent removed
-
- 15 Feb, 2023 1 commit
-
-
Xavier Thompson authored
When forwarding a request to an external master, e.g. frontend request, the master might first answer with status code 408 to indicate the requested resource is not ready. The slap library wraps the answer into a ComputerPartition object, even when the master sends 408: in that case the object only contains the parameters of the original request. Until now, when the external master answered 408, the proxy simply forwarded the ComputerPartition object returned by the slap library with code 200, instead of forwarding code 408. This played against the assumptions of the slap library in the client on the receiving end, resulting in a crash. This was the case even when using `requestoptional` recipe in buildout. Now the proxy detects when the object returned by the slap library is actually the result of a 408 answer, and aborts with code 408.
-