-
Notifications
You must be signed in to change notification settings - Fork 13
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
2256 Task: Update Compliance Ratios #2285
Merged
Merged
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
tim738745
requested changes
Oct 3, 2024
backend/api/fixtures/operational/0037_update_compliance_ratio.py
Outdated
Show resolved
Hide resolved
…adds ordering into migration
Quality Gate passedIssues Measures |
tim738745
approved these changes
Oct 3, 2024
tim738745
pushed a commit
that referenced
this pull request
Oct 15, 2024
* task: adds fixtures for updating compliance ratios and deleting unnecessary ones * chore: linting and adds comments * chore: removes compliance ratio fixture and replaces with migration, adds ordering into migration
tim738745
pushed a commit
that referenced
this pull request
Oct 17, 2024
* task: adds fixtures for updating compliance ratios and deleting unnecessary ones * chore: linting and adds comments * chore: removes compliance ratio fixture and replaces with migration, adds ordering into migration
emi-hi
added a commit
that referenced
this pull request
Oct 19, 2024
* Updating terminology to reflect new policies (#2212) * Adding frontend flagging system for class 2B vehicles (#2213) * small fix * Task: Conditionally Render Vehicle Weight Class Text #2223 (#2235) * Conditionally render text for the vehicle class if it is an idir user. Removes 2B flag for everyone. * Adding in conditional rendering of vehicles supplied text for new model year reports * feat: 2233 - wording changes (#2239) * compliance reporting wording changes * more wording changes * update tests * more wording changes * make some wording changes conditional * 2256 Task: Update Compliance Ratios (#2285) * task: adds fixtures for updating compliance ratios and deleting unnecessary ones * chore: linting and adds comments * chore: removes compliance ratio fixture and replaces with migration, adds ordering into migration * update migration * Showing correct vehicle class based on weight (#2317) * small fix * Update Dockerfile-Openshift * small change * Update Dockerfile-Openshift * fix typo * fix: text change, removes 'active' from credit request upload page (#2318) * Oct 21 2024 stuff v1 (#2319) * -adds text that was removed accidently * -adds legacy ternary to vin request page/rejected vins, vehicle model list table -adds one day to legacy date * -adds word 'vehicle' in ternary for displaying text on supplier information --------- Co-authored-by: JulianForeman <71847719+JulianForeman@users.noreply.github.com> Co-authored-by: Emily <44536222+emi-hi@users.noreply.github.com> Co-authored-by: Kuan Fan <31664961+kuanfandevops@users.noreply.github.com>
kuanfandevops
added a commit
that referenced
this pull request
Oct 22, 2024
* ZEVA feat 2284 - reduction (#2312) * feat- removes code that automatically reduces transaction credits if deficit exists * chore: removes print statement/extra spaces * chore: removes duplication * Create post release pipeline (#2315) * Oct 21 2024 stuff - build-on-dev (#2227) * Updating terminology to reflect new policies (#2212) * Adding frontend flagging system for class 2B vehicles (#2213) * Task: Conditionally Render Vehicle Weight Class Text #2223 (#2235) * Conditionally render text for the vehicle class if it is an idir user. Removes 2B flag for everyone. * Adding in conditional rendering of vehicles supplied text for new model year reports * feat: 2233 - wording changes (#2239) * compliance reporting wording changes * more wording changes * more wording changes * make some wording changes conditional * 2256 Task: Update Compliance Ratios (#2285) * task: adds fixtures for updating compliance ratios and deleting unnecessary ones * chore: linting and adds comments * chore: removes compliance ratio fixture and replaces with migration, adds ordering into migration * update migration * Showing correct vehicle class based on weight (#2317) * small fix * Update Dockerfile-Openshift * small change * Update Dockerfile-Openshift * fix typo * fix: text change, removes 'active' from credit request upload page (#2318) * Oct 21 2024 stuff v1 (#2319) * -adds text that was removed accidently * -adds legacy ternary to vin request page/rejected vins, vehicle model list table -adds one day to legacy date * -adds word 'vehicle' in ternary for displaying text on supplier information --------- Co-authored-by: JulianForeman <71847719+JulianForeman@users.noreply.github.com> Co-authored-by: Emily <44536222+emi-hi@users.noreply.github.com> Co-authored-by: Kuan Fan <31664961+kuanfandevops@users.noreply.github.com> * fix: 2273 - final(?) wording change (#2323) --------- Co-authored-by: Emily <44536222+emi-hi@users.noreply.github.com> Co-authored-by: tim738745 <98717409+tim738745@users.noreply.github.com> Co-authored-by: JulianForeman <71847719+JulianForeman@users.noreply.github.com>
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.
task: adds fixtures for updating compliance ratios and deleting unnecessary ones