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 | ||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | MISC: update README and migration comment | Unknwon | 2017-10-22 |
| | |||
* | 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 | ||
* | migration.v15: don't generate hook file if wiki not exist (#1623) | Unknwon | 2017-02-15 |
| | |||
* | migration: minor code fix (#1623) | Unknwon | 2017-02-15 |
| | |||
* | migration: should regenerate wiki hook files (#1623) | Unknwon | 2017-02-15 |
| | |||
* | migration: adjust rule to prevent migrate wrong hook file | Unknwon | 2017-02-14 |
| | |||
* | migration: handle edge case | Unknwon | 2017-02-14 |
| | |||
* | migration: add trace log | Unknwon | 2017-02-14 |
| | |||
* | git: delegate all server-side Git hooks (#1623) | Unknwon | 2017-02-14 |