| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
Move 'Commits' and 'Releases' tabs down to body.
This patch also reduces page load time for pages that do not need
to use commits count anywhere. Get commits count can hurt
performance badly for huge repositories that has tens of thousands
commits like Linux Kernel.
|
| |
|
|
|
|
|
|
|
|
| |
Was only possible to correctly redirect to pull request page within
same repository. And didn't take care of case when upstream has
disabled pull request.
Also add a new method 'PullRequestURL' to unify the code.
|
|
|
|
| |
E.g. atomi.github.io
|
|
|
|
|
| |
- Able to restrict force push and deletion
- Able to restrict direct push
|
| |
|
|
|
|
| |
[CI SKIP]
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Can disable GIT interactions by HTTP protocol
* rename variable + fix wiki link
* missing space
|
|
|
|
|
| |
- Refactor code to use sync.UniqueQueue
- Closes #3509
|
| |
|
| |
|
|
|
|
|
| |
(#3241)
Closes #3182
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Implement wiki mirroring, add Update mirrors operation to admin dashboard
* bindata.go update after merge
* Implement checking Git repo endpoint existence, support for BB included
* Remove admin dashboard operation
Fix bindata.go
* Apply gofmt to repo model file
* Try to remove bindata from PR
* Revert accepted wiki names change in favor of better system
* Remove unused imports
|
| |
|
| |
|
| |
|
|
|
|
| |
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
enable_prune = true (#3246)
Executed go fmt
getEngine() not handles DB parameters (#2972) (#2974)
Uses .AllCols() for Update in updateMirror()
Spanish traslation removed
Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
|
| |
|
| |
|
|
|