Skip to content

Triage & Version Release platform For TiDB & TiKV ...

Notifications You must be signed in to change notification settings

VelocityLight/tirelease

Repository files navigation

TiRelease

Language

This repository is a release platform for PingCAP, Welcome bros!

Design

click and jump

Technologies

Quick Start

git clone https://github.com/VelocityLight/tirelease.git
cd tirelease/
# create a config.yaml in root path (detail like /tirelease/config_example.yaml)
make run

After waiting a few seconds, application is available and can be visited in the browser:localhost:8080

File Structure

tirelease
├── .gitignore
├── README.md
├── go.mod             # Golang environment configuration
├── go.sum
├── config.yaml        # Global configuration
├── Makefile           # Code compilation and other instructions
└── scripts/           # Scripts to perform various operations, keep the root level Makefile small and simple
└── cmd/               # Main application starters of Golang
└── api/               # REST API registry & Static file router, reference: https://github.com/gin-gonic/gin
    ├── api.go
└── deployments/
    └── docker/        # Build docker image contains website and server binary
    └── kubernetes/    # Deployment yaml for k8s
└── commons/           # Common utils for whole project
    └── configs/       # Global configuration reader
    └── database/      # Database connectors
    └── git/           # Github client, reference: https://github.com/google/go-github
    └── httpclient/    # Http client utils
    └── cron/          # Cron utils
└── internal/          # Business code & function
    └── entity/        # Object entity
    └── repository/    # Function operator
    └── service/       # Service for controller/
    └── controller/    # Deal with http request
    └── dto/           # Output struct(no database)
    └── cron/          # Quarz service
└── website/           # UI components and pages. detail can jump to  website/README.MD
    ├── yarn.lock      # React environment configuration for machines
    ├── package.json   # React environment configuration for people
    └── src/           # index.js & routes.js/ Components/ Pages/ ...
    └── public/        # HomePage: index.html and icons

About

Triage & Version Release platform For TiDB & TiKV ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published