Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update golangci-lint to version 1.31.0 (#13102) | kolaente | 2020-10-11 | 1 | -1/+1 |
| | | | | | | | This PR updates golangci-lint to the latest version 1.31.0. The upgrade introduced a new check for which I've fixed or disabled most cases. Signed-off-by: kolaente <k@knt.li> | ||||
* | Re-attempt to delete temporary upload if the file is locked by another ↵ | zeripath | 2020-08-11 | 1 | -3/+0 |
| | | | | | | | | | | | process (#12447) Replace all calls to os.Remove/os.RemoveAll by retrying util.Remove/util.RemoveAll and remove circular dependencies from util. Fix #12339 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: silverwind <me@silverwind.io> | ||||
* | Sanitize credentials in mirror form (#9975) | Lunny Xiao | 2020-01-25 | 1 | -0/+3 |
| | |||||
* | Fix error message sanitiziation (#3082) | Ethan Koenig | 2017-12-04 | 1 | -0/+48 |