Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor process package and introduce ProcessManager{} with tests (#75) | Matthias Loibl | 2017-01-17 | 2 | -72/+120 |
| | | | | | | | | | | * 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 | ||||
* | modules/process: add ExecDirEnv (next to ExecDir) | Mura Li | 2016-11-27 | 1 | -2/+8 |
| | | | | | | | Add a sibling to ExecDir which is capable of specifying environment variables, so that we can invoke `git` with GIT_INDEX_FILE, GIT_DIR, etc.. For #258 | ||||
* | Lint and document manager api | Sandro Santilli | 2016-11-24 | 1 | -8/+17 |
| | |||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -1/+1 |
| | | | | | | | - 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 | ||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | introduce git-shell | Unknwon | 2015-11-26 | 1 | -1/+2 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | Able to set timeout for process monitor | Unknown | 2014-07-06 | 1 | -6/+43 |
| | |||||
* | Basic process manager | Unknown | 2014-06-19 | 1 | -0/+89 |