1. 05 Feb, 2025 8 commits
  2. 28 Jan, 2025 1 commit
  3. 27 Jan, 2025 1 commit
  4. 24 Jan, 2025 2 commits
  5. 14 Jan, 2025 9 commits
  6. 13 Jan, 2025 2 commits
    • Thomas Gambier's avatar
      Release 1.14.2 · 8e0ca4c2
      Thomas Gambier authored
      8e0ca4c2
    • Alain Takoudjou's avatar
      slapos.grid.promise: prevent json file corruption while updating data · d42de18b
      Alain Takoudjou authored
      history and statistics files are sometimes corrupted because of invalid json
      
      We do 2 things to improve this:
       1. we use json.load to read the previous file (this will detect if the file is corrupted)
       2. we use json.dump to write the entire file at once in a temporary file and then we move this file to be atomic.
      
      Probably this will consume more resources.
      
      See merge request !728
      d42de18b
  7. 10 Jan, 2025 2 commits
  8. 09 Jan, 2025 2 commits
  9. 07 Jan, 2025 1 commit
  10. 03 Jan, 2025 1 commit
  11. 02 Jan, 2025 5 commits
  12. 30 Dec, 2024 2 commits
  13. 24 Dec, 2024 1 commit
  14. 19 Dec, 2024 2 commits
  15. 18 Dec, 2024 1 commit
    • Rafael Monnerat's avatar
      slapos_erp5&cloud: Reimplement (and speed up) security to use... · ed92d54a
      Rafael Monnerat authored
      slapos_erp5&cloud: Reimplement (and speed up) security to use ERP5User_getUserSecurityCategoryValueList
      
       No need external script for this.
      
       This change introduces a test change on testSlapOSCloudShadow, that
       include R-COMPUTER and R-INSTANCE for shadow users.
      
       After check, this feature (shadow) is not used for compute node or
       software instance users, so despite it is not needed (introduced 12yr
       ago), I kept just for reference.
      
       If those tests eventually break or cause problem, it is safe to remove
       them later on.
      ed92d54a