Unknwon
|
613139e7be
|
Enable Go modules (#5835)
* 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
|
2019-10-23 23:03:17 -07:00 |
Unknwon
|
376a629c9f
|
repo: add changes to repository avatar feature (#5221)
|
2018-06-17 22:18:41 +08:00 |
Unknwon
|
b538c5345e
|
restore: reset original created_unix after insert (#5264)
|
2018-06-09 17:21:58 +08:00 |
Unknwon
|
aff4208244
|
*: rename "gogits" to "gogs"
|
2018-05-27 08:53:48 +08:00 |
Unknwon
|
11ad64f6cb
|
backup: use datetime string as default archive name
Because unix timestamp is not very human readable.
|
2017-05-29 16:51:30 -04:00 |
Unknwon
|
d05395fe90
|
Refactoring: rename modules -> pkg
Reasons to change:
1. Shorter than 'modules'
2. More generally used by other Go projects
3. Corresponds to the naming of '$GOPATH/pkg' directory
|
2017-04-04 19:29:59 -04:00 |
Unknwon
|
8ce23e2c71
|
cmd/backup: able to specify archive name (#4320)
Added flag '--archive-name' for backup command.
|
2017-03-23 18:44:24 -04:00 |
Unknwon
|
ca2cfaf71e
|
cmd: able to backup and restore
Not very robust, must execute under correct workdir.
Addresses #2072, #3708, #648
|
2017-02-27 22:48:19 -05:00 |