1. 14 Jan, 2025 13 commits
  2. 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
  3. 10 Jan, 2025 2 commits
  4. 09 Jan, 2025 2 commits
  5. 07 Jan, 2025 1 commit
  6. 03 Jan, 2025 1 commit
  7. 02 Jan, 2025 5 commits
  8. 30 Dec, 2024 2 commits
  9. 24 Dec, 2024 1 commit
  10. 19 Dec, 2024 2 commits
  11. 18 Dec, 2024 3 commits
  12. 17 Dec, 2024 3 commits
  13. 16 Dec, 2024 1 commit
    • Jérome Perrin's avatar
      tests/example: use .example TLD to prevent lookups · 1386dba9
      Jérome Perrin authored
      Tests were using mywebsite.me, which is an existing domain for which
      HTTP requests timeout, this make the test slow and it is generally not OK
      that the test use a real web site. Using .example, as recommended by rfc2606
      prevent these problems.
      1386dba9
  14. 11 Dec, 2024 2 commits