-
Notifications
You must be signed in to change notification settings - Fork 9
Postgresql #189
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
Merged
Merged
Postgresql #189
Conversation
This file contains hidden or 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
Signed-off-by: Luigi Pellecchia <[email protected]>
Add a lint job running flake and prettier Combine build and test using run_demo.sh instead of building containers directly
Default value for TAG and prevent failure in case the script is not able to install the cronjobs
Signed-off-by: Luigi Pellecchia <[email protected]>
Signed-off-by: Luigi Pellecchia <[email protected]>
Use port 9056 for frontend as the default used for cypress testing
add TESTING env variables
- Fix api post in api.py - Added parse_int in app_utils.py Signed-off-by: Luigi Pellecchia <[email protected]>
Configure API for testing via run_demo.sh
add wait mechanism to ensure the api, app and db are up and running
change api endpoint to apis during check for availability as /user/login is expected to be accessed via POST
Signed-off-by: Luigi Pellecchia <[email protected]>
execute run_demo.sh as root
Collect logs of all running Podman containers
cypress fail fast and container log always
run podman commands with sudo
Signed-off-by: Luigi Pellecchia <[email protected]>
Check api and app after the db
Init clean db after API Testing
Signed-off-by: Luigi Pellecchia <[email protected]>
… clean the db session. Added workers to API containers Signed-off-by: Luigi Pellecchia <[email protected]>
extend flake8 to db folder
Collaborator
Author
|
Refers to #187 |
Signed-off-by: Luigi Pellecchia <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Migrate sqlite3 to postgresql