| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
|
| |
Users should all start tidb-server process and connect to it as if
it is a MySQL server with MySQL drivers.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Change PostgreSQL connstring parsing to handle IPv6
* Fix used variable
* Remove redundant code + use variable
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Unknwon <u@gogs.io>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
If the host setting looks like a unix socket (leading by char '/'), will use unix(host) as connection string
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
|
| |
| |
| |
| | |
cmd/web.go: check version after load config
|
| |
| |
| |
| | |
disabled #884
|
| | |
|
| | |
|