1. 24 Oct, 2025 1 commit
    • Wei Shoulin's avatar
      feat(client): add count_by_dataset function to level0 and level1 clients · ed8b0196
      Wei Shoulin authored
      - Added count_by_dataset method to level0.py to query data counts grouped by dataset
      - Added count_by_dataset method to level1.py to query data counts grouped by dataset
      - Updated test_level0.py to include test case for count_by_dataset
      - Updated test_level1.py to include test case for count_by_dataset
      - Commented out multiple test methods in test_level0.py and test_level1.py
      ed8b0196
  2. 09 Oct, 2025 1 commit
    • Wei Shoulin's avatar
      refactor(level0): rename date_obs parameter to obs_date · 29b293b7
      Wei Shoulin authored
      - Changed date_obs to obs_date in find function signature
      - Updated date_obs_start and date_obs_end keys to obs_date_start and obs_date_end
      - Modified prc_time parameter to prc_date in find_process and add_process functions
      - Adjusted related logic to use obs_date and prc_date consistently
      - Updated test cases to reflect the parameter name changes
      29b293b7
  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. 15 Jul, 2025 1 commit
  5. 15 Jun, 2025 1 commit
  6. 20 May, 2025 1 commit
  7. 29 Apr, 2025 1 commit
  8. 25 Apr, 2025 2 commits
  9. 19 Apr, 2025 1 commit
  10. 03 Mar, 2025 2 commits
  11. 24 Feb, 2025 1 commit
  12. 05 Jan, 2025 1 commit
  13. 29 Dec, 2024 1 commit
  14. 28 Dec, 2024 1 commit
  15. 23 Dec, 2024 1 commit