Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | internal: move packages under this directory (#5836) | Unknwon | 2019-10-24 |
| | | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version | ||
* | Enable Go modules (#5835) | Unknwon | 2019-10-23 |
| | | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs | ||
* | routes/api/v1: codemod | unknwon | 2019-08-10 |
| | |||
* | routes/api/v1: codemod | unknwon | 2019-08-08 |
| | |||
* | api: add GetReferenceSHA (#5546) | Unknwon | 2018-12-16 |
| | |||
* | api: add GetSingleCommit (#5546) | Unknwon | 2018-12-15 |
| | |||
* | vendor: update github.com/gogs/go-gogs-client | Unknwon | 2018-12-03 |
| | | | | Bring fixes for #5538 | ||
* | api/repo: support edit repository issue tracker (gogs/go-gogs-client#94) | Unknwon | 2018-12-02 |
| | |||
* | api: correct pagination in repository search api (#5293) | oOOps | 2018-06-13 |
| | |||
* | *: use jsoniter to replace encoding/json | Unknwon | 2018-06-09 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | models: move ErrBranchNotExist to errors package | Unknwon | 2018-03-08 |
| | |||
* | issue_comment: fix pg syntax ambiguous (#4586) | Unknwon | 2017-06-27 |
| | | | | Also handle error related to time parsing. | ||
* | api/repo: load attributes when listing user repositories (#4565) | Unknwon | 2017-06-21 |
| | |||
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |