1. 11 Nov, 2024 8 commits
  2. 09 Nov, 2024 1 commit
  3. 08 Nov, 2024 3 commits
    • Rafael Monnerat's avatar
      slapos_panel: Validate here isn't required · 687c9774
      Rafael Monnerat authored
         Update of state should be done by alarms according to current implementation.
      687c9774
    • Rafael Monnerat's avatar
      slapos_crm: Test open Regularisation Request scenario · a2f9d3e9
      Rafael Monnerat authored
         Whenever you post a ticket on a suspended Regularisation Request it interrupts the triggers and nothing is removed, until it is suspended again.
      a2f9d3e9
    • Rafael Monnerat's avatar
      slapos_erp5: Accountant is assignor/assignee on Regularisation Requests · 92e4d75a
      Rafael Monnerat authored
         Since Regularisation Request is created by lack of payment, usually the accountant is the one that can reply about ways of payments, and the one that can include manual payment (ie.: Wired transfer).
      
         Future possible use cases (Regularisation Request for Org?) would require accountant help to handle payments.
      
         Update related tests.
      
         Accounting Agent is assignee (like sales agent)
         Accounting Manager is assignor (Like sales manager)
      
         Only Assignor can re-open (pause) the process to destroy unpaid instances.
      92e4d75a
  4. 07 Nov, 2024 7 commits
  5. 06 Nov, 2024 3 commits
  6. 05 Nov, 2024 9 commits
  7. 04 Nov, 2024 3 commits
  8. 01 Nov, 2024 3 commits
  9. 28 Oct, 2024 1 commit
  10. 25 Oct, 2024 2 commits
    • Rafael Monnerat's avatar
      slapos_rss_style: convert to title, description, author to compatible xml · ef6a6622
      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
      ef6a6622
    • Rafael Monnerat's avatar
      slapos_cloud: Update constraints to prevent set improper data on request · 032ab585
      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
      032ab585