aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFiles
* Merge pull request #139 from ↵Jacob Oaks2024-04-291
|\ | | | | | | | | uber-go/dependabot/github_actions/fossas/fossa-action-1.3.3 Bump fossas/fossa-action from 1.3.1 to 1.3.3
| * Merge branch 'master' into dependabot/github_actions/fossas/fossa-action-1.3.3Jacob Oaks2024-04-292
| |\ | |/ |/|
* | Merge pull request #143 from ↵Jacob Oaks2024-04-292
|\ \ | | | | | | | | | | | | uber-go/dependabot/go_modules/github.com/stretchr/testify-1.9.0 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
| * \ Merge branch 'master' into ↵Jacob Oaks2024-04-295
| |\ \ | |/ / |/| | | | | dependabot/go_modules/github.com/stretchr/testify-1.9.0
| * | Bump github.com/stretchr/testify from 1.8.4 to 1.9.0dependabot[bot]2024-03-042
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
| | * Merge branch 'master' into dependabot/github_actions/fossas/fossa-action-1.3.3Jacob Oaks2024-04-295
| | |\ | |_|/ |/| |
* | | Merge pull request #150 from JacobOaks/joaks/codecov_tokenJacob Oaks2024-04-291
|\ \ \ | | | | | | | | CI: Use codecov token
| * | | CI: Use codecov tokenJacob Oaks2024-04-291
|/ / / | | | | | | | | | Adds codecov token as required by codecov-action v4.
* | | Merge pull request #136 from ↵Jacob Oaks2024-04-291
|\ \ \ | | | | | | | | | | | | | | | | uber-go/dependabot/github_actions/codecov/codecov-action-4 Bump codecov/codecov-action from 3 to 4
| * \ \ Merge branch 'master' into dependabot/github_actions/codecov/codecov-action-4Jacob Oaks2024-04-295
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #148 from ↵Jacob Oaks2024-04-291
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | uber-go/dependabot/github_actions/golangci/golangci-lint-action-5 Bump golangci/golangci-lint-action from 3 to 5
| * | | | Bump golangci/golangci-lint-action from 3 to 5dependabot[bot]2024-04-291
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v5) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #149 from JacobOaks/joaks/glc_fixJacob Oaks2024-04-291
|\ \ \ \ | | | | | | | | | | CI: Fix golangci-lint installation step
| * | | | CI: Fix golangci-lint installation stepJacob Oaks2024-04-291
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Following https://github.com/uber-go/zap/pull/1424 and https://github.com/uber-go/fx/pull/1185 as examples. `--version` is no longer accepted. Use `--help` instead.
* | / / Support dark mode theme (#142)Chongyi Zheng2024-03-124
| |/ / |/| | | | | | | | | | | | | | | | | * Support dark mode theme * Add dark mode to 404 and package pages * Fix tests
| * | Bump codecov/codecov-action from 3 to 4dependabot[bot]2024-02-051
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
| * Bump fossas/fossa-action from 1.3.1 to 1.3.3dependabot[bot]2024-02-191
|/ | | | | | | | | | | | | | Bumps [fossas/fossa-action](https://github.com/fossas/fossa-action) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/fossas/fossa-action/releases) - [Commits](https://github.com/fossas/fossa-action/compare/v1.3.1...v1.3.3) --- updated-dependencies: - dependency-name: fossas/fossa-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #135 from ↵Taiwon Chung2024-01-302
|\ | | | | | | | | uber-go/dependabot/go_modules/golang.org/x/net-0.20.0 Bump golang.org/x/net from 0.19.0 to 0.20.0
| * Bump golang.org/x/net from 0.19.0 to 0.20.0dependabot[bot]2024-01-302
|/ | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.20.0. - [Commits](https://github.com/golang/net/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #132 from ↵Jacob Oaks2023-12-122
|\ | | | | | | | | uber-go/dependabot/go_modules/golang.org/x/net-0.19.0 Bump golang.org/x/net from 0.17.0 to 0.19.0
| * Bump golang.org/x/net from 0.17.0 to 0.19.0dependabot[bot]2023-12-122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.19.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.19.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #133 from ↵Jacob Oaks2023-12-121
|\ \ | |/ |/| | | | | uber-go/dependabot/github_actions/actions/setup-go-5 Bump actions/setup-go from 4 to 5
| * Bump actions/setup-go from 4 to 5dependabot[bot]2023-12-121
|/ | | | | | | | | | | | | | | Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* feat: support for custom templates (#129)Henrique Dias2023-11-108
| | | | | | | | | | | | | | Adds a `-templates` flag that can be used to provide an alternative directory with templates for Sally to use. The new templates override the default set embedded in Sally. This includes a new 404 template so that 404 errors use the same theme as the rest of the website. Additionally, for HTTP status >400, this also sets the Cache-Control header to discourage CDNs like Cloudflare from caching the page. Resolves #125, #18
* Bump docker/build-push-action from 4 to 5 (#114)dependabot[bot]2023-11-082
|
* Bump docker/metadata-action from 4 to 5 (#113)dependabot[bot]2023-11-081
|
* Bump docker/login-action from 2 to 3 (#112)dependabot[bot]2023-11-081
|
* Bump docker/setup-buildx-action from 2 to 3 (#115)dependabot[bot]2023-11-082
|
* Bump golang.org/x/net from 0.15.0 to 0.17.0 (#119)dependabot[bot]2023-11-082
|
* Bump fossas/fossa-action from 1.1.0 to 1.3.1 (#123)dependabot[bot]2023-11-081
|
* feat: add support for other vcs systems (#128)Henrique Dias2023-11-075
| | | | | Adds support to other VCS systems as per the specification. Defaults to `git` for backwards compatibility. Renames the internally used `.GitURL` to `.RepoURL` for clarity.
* fix: documentation URL in index page (#126)Henrique Dias2023-11-071
| | | | | | | Fixes the documentation URL in the homepage, as it already includes the protocol: https://github.com/uber-go/sally/blob/686fb8782cfa89a807ecc6dcbc104c6dab43eb66/handler.go#L45 Right now, we're rendering "https://https://[...]".
* Bump actions/checkout from 3 to 4 (#110)dependabot[bot]2023-10-313
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Merge pull request #122 from uber-go/mway/release/v1.5.0Matt Way2023-10-241
|\ | | | | Release v1.5.0
| * Release v1.5.0Matt Way2023-10-241
|/
* ci: Use golangci-lint for linting (#121)Abhinav Gupta2023-10-219
| | | | | | | | | | | | | Instead of hand-managing and running linters, use golangci-lint. Along with the golangci-lint defaults, enable a couple other linters we generally agree with. See also uber-go/zap#1323 for a similar change. As a result of this, we can: - Drop the dependabot for tools - Run the lint job in parallel with build/test - Simplify the Makefile
* Add support for sub-indexes (#120)Abhinav Gupta2023-10-189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <details> <summary>Background</summary> Sally renders two kinds of pages: - packages: These are for packages defined in sally.yaml and any route under the package path. - indexes: These list available packages. The latter--indexes was previously only supported at '/', the root page. This leads to a slight UX issue: if you have a package with a / in its name (e.g. net/metrics): - example.com/net/metrics gives you the package page - example.com/ lists net/metrics - However, example.com/net fails with a 404 </details> This adds support for index pages on all parents of package pages. Therefore, if example.com/net/metrics exists, example.com/net will list all packages defined under that path. Resolves #31
* Update fossa action to v1.1.0 (#118)r-hang2023-10-111
| | | | | | | | | | | | The FOSSA check has been failing for a while with fossa-actions@v1 Error: Input required and not supplied: api-key This has caused the dependabot queue to backup, can we can't merge them manually in sally because this check is required. Updating the version seems to cause the check to run successfully again. Other repositories have run into the same issue ref: https://github.com/getsentry/self-hosted/issues/1351
* Bump golang.org/x/net from 0.14.0 to 0.15.0 (#109)dependabot[bot]2023-09-052
| | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.15.0. - [Commits](https://github.com/golang/net/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump golang.org/x/net from 0.12.0 to 0.14.0 (#106)dependabot[bot]2023-08-152
| | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.14.0. - [Commits](https://github.com/golang/net/compare/v0.12.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Release v1.4.0 (#104)Abhinav Gupta2023-07-071
|
* Bump golang.org/x/net from 0.11.0 to 0.12.0 (#103)dependabot[bot]2023-07-052
|
* Bump golang.org/x/net from 0.10.0 to 0.11.0 (#102)dependabot[bot]2023-06-132
| | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.11.0. - [Commits](https://github.com/golang/net/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#100)dependabot[bot]2023-06-062
| | | | | | | | | | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.4. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.4) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci: Update actions (#99)Abhinav Gupta2023-06-012
| | | | | Updates the checkout, setup-go, and codecov GitHub Actions. Supersedes #88, #89, #90
* all(deps): Update Go dependencies (#98)Abhinav Gupta2023-06-014
| | | | | Updates all Go dependencies in root and tools/. Supersedes #96, #94, #91
* CHANGELOG: Report #82, #92, and #93 (#97)Abhinav Gupta2023-06-011
| | | Adds changelog entries for recent user-facing changes.
* Bump github.com/mgechev/revive from 1.3.1 to 1.3.2 in /tools (#95)dependabot[bot]2023-05-162
| | | | | | | | | | | | | | | | Bumps [github.com/mgechev/revive](https://github.com/mgechev/revive) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/mgechev/revive/releases) - [Changelog](https://github.com/mgechev/revive/blob/master/.goreleaser.yml) - [Commits](https://github.com/mgechev/revive/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: github.com/mgechev/revive dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove branch from PackageConfig struct (#93)Sung Yoon Whang2023-05-094
| | | | | | | | | | * Remove branch from PackageConfig struct With #92, branch is no longer necessary from PackageConfig struct since go-source tag was removed. This removes Branch field from PackageConfig. * update README
* Removing redundant go-source tag (#92)Anurag Bandyopadhyay2023-05-074
| | | | | | | | | | | | | | | | | | | | | | | | | * update: removing redundant go-source tag * fix: removing /.idea and adding dir to gitignore * fix: removing /.idea and removing branch field from from templateData * fix: pkgHndler defaultBranch rem revert * fix: minor typo * fix: removing assertion of template responses * fix: tabs * Update handler_test.go * Update handler_test.go * Update handler_test.go --------- Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>