Copilot

Results 4682 issues of Copilot

This PR adds a new `update` method to `schema(...)` objects that intelligently compares the current schema definition with the database state and applies necessary changes to make them match. ##...

This PR adds comprehensive test coverage for the EXISTS/NOT EXISTS subquery functionality that was already implemented in Red ORM but not thoroughly tested. ## Background Issue #578 requested the ability...

- [x] Implement basic versioned model registry system - [x] Create `Red::ModelRegistry` with registration and retrieval functions - [x] Add comprehensive tests for registry functionality - [x] Create integration tests...

- [x] Create comprehensive GitHub Copilot instructions for Red ORM development - [x] Add detailed development workflow documentation - [x] Include critical timing information for long-running operations - [x] Document...

This PR fixes several PostgreSQL-related test failures that were preventing proper testing and usage of Red ORM with PostgreSQL databases. ## Issues Fixed ### 1. Union/Minus Operations (t/14-union.rakutest) - [x]...

Remove legacy lexer and parser code, complete migration to Pest ✅ This PR completes the migration from a handwritten lexer/parser implementation (~5,400 lines) to a Pest-based parser (~2,900 lines), achieving...

## Overview This PR implements the ability for operators to choose the host pool management type during AVD Landing Zone Accelerator deployment, addressing the need to support both manual session...

## Problem Statement Azure Virtual Desktop deployments were failing due to: - **SKU unavailability** in selected regions or availability zones - **Insufficient quota** in target regions/zones - **Lack of pre-deployment...

## Problem Re-deploying AVD Landing Zone Accelerator would fail with validation errors when attempting to change availability zone configurations between deployments. Users encountered the error: ``` Deployment template language expression...

## Problem The `Optimize_OS_for_AVD.ps1` script was broken due to breaking changes in the upstream [Virtual-Desktop-Optimization-Tool](https://github.com/The-Virtual-Desktop-Team/Virtual-Desktop-Optimization-Tool) repository: 1. The legacy script `Win10_VirtualDesktop_Optimize.ps1` no longer exists in the VDOT repository 2. The...