Dinesh B
Dinesh B
## Describe the bug Should not crash when pool-id is given as string by mistake **Command Name** `az pipelines agent list Extension Name: azure-devops. Version: 0.17.0.` **Errors:** ``` pool_id must...
For a codebase which had 600 newly added files ```bash time ~/.talisman/bin/talisman_darwin_amd64 --githook pre-commit >/dev/null real 0m14.029s user 0m12.035s sys 0m2.216s ``` It is taking `14 seconds`. Can we try...
Currently, we are **not showing any progress** while checking the files. It would be great if we see some progress bar (or simple log message). **Reason:** I am having it...
Signed-off-by: Dinesh You enter your Vault AWS auth `role` name and `mountPath` (default: aws). The pkcs7 will be retrieved from AWS Instance Metadata server (IMDS) and used for authentication. This...
Today for secret source, we are supporting token/user-pass/approle/kubernetes. Can we provide support to other auth methods also like GCE, AWS-EC2 ?
We don't have timeout for libkv based stores(we are using consul) at [here](https://github.com/sorintlab/stolon/blob/master/internal/store/libkv.go#L55). Can we add it? Is there any reason for not having it?
Trying to fix https://github.com/sorintlab/stolon/issues/633 Tasks: - [x] Able to give pg_ident content in clusterSpec - [x] Update `pg_ident.conf` file whenever there is a change in pg_ident in clusterSpec #### How...
Very similar to `--since duration`, Is it good to have `--to duration` ?. Stern will tail the logs for the specified duration and exited with the **0 exit code**. If...
We can register the request url, response body with some delay. ```sh curl -X POST http://dobby/register -d { "url": "/payment", "method": "POST", "responseBody": { "success": true, "data": somedata }, "delay":...