Skip to content
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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Update requirements.txt #249

wants to merge 10 commits into from

Conversation

zflamig
Copy link
Contributor

@zflamig zflamig commented Feb 4, 2019

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

@PlanXCyborg
Copy link

This PR contains code that is not formatted correctly according to black. Run black on your code before merging.

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.

@PlanXCyborg
Copy link

Jenkins Build 1 : time taken 1 min 17 sec
Check the https://jenkins.planx-pla.net/job/perf-sheepdog/job/PR-249/1/display/redirect

@PlanXCyborg
Copy link

Jenkins Build 2 : time taken 1 min 46 sec
Check the https://jenkins.planx-pla.net/job/perf-sheepdog/job/PR-249/2/display/redirect

@PlanXCyborg
Copy link

Jenkins Build 3 : time taken 1 min 34 sec
Check the https://jenkins.planx-pla.net/job/perf-sheepdog/job/PR-249/3/display/redirect

@PlanXCyborg
Copy link

Jenkins Build 4 : time taken 8 min 11 sec
Check the https://jenkins.planx-pla.net/job/perf-sheepdog/job/PR-249/4/display/redirect

@PlanXCyborg
Copy link

Jenkins Build 5 : time taken 9 min 46 sec
Check the https://jenkins.planx-pla.net/job/perf-sheepdog/job/PR-249/5/display/redirect

@PlanXCyborg
Copy link

Jenkins Build 6 : time taken 12 min
Check the https://jenkins.planx-pla.net/job/perf-sheepdog/job/PR-249/6/display/redirect

@PlanXCyborg
Copy link

Jenkins Build 7 : time taken 34 min
Check the https://jenkins.planx-pla.net/job/perf-sheepdog/job/PR-249/7/display/redirect

@PlanXCyborg
Copy link

Jenkins Build 9 : time taken 13 min
Check the https://jenkins.planx-pla.net/job/perf-sheepdog/job/PR-249/9/display/redirect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants