1. 15 Oct, 2025 1 commit
    • Wei Shoulin's avatar
      feat(client): add delete functionality for level0 and level1 data · 6be6c689
      Wei Shoulin authored
      - Added delete method in request module to support sending data with DELETE requests
      - Implemented delete function in level0 module for removing raw data by dataset
      - Implemented delete function in level1 module for removing processed data records
      - Updated API endpoints to handle deletion requests with proper parameters
      - Added documentation for new delete functions including arguments and return values
      6be6c689
  2. 26 Sep, 2025 1 commit
    • Wei Shoulin's avatar
      feat(csst_dfs_client): change default timeout value to None in request functions · 7109e3fe
      Wei Shoulin authored
      Change the default value of the `timeout` parameter from 300 to None
      for all HTTP request methods (get, post, put, delete, post_bytesio,
      and download_file) in the request module. This allows the requests
      to use the system's default timeout behavior when no explicit timeout
      is provided, improving flexibility and alignment with standard practices.
      7109e3fe
  3. 18 Aug, 2025 1 commit
    • Wei Shoulin's avatar
      feat: add all_catalog_names API and improve datetime validation · 3947cac2
      Wei Shoulin authored
      - Introduce new `all_catalog_names()` function in catalog.py to fetch available catalog names
      - Enhance `is_valid_datetime_format()` to accept both basic and ISO datetime formats
      - Add corresponding unit test for `all_catalog_names()`
      - Comment out slow integration tests in level0/level1 test files
      3947cac2
  4. 16 Jun, 2025 1 commit
  5. 02 Jan, 2025 1 commit
  6. 01 Jan, 2025 1 commit
  7. 31 Dec, 2024 1 commit
  8. 30 Dec, 2024 1 commit
  9. 29 Dec, 2024 1 commit
  10. 28 Dec, 2024 3 commits
  11. 27 Dec, 2024 1 commit
  12. 25 Dec, 2024 1 commit
  13. 24 Dec, 2024 1 commit
  14. 23 Dec, 2024 1 commit