[PR #3993] [MERGED] Simply remove tidb and deps #17185

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3993
Author: @sapk
Created: 5/19/2018
Status: Merged
Merged: 7/4/2018
Merged by: @techknowlogick

Base: masterHead: quick-remove-tidb


📝 Commits (2)

📊 Changes

397 files changed (+1 additions, -166391 deletions)

View changed files

📝 Gopkg.lock (+1 -173)
📝 Gopkg.toml (+0 -5)
models/models_tidb.go (+0 -18)
vendor/github.com/coreos/etcd/LICENSE (+0 -202)
vendor/github.com/coreos/etcd/NOTICE (+0 -5)
vendor/github.com/coreos/etcd/error/error.go (+0 -162)
vendor/github.com/coreos/go-etcd/LICENSE (+0 -202)
vendor/github.com/coreos/go-etcd/etcd/add_child.go (+0 -23)
vendor/github.com/coreos/go-etcd/etcd/client.go (+0 -476)
vendor/github.com/coreos/go-etcd/etcd/cluster.go (+0 -54)
vendor/github.com/coreos/go-etcd/etcd/compare_and_delete.go (+0 -34)
vendor/github.com/coreos/go-etcd/etcd/compare_and_swap.go (+0 -36)
vendor/github.com/coreos/go-etcd/etcd/debug.go (+0 -55)
vendor/github.com/coreos/go-etcd/etcd/delete.go (+0 -40)
vendor/github.com/coreos/go-etcd/etcd/error.go (+0 -49)
vendor/github.com/coreos/go-etcd/etcd/get.go (+0 -32)
vendor/github.com/coreos/go-etcd/etcd/member.go (+0 -30)
vendor/github.com/coreos/go-etcd/etcd/options.go (+0 -72)
vendor/github.com/coreos/go-etcd/etcd/requests.go (+0 -403)
vendor/github.com/coreos/go-etcd/etcd/response.generated.go (+0 -1587)

...and 80 more files

📄 Description

Simply disable tidb that seems to not be maintains as a integrated database anymore by sipmply removing the models and this will block any use of it.

We could remove any future reference of tidb in the future but I prefer to do this PR to be able to revert back more easely If needed first.


🔄 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/3993 **Author:** [@sapk](https://github.com/sapk) **Created:** 5/19/2018 **Status:** ✅ Merged **Merged:** 7/4/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `quick-remove-tidb` --- ### 📝 Commits (2) - [`d25fec6`](https://github.com/go-gitea/gitea/commit/d25fec668b06f1c9839cdc37fda2a09add00f235) Remove tidb - [`73cfec5`](https://github.com/go-gitea/gitea/commit/73cfec566e3e7a431441d543d59d8336de96d4c7) Remove tidb deps ### 📊 Changes **397 files changed** (+1 additions, -166391 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+1 -173) 📝 `Gopkg.toml` (+0 -5) ➖ `models/models_tidb.go` (+0 -18) ➖ `vendor/github.com/coreos/etcd/LICENSE` (+0 -202) ➖ `vendor/github.com/coreos/etcd/NOTICE` (+0 -5) ➖ `vendor/github.com/coreos/etcd/error/error.go` (+0 -162) ➖ `vendor/github.com/coreos/go-etcd/LICENSE` (+0 -202) ➖ `vendor/github.com/coreos/go-etcd/etcd/add_child.go` (+0 -23) ➖ `vendor/github.com/coreos/go-etcd/etcd/client.go` (+0 -476) ➖ `vendor/github.com/coreos/go-etcd/etcd/cluster.go` (+0 -54) ➖ `vendor/github.com/coreos/go-etcd/etcd/compare_and_delete.go` (+0 -34) ➖ `vendor/github.com/coreos/go-etcd/etcd/compare_and_swap.go` (+0 -36) ➖ `vendor/github.com/coreos/go-etcd/etcd/debug.go` (+0 -55) ➖ `vendor/github.com/coreos/go-etcd/etcd/delete.go` (+0 -40) ➖ `vendor/github.com/coreos/go-etcd/etcd/error.go` (+0 -49) ➖ `vendor/github.com/coreos/go-etcd/etcd/get.go` (+0 -32) ➖ `vendor/github.com/coreos/go-etcd/etcd/member.go` (+0 -30) ➖ `vendor/github.com/coreos/go-etcd/etcd/options.go` (+0 -72) ➖ `vendor/github.com/coreos/go-etcd/etcd/requests.go` (+0 -403) ➖ `vendor/github.com/coreos/go-etcd/etcd/response.generated.go` (+0 -1587) _...and 80 more files_ </details> ### 📄 Description Simply disable tidb that seems to not be maintains as a integrated database anymore by sipmply removing the models and this will block any use of it. We could remove any future reference of tidb in the future but I prefer to do this PR to be able to revert back more easely If needed first. --- <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:28:44 -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#17185