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

Upgrade to 2.3 #20

Closed
wants to merge 1,715 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1715 commits
Select commit Hold shift + click to select a range
8a42cc1
Merge branch 'master' into add-http-route
y9v Aug 30, 2024
ae50107
DEBUG-2334 Move tracing rate limiters to Core (#3870)
p-datadog Sep 3, 2024
00dc6aa
adds more RC configs
zarirhamza Sep 4, 2024
261b590
Add ostruct to Gemfile for Ruby >= 3.3
y9v Sep 4, 2024
4e51340
Add fiddle gem to Gemfile for Ruby >= 3.3
y9v Sep 5, 2024
f4c0c4e
Update gemfiles/*
ivoanjo Sep 5, 2024
5f6f052
Merge pull request #3890 from DataDog/fix-ostruct-deprecation-warning
y9v Sep 5, 2024
a4d99a1
Inject telemetry component
TonyCTHsu Sep 2, 2024
27d462b
Fix system tests (#3883)
p-datadog Sep 5, 2024
298af84
DEBUG-2334 default token bucket allow? size to 1 (#3882)
p-datadog Sep 5, 2024
b39b450
Refactor with Logger module
TonyCTHsu Sep 5, 2024
80356eb
Refactor with default level
TonyCTHsu Sep 5, 2024
9868ed2
Add comments about deadlock risk
TonyCTHsu Sep 6, 2024
b46a7e6
Add Github Token as argument to appsec:ruleset:update task
y9v Sep 6, 2024
e9dd206
Merge pull request #3886 from DataDog/tonycthsu/avoid-telemetry-deadlock
TonyCTHsu Sep 6, 2024
5edd1a6
Add argument presence checks for appsec:ruleset:update
y9v Sep 6, 2024
1513227
add ci-X.Y.Z to the tracer_version if datadog-ci is present and CI mo…
anmarchenko Sep 3, 2024
05ce519
fix typechecks and replace + with - in extended version
anmarchenko Sep 3, 2024
69dbbee
add a comment about tracer_version patch
anmarchenko Sep 4, 2024
f44f8b1
test for patched tracer_version
anmarchenko Sep 4, 2024
e3a7fcd
Add a check that ruleset file still exists to appsec:ruleset:update
y9v Sep 6, 2024
72702ff
fix lint error
anmarchenko Sep 6, 2024
f962063
Merge pull request #3895 from DataDog/appsec-add-pat-to-ruleset-updat…
y9v Sep 6, 2024
9e5ba0c
Revert "Merge pull request #3890 from DataDog/fix-ostruct-deprecation…
TonyCTHsu Sep 6, 2024
d2bd61a
Improve brittle assertion
TonyCTHsu Sep 6, 2024
8f64818
Merge pull request #3881 from DataDog/anmarchenko/report_tracer_versi…
anmarchenko Sep 9, 2024
7a58316
add missing permissions for add-milestone gha workflow
anmarchenko Sep 9, 2024
26d45c3
Merge pull request #3898 from DataDog/anmarchenko/fix-add-milestone-w…
TonyCTHsu Sep 9, 2024
a5881cb
Merge pull request #3896 from DataDog/tonycthsu/improve-assertion
TonyCTHsu Sep 9, 2024
9c85b79
Task `edge:update` to update dependencies
TonyCTHsu Sep 4, 2024
7ab9d80
Add elasticsearch for edge build
TonyCTHsu Sep 4, 2024
7036121
Filter whitelist
TonyCTHsu Sep 4, 2024
047366e
Update group when group name is different from gem name
TonyCTHsu Sep 4, 2024
5a71786
Merge pull request #3876 from DataDog/tonycthsu/sequel
TonyCTHsu Sep 9, 2024
bccbcd6
Merge pull request #3893 from DataDog/tonycthsu/edge-build
TonyCTHsu Sep 9, 2024
0e69f87
Remove obsolete only-once
TonyCTHsu Sep 10, 2024
6faaf2d
Remove obsolete `rescue`
TonyCTHsu Sep 10, 2024
d5017d4
Change lograge log to warn
TonyCTHsu Sep 10, 2024
42b74ed
Add telemetry logs for instrumentations
TonyCTHsu Sep 10, 2024
ebd0c3e
Merge pull request #3900 from DataDog/tonycthsu/remove-obsolete-only-…
TonyCTHsu Sep 10, 2024
cb78dc6
[PROF-10477] Upgrade to libdatadog 12 (#3885)
AlexJF Sep 10, 2024
c1f302b
Comments on improvements
TonyCTHsu Sep 10, 2024
5940d5f
Report error for both request and response
TonyCTHsu Sep 10, 2024
bc84181
Merge pull request #3899 from DataDog/tonycthsu/telemetry_log_instrum…
TonyCTHsu Sep 10, 2024
7172dde
Add tests
marcotc Sep 10, 2024
5a9ad37
Merge branch 'master' into zarir/rc-config-add
marcotc Sep 10, 2024
15ee914
Fix building of GraphQL queries arguments hash
y9v Sep 3, 2024
482ebf0
Add handling for missing active scope in GraphQL watcher
y9v Sep 3, 2024
cbdca24
Add specs for GraphQL arguments extraction
y9v Sep 3, 2024
0eedec7
Break down GraphQL gateway multiplex spec
y9v Sep 4, 2024
8babb02
Remove hash double-splat from AppSec gateway multiplex
y9v Sep 4, 2024
7909a47
Fix appsec graphql gateway multiplex for ruby 2.5
y9v Sep 4, 2024
8908527
Revert change to the strict WAF ruleset
y9v Sep 4, 2024
d02e4e7
Fix code style in GraphQL gateway multiplex spec
y9v Sep 4, 2024
bfa3594
Reduce memory allocation when building graphql args hash
y9v Sep 5, 2024
110c668
Simplify graphql argument value fetching
y9v Sep 5, 2024
10c2a7c
Remove unused methods from Datadog::AppSec::Contrib::GraphQL
y9v Sep 6, 2024
599b9e4
Remove direct usage of constants from graphql-ruby library
y9v Sep 9, 2024
2e51923
Add handling of AppSec GraphQL instrumentation errors
y9v Sep 9, 2024
20a00b8
Add specs for graphql integration .ast_node_classes_defined?
y9v Sep 9, 2024
6b372be
Switch system-tests to a branch with a system test fix
y9v Sep 10, 2024
c7fcae4
Improve GraphQL specs
y9v Sep 11, 2024
fbe3f3a
Avoid relying on port from env
ivoanjo Sep 11, 2024
63e03d5
[NO-TICKET] Add integration testing for crashtracker component report…
ivoanjo Sep 11, 2024
0707228
Minor tweak: specify agent.port as integer
ivoanjo Sep 11, 2024
469b586
Merge pull request #3902 from DataDog/ivoanjo/improve-crashtracker-te…
ivoanjo Sep 11, 2024
06aa9ac
DEBUG-2334 Dynamic Instrumentation Redactor component (#3901)
p-datadog Sep 11, 2024
4a874bb
Switch back system tests workflow ref to main branch
y9v Sep 11, 2024
9e184f6
Use klass.name instead of klass.to_s in GraphQL gateway multiplex
y9v Sep 11, 2024
0259cdb
Remove exception handling from GraphQL::AppSecTrace
y9v Sep 11, 2024
ee1a9ff
fix tests
zarirhamza Sep 11, 2024
fa5d009
Merge pull request #3887 from DataDog/appsec-fix-graphql-query-args
y9v Sep 11, 2024
d4480d9
DEBUG-2334 Add more redaction test cases (#3904)
p-datadog Sep 11, 2024
7dbcc40
Merge pull request #3888 from DataDog/zarir/rc-config-add
marcotc Sep 11, 2024
c6faef0
[NO-TICKET] Disable Dir interruption bug workaround on Ruby 3.4+
ivoanjo Sep 12, 2024
c9994df
Merge pull request #3907 from DataDog/ivoanjo/disable-dir-interruptio…
ivoanjo Sep 13, 2024
503bb5a
Prevent deadlock with no-op for telemetry logger
TonyCTHsu Sep 13, 2024
cabb511
Change to warn
TonyCTHsu Sep 13, 2024
d5da8b0
Update comment
TonyCTHsu Sep 13, 2024
19c88eb
Fix typo
TonyCTHsu Sep 13, 2024
f64ae44
Update comment
TonyCTHsu Sep 13, 2024
3860fa7
Merge pull request #3910 from DataDog/tonycthsu/avoid-deadlock
TonyCTHsu Sep 13, 2024
540cea0
DEBUG-2334 Dynamic Instrumentation Serializer component (#3905)
p-datadog Sep 13, 2024
de2e58f
Add AppSec patcher for Devise Rememberable strategy
y9v Aug 27, 2024
4a701ca
Add test for Devise::Strategies::Rememberable patch
y9v Aug 27, 2024
5bd257a
Add sig file for RememberablePatch
y9v Aug 27, 2024
f2fe86a
Rename __validate alias to __validate_datadog_authenticatable
y9v Aug 28, 2024
8e60850
Change the way how login tracking is disabled for Rememberable strategy
y9v Sep 5, 2024
cae659f
Improve configuration reset in specs
y9v Sep 13, 2024
df0bd9a
Merge branch 'master' into add-http-route
y9v Sep 13, 2024
3207b16
Improve rack instrumentation and specs
y9v Sep 13, 2024
81217b9
Update gemfiles/*
y9v Sep 13, 2024
fedd3e3
Change around(:example) to around(:suite) for rack http route test
y9v Sep 14, 2024
9be0d6d
Update appsec waf rules to version 1.13.1
y9v Sep 6, 2024
9b198f9
Merge pull request #3894 from DataDog/appsec-update-libddwaf-rules
y9v Sep 16, 2024
41de4f3
Add comments for TODOs
TonyCTHsu Aug 22, 2024
257be68
Implement
TonyCTHsu Sep 11, 2024
31a4c84
Merge pull request #3865 from DataDog/tonycthsu/telemetry_log_tracing
TonyCTHsu Sep 16, 2024
d27c71e
initial commit
wconti27 Sep 16, 2024
aea6cd8
use test branch
wconti27 Sep 16, 2024
2369250
re run
wconti27 Sep 16, 2024
1286bfb
fix again
wconti27 Sep 16, 2024
8e76cd7
Update .github/workflows/system-tests.yml
wconti27 Sep 16, 2024
8c1809d
Merge pull request #3913 from DataDog/conti/add-aws-auth-and-new-syst…
marcotc Sep 16, 2024
6274db9
Allow GraphQL integration reconfiguration
marcotc Sep 16, 2024
92dcbeb
vairable ==> variable
fkmy Sep 17, 2024
48150c1
deault ==> default
fkmy Sep 17, 2024
da3d09e
evaluted ==> evaluated
fkmy Sep 17, 2024
fcda7da
declartion ==> declaration
fkmy Sep 17, 2024
67ed8cb
Retuns ==> Returns
fkmy Sep 17, 2024
42a2559
Distirbuted ==> Distributed
fkmy Sep 17, 2024
39f25d3
Merge pull request #3914 from fkmy/fix_docs_typo
ivoanjo Sep 17, 2024
33b3eb4
[NO-TICKET] Temporarily disable memory leak asan testing in CI
ivoanjo Sep 17, 2024
8f9f58c
Merge pull request #3915 from DataDog/ivoanjo/temporarily-disable-asa…
ivoanjo Sep 17, 2024
7e0372a
Task for updating latest group
TonyCTHsu Sep 12, 2024
24f44ff
Comment
TonyCTHsu Sep 17, 2024
7317018
Fix route path tag in rack, improve grape route instrumentation code
y9v Sep 17, 2024
08fa000
Extract yard
TonyCTHsu Sep 17, 2024
b8e14b5
Update gemfiles
TonyCTHsu Sep 17, 2024
3ea4d83
Add tools to excluded test
TonyCTHsu Sep 17, 2024
c20934b
Lint
TonyCTHsu Sep 17, 2024
ee52ac1
Rename variable
TonyCTHsu Sep 17, 2024
c62c24d
Add a comment to grape endpoint explaining route format removal
y9v Sep 17, 2024
b72916c
Add handling for possible nil value of env['SCRIPT_NAME']
y9v Sep 17, 2024
704eb19
Merge branch 'master' into add-http-route
y9v Sep 17, 2024
046c7bb
Issue permission write
TonyCTHsu Sep 17, 2024
fba228d
Merge pull request #3919 from DataDog/tonycthsu/fix-milestone-action
marcotc Sep 17, 2024
0f02339
DEBUG-2334 dynamic instrumentation Probe class (#3912)
p-datadog Sep 17, 2024
7c84edb
Set both permission for milestone action (#3920)
TonyCTHsu Sep 17, 2024
e32e038
Merge pull request #3859 from DataDog/graphql-fix
marcotc Sep 17, 2024
deaba02
Remove debugging code
y9v Sep 18, 2024
a0b9273
Merge pull request #3918 from DataDog/tonycthsu/fix-yard
TonyCTHsu Sep 18, 2024
8a26201
Merge branch 'master' into tonycthsu/edge-build-coverage
TonyCTHsu Sep 18, 2024
7d32d25
Merge branch 'master' into tonycthsu/edge-build-coverage
TonyCTHsu Sep 18, 2024
e53c00f
Bootstrap gvl profiling hook
ivoanjo Sep 2, 2024
5a91954
Added recording of when gvl waiting starts
ivoanjo Sep 2, 2024
1ee127f
Track waiting on GVL state in thread specific variables and trigger s…
ivoanjo Sep 2, 2024
f5bcd4f
Wire up postponed job execution
ivoanjo Sep 3, 2024
31ce66d
Still figuring out how to handle sampling of threads after waiting on…
ivoanjo Sep 3, 2024
2f3dd97
Wire up waiting for gvl sampling, still missing actually attaching th…
ivoanjo Sep 6, 2024
339e18d
Wire up `is_gvl_waiting_state` into a state_label
ivoanjo Sep 6, 2024
a8f771b
Small cleanups from a self-review
ivoanjo Sep 6, 2024
e655976
Make GVL profiling not break older Rubies
ivoanjo Sep 11, 2024
3d6e238
Fix crash when no options are provided
ivoanjo Sep 11, 2024
83e38c6
Add default arguments handling to _native_sample
ivoanjo Sep 11, 2024
135b555
Switch from hash to array to hopefully avoid flakiness
ivoanjo Sep 11, 2024
bf4d86d
Add testing for new `is_gvl_waiting_state` flag
ivoanjo Sep 11, 2024
3db9e5f
Refactor "Waiting for GVL" logic away from `update_metrics_and_sample`
ivoanjo Sep 11, 2024
30a245b
Add testing for `gvl_waiting_at` per-thread initialization
ivoanjo Sep 11, 2024
8f61036
Add test coverage for `thread_context_collector_on_gvl_waiting`
ivoanjo Sep 11, 2024
206b880
Add validation that input is thread
ivoanjo Sep 11, 2024
e3c1138
Add testing for `on_gvl_running`
ivoanjo Sep 11, 2024
1bf6014
Extract out ruby version for GVL profiling specs
ivoanjo Sep 12, 2024
7faab42
Add test coverage for samples during/after Waiting for GVL
ivoanjo Sep 12, 2024
f9c919a
Add test coverage and explain why `sample_after_gvl_running` is needed
ivoanjo Sep 12, 2024
22a54ae
Add test coverage for cpu-time behavior
ivoanjo Sep 12, 2024
a6f6646
Sync `datadog_ruby_common.h` header changes
ivoanjo Sep 12, 2024
e6093c8
Linting fixes
ivoanjo Sep 12, 2024
e0ceba5
Restore support for legacy Rubies
ivoanjo Sep 12, 2024
147f227
Minor spec cleanups
ivoanjo Sep 12, 2024
6101052
Refactor: Introduce `ThreadContext.for_testing` constructor
ivoanjo Sep 12, 2024
524e9d1
Make `waiting_for_gvl_threshold_ns` configurable instead of being har…
ivoanjo Sep 13, 2024
0c7c1b5
Convert `CpuAndWallTimeWorker.new` to use keyword arguments
ivoanjo Sep 13, 2024
d05beb3
Expose `gvl_profiling_enabled` argument when initializing CpuAndWallT…
ivoanjo Sep 13, 2024
67dc4e7
Add integration spec for GVL profiling behavior in CpuAndWallTimeWorker
ivoanjo Sep 13, 2024
491d5dc
Add testing for enabling the GVL profiling hook
ivoanjo Sep 13, 2024
c571a17
Update Gemfiles
TonyCTHsu Sep 18, 2024
63423f9
Merge pull request #3916 from DataDog/tonycthsu/edge-build-coverage
TonyCTHsu Sep 18, 2024
39a0d3d
Small set of cleanups and comment improvements after review
ivoanjo Sep 18, 2024
ceda29e
Introduce setting for enabling GVL profiling
ivoanjo Sep 18, 2024
6787399
Update type signatures for profiling component class
ivoanjo Sep 18, 2024
26914e1
Minor tweak to wording in warning
ivoanjo Sep 18, 2024
fa16b64
Merge branch 'master' into appsec-avoid-tracking-devise-rememberable-…
y9v Sep 18, 2024
7f9ed24
Merge pull request #3867 from DataDog/appsec-avoid-tracking-devise-re…
y9v Sep 18, 2024
bbebed3
Update ProfilingDevelopment doc with GVL profiling notes
ivoanjo Sep 18, 2024
90f1aa3
Minor linting autofix
ivoanjo Sep 18, 2024
567a98c
Fix skipping on legacy Rubies not stopping the profiler
ivoanjo Sep 18, 2024
ea2bb1b
Split up variants of `_native_gvl_profiling_hook_active` to fix unuse…
ivoanjo Sep 18, 2024
82aa51a
Disable GC profiling in spec to avoid dealing with warning
ivoanjo Sep 18, 2024
f6ec8b7
DEBUG-2334 Dynamic instrumentation configuration (#3917)
p-datadog Sep 18, 2024
4dd912a
Improve update gemfiles
TonyCTHsu Sep 18, 2024
3b54135
[NO-TICKET] Tweak duration of profiler_sample_serialize benchmark
ivoanjo Sep 19, 2024
a9e360b
Merge pull request #3849 from DataDog/add-http-route
y9v Sep 19, 2024
2610cb8
Merge pull request #3928 from DataDog/ivoanjo/tweak-profiler-sample-b…
ivoanjo Sep 19, 2024
bd2b1ce
On branch update
TonyCTHsu Sep 18, 2024
1b98fdd
[🤖] Lock Dependency: https://github.com/DataDog/dd-trace-rb/actions/r…
TonyCTHsu Sep 19, 2024
34416f3
Add `stripe-min` to matrix
TonyCTHsu Sep 19, 2024
93438f4
Fix missing `request_id` on `event`
TonyCTHsu Sep 19, 2024
7d5aa55
Update action version for Node 20
TonyCTHsu Sep 19, 2024
6de9cbb
Merge pull request #3930 from DataDog/tonycthsu/update-action-version
TonyCTHsu Sep 19, 2024
e97a23c
DEBUG-2334 add types for dynamic instrumentation settings (#3924)
p-datadog Sep 19, 2024
d2f09fd
DEBUG-2334 make serialize_value of Serializer public and add test cov…
p-datadog Sep 19, 2024
9b1d33b
Merge pull request #3926 from DataDog/tonycthsu/automate-update-gemfiles
TonyCTHsu Sep 19, 2024
4542308
Add auto-update workflow file
quinna-h Sep 19, 2024
40d5982
Cleanup gemfile
quinna-h Sep 19, 2024
de10de9
Merge branch 'master' into quinna/update-gemfiles-workflow
quinna-h Sep 19, 2024
31c5a0b
Update gemfiles/*
quinna-h Sep 19, 2024
b2e988e
Merge pull request #3927 from DataDog/quinna/update-gemfiles-workflow
TonyCTHsu Sep 20, 2024
c443893
Raise ArgumentError when trying to use GVL profiling on unsupported R…
ivoanjo Sep 20, 2024
52a8d99
Merge pull request #3929 from DataDog/ivoanjo/prof-10422-gvl-instrume…
ivoanjo Sep 20, 2024
fe3197e
Remove obsolete task
TonyCTHsu Sep 20, 2024
a7af9d1
[🤖] Lock Dependency: https://github.com/DataDog/dd-trace-rb/actions/r…
TonyCTHsu Sep 20, 2024
2144068
Remove obsolete group
TonyCTHsu Sep 20, 2024
3ff7052
Merge pull request #3932 from DataDog/tonycthsu/update-dependencies
TonyCTHsu Sep 20, 2024
c8d5351
[NO-TICKET] Fix flaky spec in profiler due to race
ivoanjo Sep 20, 2024
297e741
[🤖] Update Latest Dependency: https://github.com/DataDog/dd-trace-rb/…
TonyCTHsu Sep 20, 2024
be8882a
[PROF-10422] Fix flaky GVL profiling integration spec
ivoanjo Sep 20, 2024
8b00268
Merge pull request #3934 from DataDog/ivoanjo/fix-gvl-profling-except…
ivoanjo Sep 20, 2024
a91f0c4
Merge pull request #3936 from DataDog/ivoanjo/prof-10422-gvl-flaky-pe…
ivoanjo Sep 20, 2024
00ec63e
Use PAT
TonyCTHsu Sep 20, 2024
699aad5
Update PR body
TonyCTHsu Sep 20, 2024
0e07e43
Remove before merge
TonyCTHsu Sep 20, 2024
e163c21
Merge pull request #3933 from DataDog/tonycthsu/pat
TonyCTHsu Sep 20, 2024
8b71df7
Add SSI entry point
TonyCTHsu Sep 16, 2024
ac41fd7
Add backtrace
TonyCTHsu Sep 20, 2024
fe922cf
Skip JRuby which does not respond to fork
TonyCTHsu Sep 20, 2024
17642d1
Exclude linter
TonyCTHsu Sep 20, 2024
4eeda1b
Merge pull request #3931 from DataDog/tonycthsu/ssi-entry-point
TonyCTHsu Sep 20, 2024
6b99807
Merge pull request #3935 from DataDog/auto-generate/update-latest-dep…
TonyCTHsu Sep 20, 2024
e78fc66
Add missing GraphQL and Hanami tests to CI
marcotc Sep 20, 2024
0ceabb9
Remove GraphQL error test that provides low value
marcotc Sep 20, 2024
32ab5e4
Fix matrix format
TonyCTHsu Sep 21, 2024
abcc3b2
Merge pull request #3937 from DataDog/add-missing-tests
TonyCTHsu Sep 21, 2024
4fff83a
DEBUG-2334 Probe Builder for dynamic instrumentation (#3921)
p-datadog Sep 23, 2024
eb00e21
[🤖] Update Latest Dependency: https://github.com/DataDog/dd-trace-rb/…
TonyCTHsu Sep 22, 2024
2209a7c
Merge pull request #3938 from DataDog/auto-generate/update-latest-dep…
TonyCTHsu Sep 25, 2024
64f1297
add new setting `get_time_provider` that allows redefining Core::Util…
anmarchenko Sep 25, 2024
d09de1e
documentation for the new configuration option
anmarchenko Sep 25, 2024
3afa46f
change the default get_time_provider value, add test for Tracing::Spa…
anmarchenko Sep 25, 2024
1e95090
Remove obsolete test that never ran
TonyCTHsu Sep 25, 2024
6e4db87
correct my lambda syntax usage
anmarchenko Sep 25, 2024
6af5030
remove get_time_provider option from the public docs
anmarchenko Sep 25, 2024
b03599c
add comment that get_time_provider setting is internal
anmarchenko Sep 25, 2024
24eebe9
Rescue instrumentation errors
TonyCTHsu Sep 25, 2024
14681aa
Add tests
TonyCTHsu Sep 25, 2024
6df2e6e
Expand rack matrix with latest
TonyCTHsu Sep 25, 2024
f377467
[🤖] Lock Dependency: https://github.com/DataDog/dd-trace-rb/actions/r…
TonyCTHsu Sep 25, 2024
55f030d
Retry apt-get install for memory-leaks config
p Sep 25, 2024
f45b805
Skip appsec:rack
TonyCTHsu Sep 25, 2024
b8e4ea8
run ci
p Sep 25, 2024
a6b9175
DEBUG-2334 upgrade steep & rbs (#3950)
p-datadog Sep 25, 2024
db60bdc
Merge pull request #3948 from DataDog/anmarchenko/get_monotonic_time_…
anmarchenko Sep 26, 2024
9e1ff92
Merge pull request #3953 from DataDog/retry-memory-leaks
TonyCTHsu Sep 26, 2024
7cfcefb
Merge pull request #3951 from DataDog/tonycthsu/rescue-error
TonyCTHsu Sep 26, 2024
4466958
Merge branch 'master' into tonycthsu/remove-obsolete-test
TonyCTHsu Sep 26, 2024
14033a2
Merge branch 'master' into tonycthsu/expand-rack
TonyCTHsu Sep 26, 2024
eb876a2
Merge pull request #3952 from DataDog/tonycthsu/expand-rack
TonyCTHsu Sep 26, 2024
fa61ea2
Merge pull request #3949 from DataDog/tonycthsu/remove-obsolete-test
TonyCTHsu Sep 26, 2024
bcca296
DEBUG-2334 run all existing DI tests only on supported configurations…
p-datadog Sep 26, 2024
6183c39
Merge branch 'deployed-in-platform' into upgrade-to-2.3
zachmccormick Sep 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
204 changes: 49 additions & 155 deletions .circleci/config.yml

Large diffs are not rendered by default.

156 changes: 0 additions & 156 deletions .circleci/images/primary/Dockerfile-2.1.10

This file was deleted.

160 changes: 0 additions & 160 deletions .circleci/images/primary/Dockerfile-2.2.10

This file was deleted.

Loading
Loading