Copilot
Copilot
## Problem The `streaming-connection-idle-timeout` kubelet configuration parameter is deprecated in both command-line flags and kubelet config files. AgentBaker was setting this property to its default value of "4h" across multiple...
## Summary Updates the Windows 2025 version detection in `windowscsehelper.ps1` to use the specific build number "26100" instead of the previous vague range (25399-30397). This change provides precise version identification...
The `tibdex/github-app-token` action has been archived and needs to be replaced with the supported `actions/create-github-app-token` action. ## Changes This PR updates the `.github/workflows/update-specs.yml` workflow to use the new action: **Before:**...
## Problem The `elasticstack_kibana_data_view` resource was unexpectedly forcing replacement when users interacted with the data view in Kibana. This occurred because Kibana automatically generates field popularity statistics (specifically the `count`...
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....
## High Level Overview of Change Updates `AccountObjects.type` field to accept both `AccountObjectType` enum and `LedgerEntryType` enum values, supporting canonical ledger entry names added in rippled 2.4.0. ### Context of...
## Performance Improvements - COMPLETED ✅ ### Issues Identified and Fixed: - [x] **PagingHelper.cs (Line 18)**: Using `query.Count()` which executes synchronously - FIXED by using `await query.CountAsync()` - [x] **ApplySummariesOperationFilter.cs...
Implements user-friendly enhancements to reduce manual configuration and improve OpenID Connect compliance. Addresses requirements 2-4 from the problem statement; requirement 1 (site settings management for default app members) requires new...
### Description Enforces that imports from `metabase/lib/analytics` only occur in files named `analytics.{ts,tsx,js,jsx}`. This centralizes analytics tracking code in predictable locations for easier auditing and maintenance. **Changes:** - Created custom...
### Description Migrates 23 straightforward `.styled.tsx` files to CSS modules (`.module.css`), replacing styled-components with standard CSS. Converts `color()` JavaScript functions to CSS variables. **Key changes:** - **Simple components**: Direct replacement...