Daniel Nephin
Daniel Nephin
Building on #74 (#76) it would be nice to have a cross-platform way of using desktop notifications. I'd like to avoid additional golang dependencies in `gotestsum` and use the `os/exec`...
Currently the failure count is the len(failures), however if there was an error in package main that failure is not included in the count of failures. Also build errors are...
Adds: - travis.ci integration and badge - makefile and Dockerfile for building/testing without having to install a specific version of go on the host Travis shows there is one flaky...
I ran the test suite a few times, and it seems like this test fails about half the time. From the test I can't exactly tell what it's expecting. What...
Includes changes from #11993 and #11996. This PR is to show the new page structure, but a lot of the content still needs to be updated, so the sections on...
## Summary Also run each migration twice in the migration test to check for idempotence. Includes a couple fixes to migrations to make them idempotent.
## Summary Branched from #3199 Convert `ListGroups` and `GetGroup` to use SQL and add a few more test cases for them. ## Related Issues Resolves #2415
## Summary This PR removes `infrahq/secrets` from the connector. The connector only ever used secrets from `env`, `file`, and `plaintext`, all of which we can read directly with the need...
The destination name is used to uniquely identify a destination in a grant. We need to make this name unique so that we don't allow anyone to accidentally create multiple...