-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #714 from hubmapconsortium/karlburke/SearchAPIRein…
…dexCollectionSupport Enable re-index of Collections during POST and PUT calls, in this ser…
- Loading branch information
Showing
3 changed files
with
44 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ git+https://github.com/hubmapconsortium/[email protected]#egg=port | |
# Use the branch name of commons from github for testing new changes made in commons from different branch | ||
# Default is main branch specified in search-api's docker-compose.development.yml if not set | ||
# git+https://github.com/hubmapconsortium/commons.git@${COMMONS_BRANCH}#egg=hubmap-commons | ||
hubmap-commons==2.1.11 | ||
hubmap-commons==2.1.12 | ||
|
||
# The use of `-r` lets us specify the transitive requirements in one place | ||
-r search-adaptor/src/requirements.txt | ||
|
Submodule search-adaptor
updated
4 files
+1 −1 | VERSION | |
+0 −23 | src/app.py | |
+1 −1 | src/requirements.txt | |
+2 −7 | src/translator/tranlation_helper_functions.py |