[PR #201] [CLOSED] go lint fixed for routers/admin #15219

Closed
opened 2025-11-02 11:41:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/201
Author: @lunny
Created: 11/21/2016
Status: Closed

Base: masterHead: lunny/golint_routers_admin


📝 Commits (3)

📊 Changes

9 files changed (+175 additions, -51 deletions)

View changed files

📝 models/user.go (+15 -0)
📝 routers/admin/admin.go (+27 -23)
📝 routers/admin/auths.go (+15 -9)
📝 routers/admin/notice.go (+5 -2)
📝 routers/admin/orgs.go (+3 -2)
📝 routers/admin/repos.go (+4 -2)
📝 routers/admin/users.go (+19 -13)
📝 routers/api/v1/api.go (+11 -0)
routers/api/v1/user/watch.go (+76 -0)

📄 Description

No description provided


🔄 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/201 **Author:** [@lunny](https://github.com/lunny) **Created:** 11/21/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `lunny/golint_routers_admin` --- ### 📝 Commits (3) - [`a3e85f5`](https://github.com/go-gitea/gitea/commit/a3e85f5929027f3a3e2698729d963418b691be2a) API Endpoint for watching - [`7982e44`](https://github.com/go-gitea/gitea/commit/7982e44953f5c9333a07170d93e4aec6cec1f6ab) Merge branch 'api/watching' of https://github.com/ethantkoenig/gogs - [`b8d48e2`](https://github.com/go-gitea/gitea/commit/b8d48e2fafe9c9220e81687c5257890549f9c6dd) go lint fixed for routers/admin ### 📊 Changes **9 files changed** (+175 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `models/user.go` (+15 -0) 📝 `routers/admin/admin.go` (+27 -23) 📝 `routers/admin/auths.go` (+15 -9) 📝 `routers/admin/notice.go` (+5 -2) 📝 `routers/admin/orgs.go` (+3 -2) 📝 `routers/admin/repos.go` (+4 -2) 📝 `routers/admin/users.go` (+19 -13) 📝 `routers/api/v1/api.go` (+11 -0) ➕ `routers/api/v1/user/watch.go` (+76 -0) </details> ### 📄 Description _No description provided_ --- <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:41:36 -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#15219