aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* templates: fix typo of BranchCount (#6370)weibaohui2020-11-24
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* scripts: fix MySQL script for MariaDB >= 10.3.1 (#6424)MichaIng2020-11-24
| | | | | | | | | | | | | | innodb_file_format and innodb_large_prefix have been deprecated with MariaDB v10.2 and removed with v10.3.1. They have been reintroduced with v10.4.3 but remain deprecated and unused: - https://mariadb.com/kb/en/innodb-system-variables/#innodb_file_format - https://mariadb.com/kb/en/innodb-system-variables/#innodb_large_prefix Setting those variables on MariaDB >=10.3.1 leads to the following error: "ERROR 1238 (HY000) at line 7: Variable 'innodb_file_format' is a read only variable" Since semantic versioning patch versions cannot be compared via numeric operators, only the major + minor versions are compared against 10.3. Since v10.2.2 the defaults match the desired values, so there is only the single patch version 10.3.0 where, when explicitly set differently via MariaDB configs, this commit could lead to an unwanted database format. In favour of a simple SQL change, this case is ignored. This commit additionally removes trailing spaces and the doubled trailing empty line. Signed-off-by: MichaIng <micha@dietpi.com>
* locale: sync from Crowdin (#6419)ᴜɴᴋɴᴡᴏɴ2020-11-15
|
* build(deps): bump gopkg.in/macaron.v1 from 1.3.9 to 1.4.0 (#6416)dependabot-preview[bot]2020-11-15
| | | | | | | | | Bumps [gopkg.in/macaron.v1](https://github.com/go-macaron/macaron) from 1.3.9 to 1.4.0. - [Release notes](https://github.com/go-macaron/macaron/releases) - [Commits](https://github.com/go-macaron/macaron/compare/v1.3.9...v1.4.0) 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.5 to 1.20.6 (#6417)dependabot-preview[bot]2020-11-15
| | | | | | | | | Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.20.5 to 1.20.6. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.20.5...v1.20.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* context: add X-Frame-Options header (#6411)Matheus Mosca2020-11-11
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* build(deps): bump github.com/urfave/cli from 1.22.4 to 1.22.5 (#6410)dependabot-preview[bot]2020-11-09
| | | | | | | | | | Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.4 to 1.22.5. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v1.22.4...v1.22.5) 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 golang.org/x/text from 0.3.3 to 0.3.4 (#6403)dependabot-preview[bot]2020-11-04
| | | | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.3.4) 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 (#6404)ᴜɴᴋɴᴡᴏɴ2020-10-31
|
* Update CHANGELOG.md (#6389)Rubén de Celis Hernández2020-10-26
|
* build(deps): bump gorm.io/driver/mysql from 1.0.2 to 1.0.3 (#6397)dependabot-preview[bot]2020-10-25
| | | | | | | | | Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/go-gorm/mysql/releases) - [Commits](https://github.com/go-gorm/mysql/compare/v1.0.2...v1.0.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.4 to 1.0.5 (#6395)dependabot-preview[bot]2020-10-25
| | | | | | | | | Bumps [gorm.io/driver/sqlserver](https://github.com/go-gorm/sqlserver) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/go-gorm/sqlserver/releases) - [Commits](https://github.com/go-gorm/sqlserver/compare/v1.0.4...v1.0.5) 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/postgres from 1.0.2 to 1.0.5 (#6400)dependabot-preview[bot]2020-10-25
| | | Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump github.com/prometheus/client_golang from 1.6.0 to 1.8.0 ↵dependabot-preview[bot]2020-10-25
| | | | | | | | | | | | (#6394) Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.6.0 to 1.8.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.6.0...v1.8.0) 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/gogs/git-module from 1.1.3 to 1.1.4 (#6398)dependabot-preview[bot]2020-10-25
| | | | | | | | | Bumps [github.com/gogs/git-module](https://github.com/gogs/git-module) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/gogs/git-module/releases) - [Commits](https://github.com/gogs/git-module/compare/v1.1.3...v1.1.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.2 to 1.20.5 (#6399)dependabot-preview[bot]2020-10-25
| | | Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* locale: sync from Crowdin (#6383)ᴜɴᴋɴᴡᴏɴ2020-10-11
|
* context: fix Access-Control-Allow-Credentials header typo (#6381)E99p1ant2020-10-10
|
* build(deps): bump gopkg.in/ini.v1 from 1.60.2 to 1.62.0 (#6380)dependabot-preview[bot]2020-10-10
| | | | | | | | | Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.60.2 to 1.62.0. - [Release notes](https://github.com/go-ini/ini/releases) - [Commits](https://github.com/go-ini/ini/compare/v1.60.2...v1.62.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* docs: update patch release issue template (#6375)ᴜɴᴋɴᴡᴏɴ2020-10-08
|
* CHANGELOG: cut entries for 0.12.3 (#6374)ᴜɴᴋɴᴡᴏɴ2020-10-07
|
* docs: update patch release issue templateᴜɴᴋɴᴡᴏɴ2020-10-07
|
* db: migrate access table to use GORM (#6371)ᴜɴᴋɴᴡᴏɴ2020-10-06
|
* docs: update patch release issue templateᴜɴᴋɴᴡᴏɴ2020-10-06
|
* lfs: ask client to always send the same value for the HTTP header (#6369)ᴜɴᴋɴᴡᴏɴ2020-10-04
|
* ci: change of Go dependencies needs go test (#6368)ᴜɴᴋɴᴡᴏɴ2020-10-04
|
* build(deps): bump gorm.io/driver/mysql from 1.0.1 to 1.0.2 (#6366)dependabot-preview[bot]2020-10-04
| | | Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* build(deps): bump gorm.io/driver/postgres from 1.0.1 to 1.0.2 (#6365)dependabot-preview[bot]2020-10-04
| | | | | | | | | Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/go-gorm/postgres/releases) - [Commits](https://github.com/go-gorm/postgres/compare/v1.0.1...v1.0.2) 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.1 to 1.20.2 (#6364)dependabot-preview[bot]2020-10-04
| | | | | | | | | Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.20.1 to 1.20.2. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.20.1...v1.20.2) 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 (#6367)ᴜɴᴋɴᴡᴏɴ2020-10-04
|
* docs: fix README_ZH.md link (#6360)ouyangjinting2020-10-01
|
* Add git diff timeout in app config (#6348)Zhukov Roman2020-09-29
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* markup: render SHA links without branch prefix (#6350)Jeff2020-09-29
| | | | Co-authored-by: Zhukov Roman <zhukov.roman@gmail.com> Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* cmd/serv: use different log files for ORMs in hook mode (#6361)ᴜɴᴋɴᴡᴏɴ2020-09-29
|
* README: remove broken/deprecated linksᴜɴᴋɴᴡᴏɴ2020-09-27
|
* build(deps): bump gorm.io/driver/postgres from 1.0.0 to 1.0.1 (#6351)dependabot-preview[bot]2020-09-26
| | | | | | | | | Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/go-gorm/postgres/releases) - [Commits](https://github.com/go-gorm/postgres/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>
* docs: update patch release issue template (#6353)ᴜɴᴋɴᴡᴏɴ2020-09-26
|
* release: cut entries for 0.12.2 (#6355)ᴜɴᴋɴᴡᴏɴ2020-09-26
|
* ci: enable Go for release branchesᴜɴᴋɴᴡᴏɴ2020-09-26
|
* action: fix issue reference regexp and error handling (#6352)ᴜɴᴋɴᴡᴏɴ2020-09-26
|
* dep: update github.com/unknwon/cae to v1.0.2 (#6342)ᴜɴᴋɴᴡᴏɴ2020-09-21
|
* auth: decouple types and functions from db (#6320)ᴜɴᴋɴᴡᴏɴ2020-09-20
|
* build(deps): bump github.com/go-macaron/binding from 1.1.0 to 1.1.1 (#6340)dependabot-preview[bot]2020-09-19
| | | Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* db: create new session for MySQL after changing attribute (#6338)ᴜɴᴋɴᴡᴏɴ2020-09-18
|
* gitutil: infer submodule with baseURL when it is a relative path (#6337)ᴜɴᴋɴᴡᴏɴ2020-09-18
|
* 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>