-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update requirements.txt #249
base: master
Are you sure you want to change the base?
Conversation
This PR contains code that is not formatted correctly according to Expand the full diff to see formatting changes--- sheepdog/api.py
+++ blackened
@@ -125,11 +125,11 @@
app.config["AUTH_SUBMISSION_LIST"] = True
app.config["USE_DBGAP"] = False
app.config["IS_GDC"] = False
# Turn off for performance
- app.config['JSONIFY_PRETTYPRINT_REGULAR'] = False
+ app.config["JSONIFY_PRETTYPRINT_REGULAR"] = False
# default settings
app.config["AUTO_MIGRATE_DATABASE"] = app.config.get("AUTO_MIGRATE_DATABASE", True)
app.config["REQUIRE_FILE_INDEX_EXISTS"] = (
# If True, enforce indexd record exists before file node registration This formatting comment was generated automatically by a script in uc-cdis/wool. |
Jenkins Build 1 : time taken 1 min 17 sec |
Jenkins Build 2 : time taken 1 min 46 sec |
Jenkins Build 3 : time taken 1 min 34 sec |
Jenkins Build 4 : time taken 8 min 11 sec |
Jenkins Build 5 : time taken 9 min 46 sec |
Jenkins Build 6 : time taken 12 min |
Jenkins Build 7 : time taken 34 min |
Jenkins Build 9 : time taken 13 min |
New Features
Breaking Changes
Submitter IDs are no longer required to be globally unique within a project.
Bug Fixes
Improvements
Dependency updates
Update GDC Data Model Pin -> 1.3.8
PSQLGraph pin -> 1.2.2
Deployment changes