[PR #519] [MERGED] Tab on user profile to show starred repos #15428

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/519
Author: @andreynering
Created: 12/27/2016
Status: Merged
Merged: 12/29/2016
Merged by: @lunny

Base: masterHead: gitea/stars


📝 Commits (6)

  • e999f86 Tab on user profile to show starred repos
  • ada59e4 Make golint happy and use transactions on StarRepo function
  • 1ad427b x -> sess
  • ad2d212 Use sess.Close() instead of sess.Rollback()
  • 6a74c4a Add copyright
  • 993cf81 Fix lint

📊 Changes

7 files changed (+115 additions, -76 deletions)

View changed files

📝 cmd/web.go (+0 -1)
📝 models/repo.go (+0 -60)
models/star.go (+87 -0)
📝 options/locale/locale_en-US.ini (+1 -0)
📝 routers/user/profile.go (+8 -5)
📝 templates/base/head.tmpl (+4 -0)
📝 templates/user/profile.tmpl (+15 -10)

📄 Description

Deprecates https://github.com/go-gitea/gitea/pull/181

Improvements pending for future PRs:

  • Have a timestamp in star table and order by it
  • Pagination
  • Filter

🔄 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/519 **Author:** [@andreynering](https://github.com/andreynering) **Created:** 12/27/2016 **Status:** ✅ Merged **Merged:** 12/29/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `gitea/stars` --- ### 📝 Commits (6) - [`e999f86`](https://github.com/go-gitea/gitea/commit/e999f86dbc56b1414617f2e0c1130b3ccf3fd205) Tab on user profile to show starred repos - [`ada59e4`](https://github.com/go-gitea/gitea/commit/ada59e4dc81a41642295e43ffba8825183b839b2) Make golint happy and use transactions on StarRepo function - [`1ad427b`](https://github.com/go-gitea/gitea/commit/1ad427b30c5ec7b68f92bbb52a744257cd1cf315) x -> sess - [`ad2d212`](https://github.com/go-gitea/gitea/commit/ad2d2127ccf33e87f9ee107a95ac22442bb31d9d) Use sess.Close() instead of sess.Rollback() - [`6a74c4a`](https://github.com/go-gitea/gitea/commit/6a74c4ad97f69de5baca06862acbe4d0d390ad57) Add copyright - [`993cf81`](https://github.com/go-gitea/gitea/commit/993cf811cb02c04539625bfe4dbaa34ac5f6c72f) Fix lint ### 📊 Changes **7 files changed** (+115 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `cmd/web.go` (+0 -1) 📝 `models/repo.go` (+0 -60) ➕ `models/star.go` (+87 -0) 📝 `options/locale/locale_en-US.ini` (+1 -0) 📝 `routers/user/profile.go` (+8 -5) 📝 `templates/base/head.tmpl` (+4 -0) 📝 `templates/user/profile.tmpl` (+15 -10) </details> ### 📄 Description Deprecates https://github.com/go-gitea/gitea/pull/181 Improvements pending for future PRs: - Have a timestamp in star table and order by it - Pagination - Filter --- <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 11:46:19 -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#15428