Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View listing of deploys for a particular environment #77

Open
doxavore opened this issue May 5, 2013 · 1 comment
Open

View listing of deploys for a particular environment #77

doxavore opened this issue May 5, 2013 · 1 comment

Comments

@doxavore
Copy link
Contributor

doxavore commented May 5, 2013

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?

@doxavore doxavore closed this as completed May 5, 2013
@doxavore doxavore reopened this May 5, 2013
@RISCfuture
Copy link
Contributor

I'd accept the feature. The steps would be:

  1. Extend DeploysController to include an index/show action
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants