[PR #1784] [MERGED] Display commit status on landing page of repo #16053

Closed
opened 2025-11-02 12:01:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1784
Author: @DblK
Created: 5/23/2017
Status: Merged
Merged: 9/14/2017
Merged by: @lunny

Base: masterHead: feature_DisplayCommitStatusOnRepo


📝 Commits (3)

  • 7c458e6 Display commit status on landing page of repo
  • a0b3120 improve last status of commits and add link to ci
  • 2c706c4 fix last commit status since the order of ids are desc

📊 Changes

7 files changed (+60 additions, -28 deletions)

View changed files

📝 models/status.go (+23 -11)
📝 routers/repo/commit.go (+10 -0)
📝 routers/repo/view.go (+8 -0)
templates/repo/commit_status.tmpl (+15 -0)
📝 templates/repo/commits_table.tmpl (+1 -15)
📝 templates/repo/diff/page.tmpl (+1 -1)
📝 templates/repo/view_list.tmpl (+2 -1)

📄 Description

This will implement a part of #996 and so #1029.

The modification of the ui will be like this:
image

Status is now displayed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1784 **Author:** [@DblK](https://github.com/DblK) **Created:** 5/23/2017 **Status:** ✅ Merged **Merged:** 9/14/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `feature_DisplayCommitStatusOnRepo` --- ### 📝 Commits (3) - [`7c458e6`](https://github.com/go-gitea/gitea/commit/7c458e6e195aa9f48318c2afbb08f8981014825d) Display commit status on landing page of repo - [`a0b3120`](https://github.com/go-gitea/gitea/commit/a0b3120db938f26a04dcc41fa924097a99ccf2b6) improve last status of commits and add link to ci - [`2c706c4`](https://github.com/go-gitea/gitea/commit/2c706c4140273a38a89c87b8cae36fdc74f769ce) fix last commit status since the order of ids are desc ### 📊 Changes **7 files changed** (+60 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `models/status.go` (+23 -11) 📝 `routers/repo/commit.go` (+10 -0) 📝 `routers/repo/view.go` (+8 -0) ➕ `templates/repo/commit_status.tmpl` (+15 -0) 📝 `templates/repo/commits_table.tmpl` (+1 -15) 📝 `templates/repo/diff/page.tmpl` (+1 -1) 📝 `templates/repo/view_list.tmpl` (+2 -1) </details> ### 📄 Description This will implement a part of #996 and so #1029. The modification of the ui will be like this: ![image](https://cloud.githubusercontent.com/assets/832617/26371155/2ef36532-3ffa-11e7-8ba9-a0e0b34b5398.png) Status is now displayed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:01:14 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16053