-
Notifications
You must be signed in to change notification settings - Fork 373
Enable Feature.DiffInformedQueries #2970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
91304fa
to
56692c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enables the Feature.DiffInformedQueries
feature by default and restricts it to GHES versions 3.19 or higher. The primary goal is to make diff-informed queries available to more users while ensuring compatibility with supported GHES versions.
- Changed the default value for
Feature.DiffInformedQueries
fromfalse
totrue
- Added GHES version checking to restrict the feature to version 3.19 or higher
- Added comprehensive test coverage for the new GHES version validation logic
Reviewed Changes
Copilot reviewed 6 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/feature-flags.ts | Updates default value for DiffInformedQueries feature from false to true |
src/diff-informed-analysis-utils.ts | Adds GHES version checking logic to restrict feature to 3.19+ |
src/diff-informed-analysis-utils.test.ts | Adds comprehensive test cases for diff-informed analysis functionality |
lib/feature-flags.js | Compiled JavaScript version of the TypeScript feature flag changes |
lib/diff-informed-analysis-utils.test.js | Compiled JavaScript version of the TypeScript test file |
lib/diff-informed-analysis-utils.js | Compiled JavaScript version of the TypeScript utility changes |
56692c1
to
4447fc3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for changing this and adding tests! Just one minor question / suggestion.
4447fc3
to
6a49a8c
Compare
This PR updates
Feature.DiffInformedQueries
to be enabled on GHES versions 3.19 or higher.Merge / deployment checklist