Adam Brightwell
Adam Brightwell
Would it be possible to add some documentation on how to build/test this project?
Create hook points for pre and post queries for connections. This would allow a command/query to be run before and after a connection is utilized. An example might be setting/resetting...
Error message received: ``` INFO[2017-08-10T15:37:20Z] Admin Server listening on: [::]:10000 ERRO[2017-08-10T15:37:21Z] healthcheck: query failed: dial tcp 172.30.6.30:5432: getsockopt: no route to host panic: runtime error: invalid memory address or nil...
Add better error parsing to facilitate better error reporting to the client from the backend.
Here we're updating the team action to make a few improvements. * Allow multiple output formats for `list`, `info`, `update`. * Refactor positional argument for ID to flag `--team`. *...
This is not a functional change. Here we're only seeking to organize the code a little bit further now that the action list has grown quite extensively. The impetus for...
These changes move firewall rule management under `cb network` and deprecate the `cb firewall` rule command. This comes as part of a request to be able to update firewall rules...