aboutsummaryrefslogtreecommitdiff
path: root/models/errors/repo.go
Commit message (Collapse)AuthorAge
* models: move ErrBranchNotExist to errors packageUnknwon2018-03-08
|
* editor: remove out of sync branch before checkout againUnknwon2017-11-16
| | | | | | If a branch was deleted from server, sometimes it is not reflected on local copy. Therefore, we need to remove the branch with same name if it is out of sync and then checkout to correct version.
* api/repo: improve migration error handlingUnknwon2017-04-07
|
* error: move ErrRepoNotExist -> errors.RepoNotExistUnknwon2017-03-23
|
* refactoring: experimental with models/errors packageUnknwon2017-03-12