Skip to content

Commit 412f035

Browse files
authored
Merge branch 'DataDog:master' into master
2 parents 3e94d2a + 682c1ea commit 412f035

File tree

217 files changed

+15569
-6500
lines changed

Some content is hidden

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

217 files changed

+15569
-6500
lines changed

.codecov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@ coverage:
319319
target: 75
320320
flags:
321321
- speedtest
322+
warpstream:
323+
target: 75
324+
flags:
325+
- warpstream
322326
wayfinder:
323327
target: 75
324328
flags:
@@ -699,6 +703,11 @@ flags:
699703
paths:
700704
- vespa/datadog_checks/vespa
701705
- vespa/tests
706+
warpstream:
707+
carryforward: true
708+
paths:
709+
- warpstream/datadog_checks/warpstream
710+
- warpstream/tests
702711
wayfinder:
703712
carryforward: true
704713
paths:

.github/CODEOWNERS

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
/onepane/ @sajosam [email protected] @DataDog/ecosystems-review
141141
/open_policy_agent/ @arapulido [email protected]
142142
/packetfabric/ @PacketFabric/coredump [email protected] @DataDog/ecosystems-review
143-
/pagerduty/ @light-Keeper [email protected] @DataDog/ecosystems-review
143+
/pagerduty_ui/ @light-Keeper [email protected] @DataDog/ecosystems-review
144144
/perfectscale/ @idan-gazit [email protected] @DataDog/ecosystems-review
145145
/perimeterx/ [email protected]
146146
/php_apcu/ @withgod [email protected]
@@ -233,6 +233,7 @@
233233
/vercel/ @Datadog/serverless
234234
/vespa/ @gjoranv [email protected]
235235
/vns3/ @DataDog/agent-integrations
236+
/warpstream/ @DataDog/ecosystems-review
236237
/wayfinder/ @jonny-scott80 [email protected]
237238
/webb_ai/ @anirudhwebbai [email protected]
238239
/yugabytedb_managed/ @DataDog/saas-integrations @DataDog/ecosystems-review [email protected]
@@ -1159,6 +1160,7 @@
11591160
/hawkeye_by_neubird/ @DataDog/ecosystems-review
11601161
/zilliz_cloud_zilliz_cloud/ @DataDog/ecosystems-review
11611162
/appomni/ @DataDog/ecosystems-review
1163+
/gravitee/ @DataDog/ecosystems-review
11621164
/gatling_enterprise/ @DataDog/ecosystems-review
11631165

11641166
/downdetector/ @DataDog/ecosystems-review
@@ -1168,6 +1170,8 @@
11681170
/authzed_cloud/ @DataDog/ecosystems-review
11691171
/akamas/ @DataDog/ecosystems-review
11701172

1173+
/dagster/ @DataDog/ecosystems-review
1174+
11711175
# LEAVE THE FOLLOWING LOG OWNERSHIP LAST IN THE FILE
11721176
# Make sure logs team is the full owner for all logs related files
1173-
**/assets/logs/ @DataDog/logs-integrations-reviewers @DataDog/logs-backend
1177+
**/assets/logs/ @DataDog/logs-integrations-reviewers @DataDog/logs-backend @DataDog/logs-integrations-reviews

.github/workflows/master.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
uses: ./.github/workflows/test-all.yml
1111
with:
1212
repo: extras
13-
14-
# Options
15-
standard: true
1613
secrets: inherit
1714
permissions:
1815
# needed for codecov in test-target.yml, allows the action to get a JWT signed by Github

.github/workflows/test-agent.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
uses: ./.github/workflows/test-all.yml
4040
with:
4141
repo: extras
42-
43-
# Options
44-
standard: true
4542
test-py2: ${{ inputs.test-py2 }}
4643
test-py3: ${{ inputs.test-py3 }}
4744
agent-image: "${{ inputs.agent-image }}"

0 commit comments

Comments
 (0)