-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat(backend): Forbid unarchive runs that belog to archived experiment #7147
feat(backend): Forbid unarchive runs that belog to archived experiment #7147
Conversation
Adds validation so that the user cannot activate a Run that belongs to Archived Experiment. Issue: kubeflow#7014 Signed-off-by: Diana Atanasova <[email protected]>
23f21b9
to
8a02968
Compare
/retest |
Signed-off-by: Diana Atanasova <[email protected]>
/lgtm Thank you Diana! |
@zijianjoy May I ask if there is some problem? I haven't got any comments for a while but the PR still stays open ... |
/approve Hello Diana, approving this PR as it looks good to me. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zijianjoy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
kubeflow#7147) * [backend] Forbid unarchive runs that belog to archived experiment Adds validation so that the user cannot activate a Run that belongs to Archived Experiment. Issue: kubeflow#7014 Signed-off-by: Diana Atanasova <[email protected]> * Change the err message to be more action-driven Signed-off-by: Diana Atanasova <[email protected]>
Adds validation so that the user cannot activate a Run that belongs to Archived Experiment.
Fixes: #7014
Signed-off-by: Diana Atanasova [email protected]
Description of your changes:
Checklist: