Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(backup): skip "data" in the custom directory (#7343) | Joe Chen | 2023-02-12 |
| | |||
* | db: use `context` for backup and restore (#7044) | Joe Chen | 2022-06-11 |
| | |||
* | restore: fix incorrect existence checking of "repositories.zip" (#6914) | 4e4o | 2022-04-27 |
| | |||
* | restore: clean up leftover and invalid chars (#6875) | Joe Chen | 2022-03-26 |
| | |||
* | all: use semver to compare versions (#6147) | ᴜɴᴋɴᴡᴏɴ | 2020-05-04 |
| | |||
* | db: use GORM to backup and restore non-legacy tables (#6142) | ᴜɴᴋɴᴡᴏɴ | 2020-05-04 |
| | |||
* | cmd: init logging before `SetEngine` (#6001) | ᴜɴᴋɴᴡᴏɴ | 2020-03-22 |
| | |||
* | workflows: enable golangci-lint (#5998) | ᴜɴᴋɴᴡᴏɴ | 2020-03-21 |
| | | | | | | | | | | | | | * Create golint.yml * Update golint.yml * Update golint.yml * Fix errcheck * Fix gosimple * Fix staticcheck | ||
* | cmd: fix unable to find correct custom config | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 |
| | |||
* | conf: overhaul database settings | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 |
| | |||
* | conf: overhaul repository settings (#5932) | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 |
| | |||
* | conf: overhaul server settings (#5928) | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * conf: rename package * Requires Go 1.12 * Fix lint * Fix lint * Overhaul * db: fix tests * Save my work * Fix tests * Server.UnixSocketPermission * Server.LocalRootURL * SSH settings * Server.OfflineMode * Save my work * App.Version * Remove [server] STATIC_ROOT_PATH * Server.LandingURL | ||
* | log: migrate to unknwon.dev/clog/v2 (#5927) | ᴜɴᴋɴᴡᴏɴ | 2020-02-20 |
| | | | | | | * Add unknwon.dev/clog/v2 * Update all places | ||
* | admin: show all version in dashboard | ᴜɴᴋɴᴡᴏɴ | 2020-02-19 |
| | | | | And removed version info from footer. | ||
* | 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 |