Commit Graph

23 Commits (746cf22d8ae981237bda801c1de691fbede21df9)

Author SHA1 Message Date
Ethan Koenig 5866eb2321 Code/repo search ()
Indexed search of repository contents (for default branch only)
Ethan Koenig 7907786040 Trigger sync webhooks on UI commit ()
* Trigger sync webhooks on UI commit

* Also fix UI upload/delete
Lauris BH 6db387a21e Refactor session close as xorm already does everything needed internally ()
Ethan Koenig 474d636794 Update code.gitea.io/git ()
* Update code.gitea.io/git

* Update function calls

* govendor fetch
Gabriel Jackson bf6f61cc69 Cleanup log messaging
This change corrects a few logging issues:

 * Standardized formatting errors with '%v'.
 * Standardized failure warning word usage.
 * Corrected an instance of using the standard log library when
   the gitea log library should be used instead.
Matthias Loibl d1006150fb Refactor process package and introduce ProcessManager{} with tests ()
* Add a process.Manager singleton with process.GetManager()

* Use process.GetManager everywhere

* Fix godoc comments for process module

* Increment process counter id after locking the mutex
Lunny Xiao 47a7529d96 update code.gitea.io/git ()
Bwko 4ff0db0246 Catch os... errors
Bwko a5aae1c145 Lint models/repo_*
Thibault Meyer b0ddced2b5
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
# Conflicts:
#	models/git_diff.go
#	models/issue.go
#	models/org.go
#	models/pull.go
#	models/repo.go
Thibault Meyer a4454f5d0f
Rewrite XORM queries
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io ()
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis

See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
Sandro Santilli 6e4252dad4 Replace gogits/git-module dependency with go-gitea/git ()
* Replace gogits/git-module dependency with go-gitea/git

Fixes 

* Remove git alias for git module import (not needed)
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
Unknwon 643142acab Web editor: support upload files
Unknwon 62b0dc4853 Web editor: fix cannot create new file in subdirectory
Unknwon 0114fdcba4 Web editor: improve delete file process
Unknwon c30b856d14 use user’s info for committer and author
Unknwon f8a48ffaad Web editor: improve code quality
Unknwon a00c932bbc General code quality improvement
Unknwon 2625193a48 models/repo_editor: improve code quality
Unknwon 54e0ada9d5 Web editor: improve delete file
Unknwon cd89f6c502 Web editor: improve edit file and diff preview