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. 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
  3. 10 Oct, 2025 2 commits
  4. 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
  5. 26 Sep, 2025 1 commit
    • Wei Shoulin's avatar
      feat(dag): add new optional parameters to find_dag_run function · adb4eaa3
      Wei Shoulin authored
      feat(dag): include instrument, obs_type, obs_group, detector, filter, object, and proposal_id
      feat(dag): update update_dag_run function to support queue_time, start_time, and end_time
      feat(level0): rename obs_time parameter to date_obs
      feat(level1): rename obs_time parameter to date_obs
      test(dag): update test cases for new parameters and function name change
      adb4eaa3
  6. 23 Jul, 2025 1 commit
  7. 15 Jul, 2025 2 commits
  8. 16 Jun, 2025 1 commit
  9. 15 Jun, 2025 1 commit
  10. 11 Jun, 2025 1 commit
  11. 20 May, 2025 1 commit
  12. 29 Apr, 2025 1 commit
  13. 25 Apr, 2025 2 commits
  14. 19 Apr, 2025 1 commit
  15. 03 Mar, 2025 3 commits
  16. 24 Feb, 2025 1 commit
  17. 05 Jan, 2025 1 commit
  18. 02 Jan, 2025 1 commit
  19. 01 Jan, 2025 3 commits
  20. 31 Dec, 2024 1 commit
  21. 30 Dec, 2024 1 commit
  22. 29 Dec, 2024 1 commit
  23. 24 Dec, 2024 1 commit
  24. 23 Dec, 2024 1 commit