-
Notifications
You must be signed in to change notification settings - Fork 13
Automatically approve a change request that is only decreasing quota values #194
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
Comments
@knikolla What is the status of this decision? |
During today's 1PM meeting, we have the green light to implement this feature, but we want to code to not allow the case where the user sets the quota to 0 |
I will put this issue on hold for now until #208 is merged, since that PR implements features that this issue will likely build upon. |
@QuanMPhm should this be pushed to the next sprint while we wait for the merge? |
Depends on nerc-project/coldfront-nerc#132
This is a foundational first step in automating approvals for common PI operations. As this is decreasing a quota, it does not require an admin to confirm the availability of resources requested by the PI.
ChangeRequest
as approved and dispatch achange_request_approved
signal https://github.com/ubccr/coldfront/blob/0b96bd391136d0a62ee1840e3cae111e6904b999/coldfront/core/allocation/signals.py#L15The text was updated successfully, but these errors were encountered: