- 24 Nov, 2017 21 commits
-
-
Rafael Monnerat authored
Only invoke the script on configurator tests, to prevent some properties (like memcache information), be overwriten by the initialisation.
-
Rafael Monnerat authored
This test aims to test the constraints
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Reimplement promise alarm as constraint.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This part is handled automatically by the site creation.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
slapos_configurator: Create a single script to define the inital list of BT5 between the configurator and the upgrader.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 14 Nov, 2017 1 commit
-
-
Rafael Monnerat authored
This allow us link Computers and Hosting Subscriptions to Projects using Tracking API /reviewed-on nexedi/slapos.core!31
-
- 13 Nov, 2017 1 commit
-
-
Yusei Tahara authored
-
- 08 Nov, 2017 1 commit
-
-
Rafael Monnerat authored
-
- 07 Nov, 2017 1 commit
-
-
Julien Muchembled authored
See also slapos@04e5d4aa.
-
- 06 Nov, 2017 4 commits
-
-
Rafael Monnerat authored
Those scripts are part of the new API, added upfront to keep backward compatibility.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The API uses code which is part of the new VIFIB 2.0 API, and uses simpler scripts and JSON for the exchange of information. This API may change again in futher future, but backward compatibility will be kept with the current implementaion
-
Rafael Monnerat authored
- Acquire subordination from parent Computer: Thanks to this Computer Partitions can be in same category as Computers they are contained in. - Computer should acquire region from parent. - Add group acquisition on Computer Partition Those changes overwrite the configuration from erp5_base, and to avoid fork erp5 code.
-
- 12 Oct, 2017 1 commit
-
-
Julien Muchembled authored
-
- 11 Oct, 2017 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 09 Oct, 2017 5 commits
-
-
Rafael Monnerat authored
The reimplementation make both complaint with ERP5LoginUserManager Include custom ERP5Type_asSecurityGroupId (Required for Computer and Software Instance usage of user_id) machine_login was renamed to external_login to be complaint with ERP5LoginUserManager On SlapOSShadowAuthenticationPlugin, the enumerateUsers contains a huge copied code from ERP5LoginUserManager, which could be be factoried in a sense in future. Update related tests and code to: - Add ERP5 Login in person, Computer and Software Instance - Set user id while create or clone objects - Update ROLES and logins (for tests) to use User ID instead reference. - Login is defined by ERP5 Login and not by object reference.
-
Rafael Monnerat authored
Check if the user has a login subobject before set local roles on the user. Reference is never None.
-
Rafael Monnerat authored
The ownership is not exported into business templates anymore.
-
Rafael Monnerat authored
Organisation is going to be used as Site to identify the Location of a group of Computers. User can add Organisations User can add Projects Owners are also Assignees on theirs Orgsanisations and Projects
-
Rafael Monnerat authored
A common problem on this test is when you run in your instance the modules are owned by the user that setup the Instance while the tests expects to be owned by ERP5TestCaseUser. This change update the ownership of the modules to be on the expected user used by the tests (which is mostly safe even in production).
-
- 06 Oct, 2017 1 commit
-
-
Jérome Perrin authored
We only had a global "pidfile" configuration, but it's more conveniant to be able to configure different pidfile for each command (software, instance, report) The supported config file would look like: ``` [slapos] pidfile_software = /path/to/pid pidfile_instance = /path/to/pid pidfile_report = /path/to/pid ``` /reviewed-on nexedi/slapos.core!29
-
- 02 Oct, 2017 1 commit
-
-
Rafael Monnerat authored
-
- 26 Sep, 2017 1 commit
-
-
Hardik Juneja authored
-