| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
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.
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 |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, thanks for changing this and adding tests! Just one minor question / suggestion.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR updates Feature.DiffInformedQueries to be enabled on GHES versions 3.19 or higher.
Merge / deployment checklist