1. 04 Dec, 2023 2 commits
  2. 01 Dec, 2023 5 commits
  3. 30 Nov, 2023 5 commits
  4. 29 Nov, 2023 2 commits
    • Xavier Thompson's avatar
      format: Normalize netmask of computer address · dc37c0cb
      Xavier Thompson authored
      Currently computer netmask looks like 'ffff::/16' in slapos.xml.
      With this commit, this netmask will be cleaned up to just 'ffff::'.
      dc37c0cb
    • Xavier Thompson's avatar
      format: Support partition capabilities · db0afb58
      Xavier Thompson authored
      Computer definition file (slapformat-configuration.cfg) may now have:
      
      ```
      [partition_0]
      ...
      capability_list =
        fast-network
        more_disk_space
        yet another capability
      
      ...
      ```
      
      Capabilities are line-separated and may otherwise contain whitespace.
      Whitespace at the beginning and end of each line is stripped.
      db0afb58
  5. 28 Nov, 2023 2 commits
  6. 27 Nov, 2023 3 commits
  7. 24 Nov, 2023 3 commits
    • Thomas Gambier's avatar
      Release 1.10.5 · 5eebfe3b
      Thomas Gambier authored
      5eebfe3b
    • Thomas Gambier's avatar
      grid: fix supervisord configuration generation · f48b2d51
      Thomas Gambier authored
      See merge request !583
      f48b2d51
    • Xavier Thompson's avatar
      SlapObject: Fix supervisord config generation · 91335049
      Xavier Thompson authored
      Previous code matched way too many files as belonging to the current
      partition and wrongly removed them as obsolete: e.g. when processing
      slappart1, all the configuration files belonging to slappart10 would
      systematically be deleted, as if they belonged to slappart1 and were
      now out-of-date. Same for all partitions starting with 'slappart1',
      such as slappart11, slappart12, etc.
      
      This resulted in all services in slappart1X being stopped and started
      repeatedly and very often: stopped during processing of slappart1 and
      started during processing of slappart1X, with potentially several
      minutes of downtime, and a high percentage of downtime.
      
      This is a fixup of db98a521.
      91335049
  8. 23 Nov, 2023 2 commits
  9. 20 Nov, 2023 2 commits
  10. 19 Oct, 2023 1 commit
  11. 18 Oct, 2023 1 commit
  12. 12 Oct, 2023 1 commit
  13. 11 Oct, 2023 5 commits
  14. 10 Oct, 2023 2 commits
  15. 09 Oct, 2023 2 commits
  16. 04 Oct, 2023 2 commits