Shubham Bhardwaj

Results 6 issues of Shubham Bhardwaj

This PR adds @infernus01 (that's me)as a tektoncd org member. Becoming a member is a way to stay involved in discussions that shape the project, and take on more responsibility...

size/XS

# Changes The YAML content within heredoc blocks for WORKSPACE_TEMPLATE and POD_TEMPLATE was not properly indented. # Submitter Checklist These are the criteria that every PR should meet, please check...

approved
lgtm
size/S
release-note-none
kind/cleanup

# Expected Behavior ``` HTTP/1.1 401 Unauthorized {"error": "Unauthorized"} ``` # Actual Behavior ``` # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 147 #...

kind/bug

# Changes Fixes #2520 - Remove hack/setup-kind.sh and replaced by tektoncd/plumbing version # Submitter Checklist These are the criteria that every PR should meet, please check them off as you...

lgtm
size/L
needs-rebase
ok-to-test
release-note

**Description:** The `InformedWatcher` in `knative/pkg/configmap/informer/informed_watcher.go` crashes when handling `cache.DeletedFinalStateUnknown` objects during ConfigMap deletion events. **Error:** `panic: interface conversion: interface {} is cache.DeletedFinalStateUnknown, not *v1.ConfigMap` **Impact:** - Causes webhook pods to...

kind/bug
triage/accepted

The `parse_payload.go` file in the Gitea provider currently lacks direct unit tests. It would be beneficial to have focused unit tests for the individual functions.