-
Notifications
You must be signed in to change notification settings - Fork 58
Remove support for release configurations not in a single stream #283
Remove support for release configurations not in a single stream #283
Conversation
stevekuznetsov
left a comment
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.
Would want to see you remove the field from the config (and from all other parts in the config where we do this nonsense but nobody uses it)
|
Remove |
We don't use this code and are unlikely to at any point in the future. Clean up these code paths prior to supporting upgrade logic.
718b942 to
50b32dd
Compare
|
I verified no one is using the tag form, removed from API, updated docs, code, and tests. |
|
PTAL |
stevekuznetsov
left a comment
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.
I think this seems reasonable
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton, stevekuznetsov The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We don't use this code and are unlikely to at any point in the future.
Clean up these code paths prior to supporting upgrade logic.
Builds on #282, only the latest commit is new