Copilot

Results 4682 issues of Copilot

## Description Adds `CHANGELOG.md` to document template changes between tagged releases. Users can now track breaking changes, bug fixes, and new features across versions to decide when to upgrade their...

## Description Adds ESLint with TypeScript and React support to enforce code quality standards across the monorepo. **Key Changes:** - **ESLint Configuration** (`eslint.config.js`) - Flat config with TypeScript parser and...

## Description Fixes the issue where the documentation used a warning-style "Work In Progress" callout that felt negative. Changed to an informational note with welcoming language about contributions. **Changes:** -...

## Problem After updating to K8sGPT operator version 0.2.24, K8sGPT pods enter a crash loop with the error: ``` Error: unknown flag: --filter Usage: k8sgpt serve [flags] ``` ## Root...

The create branch workflow was failing due to a syntax error in the yq command on line 53. The command had an extra closing parenthesis that caused yq to fail...

README links to `hydro.run` were not validated in CI, and when validated externally, checked against the live site instead of the PR's changes. This prevented catching broken links when the...

Configures `.github/copilot-instructions.md` to provide GitHub Copilot with repository-specific context per best practices. ## Key Sections - **Repository structure** - Workspace layout (dfir_rs, hydro_lang, etc.) and purpose of each package -...

## 📝 变更说明 / Description 项目架构过时,需要升级到现代化标准。本 PR 将 Node.js、TypeScript、所有依赖和工具链升级到 2024 年最佳实践,建立完整的自动化和质量保证体系。 Modernizes project architecture from legacy setup to 2024 standards. Upgrades Node.js, TypeScript, dependencies, and establishes comprehensive automation and quality...

This PR upgrades the Spring Boot parent version from 3.3.11 to 3.4.7, bringing the project up to the latest stable release in the 3.4.x train as requested. ## Changes Made...

This PR completes the migration of the entire Orbital platform from Maven to Gradle, maintaining exact feature parity while modernizing the build system. ## Overview Successfully migrated **75+ modules** from...