Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | golint fixed for modules/user | Lunny Xiao | 2016-11-24 | 1 | -0/+1 |
| | |||||
* | Add tests for CurrentUsername() (#88) | Matthias Loibl | 2016-11-06 | 2 | -3/+23 |
| | |||||
* | The pruning for the synchronized mirrors is a option now. Default value: ↵ | Pablo Saavedra | 2016-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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 | ||||
* | Factor out function to get the current user | Paolo Borelli | 2015-08-15 | 1 | -0/+18 |
The same logic was duplicated in three places. Factor it out so that we can add further fallbacks in a single place. |