Skip to content

Commit bd21622

Browse files
authored
Merge branch 'main' into munir/avoid-calling-subscriber-on-duplicate-calls
2 parents a67f6b1 + 1ff7f5f commit bd21622

File tree

154 files changed

+4197
-1411
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+4197
-1411
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
issuer: https://gitlab.ddbuild.io
2+
3+
subject_pattern: "project_path:DataDog/dd-trace-py:ref_type:(branch|tag):ref:.*"
4+
5+
claim_pattern:
6+
project_path: "DataDog/dd-trace-py"
7+
ref_type: "(branch|tag)"
8+
pipeline_source: "(push|schedule)"
9+
10+
permissions:
11+
contents: read
12+
actions: read
13+
pull_requests: read

.github/workflows/system-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
persist-credentials: false
4343
repository: 'DataDog/system-tests'
4444
# Automatically managed, use scripts/update-system-tests-version to update
45-
ref: 'dacdb8249761abc576efde661345c23ac8731beb'
45+
ref: '636c04e8a2e887983fc7c57a58cfc94d95ec6ca7'
4646

4747
- name: Checkout dd-trace-py
4848
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -96,7 +96,7 @@ jobs:
9696
persist-credentials: false
9797
repository: 'DataDog/system-tests'
9898
# Automatically managed, use scripts/update-system-tests-version to update
99-
ref: 'dacdb8249761abc576efde661345c23ac8731beb'
99+
ref: '636c04e8a2e887983fc7c57a58cfc94d95ec6ca7'
100100

101101
- name: Build runner
102102
uses: ./.github/actions/install_runner
@@ -277,7 +277,7 @@ jobs:
277277
persist-credentials: false
278278
repository: 'DataDog/system-tests'
279279
# Automatically managed, use scripts/update-system-tests-version to update
280-
ref: 'dacdb8249761abc576efde661345c23ac8731beb'
280+
ref: '636c04e8a2e887983fc7c57a58cfc94d95ec6ca7'
281281
- name: Checkout dd-trace-py
282282
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
283283
with:

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ celerybeat-schedule*
114114
!.env
115115

116116
# virtualenv
117+
.venv*
117118
venv/
118119
ENV/
119120

@@ -137,6 +138,9 @@ ENV/
137138
# Cursor
138139
.cursor/
139140

141+
# Claude
142+
CLAUDE.local.md
143+
140144
# Riot
141145
.riot/venv*
142146
.riot/requirements/*.in
@@ -187,3 +191,4 @@ tests/appsec/iast/fixtures/taint_sinks/not_exists.txt
187191

188192
# .env file
189193
.env
194+
.envrc

0 commit comments

Comments
 (0)