Henry Mercer
5744b13b66
Rebuild Action
2023-10-26 19:56:46 +01:00
Henry Mercer
e8e83c3a56
Merge branch 'main' into henrymercer/enable-features-on-ghes
2023-10-26 19:47:56 +01:00
Nick Rolfe
06d8f4f7f8
Rename feature flag for evaluator fine-grained parallelism
2023-10-26 11:45:37 +01:00
Henry Mercer
d2b37ba145
Remove feature flag for uploading failed SARIF
2023-10-25 19:51:19 +01:00
Henry Mercer
c8e99083da
Remove feature flag for sub-language file coverage information
2023-10-25 19:51:19 +01:00
Henry Mercer
2cbabeaa72
Remove feature flag for analysis summary v2
2023-10-25 19:51:18 +01:00
Henry Mercer
2a7218bdef
Bump CLI version for new analysis summaries to v2.15.0
...
Earlier versions support new analysis summaries, but v2.15.0 improves
the quality of the summary messages.
2023-10-10 16:42:34 +01:00
Michael B. Gale
74b46628c3
Support features key in version JSON output
2023-10-04 11:28:28 +01:00
Henry Mercer
ebbadee09e
Remove ML-powered queries
2023-10-02 17:20:50 +01:00
Henry Mercer
41d2ffad87
Enable sub-language file coverage behind a ff
2023-09-26 11:38:39 +01:00
Nick Rolfe
724d64319a
Bump min. version for evaluator parallelism feature flag
...
Since we suspect fine-grained parallelism may make the OOM issues worse,
we don't want to enable it on 2.14.0-2.14.5, even though they support
it.
2023-09-22 14:43:03 +01:00
Paolo Tranquilli
bf2187592f
C++: simplify CppDependencyInstallation interface
2023-09-20 14:05:12 +02:00
Paolo Tranquilli
c4c06786f2
C++: introduce automatic installation of dependencies in the autobuilder
...
This introduces the possibility to automatically install dependencies
when running the C++ autobuilder on an Ubuntu runner, that will be
available with upcoming version 2.15.0.
An experimental `cpp-autoinstall-dependencies` input is added to the
`autobuild` action. When not set, the default is driven by a feature
flag.
2023-09-20 14:05:12 +02:00
Henry Mercer
077672fa88
Merge branch 'main' into henrymercer/enable-scaling-reserved-ram-ghes
2023-09-06 18:16:42 +01:00
Henry Mercer
270788d6fd
Remove language-specific baseline configuration flag
2023-09-05 14:36:51 +02:00
Henry Mercer
10389f671b
Remove scaling reserved RAM feature flag
2023-09-05 14:30:56 +02:00
Henry Mercer
466ed42568
Enable scaling reserved RAM on GHES
2023-09-05 12:50:34 +02:00
Henry Mercer
8a7b2e9c9b
Enable language specific baselines via feature flag
2023-08-11 17:20:42 +01:00
Henry Mercer
9a510d9b07
Rename new analysis summary feature flag
2023-08-11 15:51:44 +01:00
Angela P Wen
c32aadf8fd
Merge branch 'main' into igfoo/code_scanning_codeql_java_lombok
2023-08-02 02:44:05 -07:00
Nick Rolfe
c7b7456c9e
Pass explicit option to disable intra-layer parallelism
2023-07-31 11:47:25 +01:00
Nick Rolfe
bc068d74aa
Use feature flag to enable evaluator intra-layer parallelism
2023-07-31 09:44:35 +01:00
Ian Lynagh
4f6104c444
Run "npm run build"
2023-07-27 12:37:40 +01:00
Henry Mercer
d577d6f6b1
Resolve dependency cycle between util and API client
2023-07-19 16:40:31 +01:00
Henry Mercer
9922e17dbb
Move code scanning config enablement into feature flags
2023-07-19 15:57:59 +01:00
Henry Mercer
e0f0892f83
Add tests for new analysis summary feature flag
2023-07-18 13:43:44 +01:00
Henry Mercer
27d3b2f857
Fix scaling reserved RAM feature flag naming
2023-07-18 13:41:05 +01:00
Henry Mercer
5246291397
Merge branch 'main' into henrymercer/bump-minimum-codeql-version
2023-07-14 16:16:25 +01:00
Henry Mercer
c1f49580cf
Fix dependency incompatibilities
2023-07-13 11:20:39 +01:00
Henry Mercer
fed45865ba
Merge branch 'main' into henrymercer/bump-minimum-codeql-version
2023-07-10 13:21:51 +01:00
Nick Rolfe
f232722edf
Respect scaling_reserved_ram feature flag
...
The amount of RAM given to the CodeQL evaluator is the machine's total
memory size, minus a reserved amount. Currently, the reserved amount is
fixed at 1 GB (or 1.5 GB on Windows). When the scaling_reserved_ram
feature flag is enabled, we also add 2% of the total memory size to the
reserved amount. This allows for the fact that the kernel will consume
more RAM (e.g. for page tables) on machines with more physical RAM.
2023-07-07 16:46:47 +01:00
Henry Mercer
50f2cc19ee
Remove now redundant variant property
...
Previously, this was useful for discriminating between different
`CodeQLDefaultVersion` instances. However now all instances return a
tag name.
2023-07-07 15:15:57 +01:00
Henry Mercer
bec18d1625
Remove fallback logic for mapping default CLI version to GitHub Release
...
The default version feature flags will now always point to a CLI version
with a semantically versioned bundle, so we can find the GitHub
Release directly from the CLI version.
2023-07-07 15:15:57 +01:00
Henry Mercer
6418c5d819
Skip an API call when downloading a CodeQL version with a semver bundle
...
Previously, we made an API call to look up the CLI version to release
mapping when the default CLI version was requested on Dotcom and that
CLI wasn't in the toolcache.
Now we compute the tag name directly for semver bundles.
2023-07-07 10:58:57 +01:00
Henry Mercer
0c1d7efb0a
Add support for new analysis summaries
2023-07-05 18:56:55 +01:00
Henry Mercer
56beae86dd
Remove feature flag for exporting the code scanning configuration flag
2023-07-05 16:26:20 +01:00
Angela P Wen
46a6823b81
Send new per-query alert count event reports for QA telemetry ( #1741 )
2023-06-30 07:53:13 -07:00
Henry Mercer
c92053157f
Address review comments
...
Co-authored-by: Angela P Wen <angelapwen@github.com >
2023-06-12 19:31:25 +01:00
Henry Mercer
bce99ca79f
Fix the name of the disable Python dependency installation feature flag
2023-06-12 11:55:51 +01:00
Henry Mercer
7bd23b58b5
Remove support for CodeQL CLI 2.9.3 and earlier
2023-06-12 11:34:01 +01:00
Rasmus Wriedt Larsen
0ccdbf8cd5
Feature flag to disable python dependency installation
2023-05-11 12:14:04 +02:00
Henry Mercer
29a4713933
Enable diagnostics functionality on GHES
2023-03-29 18:45:27 +01:00
Angela P Wen
3cbd063679
Upload per-database diagnostic SARIFs on green and red runs ( #1556 )
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-03-20 21:09:04 +00:00
Henry Mercer
65f42e3768
Inline minimum version number to avoid circular dependency
2023-03-14 21:04:34 +00:00
Henry Mercer
d9ceda3823
Add debug logging for feature flag enablement
2023-03-14 20:57:55 +00:00
Henry Mercer
53f80edaf6
Merge branch 'main' into henrymercer/diagnostics-code-scanning-config
2023-03-09 18:47:43 +00:00
Henry Mercer
485cc11a24
Rename featureEnablement to features
...
This is more succinct and removes a few line breaks
2023-03-09 16:46:51 +00:00
Henry Mercer
fc1366f6ec
Gate config export behind a feature flag
2023-03-09 16:44:45 +00:00
Andrew Eisenberg
0c27d0da4a
Add default values to feature flags
...
This changes adds default values to feature flags. These default values
will be used whenever the full set of feature flags are not available
(for example on GHES or if the flag request fails).
The goal is to enable cli config parsing on GHES without removing the
feature flag on dotcom.
2023-03-07 16:24:55 -08:00
Chuan-kai Lin
b011dbdedf
Remove TRAP caching feature flag
2023-02-10 09:27:16 -08:00