-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Flask App factory PR #1 #8418
Merged
Merged
Flask App factory PR #1 #8418
Changes from 13 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
56e6c1a
First cut at app factory
craig-rueda 21e3494
Setting things back to master
craig-rueda be37d24
Working with new FLASK_APP
craig-rueda 9d31fff
Merge branch 'master' into app_factory
craig-rueda 259a307
Still need to refactor Celery
craig-rueda 9f8fe89
Merge branch 'master' into app_factory
craig-rueda 89bba87
CLI mostly working
craig-rueda fb9cf33
Working on unit tests
craig-rueda 01aafb5
Moving cli stuff around a bit
craig-rueda 9bf6333
Merge branch 'master' into app_factory
craig-rueda db25d4d
Removing get in config
craig-rueda 0ab9f0a
Defaulting test config
craig-rueda 921c285
Adding flask-testing
craig-rueda 095529f
flask-testing casing
craig-rueda 428655b
resultsbackend property bug
craig-rueda 97e4cda
Fixing up cli
craig-rueda 9f686cd
Quick fix for KV api
craig-rueda f1318d5
Working on save slice
craig-rueda 947622b
Fixed core_tests
craig-rueda 91a39f5
Fixed utils_tests
craig-rueda f675ad4
Most tests working - still need to dig into remaining app_context iss…
craig-rueda 78990d1
All tests passing locally - need to update code comments
craig-rueda 7e37cef
Fixing dashboard tests again
craig-rueda 3b95e96
Blacking
craig-rueda 7f1dadc
Sorting imports
craig-rueda 01607c4
linting
craig-rueda 3a66b07
removing envvar mangling
craig-rueda 5764936
Merge remote-tracking branch 'remotes/origin/master' into app_factory
craig-rueda 74cd1bf
blacking
craig-rueda 8d53bd7
Fixing unit tests
craig-rueda 037cb2c
isorting
craig-rueda 3c0d7da
licensing
craig-rueda c3c480d
fixing mysql tests
craig-rueda 90a25f2
fixing cypress?
craig-rueda d8e74a2
fixing .flaskenv
craig-rueda 55d5c27
fixing test app_ctx
craig-rueda 92e7922
fixing cypress
craig-rueda 798d723
Merge remote-tracking branch 'remotes/upstream/master' into app_factory
craig-rueda b943d68
moving manifest processor around
craig-rueda ab7a69c
moving results backend manager around
craig-rueda f72438a
Cleaning up __init__ a bit more
craig-rueda b30ff82
Addressing PR comments
craig-rueda b333044
Addressing PR comments
craig-rueda a9ecc7a
Blacking
craig-rueda ccd0338
Fixes for running celery worker
craig-rueda 03a3e4a
Tuning isort
craig-rueda cf0dac2
Merge remote-tracking branch 'remotes/origin/master' into app_factory
craig-rueda d2f4ada
Blacking
craig-rueda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit. Can we lowercase this like the other packages. Package names are case insensitive.