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
It would be nice to view a list of deployments for a particular environment. Once we've had more than 1, we could even link to diffs, etc. We're already capturing the data, just not displaying it anywhere.
Any thoughts on whether this feature would be accepted? And if so, any suggestions on where to add it? Right now the only thing we display for a project/environment is a list of bugs - I'm not sure there's a precedent for an additional level of navigation?
The text was updated successfully, but these errors were encountered:
Extend DeploysController to include an index/show action
Probably add a link on the grid view of environments, something like "Show deploys"
In the show page you can generate the diff using the Git gem -- I'll leave that as an exercise for the reader, then simply dump it in a syntaxhighlighter block.
It would be nice to view a list of deployments for a particular environment. Once we've had more than 1, we could even link to diffs, etc. We're already capturing the data, just not displaying it anywhere.
Any thoughts on whether this feature would be accepted? And if so, any suggestions on where to add it? Right now the only thing we display for a project/environment is a list of bugs - I'm not sure there's a precedent for an additional level of navigation?
The text was updated successfully, but these errors were encountered: