- 26 May, 2021 4 commits
-
-
Romain Courteaud authored
Provider of the Software Installation is Assignee. See 07c9102c It was probably a typo in b0b435ce
-
Romain Courteaud authored
This reverts commit 2270e851.
-
Romain Courteaud authored
Install erp5_full_text_mroonga_catalog as a direct dependency. This simplify the installation process.
- 25 May, 2021 1 commit
-
-
Łukasz Nowak authored
Since during maintenance of Hosting Subscription it's possible to end up with many root Software Instances (of which many might be destroy_requested) it's needed to support such situation while creating upgrade decision and finding upgradeable Software Release.
-
- 24 May, 2021 3 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Contributed by Romain
-
Rafael Monnerat authored
-
- 21 May, 2021 1 commit
-
-
Julien Muchembled authored
- more reliable crontab parsing - execute command the same way as dcron - fix poor escaping when execute command
-
- 20 May, 2021 10 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Usage of raise it don't lead to inconsistency Since we can merge aggregated Packing Lists, now we consider the sum() rather the invidual comparation.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Contributed by Romain.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Invoice Number is added to make easier to user track which invoice is which.
-
Rafael Monnerat authored
-
- 19 May, 2021 3 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!294
-
Lu Xu authored
-
Lu Xu authored
-
- 18 May, 2021 1 commit
-
-
Lu Xu authored
-
- 13 May, 2021 2 commits
-
-
Rafael Monnerat authored
Include wider coverage on the security tests related to the "Share" feature, implemented via Tracking API.
-
Rafael Monnerat authored
-
- 12 May, 2021 1 commit
-
-
Xavier Thompson authored
See merge request nexedi/slapos.core!288
-
- 11 May, 2021 1 commit
-
-
Łukasz Nowak authored
For technical reasons the ? for Software Release allows simple hacky multiple software releases to be created, which share exactly the same profile code, and so JSON Schemas. So for such, use original Software Release JSON Schemas.
-
- 08 May, 2021 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 07 May, 2021 1 commit
-
-
Rafael Monnerat authored
-
- 05 May, 2021 8 commits
-
-
Xavier Thompson authored
This commit introduces the `local_software_release_root` parameter. This parameter is then forwarded as the SR root path for slapproxy. By default the value is `/`, the same as the default in slapproxy.
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
The 'local_software_release_root' parameter can be set in slapos.cfg: [slapproxy] local_software_release_root = <path> or via the command line using: slapos proxy start --local-software-release-root <path> When slapproxy starts, it updates all local URLs that are subpaths of the previous root path to be subpaths of the new root path instead: <previous-root-path>/<subpath> => <new-root-path>/<subpath> The default root path is '/'. This means that by default slapproxy behaves the same as before.
-
Xavier Thompson authored
Include 'forwarded_partition_request' table in the tables to be migrated when the database is upgraded, starting with version 11.
-
Xavier Thompson authored
-
Xavier Thompson authored
By default standalone will use the `slapos` executable in PATH. This option allows a specific slapos binary to be used instead.
-
Xavier Thompson authored
-
- 04 May, 2021 2 commits
-
-
Xavier Thompson authored
-
Rafael Monnerat authored
-