-
Notifications
You must be signed in to change notification settings - Fork 3
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
Added new allocation status "Active (Needs Renewal)" #121
Added new allocation status "Active (Needs Renewal)" #121
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.
@QuanMPhm we also need to include the patch in the Dockerfile:
https://github.com/nerc-project/coldfront-nerc/blob/main/Dockerfile#L30
When any Coldfront expires, the allocation's status will change to "Active (Needs Renewal)" instead of "Expired"
bc1301b
to
8da0953
Compare
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.
Looks good to me.
@QuanMPhm Have you had a chance to test that the add_allocation_defaults
function works correctly when executed on a ColdFront that already has the allocation defaults?
@knikolla When the patched command is ran on a Coldfront with the old defaults, the new |
@QuanMPhm what are next steps to get this merged? |
@joachimweyl I suppose I'll merge it now. I was just waiting for someone with more seniority to merge it. |
Closes #120. When any Coldfront expires, the allocation's status will change to "Active (Needs Renewal)" instead of "Expired"