-
Notifications
You must be signed in to change notification settings - Fork 10
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.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 17.0 #653 +/- ##
==========================================
- Coverage 80.39% 72.66% -7.73%
==========================================
Files 574 667 +93
Lines 14595 17274 +2679
Branches 1776 2198 +422
==========================================
+ Hits 11733 12553 +820
- Misses 2475 4319 +1844
- Partials 387 402 +15 ☔ 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