Anurag Ojha
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...
Changed `InsecureSSL` from "1" (insecure) to "0" (secure) to ensure SSL certificates are properly verified by default.
## 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...
### 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`)...
## 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...
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...
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...
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...