-
Notifications
You must be signed in to change notification settings - Fork 63
Conversation
50eb251
to
e573247
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.
sorry I should have caught this in the IDL PR - we probably want to update the ProjectListRequest endpoint to accept a filter param so we can select active only
No worries. I didn't plan to change API in this PR, to make it a bit smaller. :) I will do that in a follow-up PR. Thanks for pointing it out. |
hey @honnix this looks good but seems like there are some build issues? |
@katrogan Yeah we need flyteorg/flyteidl#88 to be released first. |
@honnix oh right, do you have permission to draft a release? otherwise i can go ahead and create one |
@katrogan I have permission and I will do that. Just wanted to confirm it is OK I make a release. |
* Use state for a project to archive or activate it
TL;DR
Make a project achievable. Depends on flyteorg/flyteidl#88
Type
Are all requirements met?
Complete description
This PR makes it possible to archive and unarchive a project. Archived project is not visible for
list
but visible forget
, and it is treated as an invalid project. Archived project is possible to update so that it can be unarchived.@kumare3 PTAL and see whether this is on the right track. Thanks a lot.
Tracking Issue
flyteorg/flyte#569
Follow-up issue
NA