1. 16 Jan, 2025 1 commit
    • Romain Courteaud's avatar
      WIP: erp5_json_rpc_api: add JSON RPC Service portal type · 13e1b2b1
      Romain Courteaud authored
      This new Web Service can be configured to define a list of entry points associated to JSON Form.
      
      Those entry points are accessed by a client by doing an HTTP Post with a JSON input body.
      The input JSON is validated by the JSON Form.
      
      An output JSON body is expected as response.
      13e1b2b1
  2. 14 Jan, 2025 10 commits
  3. 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
  4. 10 Jan, 2025 2 commits
  5. 09 Jan, 2025 2 commits
  6. 07 Jan, 2025 1 commit
  7. 03 Jan, 2025 1 commit
  8. 02 Jan, 2025 5 commits
  9. 30 Dec, 2024 2 commits
  10. 24 Dec, 2024 1 commit
  11. 19 Dec, 2024 2 commits
  12. 18 Dec, 2024 3 commits
  13. 17 Dec, 2024 3 commits
  14. 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
  15. 11 Dec, 2024 4 commits