Copilot

Results 4682 issues of Copilot

This PR expands the CI test matrix to include more platforms while maintaining Java compatibility as requested in the issue. ## Changes Made **Expanded CI Matrix:** - **Java versions**: Java...

Upgrades `azure-devops-node-api` from 6.5.0 to 15.1.1 to resolve 3 critical CVEs (auth leak in typed-rest-client, RCE in underscore). Includes TypeScript 2.8→5.9 upgrade and adaptation to Azure DevOps API breaking changes....

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....

This PR implements support for the `NotAny` join operator in XrmMockup Query Expression, addressing the limitation where only `LeftOuter` join was previously supported. ## What was implemented The `NotAny` join...

Extended metadata type attributes needed to accept both controlled vocabulary suggestions and free text via an `allow_free_text` flag in the EMT JSON schema. - Schema: Added `allow_free_text` to EMT attribute...

Replaces delayed_job with Sidekiq for background job processing. Sidekiq provides better performance through Redis-backed queuing versus database-backed queuing, and is actively maintained. ## Core Changes - **Dependencies**: Replace `delayed_job_active_record` with...

The example data seeds were split across 7 files with dependencies shared via global variables (`$project`, `$guest_person`, etc.), making them difficult to test and maintain. ## Changes - **Created `Seek::ExampleDataSeeder`...

Implements Micrometer integration to collect SQL execution metrics (execution counts, duration, row counts) as requested in issue #320. ## Changes Made ### Planning and Design - **Integration Plan**: Created comprehensive...

enhancement

**Status: AWAITING PLAN REVIEW** ⏳ This PR currently contains only the modification plan document for adding multi-column IN clause support. Implementation will proceed after plan review and approval per the...

enhancement

- [x] Identify missing AST imports in main Red.rakumod file - [x] Fix TransactionContext Promise handling that could cause hanging - [x] Add proper AST imports to test files -...