aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-09Remove branch from PackageConfig struct (#93)Gravatar Sung Yoon Whang 1-5/+0
* 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
2023-04-21ci: Publish Docker image to ghcr.io on release (#82)Gravatar Abhinav Gupta 1-0/+5
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-01-23Add support for package descriptions (#68)Gravatar Abhinav Gupta 1-0/+3
* template: Use a more fluid layout Instead of using a table, take advantage of the grid layout. We still print a table of sorts, but it's more fluid in appearance based on width of the screen. On narrower screens, we'll show a listing where each item has a description label next to it rather than at the top. * Add support for package descrpitions Packages may now optionally specify a description. If specified, this is printed below the package information, indented one column to make it stand out. Co-authored-by: Sung Yoon Whang <sungyoonwhang@gmail.com>
2022-12-18README: Document configuration further (#61)Gravatar Abhinav Gupta 1-8/+49
Adds more details on how to configure sally and what the required and optional fields are. Also updates the installation instructions since you can't `go get` the binary anymore.
2020-02-12Update Godoc server to pkg.go.dev (#40)Gravatar SyrieBianco 1-2/+2
Update our default Godoc server from `` to the shiny, new `https://pkg.go.dev/` See https://github.com/uber-go/sally/issues/39, T4832833
2019-03-05Support changing godoc instance (#38)Gravatar Diego Bernardes 1-0/+5
This adds the ability to change the godoc.org instance used by Sally to link to documentation by providing a new `godoc` section in the configuration.
2016-10-12Rework as HTTP server (#15)Gravatar Grayson Koonce 1-2/+19
2016-09-30Add canonical import path go.uber.org/sally (#13)Gravatar Grayson Koonce 1-0/+4
2016-09-30Starting point (#1)Gravatar Grayson Koonce 1-0/+1
2016-06-27Update README.mdGravatar Grayson Koonce 1-1/+1
2016-06-27Initial commitGravatar Grayson Koonce 1-0/+2