Copilot
Copilot
This PR migrates the project from eslint to oxlint using the new `@eggjs/oxlint-config` shared configuration. ## Changes Made ### Dependencies - **Removed**: `eslint` (8) and `eslint-config-egg` (14) - **Added**: `oxlint`...
This PR introduces a new Gradle plugin `replugin-matrix-gradle` that enables seamless integration of Matrix APM (Android Performance Monitoring) capabilities into RePlugin projects. ## Overview Matrix APM is Tencent's open-source Android...
This PR adds support for providing certificate and key content directly as strings to the `Vespa` class constructor, eliminating the need to write certificates to temporary files when they are...
## Final Refactoring Updates ### Renamed Java Implementation - Renamed `MessageEndpointProcess` to `JavaMessageEndpointProcess` to prevent name clash with the generic base class - Updated all references in `CucumberFeatureLocalApplicationLaunchConfigurationDelegate` ### Moved...
The Python/Behave backend was not detecting unmatched steps (steps without glue code) or providing snippets for quick-fix code generation. ## Changes **BehaveGlueJob.java** - Parse `UNDEFINED STEPS` and snippet sections from...
The Behave backend was missing project selection UI and auto-fill behavior that the Java backend already had, requiring manual entry of all paths. ## Changes - **Added project selection field**...
## Overview This PR implements automatic project type detection in the Cucumber Eclipse Editor, allowing users to be notified when enhanced language-specific support is available but not installed. The feature...
This PR implements a new `cucumber-scalatest` integration library that allows users to run Cucumber scenarios with ScalaTest instead of requiring JUnit. ## Overview Previously, users had to use `cucumber-junit` or...
## Done - Added CI step in `test-python` job to detect uncommitted changes after `yarn build` - Check fails if build process creates uncommitted files (indicates gitignore misconfiguration or missing...
## Done - Normalized `yarn.lock` entry for `@percy/cli` to match `package.json` version specifier (removed caret) and standardize registry URL format ## QA - Check out this feature branch - Run...