| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
| |
If user has force pushed to a branch, git pull will fail.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
This won't fix any bugs, but a typo is a typo.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Add new config option '[admin] DISABLE_REGULAR_ORG_CREATION', by
default it's 'false'.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Code only fetched issues corresponding to the pull requests, and left
out necessary base/head repository objects, which is required later
to generate API format.
|
| |
|
|
|
|
|
| |
Users should all start tidb-server process and connect to it as if
it is a MySQL server with MySQL drivers.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
in Issues same behavior as Wiki. (#3646)
|
|
|
|
|
| |
To ensure the URL is accessible under good condition to prevent
long blocking on URL resolution without syncing anything.
|
| |
|
| |
|
| |
|
|
|
|
| |
To use interface to replace *models.User in avoiding cycle import.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Site admin now has to enable manually by config option
[repository] ENABLE_LOCAL_PATH_MIGRATION = true.
Site admin always grants this permission, but regulars users have
to be allowed by site admins in admin user panel.
|
| |
|
| |
|
| |
|
| |
|