-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix invoke script using dev DB in non-dev #142
Merged
Merged
Changes from 2 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
53a5c2f
Update script to remove old container
rmarow 9cfae4a
Comment out where environment variables were being set unintentionally
rmarow ecaa06c
Linting
rmarow da5d4a7
Add envs to mypy function
rmarow 0e8fc1b
Update envarrs to not be hacky
rmarow fc8e0d5
part 1 setting up blueprint
rmarow d018d8e
WIP #2 adding application factory
rmarow c017dbe
Fix circular import issue
rmarow ce8dbf6
fix blueprint
rmarow f29779e
remove unused import
rmarow 3b20204
TEMPORARY resolve `app` errors - need to figure out true solution
rmarow cca5a3f
WIP different blueprint for responses
rmarow 1b8deea
WIP continue `response` blueprint update
rmarow 82a1891
WIP able to startup app, still getting a blueprint error
rmarow 43913df
Remove prefix from route
rmarow af2192a
Fix import
rmarow 97b1451
WIP - current blocker is login manager
rmarow 724c533
LoginManager
rmarow 90e69b4
Login manager working
rmarow e619c6f
Login blueprint
rmarow 471175a
Add survey blueprint and remove `app` from user.py
rmarow f018cbc
Update task/db to use create_app function
rmarow e6304f6
Import login_bp
rmarow f929ee9
Attempt at getting login working - not successful
rmarow e9e563f
Temporarily remove ability to bypass googleSSO
rmarow 5a7ebfc
Remove unused `app` in this file
rmarow 92e2738
Fix login related error and call current_app as recommended by docs
rmarow 25241bd
Add logout blueprint
rmarow d7c50cb
Update users template to include blueprint
rmarow 53a5177
Add survey blueprint to redirect url
rmarow 376c23e
Add response blueprint
rmarow ac3fcf0
Start adding response blueprint - response sub pages need their own bp
rmarow 1b1e101
view surveys blueprint
rmarow af5ca07
remove breakpoint
rmarow af48db0
Add comments regarding issue #144
rmarow 714e8bf
Merge branch 'non-dev-db-issue' of github.com:nsidc/usaon-vta-survey …
rmarow 4a3113a
Group blueprint imports together to reduce additional spacing
rmarow 1e52cd0
Update path
rmarow b9bd638
Adding blueprints
rmarow 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
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
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.
@rmarow
bp
here is hard to read. What aboutresponse_bp
?I feel
obs_bp
anddp_bp
would also be more readable spelling out the words.