aboutsummaryrefslogtreecommitdiff
path: root/models/issue_label.go
Commit message (Collapse)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-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)Unknwon2019-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 IDUnknwon2018-08-16
|
* models: skip JSON for fields skipped by XORMUnknwon2018-06-09
| | | | Reduce output JSON size by backup command
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* Refactoring: remove sessionRelease()Unknwon2017-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 keysUnknwon2017-05-21
|
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* Refactoring: rename modules -> pkgUnknwon2017-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)Unknwon2017-03-09
| | | | Also addresses #3485.
* Some code renamingUnknwon2016-12-22
|
* #3459 code quality improvementUnknwon2016-08-29
|
* label: adjust forecolor boundaryUnknwon2016-08-27
|
* Fix #3189: Sort labels by name (#3446)Thibault Meyer2016-08-25
| | | | | | * Fix #3189 #3445: Order labels by name * Order labels by name on Issues view
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
|
* #3290 better code structure and batch minor improvementsUnknwon2016-08-03
|
* Minor fix for #2710Unknwon2016-02-27