You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an enterprise prospect is evaluating Coder, and has provided feedback that a second stage of approval after coder templates push would be nice to have.
currently, template changes are handled directly from the template admin and are accepted as the source truth. instead, changes could just request code review of a peer prior to being pushed in. the template owner could be notified via email; "Request for a change in X template."
This will give more administration control to the flow, and will draw a clear line of responsibilities on who is the owner/responsible to maintain templates.
The text was updated successfully, but these errors were encountered:
We now support pushing templates as non-active so users will not be able to use the latest template version until a template admin or owner marks them as active using CLI or dashboard.
To me this makes no sense to do it in Coder when using coder push. It make maybe sense to etablish this workflow if template edited only inside coder editor. But if one use coder push then the source code of the template relies somewhere and to me no one stores code not in a CVS like git today. When using git then there is also a CICD. If a company has to approve changes then they also uses CICD to implement approval of all code changes.
an enterprise prospect is evaluating Coder, and has provided feedback that a second stage of approval after
coder templates push
would be nice to have.currently, template changes are handled directly from the template admin and are accepted as the source truth. instead, changes could just request code review of a peer prior to being pushed in. the template owner could be notified via email; "Request for a change in X template."
The text was updated successfully, but these errors were encountered: