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 | ||
* | models: rename Id to ID | Unknwon | 2018-08-16 |
| | |||
* | models: skip JSON for fields skipped by XORM | Unknwon | 2018-06-09 |
| | | | | Reduce output JSON size by backup command | ||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | Refactoring: remove sessionRelease() | Unknwon | 2017-06-11 |
| | | | | XORM supports automatic roll back in session Close() already. | ||
* | api: GitHub compliance (#4549) | 无闻 | 2017-06-05 |
| | | | | | | * Add undocumented endpoint for /repositories/:id * GitHub API Compliance | ||
* | models: remove redundant tags for primary keys | Unknwon | 2017-05-21 |
| | |||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | webhook: support Issues event (#2319) | Unknwon | 2017-03-09 |
| | | | | Also addresses #3485. | ||
* | Some code renaming | Unknwon | 2016-12-22 |
| | |||
* | #3459 code quality improvement | Unknwon | 2016-08-29 |
| | |||
* | label: adjust forecolor boundary | Unknwon | 2016-08-27 |
| | |||
* | Fix #3189: Sort labels by name (#3446) | Thibault Meyer | 2016-08-25 |
| | | | | | | * Fix #3189 #3445: Order labels by name * Order labels by name on Issues view | ||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 |
| | |||
* | #3290 better code structure and batch minor improvements | Unknwon | 2016-08-03 |
| | |||
* | Minor fix for #2710 | Unknwon | 2016-02-27 |