- 12 Sep, 2024 27 commits
-
-
Rafael Monnerat authored
This custom approach is used on Panel View and it is only working properly for Panel View since the gadget that will be redirected into is the slapos_panel_view. When use normal renderjs_runner it may cause confusion, so keep the URLs just pointing to normal locations.
-
Rafael Monnerat authored
This helps administrator to identify which project the ticket is related too.
-
Rafael Monnerat authored
This ticket list is broken and it is duplicated with Panel View anyway.
-
Rafael Monnerat authored
This information is duplicated with Panel View anyway, no reason to keep it
-
Rafael Monnerat authored
Whenever the serialization is JSON-in-xml the parameters are uploaded into {'_' : '{}') format.
-
Rafael Monnerat authored
Add mixin to Remote Node and Instance Node, so they can respond to getAccessStatus calls. Despite we don't set data on it (same for Slave Instance), it is important to respond this API to display Property the Status Gadgets on the API. Later on we can setAccessStatus based on Software Instance (for Instance Node) or Compute Node based on some indirect criteria, but this not covered by this commit.
-
Romain Courteaud authored
-
Romain Courteaud authored
This part was not following the new design. Use the new Type variation document to define how much a instance consumes the compute node capacity.
-
Romain Courteaud authored
Manager were using it on previous oss web site
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
It will reduce the transaction time, and so, reduce conflict cost Ensure instance is indexed before propagating to the remote node
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Do not propagate any url/type change (created by destroy and rename action).
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
slapos_crm: do not create ticket if we do not have any information for the software installation status This was the behaviour before the virtual master migration. Restore it, to not create too many tickets for now.
-
Romain Courteaud authored
-
Romain Courteaud authored
Paramers are not propagated from Instance Tree to Software Instance, as the manager does not have access to the Open Sale Order AND the customer person.
-
Romain Courteaud authored
-
Romain Courteaud authored
UID is not a list
-
Jérome Perrin authored
-
- 03 Sep, 2024 3 commits
-
-
Carlos Ramos Carreño authored
The `_verbose` attribute of `SlapOSInstanceTestCase` was unused and it is now removed. As the `makeModuleSetUpAndTestCaseClass` needed to be edited to remove `_verbose` from the class type instantiation, that function has been formatted, documented and typed. See merge request nexedi/slapos.core!664
-
Carlos Ramos Carreño authored
Class attributes of `SlapOSInstanceTestCase` have been typed and documented. See merge request nexedi/slapos.core!664
-
Carlos Ramos Carreño authored
This adds the `request_instance` class variable to `SlapOSInstanceTestCase`. If this variable is false, no instance will be requested. See merge request nexedi/slapos.core!664
-
- 02 Sep, 2024 4 commits
-
-
Jérome Perrin authored
- warn with all json validation errors, not just the first one - make validation error message easier to understand by not including so many useless details - do not let jsonschema fetch schema references by providing our own fetch implementation
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Thomas Gambier authored
-
- 30 Aug, 2024 2 commits
-
-
Romain Courteaud authored
Do not access destination section value when updating instance tree, as manager can't access customer info
-
Romain Courteaud authored
-
- 28 Aug, 2024 4 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
slapos_accounting: a single payment transaction can be used to pay multiple invoices with different destinations
-
Romain Courteaud authored
-