aboutsummaryrefslogtreecommitdiff
path: root/handler.go (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-23Drop httprouter dependency (#71)Gravatar Abhinav Gupta 1-12/+29
2022-01-03Support package-level overrides for URLs (#52)Gravatar Tyler Sullivan 1-1/+5
2021-09-10Use go embed for templates (#50)Gravatar Luciano Nooijen 1-2/+3
2021-05-18Allow setting branch (#46)Gravatar Jan-Philipp Benecke 1-0/+2
2019-03-05Support changing godoc instance (#38)Gravatar Diego Bernardes 1-1/+1
2019-01-03template: Bundle in binary with bindata (#36)Gravatar Abhinav Gupta 1-11/+6
2019-01-03Add minimal stylingGravatar Abhinav Gupta 1-27/+12
2016-10-27Enforce alphabetical ordering of packages in YAML config (#22)Gravatar Garrett Squire 1-3/+3
2016-10-12Rework as HTTP server (#15)Gravatar Grayson Koonce 1-0/+88
>config: Rename Package to PackageConfig, add docs (#84)Gravatar Abhinav Gupta 4-16/+45 Renames the Package struct to PackageConfig to make it clear that it is a configuration struct. This differentiation will help disconnect the configuration-level representation from the runtime representation of this information. This patch also adds documentation to the config package that was previously missing. 2023-04-27Bump golang.org/x/net from 0.8.0 to 0.9.0 (#81)Gravatar dependabot[bot] 2-3/+3 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.8.0...v0.9.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> 2023-04-21ci: Publish Docker image to ghcr.io on release (#82)Gravatar Abhinav Gupta 3-0/+70 Adds a workflow that builds and publishes a Docker image to ghcr.io based on the Dockerfile in the root of the repository. This will become available at https://github.com/uber-go/sally/pkgs/container/sally. Users will be able to import it by using `ghcr.io/uber-go/sally:$tag` with `docker pull` or in the `FROM` clause of their own Docker file. As a test for this, I published it manually to my own fork. The image is at https://github.com/abhinav/sally/pkgs/container/sally. With that, I ran the following Dockerfile: FROM ghcr.io/abhinav/sally:master COPY sally.yaml / And it worked as expected. 2023-03-05Bump golang.org/x/net from 0.7.0 to 0.8.0 (#80)Gravatar dependabot[bot] 2-3/+3 2023-02-26Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#79)Gravatar dependabot[bot] 2-3/+3 2023-02-14Bump golang.org/x/net from 0.6.0 to 0.7.0 (#78)Gravatar dependabot[bot] 2-3/+3 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.6.0...v0.7.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> 2023-02-08Bump golang.org/x/net from 0.5.0 to 0.6.0 (#77)Gravatar dependabot[bot] 2-3/+3 2023-02-04ci: Build against Go 1.20 (#76)Gravatar Abhinav Gupta 3-19/+20 Upgrades to latest release of Go for CI. This requires switching staticcheck to the latest release as well. 2023-01-30Back to development (#75)Gravatar Sung Yoon Whang 1-0/+5 2023-01-23Fix typo on release notes (#74)Gravatar Sung Yoon Whang 1-1/+1 Release notes for v1.3.0 had an incorrect link for changes included in v1.3.0; fixing this before we actually tag a release with this. 2023-01-23v1.3.0 release (#73)Gravatar Sung Yoon Whang 1-2/+4