[PR #108] [MERGED] Replaced gogits go-gogs-client with go-sdk #15152

Closed
opened 2025-11-02 11:40:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/108
Author: @tboerger
Created: 11/7/2016
Status: Merged
Merged: 11/7/2016
Merged by: @tboerger

Base: masterHead: go-sdk


📝 Commits (9)

  • 6bf9910 Set correct doc url for go-sdk
  • ceb9208 Dropped link to Gogs docs from template
  • a6d683f Link to godoc instead of Gogs wiki
  • 3e13e16 Dropped client from version check
  • 6f3097f Dropped github.com/gogits/go-gogs-client vendored dep
  • d1b14fe Stop ignoring gitea in general
  • e378648 Added updated go-sdk
  • 77f9c7e Fixed links to sdk docs
  • 4c6c16f Replaced go-gogs-client with go-sdk imports

📊 Changes

68 files changed (+78 additions, -89 deletions)

View changed files

📝 .gitignore (+2 -1)
📝 README.md (+1 -1)
📝 cmd/web.go (+0 -2)
📝 models/action.go (+1 -1)
📝 models/issue.go (+1 -1)
📝 models/issue_comment.go (+1 -1)
📝 models/issue_label.go (+1 -1)
📝 models/pull.go (+1 -1)
📝 models/repo.go (+1 -1)
📝 models/user.go (+1 -1)
📝 models/webhook.go (+1 -1)
📝 models/webhook_slack.go (+1 -1)
📝 modules/base/base.go (+1 -1)
📝 modules/context/api.go (+1 -1)
📝 routers/api/v1/admin/org.go (+1 -1)
📝 routers/api/v1/admin/org_team.go (+1 -1)
📝 routers/api/v1/admin/repo.go (+1 -1)
📝 routers/api/v1/admin/user.go (+1 -1)
📝 routers/api/v1/api.go (+1 -1)
📝 routers/api/v1/convert/convert.go (+1 -1)

...and 48 more files

📄 Description

Fixes #93


🔄 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/108 **Author:** [@tboerger](https://github.com/tboerger) **Created:** 11/7/2016 **Status:** ✅ Merged **Merged:** 11/7/2016 **Merged by:** [@tboerger](https://github.com/tboerger) **Base:** `master` ← **Head:** `go-sdk` --- ### 📝 Commits (9) - [`6bf9910`](https://github.com/go-gitea/gitea/commit/6bf9910975438c4198fa82a32849f3eea566b9d1) Set correct doc url for go-sdk - [`ceb9208`](https://github.com/go-gitea/gitea/commit/ceb920802ac371fbad2d461242807d5113e4a09b) Dropped link to Gogs docs from template - [`a6d683f`](https://github.com/go-gitea/gitea/commit/a6d683f4985c99fd3b03392cb62ee660aa7f864c) Link to godoc instead of Gogs wiki - [`3e13e16`](https://github.com/go-gitea/gitea/commit/3e13e16b3f44f15150c2e7a420af568dd2c9b291) Dropped client from version check - [`6f3097f`](https://github.com/go-gitea/gitea/commit/6f3097f9e6cd3c076d3c30d929264faacb88168e) Dropped github.com/gogits/go-gogs-client vendored dep - [`d1b14fe`](https://github.com/go-gitea/gitea/commit/d1b14fef56d409041d2630b9da6e7337b357bc8d) Stop ignoring gitea in general - [`e378648`](https://github.com/go-gitea/gitea/commit/e378648c79489e0e65e0a4e1a1b3e0b1ad1f554f) Added updated go-sdk - [`77f9c7e`](https://github.com/go-gitea/gitea/commit/77f9c7e5715024aaf839bfd029eb951fad2e97d5) Fixed links to sdk docs - [`4c6c16f`](https://github.com/go-gitea/gitea/commit/4c6c16f358a67d31b1cde8642d4175a336fdcbf0) Replaced go-gogs-client with go-sdk imports ### 📊 Changes **68 files changed** (+78 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `README.md` (+1 -1) 📝 `cmd/web.go` (+0 -2) 📝 `models/action.go` (+1 -1) 📝 `models/issue.go` (+1 -1) 📝 `models/issue_comment.go` (+1 -1) 📝 `models/issue_label.go` (+1 -1) 📝 `models/pull.go` (+1 -1) 📝 `models/repo.go` (+1 -1) 📝 `models/user.go` (+1 -1) 📝 `models/webhook.go` (+1 -1) 📝 `models/webhook_slack.go` (+1 -1) 📝 `modules/base/base.go` (+1 -1) 📝 `modules/context/api.go` (+1 -1) 📝 `routers/api/v1/admin/org.go` (+1 -1) 📝 `routers/api/v1/admin/org_team.go` (+1 -1) 📝 `routers/api/v1/admin/repo.go` (+1 -1) 📝 `routers/api/v1/admin/user.go` (+1 -1) 📝 `routers/api/v1/api.go` (+1 -1) 📝 `routers/api/v1/convert/convert.go` (+1 -1) _...and 48 more files_ </details> ### 📄 Description Fixes #93 --- <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:40:03 -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#15152