main
Commits on Oct 4, 2021
Commits on Sep 23, 2021
-
-
api: add
GET /api/v1/{owner}/{repo}/commits
endpoint (#6574)This pull request targets issue #6573. It provides a new API endpoint: `/api/v1/repos/{org}/{repo}/commits?pageSize=<int>` with a default page size of 30 commits (the same as the UI). This implementation currently only focuses on the main/master branch of the repository, and does not provide the ability to return commit history for other branches. - Note: Since the logic for converting a git.Commit to api.Commit had to be used in `GetAllCommits` and `GetSingleCommit`, I decided to pull the code out into a helper function, ` gitCommitToAPICommit(commit, context)`.
Commits on Sep 4, 2021
-
build(deps): bump github.com/microcosm-cc/bluemonday from 1.0.4 to 1.…
…0.5 (#6613) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
-
-
docker: add Healthcheck support (#6522)
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]>
Commits on Aug 30, 2021
Commits on Aug 26, 2021
-
web: correctly handle go-get pages for repository roots (#6598)
Fixes regression in go-get handling introduced in #6318.
Commits on Aug 8, 2021
Commits on May 19, 2021
-
public/js: upgrade jQuery to 3.6.0 (#6550)
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]>
-
-
build(deps): bump github.com/editorconfig/editorconfig-core-go/v2 fro…
…m 2.3.9 to 2.4.1 (#6509) Bumps [github.com/editorconfig/editorconfig-core-go/v2](https://github.com/editorconfig/editorconfig-core-go) from 2.3.9 to 2.4.1. - [Release notes](https://github.com/editorconfig/editorconfig-core-go/releases) - [Changelog](https://github.com/editorconfig/editorconfig-core-go/blob/master/CHANGELOG.md) - [Commits](editorconfig/editorconfig-core-go@v2.3.9...v2.4.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
build(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#6473
) Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.6.1...v1.7.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
build(deps): bump github.com/prometheus/client_golang from 1.8.0 to 1…
….9.0 (#6454) Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.8.0...v1.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
-
templates: add
it-IT
version of home page (#6558)Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]>
-
-
docker: reduce additional image layer for the not executable gosu bin…
…ary (#6557) This will help reduce the image size and image layers.
-
Commits on Feb 27, 2021
-
locale: sync from Crowdin (#6510)
* locale: sync from Crowdin * Fix tests
Commits on Dec 13, 2020
Commits on Dec 5, 2020
-
build(deps): bump github.com/go-macaron/i18n from 0.5.0 to 0.6.0 (#6440)
Bumps [github.com/go-macaron/i18n](https://github.com/go-macaron/i18n) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/go-macaron/i18n/releases) - [Commits](go-macaron/i18n@v0.5.0...v0.6.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
build(deps): bump github.com/editorconfig/editorconfig-core-go/v2 fro…
…m 2.3.7 to 2.3.9 (#6441) Bumps [github.com/editorconfig/editorconfig-core-go/v2](https://github.com/editorconfig/editorconfig-core-go) from 2.3.7 to 2.3.9. - [Release notes](https://github.com/editorconfig/editorconfig-core-go/releases) - [Changelog](https://github.com/editorconfig/editorconfig-core-go/blob/master/CHANGELOG.md) - [Commits](editorconfig/editorconfig-core-go@v2.3.7...v2.3.9) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
build(deps): bump gorm.io/gorm from 1.20.7 to 1.20.8 (#6442)
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.20.7 to 1.20.8. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.20.7...v1.20.8) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
-
README: add a new RPI Zero W tutorial (#6443)
Updated tutorial section adding peppe8o.com tutorial to install Gogs on a cheap Raspberry PI Zero W with MariaDB database.
-
Commits on Dec 4, 2020
-
ssh: allow setting allowed MAC algorithms for built-in server (#6435)
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]>
Commits on Nov 27, 2020
-
build(deps): bump gorm.io/driver/sqlite from 1.1.3 to 1.1.4 (#6432)
Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/go-gorm/sqlite/releases) - [Commits](go-gorm/sqlite@v1.1.3...v1.1.4) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
build(deps): bump gorm.io/gorm from 1.20.6 to 1.20.7 (#6425)
* build(deps): bump gorm.io/gorm from 1.20.6 to 1.20.7 Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.20.6 to 1.20.7. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.20.6...v1.20.7) Signed-off-by: dependabot-preview[bot] <[email protected]> * Fix compile error Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]>
-
build(deps): bump github.com/russross/blackfriday from 1.5.2 to 1.6.0 (…
…#6429) Bumps [github.com/russross/blackfriday](https://github.com/russross/blackfriday) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/russross/blackfriday/releases) - [Commits](russross/blackfriday@v1.5.2...v1.6.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
build(deps): bump github.com/Masterminds/semver/v3 from 3.1.0 to 3.1.1 (
#6431) Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/Masterminds/semver/releases) - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md) - [Commits](Masterminds/semver@v3.1.0...v3.1.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
repo: disallow urlencoded new lines in git protocol paths (#6420)
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]>
Commits on Nov 24, 2020
-
templates: fix typo of BranchCount (#6370)
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <[email protected]>