go-utils icon indicating copy to clipboard operation
go-utils copied to clipboard

golang utilities

Results 35 go-utils issues
Sort by recently updated
recently updated
newest added

This function, most of this file, and possibly more test code should be moved to the Gloo repo: https://github.com/solo-io/go-utils/blob/master/testutils/helper/install.go#L131 Rather than living in a "utils" repo, which should be reserved...

replaces ``` Expected : "applic..." to equal | : "mesh:

Accidentally cleared CLI docs from gloo, then on the next push it skipped CLI docs.

- Allow pushing auto-generated helm values table - Fix v2 docs for gloo gateway v2

as common patterns emerge in our cli's it would be good to bundle those insights in a cli util **in particular** - `--version` flag - must have zero external dependencies...

enhancement

* Make more robust in handling external repo changes * Support release retry by downloading sha256 digests from github.com * More focused updating of staging repos from external repos, e.g.,...

currently changelog utils only checks added files for correctness, but in the future it should also check that other files are not moved out of, or into the changelog directories

Currently changelogs only get reverified on a release, but based on a recent race condition, they should also be checked every time a PR merges into master

Since Ginkgo `Expect` failures only reference the line of the `It` block, include a stack trace so we can easily see the exact `Expect` that failed Also trim the known...

When generating the Changelog Docs, we should also include the date the release was made. Something like this: ![image](https://user-images.githubusercontent.com/2352755/55088891-e5082e80-5082-11e9-8f33-1980c44b175e.png)