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

[Feature Request] Show build status at a project level (TeamCity) #89

Open
scooper91 opened this issue Aug 20, 2019 · 2 comments
Open
Labels
CI server specific Needs help from people using this CI server dashboard Dashboard UI changes help wanted Pull requests welcome service-worker Service worker (core) changes

Comments

@scooper91
Copy link

Hi!

We use this currently on a dashboard to show a select number of builds, which works really well, but we'd like to have a dashboard which shows the status for all our projects (~50-60 projects).

Obviously on a dashboard, this is too many to show at a step level (e.g. build, test), but it would be fine at a project level. For example, it would show red for a project where any of the steps are failing.

Does this sound feasible, and like a good idea?

Thanks!

@AdamNowotny AdamNowotny added CI server specific Needs help from people using this CI server help wanted Pull requests welcome labels Aug 26, 2019
@AdamNowotny
Copy link
Owner

The current TeamCity support was tested with projects on https://teamcity.jetbrains.com/.
The assumption is that a buildType id and name gets mapped into a project, and a projectName gets mapped into a group. That might be wrong if I understand so this would need to change in https://github.com/AdamNowotny/BuildReactor/blob/master/src/services/teamcity/teamcity.js.

Unfortunately I haven't used TeamCity for a few years now and won't be able to implement it myself at the moment.

@AdamNowotny AdamNowotny added the dashboard Dashboard UI changes label Aug 20, 2024
@AdamNowotny
Copy link
Owner

Version 4.0.0 has a simpler API to create your own visualizations using React. This could be implemented as a new dashboard theme with a modified Pipelines component.

@AdamNowotny AdamNowotny added the service-worker Service worker (core) changes label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI server specific Needs help from people using this CI server dashboard Dashboard UI changes help wanted Pull requests welcome service-worker Service worker (core) changes
Projects
None yet
Development

No branches or pull requests

2 participants