Skip to content
Failed

Changes

Summary

  1. Orthanc connection and access (commit: b416332) (details)
  2. change orthanc query method (commit: d09d868) (details)
  3. split data test (commit: a1b52ef) (details)
  4. split api test (commit: 0c18401) (details)
  5. add orthanc api test (commit: 1ebddfa) (details)
  6. update pagination format (commit: dac8e1e) (details)
  7. update docs (commit: c34a196) (details)
  8. Update requirements.txt (commit: d9e553c) (details)
  9. change StreamingResponse to Response (commit: 053eea9) (details)
  10. update function name and position (commit: eae66fd) (details)
  11. add access control for all gen3 api (commit: 59bf7c8) (details)
  12. remove facet value from filter (commit: c4b79eb) (details)
  13. access control for metadata download (commit: 95f1fae) (details)
  14. update check status function name (commit: 56e3398) (details)
  15. change back to fetch all dicom file (commit: 996cca9) (details)
  16. modify mris/dicomImages (commit: f660a2e) (details)
  17. remove unused api (commit: cf62a79) (details)
  18. update record related api test (commit: e96c58d) (details)
  19. update update_dicom_images function (commit: ad23876) (details)
  20. update DYNAMIC_FILTERS (commit: 59ff468) (details)
Commit b4163321d3478873d2bbe61c2d838efd39b7012b by David Yu
Orthanc connection and access
(commit: b416332)
The file was modifiedapp/main.py (diff)
The file was modifieddocker-compose.yml (diff)
The file was modifiedapp/search.py (diff)
The file was modifiedapp/config.py (diff)
The file was modifiedREADME.md (diff)
The file was modifiedenv.txt (diff)
The file was modifiedmiddleware/auth.py (diff)
Commit d09d86882ba52a7ecd442ec6fcbb078879291570 by David Yu
change orthanc query method
(commit: d09d868)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/data_schema.py (diff)
The file was removedtests/test_data.py
The file was addedtests/test_irods_data.py
The file was addedtests/test_gen3_data.py
The file was removedtests/test_api.py
The file was addedtests/test_gen3_api.py
The file was addedtests/test_irods_api.py
The file was addedtests/test_orthanc_api.py
The file was modifiedapp/data_schema.py (diff)
The file was modifiedapp/pagination_format.py (diff)
The file was modifiedapp/sgqlc.py (diff)
The file was modifiedapp/data_schema.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedrequirements.txt (diff)
Commit 053eea91feaca3d7d7401786735525bb4bdb7cd9 by David Yu
change StreamingResponse to Response
(commit: 053eea9)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/main.py (diff)
Commit eae66fdbd6b046e77d895086aa2ff16dd3e9cb4d by David Yu
update function name and position
(commit: eae66fd)
The file was modifiedtests/test_orthanc_api.py (diff)
The file was modifiedtests/test_gen3_api.py (diff)
The file was modifiedapp/main.py (diff)
Commit 59bf7c82c5f0c65d1d21942882dcf86709702458 by David Yu
add access control for all gen3 api
(commit: 59bf7c8)
The file was modifiedapp/main.py (diff)
The file was modifiedtests/test_gen3_api.py (diff)
The file was modifiedapp/data_schema.py (diff)
Commit c4b79eba25a82ac15e610be61fb6f7863e844486 by David Yu
remove facet value from filter
(commit: c4b79eb)
The file was modifiedapp/filter_generator.py (diff)
Commit 95f1fae1cd2465d7c6c0d54b3b0492c63cadc760 by David Yu
access control for metadata download
(commit: 95f1fae)
The file was modifiedtests/test_gen3_api.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedtests/test_gen3_data.py (diff)
Commit 56e33984902d729e3810ca24bc2fd3c5d29d0d49 by David Yu
update check status function name
(commit: 56e3398)
The file was modifiedapp/main.py (diff)
Commit 996cca9109b0ec108439d5125d01c08e91655ac8 by David Yu
change back to fetch all dicom file

for several dicom series in one dataset situation
(commit: 996cca9)
The file was modifiedapp/pagination_format.py (diff)
The file was modifiedapp/sgqlc.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedtests/test_gen3_api.py (diff)
The file was modifiedapp/data_schema.py (diff)
The file was modifiedapp/main.py (diff)
Commit e96c58db61b75d6805eee85a1c63729e726a4602 by David Yu
update record related api test
(commit: e96c58d)
The file was modifiedtests/test_gen3_data.py (diff)
Commit ad23876efe02461386623b4ede8bd3bc4f27c3de by David Yu
update update_dicom_images function
(commit: ad23876)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/filter_generator.py (diff)