- 07 Nov, 2024 1 commit
-
-
Rafael Monnerat authored
-
- 06 Nov, 2024 3 commits
-
-
Romain Courteaud authored
The performance was much worse.
-
Romain Courteaud authored
Workflow state was not the correct one. See 76edda30
-
Romain Courteaud authored
-
- 05 Nov, 2024 9 commits
-
-
Rafael Monnerat authored
This partially reverts commit 14c39681. There is no need for custom the actions, as on slapos_panel fast input is used instead. Keep for now the older state name for ensure consistency with the current usage.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This was replaced on the panel so, no need to have it on workflow action. This may reduce the delta on the workflow itself.
-
Rafael Monnerat authored
For sure, we won't calculate worklist from this form
-
Rafael Monnerat authored
This workflow isn't used any more since the re-implementation.
-
Rafael Monnerat authored
This prevents produce inconsistent objects whenever system evolve.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
New string to translate int to bool change on XML
-
- 04 Nov, 2024 3 commits
-
-
Rafael Monnerat authored
DeprecationWarning: <Workflow at instance_slap_interface_workflow>: Script calling Instance_checkConsistency instead of script_Instance_checkConsistency
-
Rafael Monnerat authored
Provide all common options as a method, so it is easy to understand security.
-
Jérome Perrin authored
moved from erp5 SR test suite See merge request !705
-
- 01 Nov, 2024 3 commits
-
-
Rafael Monnerat authored
-
Jérome Perrin authored
adjusted to use findFreeTCPPortRange and fix typing / formatting errors
-
Jérome Perrin authored
-
- 28 Oct, 2024 1 commit
-
-
Rafael Monnerat authored
-
- 25 Oct, 2024 3 commits
-
-
Rafael Monnerat authored
Ensure to convert the text values to a safer output that will be compatible with XML 1.0. See: https://www.w3.org/TR/REC-xml/#NT-Char
-
Rafael Monnerat authored
Try to guarantee that data is consistent and wont fail later on while been converted to XML with special attention to non-XML compatibles characters, like backspace. Include constraint to ensure title is XML compatible on Software Instance, Instance Tree and Slave Instance. (Not required for Compute Node as far as I checked). Copy text_content (parameter), sla_xml constraints from Software Instance to Instance Tree and Slave Instance. Copy connection_xml constraint from Software to Slave Instance for consistency. Add more tests to ensure that an Instance cannot be created if data is invalid, or not XML compatible. Add utility scripts to validate XML and XML Marshaller compatibility
-
Thomas Gambier authored
This is a fixup of 3194cc75.
-
- 23 Oct, 2024 11 commits
-
-
Romain Courteaud authored
slapos_crm/panel: rename Project_createSupportRequestWithCausality to Project_createTicketWithCausality Prepare support for new ticket portal types.
-
Romain Courteaud authored
-
Romain Courteaud authored
User is not visible in the panel.
-
Romain Courteaud authored
It should reduce number of open order expand calls.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
requestStart seems to be called on every instance every day. There is no need to call the alarm if nothing changed on the instance
-
Romain Courteaud authored
slapos_cloud: allow recreating a Compute Node even if there is an invalidated node with the same title
-
Romain Courteaud authored
-
Paul Graydon authored
-
- 22 Oct, 2024 1 commit
-
-
Paul Graydon authored
-
- 17 Oct, 2024 5 commits
-
-
Rafael Monnerat authored
Insert suffix on RSS Entry title, to better indicate what is the notification is about. MONITORING was widely used already, so it drops the need for custom entries.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
not monitoring.
-
Rafael Monnerat authored
It is broken, unused, and it is saves no time in general. It is better rely directly on sync to get all information on monitoring, or improve Support Request UI itself.
-
Rafael Monnerat authored
This import Raw/Custom OPML feature is not support anymore on Monitoring app. The sync occur directly from jIO API, so no reason to keep it. The code is also broken and untested in general.
-