chore: add supported-configurations v2#3621
Conversation
|
✨ Fix all issues with BitsAI or with Cursor
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3621 +/- ##
==========================================
+ Coverage 62.11% 62.17% +0.06%
==========================================
Files 141 141
Lines 13388 13352 -36
Branches 1753 1746 -7
==========================================
- Hits 8316 8302 -14
+ Misses 4273 4259 -14
+ Partials 799 791 -8
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ tracer ]Benchmark execution time: 2026-02-21 01:54:59 Comparing candidate commit f181006 in PR branch Found 4 performance improvements and 4 performance regressions! Performance is the same for 184 metrics, 2 unstable metrics. scenario:ComposerTelemetryBench/benchTelemetryParsing
scenario:MessagePackSerializationBench/benchMessagePackSerialization
scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching1
scenario:SamplingRuleMatchingBench/benchRegexMatching2
scenario:SamplingRuleMatchingBench/benchRegexMatching3
scenario:SamplingRuleMatchingBench/benchRegexMatching4
scenario:TraceSerializationBench/benchSerializeTrace-opcache
|
Benchmarks [ appsec ]Benchmark execution time: 2026-02-21 01:16:38 Comparing candidate commit f181006 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics. |
64bcaec to
0974e5d
Compare
0974e5d to
71ab2ae
Compare
This adds the supported-configurations.json to php. That file is auto generated from configuration.h. As long as they are in sync, things will work easily. The validation step verifies in the CI if the file got updated or not and would fail, if a change was added without committing. The one pipeline CI checks are added as well to make sure new configurations are added to the central repository before the PR that adds the config lands.
…when different of A
Also move github script to gitlab
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
7df01ed to
f181006
Compare
This adds the supported-configurations.json to php. That file is auto generated from configuration.h. As long as they are in sync, things will work easily. The validation step verifies in the CI if the file got updated or not and would fail, if a change was added without committing.
The one pipeline CI checks are added as well to make sure new configurations are added to the central repository before the PR that adds the config lands.