1. 18 Nov, 2024 13 commits
  2. 15 Nov, 2024 4 commits
  3. 14 Nov, 2024 2 commits
  4. 06 Nov, 2024 3 commits
  5. 05 Nov, 2024 9 commits
  6. 04 Nov, 2024 3 commits
  7. 01 Nov, 2024 3 commits
  8. 28 Oct, 2024 1 commit
  9. 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