Commit Graph

211 Commits (7934602a4ccaba7f398490ca739988a0b6f5ca2a)

Author SHA1 Message Date
Andrey Nering dbed39ba05 On showing diff/file, use the tab_width specified on .editorconfig, if any ()
Closes 
Unknwon 5077408d78 code cleanup and minor issue fix
Andrew 0885784f13 Wiki mirroring implementation ()
* 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
Unknwon 90af997fec 500 for upstream pulls page if user has forked repository
Unknwon e5bf4281b5 early response 200 when ?go-get=1
Unknwon 1f2e173a74 Refactor User.Id to User.ID
Unknwon 7ca5f8f119 models/repo: remove redundant info for some repo methods
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
Pablo Saavedra 98b152030d The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true ()
Executed go fmt

getEngine() not handles DB parameters () ()

Uses .AllCols() for Update in updateMirror()

Spanish traslation removed

Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
Unknwon db4da7beec Add APIContext
Alec S ebea20b4e7 remove errant debug statement
Unknwon 514382e2eb Rename module: middleware -> context