aboutsummaryrefslogtreecommitdiff
path: root/models/migrations/v16.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
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* 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
* migrations/v16: use continue not return for bad recordsUnknwon2017-03-12
|
* migrations/v16: make SQLite3 workUnknwon2017-03-12
|
* migrations/v16: only Warn if repository happens to have bad dataUnknwon2017-03-12
|
* migrations/v16: sync tableUnknwon2017-03-12
|
* repo: able to view size (#1158)Unknwon2017-03-12