Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-attempt to delete temporary upload if the file is locked by another ↵ | zeripath | 2020-08-11 | 1 | -0/+34 |
| | | | | | | | | | | | 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> | ||||
* | Slack webhook channel name cannot be empty or just contain an hashtag (#4786) | Lanre Adelowo | 2018-09-10 | 1 | -0/+17 |
| | |||||
* | Allow adding collaborators with (fullname) (#3103) | Sasha Varlamov | 2017-12-07 | 1 | -0/+17 |
* Allow adding collaborators with (fullname) Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> * Refactor username suffix to utils pkg Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> |