Anurag Ojha

Results 16 issues of Anurag Ojha

This PR improves the NewPromptForCredentials function by adding validation to handle empty username or password inputs. It ensures users cannot proceed with blank credentials. Additionally, a new unit test has...

size/S
needs-ok-to-test

Changed `InsecureSSL` from "1" (insecure) to "0" (secure) to ensure SSL certificates are properly verified by default.

size/XS
ok-to-test

## Description This PR adds ESLint checks for TypeScript templates (`http` and `cloudevents`) to ensure code quality. It updates the Makefile with a new target `check-typescript` and includes it in...

approved
size/XS
ok-to-test

## Fix: #3085

size/XS
needs-ok-to-test

### Changes Adds interactive prompts to `func build --confirm` for additional build options, including: - Builder selection (`--builder`) - Push option (`--push`) - Builder image (`--builder-image`) - Base image (`--base-image`)...

size/M
ok-to-test

## Description This PR adds `StartTimeout` support to the Docker Runner (`pkg/docker/runner.go`). The Runner now waits for the container to become ready within a configurable timeout and returns an error...

size/M
needs-ok-to-test

fix: #2940 ### Changes - Updated `pkg/docker/runner.go -> newHostConfig()` to mount the following volume types: - **ConfigMap** → `.func/run/configmaps/` directory - **Secret** → `.func/run/secrets/` directory - **EmptyDir** → Docker tmpfs...

size/M
needs-ok-to-test

fix #3260 This PR initiates the work to support Azure DevOps (ADO) pipelines OIDC token authentication in the AzureRM backend.

### What does this PR do? Adds a new test case to validate that when a **Default (fallback) TLS certificate exists in the certificate store**, `getUncheckedDomains()` correctly returns **an empty...

kind/enhancement
status/2-needs-review
area/acme
area/infrastructure
size/S

Refactor config parsing for `FieldDataMeta` and `IndexMeta`. - Added `GetRequiredInt` to fetch and convert integer values safely. - Removed repetitive temp variables, assigned directly to struct fields. - Logs and...

size/M
dco-passed
do-not-merge/invalid-pr-format