[PR #1059] [MERGED] API: support /users/:username/repos #15738

Closed
opened 2025-11-02 11:53:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1059
Author: @awwalker
Created: 2/25/2017
Status: Merged
Merged: 2/27/2017
Merged by: @bkcsoft

Base: masterHead: listing


📝 Commits (1)

  • 4e0ea19 API: support /users/:username/repos

📊 Changes

3 files changed (+66 additions, -32 deletions)

View changed files

📝 routers/api/v1/api.go (+4 -2)
📝 routers/api/v1/repo/repo.go (+0 -30)
routers/api/v1/user/repo.go (+62 -0)

📄 Description

Fix for half of: #494. I'm not 100% sure about the movement of functions and files and defer to you but I thought this grouping made sense.


🔄 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/1059 **Author:** [@awwalker](https://github.com/awwalker) **Created:** 2/25/2017 **Status:** ✅ Merged **Merged:** 2/27/2017 **Merged by:** [@bkcsoft](https://github.com/bkcsoft) **Base:** `master` ← **Head:** `listing` --- ### 📝 Commits (1) - [`4e0ea19`](https://github.com/go-gitea/gitea/commit/4e0ea1915f28756214d131ea7d8cc3ee94830c39) API: support /users/:username/repos ### 📊 Changes **3 files changed** (+66 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `routers/api/v1/api.go` (+4 -2) 📝 `routers/api/v1/repo/repo.go` (+0 -30) ➕ `routers/api/v1/user/repo.go` (+62 -0) </details> ### 📄 Description Fix for half of: #494. I'm not 100% sure about the movement of functions and files and defer to you but I thought this grouping made sense. --- <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:53:28 -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#15738