-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DIG-1522: change references to "cohort" to "program" (#875)
* update submodules * update tests * Update ingest-help.mdx * Update candigv2-ingest * Update htsget_app * Update htsget_app * Update candigv2-ingest * Update opa * Update katsu_service * Update query * Update candig-data-portal * Update federation
- Loading branch information
Showing
9 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule candig-data-portal
updated
13 files
Submodule candigv2-ingest
updated
4 files
+17 −6 | daemon.py | |
+10 −11 | htsget_ingest.py | |
+2 −3 | ingest_operations.py | |
+0 −23 | ingest_result.py |
Submodule htsget_app
updated
13 files
+1 −0 | create_db.sh | |
+4 −3 | data/files.sql | |
+8 −0 | data/pr_341.sql | |
+6 −6 | htsget_server/authz.py | |
+1 −1 | htsget_server/beacon_openapi.yaml | |
+12 −12 | htsget_server/beacon_operations.py | |
+42 −42 | htsget_server/database.py | |
+46 −46 | htsget_server/drs_openapi.yaml | |
+36 −36 | htsget_server/drs_operations.py | |
+9 −9 | htsget_server/htsget_openapi.yaml | |
+25 −25 | htsget_server/htsget_operations.py | |
+6 −6 | htsget_server/indexing.py | |
+20 −20 | tests/test_htsget_server.py |
Submodule katsu_service
updated
11 files
Submodule query
updated
2 files
+6 −6 | query_server/openapi.yaml | |
+19 −19 | query_server/query_operations.py |