[PR #1492] [MERGED] Migrate WatchInfo struct to api #15926

Closed
opened 2025-11-02 11:58:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1492
Author: @sapk
Created: 4/14/2017
Status: Merged
Merged: 4/16/2017
Merged by: @appleboy

Base: masterHead: migrate-watchinfo


📝 Commits (3)

  • 150912f Remove WatchInfo and link to api struct
  • 4ba3554 Add vendor temporary update
  • 02f2800 Return to gitea vendor source

📊 Changes

5 files changed (+142 additions, -18 deletions)

View changed files

📝 routers/api/v1/user/watch.go (+2 -14)
📝 vendor/code.gitea.io/sdk/gitea/issue_comment.go (+1 -1)
vendor/code.gitea.io/sdk/gitea/repo_watch.go (+41 -0)
vendor/code.gitea.io/sdk/gitea/status.go (+95 -0)
📝 vendor/vendor.json (+3 -3)

📄 Description

So that the api repo contain all struct for api response and resquest.

Need : go-gitea/go-sdk#50


🔄 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/1492 **Author:** [@sapk](https://github.com/sapk) **Created:** 4/14/2017 **Status:** ✅ Merged **Merged:** 4/16/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `migrate-watchinfo` --- ### 📝 Commits (3) - [`150912f`](https://github.com/go-gitea/gitea/commit/150912f2f3dd07df48df6e334b8a54d3d2249295) Remove WatchInfo and link to api struct - [`4ba3554`](https://github.com/go-gitea/gitea/commit/4ba3554980e9bf96df78325d5a48867211945e5c) Add vendor temporary update - [`02f2800`](https://github.com/go-gitea/gitea/commit/02f280095f2958a8eda9e2e60e3c106d16397e9f) Return to gitea vendor source ### 📊 Changes **5 files changed** (+142 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `routers/api/v1/user/watch.go` (+2 -14) 📝 `vendor/code.gitea.io/sdk/gitea/issue_comment.go` (+1 -1) ➕ `vendor/code.gitea.io/sdk/gitea/repo_watch.go` (+41 -0) ➕ `vendor/code.gitea.io/sdk/gitea/status.go` (+95 -0) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description So that the api repo contain all struct for api response and resquest. Need : go-gitea/go-sdk#50 --- <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:58:04 -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#15926