ref(api): mark previous enterprise endpoints as unowned#111002
ref(api): mark previous enterprise endpoints as unowned#111002
Conversation
| class ReleaseThresholdEndpoint(ProjectEndpoint): | ||
| permission_classes = (ProjectReleasePermission,) | ||
| owner: ApiOwner = ApiOwner.ENTERPRISE | ||
| owner: ApiOwner = ApiOwner.UNOWNED |
There was a problem hiding this comment.
These are a lot of what rotational was doing. @mrduncan do you know who would take release tasks now?
There was a problem hiding this comment.
@bruno-garcia releases are effectively unowned at the moment, right?
sentaur-athena
left a comment
There was a problem hiding this comment.
Moving them to unowned makes it harder to find them and add owners to them. Ideally we would not use the unowned tag ever.
Most of enterprise code will be owned by billing and product platform so I added Jason.
The only part that is not is related to releases, let's find the right owner.
| "POST": ApiPublishStatus.PRIVATE, | ||
| } | ||
| owner = ApiOwner.ENTERPRISE | ||
| owner = ApiOwner.UNOWNED |
There was a problem hiding this comment.
@swartzrock my understanding is that some of these would be owned by product platform team. Maybe we should transfer them now?
|
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you remove the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Since the enterprise team doesn't exist right now, these endpoints are all technically unowned.