-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Display branch commit status #25608
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 commit status #25608
Conversation
Separare column in the UI may be nice, but this table needs to be rewritten later, so I guess this position is ok until then. |
That's the way we do it on commits list, so I also think we can stay with it for now. |
I'd call this a feature |
conds := make([]builder.Cond, 0, len(commitIDs)) | ||
for _, sha := range commitIDs { | ||
conds = append(conds, builder.Eq{"sha": sha}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't that a builder.In
?
Fix #10388
This PR adds a status icon for every branch which has a status check for the latest commit on branch list page.