Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of bin folder within makefile, enabled TiDB (#319) | Thomas Boerger | 2016-12-01 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Get rid of the bin folder within the build process Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped latest make task, it is unused Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Added tidb tag to drone config Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped the cert build tag Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped useless minwinsvc build tag Signed-off-by: Thomas Boerger <thomas@webhippie.de> * Dropped the useless build tags from drone config Signed-off-by: Thomas Boerger <thomas@webhippie.de> | ||||
* | Use cli Flags directly and not some helper funcs | Matthias Loibl | 2016-11-09 | 1 | -6/+29 |
| | | | | Signed-off-by: Matthias Loibl <mail@matthiasloibl.com> | ||||
* | Made linter happy in cmd folder | Thomas Boerger | 2016-11-04 | 1 | -1/+2 |
| | |||||
* | Fix import path | Unknwon | 2016-08-30 | 1 | -1/+1 |
| | |||||
* | Minor fix for go vet | Unknwon | 2016-07-16 | 1 | -2/+2 |
| | |||||
* | #3045 fix DEPRECATED Action signature erorr | Unknwon | 2016-05-12 | 1 | -1/+3 |
| | |||||
* | fix api broken | Unknwon | 2015-11-15 | 1 | -6/+6 |
| | |||||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Add CommonName to the self signed certificate | Paolo Borelli | 2015-07-11 | 1 | -0/+1 |
| | | | | | | Without a CN the self signed certificate is considered invalid by chrome. You can check with: openssl x509 -in cert.pem -subject -noout | ||||
* | Fix #524 | Unknwon | 2014-10-07 | 1 | -0/+2 |
| | |||||
* | Feature: Integrate crypto/tls/generate_cert.go command | Unknwon | 2014-09-22 | 1 | -0/+158 |