-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add Automatic Approval for OpenSPP Self-Reg Change Requests #653
base: 17.0
Are you sure you want to change the base?
Conversation
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.
Thanks for the swift support @gonzalesedwin1123
Please check my comments.
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 17.0 #653 +/- ##
==========================================
- Coverage 73.22% 72.66% -0.56%
==========================================
Files 545 667 +122
Lines 13631 17274 +3643
Branches 1751 2198 +447
==========================================
+ Hits 9981 12553 +2572
- Misses 3352 4319 +967
- Partials 298 402 +104 ☔ View full report in Codecov by Sentry. |
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.
Thanks for a swift resolution @gonzalesedwin1123
Why is this change needed?
A new function in the Change Request module is needed to support the direct approval and application of CRs submitted by the OpenSPP Self-reg app. The following will be provided by the new function:
How was the change implemented?
New unit tests
None
Unit tests executed by the author
None
How to test manually
Related links
Add Automatic Approval for OpenSPP Self-Reg Change Requests