Copilot
Copilot
Updates the Buildkite pipeline configuration to use a faster container-based approach for the junit-annotate step instead of relying on the GCP provider. ## Changes Made Updated the `:junit: Test results`...
The Ansible playbook contained inefficient package installation loops and deprecated Docker Compose modules that caused slow deployments (15-30 min total) and compatibility issues. ## Changes **Package installation optimization (2-5 min...
## Plan: Automated AWS-S3 DataConnector Scripts Bundling ✅ - [x] Analyze current zip file structure and contents - [x] Create a script to bundle files into appropriate zip structures -...
This PR implements support for the `--kube-context` flag across all helm-diff commands (`upgrade`, `release`, `revision`, `rollback`), providing a clean alternative to the existing `HELM_KUBECONTEXT` environment variable workaround. ## Changes Made...
Implements Hyperbee.XS-based expression provider for workflows, addressing multi-tenant security concerns with Roslyn's full C# compiler by using expression trees instead of dynamic compilation. ## Changes ### New Module: `Elsa.Expressions.Xs` -...
SQLite migrations V3_4, V3_5, and V3_6 incorrectly attempted schema operations (`EnsureSchema`, `RenameTable` with `newSchema`, schema qualifiers on DDL) that SQLite doesn't support, causing tables to become inaccessible. This manifested as...
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
## Problem Bulk deletion of 300K+ workflow instances causes SQL Server timeouts (30s default) and application crashes. The current implementation loads all instance summaries into memory and executes a single...
Users encounter 401 Unauthorized errors when accessing workflow instances after configuring `.UseAdminApiKey()`. The authentication middleware is configured correctly but dependency injection resolves the wrong provider type. ## Root Cause `DefaultAuthenticationFeature.UseApiKeyAuthorization()`...
Quick calculations (e.g., 10s runtime) experienced 120s overhead due to fixed 30s `safe_interval` waits before each transport operation (upload, submit, retrieve, final retrieve). This resulted in 4×30s = 120s of...