aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFiles
* ci: Publish Docker image to ghcr.io on release (#82)Abhinav Gupta2023-04-211
| | | | | | | | | | | | | | | | | | 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.
* Add support for package descriptions (#68)Abhinav Gupta2023-01-231
| | | | | | | | | | | | | | | | | | | * 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>
* README: Document configuration further (#61)Abhinav Gupta2022-12-181
| | | | | | | 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.
* Update Godoc server to pkg.go.dev (#40)SyrieBianco2020-02-121
| | | | | | Update our default Godoc server from `` to the shiny, new `https://pkg.go.dev/` See https://github.com/uber-go/sally/issues/39, T4832833
* Support changing godoc instance (#38)Diego Bernardes2019-03-051
| | | | | 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.
* Rework as HTTP server (#15)Grayson Koonce2016-10-121
|
* Add canonical import path go.uber.org/sally (#13)Grayson Koonce2016-09-301
|
* Starting point (#1)Grayson Koonce2016-09-301
|
* Update README.mdGrayson Koonce2016-06-271
|
* Initial commitGrayson Koonce2016-06-271