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
Currently api server supports only application sync operation, which deploys target revision specified in git repo. That means a user has to commit different revision into git repo to deploy different revision. This is limitation does not work well with rollbacks.
In order to support rollbacks API server should allow deploying any revision.
Support any revision in application/sync API
Implement ability to deploy any revision using web ui