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

Org listing could show latest build status, sort by activity #498

Open
colindean opened this issue Feb 9, 2022 · 2 comments
Open

Org listing could show latest build status, sort by activity #498

colindean opened this issue Feb 9, 2022 · 2 comments
Labels
feature Indicates a new feature

Comments

@colindean
Copy link

colindean commented Feb 9, 2022

Description

When I visit https://vela.example.com/myorg, I'd like to be able to

  1. See each repository's last build status and perhaps timestamp in "$num $units ago" format
  2. Sort ascending and descending by
    1. Repo name
    2. Last build timestamp (latest builds, least recently run builds)
    3. Last built runtime (fastest builds, slowest builds)
    4. Build status (success, failure, config parse error)
    5. ???

The Builds tab enables 2.2 only with a filter by event trigger type.

Value

What I really want is a dashboard of build statuses for all Vela-enabled repos in the org. My team is adding several repos to our org per year and sometimes making a change to many of them ~simultaneously. We don't have a good way in Vela itself to capture the status of each repo in the organization.

Definition of Done

I can sort by some or all of the above recommendations.

Effort (Optional)

The build status seems easy: add the image corresponding to the default branch on the repo (main or master).

The others are probably a more effort to add the UI and endpoint parameters for sorting.

@colindean colindean added the feature Indicates a new feature label Feb 9, 2022
@cognifloyd
Copy link
Member

Ooh. Yes please. CircleCI had a decent multi repo dashboard to track builds in an org. Something like that for Vela would be fantastic.

It would be nice to have a dashboard of build status for a selection of repos too, so can see just the repos involved in my current project.

@plyr4
Copy link
Contributor

plyr4 commented Apr 10, 2024

this sounds awesome! we've slated "dashboards" to be worked on for the v24 release, i think this issue will be great fuel for conversation around that.
check this current PR and drop any comments for things youd like to see:
go-vela/types#339
note: itll probably be moved to server, soon

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

No branches or pull requests

3 participants