[PR #2205] [MERGED] Add collaborative repositories to the dashboard #16287

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2205
Author: @Bwko
Created: 7/23/2017
Status: Merged
Merged: 8/23/2017
Merged by: @lunny

Base: masterHead: collaborate


📝 Commits (3)

  • d34f97a Add collaborative repositories to the dashboard
  • bdac5e0 fix some bug and some refactor
  • 1b71b48 fix tests

📊 Changes

6 files changed (+71 additions, -80 deletions)

View changed files

📝 models/action.go (+18 -12)
📝 models/repo_list.go (+30 -26)
📝 models/repo_list_test.go (+2 -0)
📝 routers/api/v1/repo/repo.go (+5 -1)
📝 routers/user/home.go (+10 -40)
📝 routers/user/profile.go (+6 -1)

📄 Description

Remove some unused code from the Dashboard func
Fixes #2114


🔄 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/2205 **Author:** [@Bwko](https://github.com/Bwko) **Created:** 7/23/2017 **Status:** ✅ Merged **Merged:** 8/23/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `collaborate` --- ### 📝 Commits (3) - [`d34f97a`](https://github.com/go-gitea/gitea/commit/d34f97ad7e2236b9d4f8800dfed2173c5d492fa9) Add collaborative repositories to the dashboard - [`bdac5e0`](https://github.com/go-gitea/gitea/commit/bdac5e0e14a8e73742a84f56a89585b462820d0f) fix some bug and some refactor - [`1b71b48`](https://github.com/go-gitea/gitea/commit/1b71b48f7e3e4abc1c8624d1eba77ca83cc833e3) fix tests ### 📊 Changes **6 files changed** (+71 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `models/action.go` (+18 -12) 📝 `models/repo_list.go` (+30 -26) 📝 `models/repo_list_test.go` (+2 -0) 📝 `routers/api/v1/repo/repo.go` (+5 -1) 📝 `routers/user/home.go` (+10 -40) 📝 `routers/user/profile.go` (+6 -1) </details> ### 📄 Description Remove some unused code from the Dashboard func Fixes #2114 --- <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:06:46 -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#16287