[PR #4235] [MERGED] Add ability to delete a token #17296

Closed
opened 2025-11-02 12:31:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4235
Author: @techknowlogick
Created: 6/12/2018
Status: Merged
Merged: 7/7/2018
Merged by: @techknowlogick

Base: masterHead: issue-4234


📝 Commits (10+)

  • 9ca5c60 Add ability to delete a token
  • 4ec4dc8 add swagger file
  • 8654ad7 resolve swagger issues
  • e211c28 correct api description
  • 112ec99 add ID as an output for list API
  • b91a969 update code.gitea.io/sdk with changes
  • 9cae3ea Merge branch 'master' into issue-4234
  • f426f13 ID first
  • b6891c1 Merge branch 'master' into issue-4234
  • 0d8a446 Merge branch 'master' into issue-4234

📊 Changes

7 files changed (+138 additions, -1 deletions)

View changed files

📝 Gopkg.lock (+1 -1)
integrations/api_token_test.go (+50 -0)
📝 integrations/integration_test.go (+5 -0)
📝 public/swagger.v1.json (+37 -0)
📝 routers/api/v1/api.go (+1 -0)
📝 routers/api/v1/user/app.go (+37 -0)
📝 vendor/code.gitea.io/sdk/gitea/user_app.go (+7 -0)

📄 Description

Fix #4234

Edit: Blocked by https://github.com/go-gitea/go-sdk/pull/110


🔄 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/4235 **Author:** [@techknowlogick](https://github.com/techknowlogick) **Created:** 6/12/2018 **Status:** ✅ Merged **Merged:** 7/7/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `issue-4234` --- ### 📝 Commits (10+) - [`9ca5c60`](https://github.com/go-gitea/gitea/commit/9ca5c60020b4f533e7d29af7dcf4c2a8ac27657c) Add ability to delete a token - [`4ec4dc8`](https://github.com/go-gitea/gitea/commit/4ec4dc88b026f7fd8608ad10ee2d43bc71a86dc4) add swagger file - [`8654ad7`](https://github.com/go-gitea/gitea/commit/8654ad7a7763fc759d64979e07ab9cc6c1a510e9) resolve swagger issues - [`e211c28`](https://github.com/go-gitea/gitea/commit/e211c284520b2fdfa23c912167d4ebb1276a9b86) correct api description - [`112ec99`](https://github.com/go-gitea/gitea/commit/112ec99322c6006ac89408550be3d090d9545a0d) add ID as an output for list API - [`b91a969`](https://github.com/go-gitea/gitea/commit/b91a9690f6200de5c7fd95652200b6c6f6018620) update code.gitea.io/sdk with changes - [`9cae3ea`](https://github.com/go-gitea/gitea/commit/9cae3ea4eef413bb3e9802a21baf4a13615428e7) Merge branch 'master' into issue-4234 - [`f426f13`](https://github.com/go-gitea/gitea/commit/f426f13c8a7c90c278beecfd469779e855da5fc3) ID first - [`b6891c1`](https://github.com/go-gitea/gitea/commit/b6891c1a3a3af979be3a200e9ab9ab3e35a5b8e0) Merge branch 'master' into issue-4234 - [`0d8a446`](https://github.com/go-gitea/gitea/commit/0d8a446f0044e7b571076507568759742d62033a) Merge branch 'master' into issue-4234 ### 📊 Changes **7 files changed** (+138 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+1 -1) ➕ `integrations/api_token_test.go` (+50 -0) 📝 `integrations/integration_test.go` (+5 -0) 📝 `public/swagger.v1.json` (+37 -0) 📝 `routers/api/v1/api.go` (+1 -0) 📝 `routers/api/v1/user/app.go` (+37 -0) 📝 `vendor/code.gitea.io/sdk/gitea/user_app.go` (+7 -0) </details> ### 📄 Description Fix #4234 ~Edit: Blocked by https://github.com/go-gitea/go-sdk/pull/110~ --- <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 12:31:57 -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#17296