Kavish Dahekar

Results 7 issues of Kavish Dahekar

Currently, the user can add only a single entry one by one to the table. It would be great if grocery CRUD would allow admins to bulk upload CSV data...

Hey all, My pastor usually quotes impromptu verses in the flow of a sermon and we have to make sure we display the verse on the screen as soon as...

enhancement
accepted

Currently, the [`findGitSlug`](https://github.com/nektos/act/blob/bda491e406db6c85865498ced18764bc00491a5e/pkg/common/git/git.go#L201C6-L201C17) method relies on two separate regexes for identifying a `github.com` or a GHE domain from a given repo URL. 1. Although `findGitSlug` returns either `"CodeCommit"`, `"GitHub"` or...

#### What type of PR is this? /kind bug #### What this PR does / why we need it: The `test_load_kube_config_from_dict_with_temp_file_path` test calls `_cleanup_temp_files` without invoking it `_cleanup_temp_files()`. This PR...

kind/bug
cncf-cla: yes
size/XS
release-note-none

**Describe the bug** If a secret already exists at a target that the replicator was planning to replicate to, the replication task is skipped with error ``` Replicated test-source/test-secret-1 to...

bug

**Describe the bug** If the replicator pods are restarted when its still in the middle of deleting copies of a source secret that was deleted, the new pod does not...

bug

**Describe the bug** When a secret is created for replication across a large number of namespaces (e.g., 10,000) using the `replicator.v1.mittwald.de/replicate-to` annotation, the replicator first begins replicating the secret to...

bug