Skip to content
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

v2.30.0 #2964

Merged
merged 20 commits into from
Apr 6, 2023
Merged

v2.30.0 #2964

merged 20 commits into from
Apr 6, 2023

Conversation

tlhunter
Copy link
Member

@tlhunter tlhunter commented Apr 3, 2023

What does this PR do?

@tlhunter tlhunter requested review from a team as code owners April 3, 2023 19:32
@tlhunter
Copy link
Member Author

tlhunter commented Apr 3, 2023

There were some yarn.lock conflicts around eslint/esbuild dependencies. If any failures arise related to them I'll need to modify the esbuild commit.

@github-actions
Copy link

github-actions bot commented Apr 3, 2023

Overall package size

Self size: 4.02 MB
Deduped: 63.36 MB
No deduping: 63.4 MB

Dependency sizes

name version self size total size
@datadog/native-iast-taint-tracking 1.3.1 13.47 MB 13.47 MB
@datadog/pprof 2.1.0 12.31 MB 13.2 MB
@datadog/native-appsec 2.0.0 12.33 MB 12.34 MB
@datadog/native-metrics 1.5.0 7.1 MB 7.11 MB
protobufjs 7.2.3 2.77 MB 6.65 MB
@types/node 18.11.19 3.58 MB 3.58 MB
@datadog/native-iast-rewriter 2.0.1 2.09 MB 2.1 MB
opentracing 0.14.7 194.81 kB 194.81 kB
lru-cache 7.18.3 133.92 kB 133.92 kB
@datadog/sketches-js 2.1.0 109.9 kB 109.9 kB
lodash.sortby 4.7.0 75.76 kB 75.76 kB
semver 5.7.1 61.58 kB 61.58 kB
ipaddr.js 2.0.1 59.52 kB 59.52 kB
ignore 5.2.4 51.22 kB 51.22 kB
import-in-the-middle 1.3.4 32.7 kB 37.17 kB
istanbul-lib-coverage 3.2.0 29.34 kB 29.34 kB
retry 0.10.1 27.44 kB 27.44 kB
lodash.uniq 4.5.0 25.01 kB 25.01 kB
limiter 1.1.5 23.17 kB 23.17 kB
lodash.kebabcase 4.1.1 17.75 kB 17.75 kB
node-abort-controller 3.1.1 16.89 kB 16.89 kB
lodash.pick 4.4.0 16.33 kB 16.33 kB
crypto-randomuuid 1.0.0 11.18 kB 11.18 kB
diagnostics_channel 1.1.0 7.07 kB 7.07 kB
path-to-regexp 0.1.7 6.78 kB 6.78 kB
koalas 1.0.2 6.47 kB 6.47 kB
methods 1.1.2 5.29 kB 5.29 kB
module-details-from-path 1.0.3 4.47 kB 4.47 kB

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@codecov
Copy link

codecov bot commented Apr 3, 2023

Codecov Report

Merging #2964 (8076720) into v2.x (fbc2899) will decrease coverage by 5.72%.
The diff coverage is 77.67%.

@@            Coverage Diff             @@
##             v2.x    #2964      +/-   ##
==========================================
- Coverage   93.51%   87.79%   -5.72%     
==========================================
  Files         222      331     +109     
  Lines        8829    12028    +3199     
  Branches        0       33      +33     
==========================================
+ Hits         8256    10560    +2304     
- Misses        573     1468     +895     
Impacted Files Coverage Δ
integration-tests/ci-visibility/test/sum.js 69.19% <ø> (ø)
packages/datadog-instrumentations/src/cucumber.js 0.00% <0.00%> (-90.77%) ⬇️
packages/datadog-instrumentations/src/mocha.js 0.00% <0.00%> (-98.64%) ⬇️
packages/datadog-instrumentations/src/mongoose.js 93.33% <ø> (ø)
packages/datadog-plugin-aws-sdk/src/index.js 100.00% <ø> (ø)
packages/datadog-plugin-bunyan/src/index.js 100.00% <ø> (ø)
packages/datadog-plugin-connect/src/index.js 100.00% <ø> (ø)
packages/datadog-plugin-cucumber/src/index.js 0.00% <0.00%> (-92.69%) ⬇️
packages/datadog-plugin-cypress/src/index.js 100.00% <ø> (ø)
packages/datadog-plugin-express/src/index.js 100.00% <ø> (ø)
... and 89 more

... and 171 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pr-commenter
Copy link

pr-commenter bot commented Apr 3, 2023

Benchmarks

Comparing candidate commit b29f168 in PR branch v2.30.0-proposal with baseline commit ff721f1 in branch v2.x.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 667 metrics, 41 unstable metrics.

@tlhunter
Copy link
Member Author

tlhunter commented Apr 3, 2023

I originally marked the esbuild commit as dont-land-on-v2, but it's probably worth seeing if it at least works.

simon-id and others added 4 commits April 5, 2023 09:44
* Update config.js

* Add test to ensure appsec rules are undefined if could not load or parse user rules file

* trying to allow non v14 integration tests to run

* print node version when esbuild test fails

* esbuild refactor broke support for certain node.js versions

* display git status when cherry pick fails

---------

Co-authored-by: Igor Unanua <igor.unanua@datadoghq.com>
Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* Update packages/dd-trace/src/appsec/recommended.json

---------

Co-authored-by: simon-id <simon.id@datadoghq.com>
)

* adding query to async resource to ensure we add the comment before query.apply is called

* changing full propagation test to check for comment before call to db
rochdev
rochdev previously approved these changes Apr 5, 2023
simon-id and others added 2 commits April 6, 2023 09:12
* Update sql-injection-analyzer.js

* cleanup
@tlhunter tlhunter merged commit efe7b3a into v2.x Apr 6, 2023
@tlhunter tlhunter deleted the v2.30.0-proposal branch December 19, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants