Skip to content
Failed

Changes

Summary

  1. add mode for query api (commit: 4bbafba) (details)
  2. update output logic (commit: c4a314f) (details)
  3. update function name (commit: 67e6826) (details)
  4. update handle facet related function (commit: 7d2220e) (details)
  5. function for handle different mode facet structure (commit: 4952254) (details)
  6. add x-file-name header (commit: 4229dce) (details)
  7. update responses info (commit: ae9863a) (details)
  8. remove unused api (commit: c214ff9) (details)
  9. update graphql query testing (commit: bb2c8a7) (details)
  10. remove HTTPException (commit: 59343f6) (details)
  11. update function name (commit: 4ef3e97) (details)
  12. minimise function arguments (commit: 01467da) (details)
  13. add comment (commit: c8eb578) (details)
  14. rename variable (commit: 897b819) (details)
  15. add comment (commit: 8503c74) (details)
  16. remove unused api (commit: 4600406) (details)
  17. update check_external_service (commit: 80d25d6) (details)
  18. remove project_id from sgqlc schema (commit: bd0d1e0) (details)
  19. add dependencies to routes (commit: 578fdd2) (details)
  20. update api depends (commit: 08999f0) (details)
  21. reduce code row length (commit: fe3530f) (details)
  22. update fg class naming (commit: a2c34e4) (details)
  23. update p class naming (commit: 2cc1ffa) (details)
  24. update s class format (commit: a6c660f) (details)
  25. update sgqlc class naming (commit: 620fa39) (details)
  26. format filter/search function (commit: d8b827f) (details)
  27. move access to init in fg class (commit: 1581794) (details)
  28. split fg class based on functionality (commit: 7a08b0a) (details)
  29. update filter related naming (commit: 6084467) (details)
  30. update data schema (commit: 7360687) (details)
  31. fix access (commit: cbc465b) (details)
  32. update access control for filter (commit: b2f13f3) (details)
  33. remove set_access (commit: c304a40) (details)
  34. update FILTER name (commit: 3c48a7a) (details)
  35. remove authorized_user from init (commit: b59d730) (details)
  36. add handle_facet_source function (commit: 697c4ff) (details)
  37. update Plot additional_types (commit: ed49ad0) (details)
  38. resolve conflict (commit: 750f30d) (details)
  39. update ORTHANC check (commit: c5c8b33) (details)
  40. initial with black, pylint, isort and mypy (commit: 1045b39) (details)
  41. upper case object name (commit: b330b43) (details)
  42. apply code standards to main.py (commit: 2e4737d) (details)
  43. apply code standards to config.py (commit: 92a5dc8) (details)
  44. apply code standards to data_schema.py (commit: b66f2f2) (details)
  45. apply code standards to filter_format.py (commit: 899363a) (details)
  46. remove (object) (commit: 2f29ff9) (details)
  47. add file docstring (commit: 2e86414) (details)
  48. change word (commit: ad381dc) (details)
  49. update docstring (commit: 609911b) (details)
  50. update naming and function (commit: c15b5eb) (details)
  51. apply code standards to filter_generato.py (commit: 7f223fd) (details)
  52. remove path check for download api (commit: c3b6d99) (details)
  53. update naming (commit: 2f6c5be) (details)
  54. apply code standards to filter.py (commit: 6cb45b8) (details)
  55. apply code standards to pagination_format.py (commit: 9951bc2) (details)
  56. update docstring (commit: 2b26782) (details)
  57. apply code standards to search.py (commit: 4721cd9) (details)
  58. update function name (commit: 0ed50bf) (details)
  59. update docsting (commit: 6bf4fa3) (details)
  60. update docstring (commit: 112efea) (details)
  61. update function name (commit: 443d528) (details)
  62. apply code standards to sgqlc.py (commit: 54c9e39) (details)
  63. update function name (commit: 404b1b8) (details)
  64. apply code standards to sgqlc_schema.py (commit: 6b6c823) (details)
  65. apply code standards to query_format.py (commit: 62c4ae9) (details)
  66. update function name (commit: 9c841f6) (details)
  67. update docstring (commit: 64504c2) (details)
  68. update docstring (commit: 7888486) (details)
  69. update function name (commit: 07aa4d7) (details)
  70. apply code standards to pagination.py (commit: 8b2e0ac) (details)
  71. remove empty line (commit: c2bf896) (details)
  72. apply code standards to user.py (commit: 4887c9d) (details)
  73. apply code standards to jwt.py (commit: 921b27a) (details)
  74. update docstring (commit: e128994) (details)
  75. remove unused function (commit: bd4538c) (details)
  76. update function name (commit: b7a9c3e) (details)
  77. add trigger if statement (commit: 431001f) (details)
  78. apply code standards to auth.py (commit: 2523701) (details)
  79. move gen3 query function to external service (commit: 12e5830) (details)
  80. apply code standards to external_service.py (commit: da734e1) (details)
  81. manage class object (commit: 5c9fffe) (details)
  82. move irods search to external service (commit: af09308) (details)
  83. update readme (commit: 753bc3a) (details)
  84. add env to env.txt (commit: 910153e) (details)
  85. update docstring (commit: e0d9b95) (details)
  86. change gain back to get (commit: 73e87a3) (details)
  87. use gen3 error exception (commit: 58da692) (details)
  88. move functions to external service (commit: 39f5954) (details)
  89. update name (commit: 6ae9655) (details)
  90. fix missing some related facet (commit: b1f84d8) (details)
Commit 4bbafbaddf354feecb34017fcc7098a83f2ac8a7 by David Yu
add mode for query api

support different output
(commit: 4bbafba)
The file was modifiedapp/data_schema.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/pagination_format.py (diff)
Commit 7d2220ec86489994fd3e05e325e58a9cae7075c8 by David Yu
update handle facet related function
(commit: 7d2220e)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/main.py (diff)
Commit 49522547763f35bfaf9767038ac16a440835b196 by David Yu
function for handle different mode facet structure
(commit: 4952254)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/data_schema.py (diff)
The file was modifiedapp/main.py (diff)
Commit bb2c8a7dff7deb327d9961912b1266c2de6d3e64 by David Yu
update graphql query testing
(commit: bb2c8a7)
The file was modifiedtests/test_gen3_api.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/filter_generator.py (diff)
The file was modifiedapp/search.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/filter.py (diff)
Commit 01467da9b5c42972618a3191b88623d9836b7c0f by David Yu
minimise function arguments
(commit: 01467da)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/pagination_format.py (diff)
The file was modifiedapp/filter.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/pagination_format.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/filter.py (diff)
The file was modifiedapp/main.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)
Commit 80d25d64d836712ae38025723cb4f45e7c49a149 by David Yu
update check_external_service
(commit: 80d25d6)
The file was modifiedapp/main.py (diff)
Commit bd0d1e0bc427a5aa3af45c7bd91c3f9ab884ec0d by David Yu
remove project_id from sgqlc schema
(commit: bd0d1e0)
The file was modifiedapp/sgqlc_schema.py (diff)
The file was modifiedapp/pagination_format.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/sgqlc.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/data_schema.py (diff)
The file was modifiedmiddleware/auth.py (diff)
The file was modifiedapp/search.py (diff)
The file was modifiedapp/config.py (diff)
The file was modifiedtests/test_gen3_api.py (diff)
The file was modifiedapp/filter_generator.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/sgqlc.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/search.py (diff)
The file was modifiedapp/sgqlc.py (diff)
Commit d8b827fab8a324ae2b55a86a186c906b92a44319 by David Yu
format filter/search function
(commit: d8b827f)
The file was modifiedapp/filter.py (diff)
The file was modifiedapp/search.py (diff)
Commit 15817940fa9be4e6d989fc0b78d728a3801b6c71 by David Yu
move access to init in fg class
(commit: 1581794)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/data_schema.py (diff)
The file was modifiedapp/filter_generator.py (diff)
Commit 7a08b0a432daaa35bb1052ac5ffe3b2dcaa13dd2 by David Yu
split fg class based on functionality
(commit: 7a08b0a)
The file was modifiedapp/filter_generator.py (diff)
The file was modifiedapp/main.py (diff)
The file was addedapp/filter_format.py
Commit 608446723227528793bb3a0da4ec56898a4c0895 by David Yu
update filter related naming
(commit: 6084467)
The file was modifiedtests/test_gen3_api.py (diff)
The file was modifiedapp/filter_format.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/sgqlc.py (diff)
The file was modifiedapp/filter.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/pagination_format.py (diff)
The file was modifiedapp/filter_generator.py (diff)
The file was modifiedapp/data_schema.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/filter_generator.py (diff)
Commit b2f13f3656aae9721d5223c3e559420bc255db3a by David Yu
update access control for filter
(commit: b2f13f3)
The file was modifiedapp/filter_generator.py (diff)
The file was modifiedapp/filter_format.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/filter_format.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/pagination_format.py (diff)
The file was modifiedtests/test_gen3_api.py (diff)
The file was modifiedapp/filter_generator.py (diff)
Commit b59d730820dd3a939151954c52640872645c504e by David Yu
remove authorized_user from init
(commit: b59d730)
The file was modifiedmiddleware/auth.py (diff)
Commit 697c4ff40a55e790998d66d954b8fb4e81f5060a by David Yu
add handle_facet_source function
(commit: 697c4ff)
The file was modifiedapp/query_format.py (diff)
Commit ed49ad0548dd27ef9828c7182227d773f1f38c41 by David Yu
update Plot additional_types
(commit: ed49ad0)
The file was modifiedapp/sgqlc.py (diff)
The file was modifiedapp/filter_generator.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/main.py (diff)
Commit 1045b39374e6f82542d6227ea53796f4789b7e22 by David Yu
initial with black, pylint, isort and mypy
(commit: 1045b39)
The file was modifiedapp/config.py (diff)
The file was modifiedtests/test_irods_api.py (diff)
The file was modifiedapp/__init__.py (diff)
The file was modifiedapp/data_schema.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedtests/test_gen3_api.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/search.py (diff)
The file was modifiedapp/sgqlc_schema.py (diff)
The file was modifiedtests/test_irods_data.py (diff)
The file was modifiedapp/filter.py (diff)
The file was modifiedtests/test_gen3_data.py (diff)
The file was modifiedrequirements.txt (diff)
The file was modifiedmiddleware/user.py (diff)
The file was modifiedapp/filter_format.py (diff)
The file was modifiedapp/filter_generator.py (diff)
The file was modifiedapp/pagination_format.py (diff)
The file was modifiedtests/test_orthanc_api.py (diff)
The file was modifiedmiddleware/auth.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/sgqlc.py (diff)
The file was modifiedapp/main.py (diff)
Commit 2e4737d325fa5c1179e8ed3d0c35d5f969d5872d by David Yu
apply code standards to main.py
(commit: 2e4737d)
The file was modifiedapp/main.py (diff)
The file was modifiedREADME.md (diff)
The file was modifiedapp/data_schema.py (diff)
Commit 92a5dc885f9308986f90f01b2df03b2aa3342bcc by David Yu
apply code standards to config.py
(commit: 92a5dc8)
The file was modifiedapp/config.py (diff)
Commit b66f2f2e053565fc5cf991e731fff2e842a62e1b by David Yu
apply code standards to data_schema.py
(commit: b66f2f2)
The file was modifiedapp/data_schema.py (diff)
Commit 899363acd3d9c470dc83a89a67d4e3e01dca1d91 by David Yu
apply code standards to filter_format.py
(commit: 899363a)
The file was modifiedapp/filter_format.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedmiddleware/user.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/pagination_format.py (diff)
The file was modifiedapp/filter.py (diff)
The file was modifiedapp/search.py (diff)
The file was modifiedmiddleware/jwt.py (diff)
The file was modifiedapp/config.py (diff)
The file was modifiedapp/filter_generator.py (diff)
The file was modifiedmiddleware/auth.py (diff)
The file was modifiedapp/sgqlc.py (diff)
The file was modifiedapp/filter_format.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/data_schema.py (diff)
The file was modifiedapp/config.py (diff)
The file was modifiedapp/data_schema.py (diff)
The file was modifiedapp/filter_format.py (diff)
The file was modifiedapp/filter_format.py (diff)
Commit 7f223fdaac449fa71378c7636f5ee63bd86082cc by David Yu
apply code standards to filter_generato.py
(commit: 7f223fd)
The file was modifiedapp/filter_generator.py (diff)
Commit c3b6d99c1c1b64f368739ecc4d5ee42122b5d3a5 by David Yu
remove path check for download api
(commit: c3b6d99)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/filter_generator.py (diff)
Commit 6cb45b8eaf03cc5bbd327b16bb3f5f0ce6c01499 by David Yu
apply code standards to filter.py
(commit: 6cb45b8)
The file was modifiedapp/filter.py (diff)
Commit 9951bc230faa00fc07027ebbb9ac620231a31c34 by David Yu
apply code standards to pagination_format.py
(commit: 9951bc2)
The file was modifiedapp/pagination_format.py (diff)
The file was modifiedapp/filter.py (diff)
Commit 4721cd95297651803d79c9b612d27d8c51ba04f0 by David Yu
apply code standards to search.py
(commit: 4721cd9)
The file was modifiedapp/search.py (diff)
The file was modifiedapp/pagination_format.py (diff)
The file was modifiedapp/search.py (diff)
The file was modifiedapp/search.py (diff)
The file was modifiedapp/filter_generator.py (diff)
The file was modifiedapp/main.py (diff)
Commit 54c9e39f7187fe2078a0bca9463376234ca1168c by David Yu
apply code standards to sgqlc.py
(commit: 54c9e39)
The file was modifiedapp/sgqlc.py (diff)
The file was modifiedapp/sgqlc.py (diff)
Commit 6b6c82306853ae9ba53b9210a2a08990a40c7e9b by David Yu
apply code standards to sgqlc_schema.py
(commit: 6b6c823)
The file was modifiedapp/sgqlc_schema.py (diff)
Commit 62c4ae954c502d40b3bca6bebf11fa323ef8ce56 by David Yu
apply code standards to query_format.py
(commit: 62c4ae9)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/query_format.py (diff)
The file was modifiedapp/pagination_format.py (diff)
The file was modifiedapp/main.py (diff)
Commit 8b2e0acd97f9e61d0c765e9563680a2f6e839e4b by David Yu
apply code standards to pagination.py
(commit: 8b2e0ac)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/sgqlc.py (diff)
The file was modifiedapp/search.py (diff)
Commit 4887c9d7000ee58e1c91511167831c7a576b910e by David Yu
apply code standards to user.py
(commit: 4887c9d)
The file was modifiedmiddleware/user.py (diff)
Commit 921b27a7a6e7e0c752d5d2f1fd429d695053cc67 by David Yu
apply code standards to jwt.py
(commit: 921b27a)
The file was modifiedmiddleware/jwt.py (diff)
The file was modifiedapp/filter_generator.py (diff)
The file was modifiedmiddleware/user.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/main.py (diff)
Commit 2523701587407800bcbafdd595c0319de61dbd8b by David Yu
apply code standards to auth.py
(commit: 2523701)
The file was modifiedmiddleware/auth.py (diff)
Commit 12e5830342dd3e7d16644116c5331c016b77198d by David Yu
move gen3 query function to external service
(commit: 12e5830)
The file was modifiedapp/external_service.py (diff)
The file was modifiedapp/sgqlc.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/filter_generator.py (diff)
The file was modifiedapp/search.py (diff)
Commit da734e160a3c84d012cd523f3bdfc0f04c017c40 by David Yu
apply code standards to external_service.py
(commit: da734e1)
The file was modifiedapp/external_service.py (diff)
The file was modifiedapp/main.py (diff)
Commit af093083d05bf62a0a4d6810317781f91e021169 by David Yu
move irods search to external service
(commit: af09308)
The file was modifiedapp/external_service.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/search.py (diff)
The file was modifiedREADME.md (diff)
The file was modifiedenv.txt (diff)
The file was modifiedapp/external_service.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedmiddleware/auth.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/external_service.py (diff)
Commit 39f5954e1ecc6273f36ff7e352e9f073d4bf90ab by David Yu
move functions to external service
(commit: 39f5954)
The file was modifiedapp/external_service.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedmiddleware/auth.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/search.py (diff)
The file was modifiedapp/filter_generator.py (diff)
Commit b1f84d8836650eb4c8579f9df53bd72e8aeab43e by David Yu
fix missing some related facet
(commit: b1f84d8)
The file was modifiedapp/query_format.py (diff)