-
Notifications
You must be signed in to change notification settings - Fork 7
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
AP-5288: SCA CCMS payload testing #7339
Closed
Closed
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
colinbruce
force-pushed
the
ap-5288/sca-ccms-payload-updates
branch
9 times, most recently
from
October 22, 2024 10:42
fe3b704
to
f538d8a
Compare
colinbruce
force-pushed
the
ap-5288/sca-ccms-payload-updates
branch
5 times, most recently
from
October 24, 2024 13:44
ecf6564
to
2ef8fcb
Compare
colinbruce
force-pushed
the
ap-5288/sca-ccms-payload-updates
branch
5 times, most recently
from
November 7, 2024 12:14
b6d5166
to
db1b351
Compare
colinbruce
force-pushed
the
ap-5288/sca-ccms-payload-updates
branch
3 times, most recently
from
November 13, 2024 13:11
ae2ded7
to
5f6a262
Compare
colinbruce
changed the title
AP-5288: SCA CCMS payload updates
AP-5288: SCA CCMS payload testing
Nov 14, 2024
colinbruce
force-pushed
the
ap-5288/sca-ccms-payload-updates
branch
4 times, most recently
from
November 15, 2024 09:21
c590d69
to
01ad473
Compare
colinbruce
changed the base branch from
main
to
ap-5288/code-only-sca-ccms-payload-updates
November 18, 2024 14:51
colinbruce
force-pushed
the
ap-5288/sca-ccms-payload-updates
branch
from
November 18, 2024 14:51
01ad473
to
88038a3
Compare
colinbruce
force-pushed
the
ap-5288/sca-ccms-payload-updates
branch
2 times, most recently
from
November 19, 2024 07:48
783722c
to
6608a8d
Compare
Quality Gate passedIssues Measures |
Extract methods and tests from non-means-tested state machine Implement new factory and traits as needed
This will allow us to build a specific payload for SCA applications without branching an existing state machine
These was some duplicated methods and similar patterns used in both. This simplifies the interface and reduces duplication
We were sending amendment types based off DF logic, not non-SCA DF logic Use the new `non_sca_used_delegated_functions?` handler, and call it where appropriate to remove it from the payload. Also remove `DevolvedPowersDate` as we know this is not needed on an SCA application payload
Ensure it is set to true when auto-granting and not generated for other submissions
colinbruce
force-pushed
the
ap-5288/code-only-sca-ccms-payload-updates
branch
from
November 26, 2024 08:52
103f74e
to
e793193
Compare
But will be an empty commit for now
colinbruce
force-pushed
the
ap-5288/sca-ccms-payload-updates
branch
from
November 26, 2024 08:52
6608a8d
to
fa8aef4
Compare
colinbruce
force-pushed
the
ap-5288/code-only-sca-ccms-payload-updates
branch
from
November 26, 2024 13:38
e793193
to
90cc18f
Compare
Base automatically changed from
ap-5288/code-only-sca-ccms-payload-updates
to
main
November 27, 2024 06:58
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.
What
Link to story
Note
WORK IN PROGRESS
This replaces #7222
It will make state machine changes and then pull in the original changes and
become the one-PR-to-rule-them-all moving forward for SCA CCMS changes
Warning
This will be used for testing the submissions to CCMS DEV - #7432 has been created for code review
This PR will be rebased on that and include the necessary routing for testing, while retaining a static URL for CCMS/CapGem devs to create test cases
Checklist
Before you ask people to review this PR:
bundle exec rake
git rebase main
.