-
Notifications
You must be signed in to change notification settings - Fork 299
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
ARMUI split out of routes into blueprints #686
Merged
shitwolfymakes
merged 15 commits into
automatic-ripping-machine:v2_devel
from
microtechno9000:v2_devel
Jan 29, 2023
Merged
ARMUI split out of routes into blueprints #686
shitwolfymakes
merged 15 commits into
automatic-ripping-machine:v2_devel
from
microtechno9000:v2_devel
Jan 29, 2023
Conversation
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
moved /import_movies from routes into database fixed a bug in the debug tools with the qa script not running
move job related pages into the jobs flask blueprint
move of the sendmovies page to a separate flask blueprint
microtechno9000
changed the title
ARMUI spit out of routes into blueprints
ARMUI split out of routes into blueprints
Jan 27, 2023
DVD rip completed, found an error in the title search. needed a reference to the route_jobs |
Docker BR rip successful, see attached log. |
shitwolfymakes
approved these changes
Jan 29, 2023
Kudos, SonarCloud Quality Gate passed! |
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.
Description
Separation of the ARMUI routes into blueprints for easier management of the code. Blueprints have been created as below. No change to the ARMUI code or functionality within this PR, other than Flake8 QA fixes and incorporation of existing PRs.
Related to #589
New blueprints:
auth
coversdatabase
covershistory
coversjobs
coverslogs
coverssendmovies
coverssettings
(PR #650) coversFixes # nil
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration
Checklist:
v2_devel
branch (Unless the main branch has a security issue)