- 14 Jan, 2025 13 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
it cause confusion on grep and search, if we need access its code, we may rely on https://lab.nexedi.com/nexedi/slapos.core/-/tree/master/master/bt5/slapos_jio
-
Rafael Monnerat authored
This helps to emulate payments, so we can test outcome before/after payment to wechat
-
Rafael Monnerat authored
Only launch caucase when needed. Not all tests need caucase, this saves a bit the overhead to run it
-
Rafael Monnerat authored
-
Rafael Monnerat authored
For now the system allows allocate with instance_guid on remote, so it is not good to check
-
Romain Courteaud authored
- Support Slave Instance allocated in the same tree - allow creating allocation consistency ticket on Instance Node - handle allocation consistency for Slave Instance without Instance Node
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Thomas Gambier authored
-
Alain Takoudjou authored
This is a fixup of d42de18b.
-
- 13 Jan, 2025 2 commits
-
-
Thomas Gambier authored
-
Alain Takoudjou authored
history and statistics files are sometimes corrupted because of invalid json We do 2 things to improve this: 1. we use json.load to read the previous file (this will detect if the file is corrupted) 2. we use json.dump to write the entire file at once in a temporary file and then we move this file to be atomic. Probably this will consume more resources. See merge request !728
-
- 10 Jan, 2025 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This prevents installation update modification date due Web Page modification date is newer. This fixes the coding style tests broken by: slapos_web_deploy: Added missing standalone-test slapos_web_deploy: Add rplc_coupler deploy script
-
- 09 Jan, 2025 2 commits
-
-
Rafael Monnerat authored
It was create a while ago, but never pushed.
-
Rafael Monnerat authored
-
- 07 Jan, 2025 1 commit
-
-
Romain Courteaud authored
-
- 03 Jan, 2025 1 commit
-
-
Romain Courteaud authored
-
- 02 Jan, 2025 5 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Do not acquire from Person to an Organisation, as most user do not have access to the organisation_module
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 30 Dec, 2024 2 commits
-
-
Romain Courteaud authored
- directly show the software_release and sofware_type informations - instance title is meaningless on this view, as admin want to get an understanding of which kind of software are instanciated - drop creation_date, image columns
-
Romain Courteaud authored
-
- 24 Dec, 2024 1 commit
-
-
Thomas Gambier authored
-
- 19 Dec, 2024 2 commits
-
-
Alain Takoudjou authored
See merge request !727
-
Alain Takoudjou authored
copy netrc file to software home location with the good ownership.
-
- 18 Dec, 2024 3 commits
-
-
Rafael Monnerat authored
slapos_erp5&cloud: Reimplement (and speed up) security to use ERP5User_getUserSecurityCategoryValueList No need external script for this. This change introduces a test change on testSlapOSCloudShadow, that include R-COMPUTER and R-INSTANCE for shadow users. After check, this feature (shadow) is not used for compute node or software instance users, so despite it is not needed (introduced 12yr ago), I kept just for reference. If those tests eventually break or cause problem, it is safe to remove them later on.
-
Rafael Monnerat authored
Include a custom ERP5Type_asSecurityGroupIdSet, since we need to handle the order of source_project + function (sort) a non-standard way.
-
Jérome Perrin authored
See merge request !721
-
- 17 Dec, 2024 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This way, running `slapos request n https://software.url` does not emit logs when fetching the software schema, but it does when using the `--verbose` flag.
-
- 16 Dec, 2024 1 commit
-
-
Jérome Perrin authored
Tests were using mywebsite.me, which is an existing domain for which HTTP requests timeout, this make the test slow and it is generally not OK that the test use a real web site. Using .example, as recommended by rfc2606 prevent these problems.
-
- 11 Dec, 2024 2 commits
-
-
Rafael Monnerat authored
Move shared code into InstanceTree_getNodeAndAllocationSupplyCellList and reuse into CRM and PDM for get the related Allocation Supply. This preserve the logic into a single location. Include more tests and extend implementation to now support Instance Node too.
-
Rafael Monnerat authored
-