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 | ||
* | repo: add changes to repository avatar feature (#5221) | Unknwon | 2018-06-17 |
| | |||
* | restore: reset original created_unix after insert (#5264) | Unknwon | 2018-06-09 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | cmd/restore: skip non existent directories in backup archive (#4413) | Unknwon | 2017-06-25 |
| | |||
* | restore: create data directory before restoring data files (#4413) | Unknwon | 2017-06-08 |
| | |||
* | restore: reset table sequences for PostgreSQL (#4357) | Unknwon | 2017-05-21 |
| | |||
* | cmd/update: fix typo (#4492) | rouzier | 2017-05-17 |
| | |||
* | 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 | ||
* | cmd: able to backup and restore | Unknwon | 2017-02-27 |
Not very robust, must execute under correct workdir. Addresses #2072, #3708, #648 |