aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build(deps): bump gorm.io/driver/sqlite from 1.1.1 to 1.1.3 (#6336)dependabot-preview[bot]2020-09-18
| | | | | | | | | Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.1.1 to 1.1.3. - [Release notes](https://github.com/go-gorm/sqlite/releases) - [Commits](https://github.com/go-gorm/sqlite/compare/v1.1.1...v1.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gorm.io/driver/sqlserver from 1.0.3 to 1.0.4 (#6325)dependabot-preview[bot]2020-09-18
| | | | | | | | | Bumps [gorm.io/driver/sqlserver](https://github.com/go-gorm/sqlserver) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/go-gorm/sqlserver/releases) - [Commits](https://github.com/go-gorm/sqlserver/compare/v1.0.3...v1.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump github.com/editorconfig/editorconfig-core-go/v2 from 2.3.2 ↵dependabot-preview[bot]2020-09-18
| | | | | | | | | | | | to 2.3.7 (#6324) Bumps [github.com/editorconfig/editorconfig-core-go/v2](https://github.com/editorconfig/editorconfig-core-go) from 2.3.2 to 2.3.7. - [Release notes](https://github.com/editorconfig/editorconfig-core-go/releases) - [Changelog](https://github.com/editorconfig/editorconfig-core-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/editorconfig/editorconfig-core-go/compare/v2.3.2...v2.3.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump github.com/olekukonko/tablewriter from 0.0.1 to 0.0.4 (#6327)dependabot-preview[bot]2020-09-18
| | | | | | | | | Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 0.0.1 to 0.0.4. - [Release notes](https://github.com/olekukonko/tablewriter/releases) - [Commits](https://github.com/olekukonko/tablewriter/compare/v0.0.1...v0.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gorm.io/gorm from 1.20.0 to 1.20.1 (#6328)dependabot-preview[bot]2020-09-18
| | | | | | | | | Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.20.0 to 1.20.1. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.20.0...v1.20.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump github.com/unknwon/cae from 1.0.0 to 1.0.1 (#6329)dependabot-preview[bot]2020-09-18
| | | | | | | | | Bumps [github.com/unknwon/cae](https://github.com/unknwon/cae) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/unknwon/cae/releases) - [Commits](https://github.com/unknwon/cae/compare/v1.0.0...v1.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* locale: sync from Crowdin (#6333)ᴜɴᴋɴᴡᴏɴ2020-09-16
|
* web: correctly serving go-get pages for subdirs (#6318)ᴜɴᴋɴᴡᴏɴ2020-09-09
| | | | | | | * web: correctly serving go-get page for subdirs * Update CHANGELOG * Fix golint error
* schemadoc: add go:generate to output database schema (#6310)ᴜɴᴋɴᴡᴏɴ2020-09-06
| | | | | | | * schemadoc: add go:generate to output database schema * Check errors * Revert string renames
* db: migrate to GORM v2 (#6309)ᴜɴᴋɴᴡᴏɴ2020-09-06
|
* build(deps): bump github.com/gogs/git-module from 1.1.2 to 1.1.3 (#6306)dependabot-preview[bot]2020-09-05
| | | | | | | | | Bumps [github.com/gogs/git-module](https://github.com/gogs/git-module) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/gogs/git-module/releases) - [Commits](https://github.com/gogs/git-module/compare/v1.1.2...v1.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* repo: set default value for `is_unlisted` column (#6305)ᴜɴᴋɴᴡᴏɴ2020-09-04
|
* locale: sync from Crowdin (#6303)ᴜɴᴋɴᴡᴏɴ2020-09-04
|
* ci: only enforce Go checks for pushes to `main` branchᴜɴᴋɴᴡᴏɴ2020-09-04
| | | Otherwise would create duplicated GitHub Checks.
* Taskfile: add desc to each task (#6304)ᴜɴᴋɴᴡᴏɴ2020-09-04
|
* ci: re-run Go checks for every push on a pull requestᴜɴᴋɴᴡᴏɴ2020-09-04
| | | | If a pull request has changed any Go file, even if the new push doesn't change any, we should re-run Go checks to make GitHub Checks look consistent.
* repo: support unlisted but publicly accessible repositories (#6176)Achilleas Koutsou2020-09-04
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* chore: use Task as main build tool (#6297)ᴜɴᴋɴᴡᴏɴ2020-08-29
|
* install: remove MSSQL option (#6295)ᴜɴᴋɴᴡᴏɴ2020-08-29
|
* github: add Go 1.15 to CI (#6294)ᴜɴᴋɴᴡᴏɴ2020-08-29
|
* install: fix generating removed options (#6293)ᴜɴᴋɴᴡᴏɴ2020-08-29
|
* README: add emoji for license headerᴜɴᴋɴᴡᴏɴ2020-08-28
|
* docker: revert shellcheck fix (#6288)ᴜɴᴋɴᴡᴏɴ2020-08-28
|
* chore: change default branch to `main` (#6285)ᴜɴᴋɴᴡᴏɴ2020-08-27
|
* Revert "README: update VPS sponsor"ᴜɴᴋɴᴡᴏɴ2020-08-27
| | | | This reverts commit f667d139bc3a8ff795e7c6e1b980ab1997e428e2.
* docs: add patch release docsᴜɴᴋɴᴡᴏɴ2020-08-27
|
* github: enable Go actions on pushᴜɴᴋɴᴡᴏɴ2020-08-27
|
* CHANGELOG: cut more entries for 0.12.1ᴜɴᴋɴᴡᴏɴ2020-08-27
|
* CHANGELOG: cut entries for 0.12.1ᴜɴᴋɴᴡᴏɴ2020-08-27
|
* db: fix wrong column type of `login_source` (#6283)ᴜɴᴋɴᴡᴏɴ2020-08-27
|
* docker: fix broken SSHD for Dockerfile.rpi (#6278)ᴜɴᴋɴᴡᴏɴ2020-08-24
|
* CHANGELOG: add entry for #6210ᴜɴᴋɴᴡᴏɴ2020-08-24
|
* issue: fix timestamp updating (#6210)Kosadchiy2020-08-24
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* github: only run Actions when Go files are changed (#6275)ᴜɴᴋɴᴡᴏɴ2020-08-23
|
* shellcheck: fix warnings (#6274)ᴜɴᴋɴᴡᴏɴ2020-08-23
| | | | | * Remove outdated files * Fix warnings
* pkgr: use main branch and Go 1.15 for buildpack (#6273)ᴜɴᴋɴᴡᴏɴ2020-08-23
|
* docker: fix missing make command (#6272)ᴜɴᴋɴᴡᴏɴ2020-08-23
|
* docs: add release strategy (#6271)ᴜɴᴋɴᴡᴏɴ2020-08-23
|
* migrations: remove old migrations before 0.12.0 (#6270)ᴜɴᴋɴᴡᴏɴ2020-08-23
|
* Makefile: explicitly call go generate (#6269)ᴜɴᴋɴᴡᴏɴ2020-08-22
|
* docs: add instructions for release (#6268)ᴜɴᴋɴᴡᴏɴ2020-08-22
|
* conf: remove legacy options (#6267)ᴜɴᴋɴᴡᴏɴ2020-08-22
| | | | | * conf: remove legacy options * Update tests
* app: update dev version (#6266)ᴜɴᴋɴᴡᴏɴ2020-08-22
|
* assets: make generate (#6265)ᴜɴᴋɴᴡᴏɴ2020-08-22
|
* CHANGELOG: cut 0.12.0 and 0.13.0+dev (#6264)ᴜɴᴋɴᴡᴏɴ2020-08-22
|
* locale: sync from Crowdin (#6263)ᴜɴᴋɴᴡᴏɴ2020-08-22
|
* repo: users have access to base repository can also view forks (#6261)ᴜɴᴋɴᴡᴏɴ2020-08-22
|
* conf: make generate for #6237 (#6260)ᴜɴᴋɴᴡᴏɴ2020-08-22
|
* conf: fix some typos in comments (app.ini) (#6237)David Refoua2020-08-22
|
* CHANGELOG: add entry for gogs/git-module#59 (#6257)ᴜɴᴋɴᴡᴏɴ2020-08-21
|