Copilot

Results 4682 issues of Copilot

## Problem In on-premises Dynamics 365 environments, the impersonation feature was failing because the `DynamicsWebApi` library was not being configured with the correct server URL. This caused API requests to...

This PR significantly improves the XDP for Windows documentation to make it more accessible to newcomers and provide better comparisons with Linux XDP. ## Key Improvements ### 1. New Comprehensive...

This PR converts all `C_ASSERT` usages to modern `static_assert` throughout the XDP for Windows codebase. Modern build toolchains support `static_assert` which provides better error messages and is part of the...

This PR completely migrates the XDP for Windows project from WPP (Windows Performance Preprocessor) to TraceLogging, addressing the pain points for both developers and end users mentioned in the issue....

This PR implements a comprehensive set of `LOG_AND_BAIL_ON_ERROR` style macros to ensure each failure path in the XDP codebase has a unique logging statement with precise attribution. ## Problem Previously,...

## Changes Made This PR adds support for Rocky Linux and AlmaLinux distributions to the Docker cookbook. ### Code Changes - **`resources/installation_package.rb`**: Added explicit platform detection for Rocky Linux and...

## Convert LWRPs to Custom Resources ✅ COMPLETE This PR converts **ALL** Jenkins cookbook LWRPs to modern custom resources as per #786, implements resource aliasing per #775, updates CI/CD infrastructure...

Fixes two issues to enable successful CI testing across all RHEL 8 variants: ## 1. RHEL 8 Repository Name Fix The `postgresql_role` resource was failing on RHEL 8.10 with an...

- [x] Add automatic SCRAM-SHA-256 password escaping and comprehensive documentation - [x] Address code scanning alerts for incomplete string escaping - [x] Use nil_or_empty? function for password validation check as...

Bug
Release: Patch

- [x] Fix gdbm-devel package installation on CentOS 9 and RHEL 9+ platforms - [x] Add CentOS Stream 9 to kitchen.yml for testing coverage - [x] Implement CRB repository enablement...