-
Notifications
You must be signed in to change notification settings - Fork 167
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
Display branch name and/or commit sha #26
Comments
Hm, could a configurable name, which is exposed to the web frontend, help? |
Configurable from where? The commits would change constantly. |
Ah, okay. For which build system do you need this information? |
Currently, we're using a mixture of Jenkins, Travis and Wercker. |
Sorry for the late response. Currently there's a lot of work for me in my day job. The problem is, that the VCS, which trigger a build can be very different. Maybe in some of them a branch concept even doesn't exist. And I don't think that all or most of the build services support forwarding this information. The same might be valid for the commit hash. |
Let me add my two cents here. In my organization, it would also be desirable to show the branch name and/or the commit SHA on the build monitor. The way I plan to implement it in my fork is to add extra properties ( @marcells I'd like to hear your opinion on this as I plan to submit a pull request with these changes or the GitLab service - if you say it's a no-no, I won't waste your time with the pull request and just keep the changes in my own fork. |
@ntamas Thanks, I'm fine with the change. But the UI of the theme should look nice, even if there is no commit/branch info available. In a later change, I could maybe add the info to the default theme. |
Maybe issue #76 could be resolved with that change, too. |
Agreed - that's why I'm not incorporating the commit/branch info into the default themes; I leave it up to you to decide how these should be shown.
I think the environment is not included in the response provided by the GitLab API, and the names of the pipeline stages need another request (see response example here). I might do them at a later stage (we have |
Allright, thanks for that info. |
For builds that have either branch or commit details, we should display those on the board, for easier distinguishing between builds.
The text was updated successfully, but these errors were encountered: