tiup
tiup copied to clipboard
A component manager for TiDB
### What problem does this PR solve? close #xxx ### What is changed and how it works? This PR adds TiCI component support to tiup playground with the following improvements:...
## Bug Report ### 1. What did you do? I call `tiup mirror clone` to clone the latest tiproxy component. ### 2. What did you expect to see? Currently the...
**DRAFT - DO NOT MERGE** Introduce a new `check-dependencies` target that verifies the presence of required system packages and Go tools on Debian systems. This improves the developer experience by...
## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** **Why the featue is needed:** **Describe alternatives you've considered:** **Teachability, Documentation, Adoption,...
### What problem does this PR solve? Replace V1Repository into an interface, such that we can safely replace it with minimum effort. ### Check List Tests - [x] Unit test...
DEB Package
**THIS IS WORK-IN-PROGRESS, DO NOT MERGE** This is not functional yet. E.g. `tiup list` segfaults. However, with this applied, one can run `tiup --help` without triggering forces network lookups. -----...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? tiup deploy yaml: ```yaml global: user: "user" systemd_mode: "user" deploy_dir: "/data00/tikv/tikv-deploy" data_dir: "/data00/tikv/tikv-data"...
- https://docs.fedoraproject.org/en-US/packaging-guidelines/Golang/
## General Question Before asking a question, make sure you have: - Searched existing Stack Overflow questions. - Googled your question. - Searched open and closed [GitHub issues](https://github.com/pingcap/tiup/issues?utf8=%E2%9C%93&q=is%3Aissue) - Read...