Skip to content

Commit 3e1e934

Browse files
authored
Merge branch 'master' into daniel-m-dd-patch-1
2 parents 5d3b273 + 0caf79b commit 3e1e934

18 files changed

+133
-149
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-05-06 15:05:59.808713",
8-
"spec_repo_commit": "d0ee626b"
7+
"regenerated": "2025-05-09 02:41:20.820143",
8+
"spec_repo_commit": "39adb7c0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-06 15:05:59.824618",
13-
"spec_repo_commit": "d0ee626b"
12+
"regenerated": "2025-05-09 02:41:20.835754",
13+
"spec_repo_commit": "39adb7c0"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,6 @@ components:
11811181
readOnly: true
11821182
type: string
11831183
is_read_only:
1184-
default: false
11851184
deprecated: true
11861185
description: 'Whether this dashboard is read-only. If True, only the author
11871186
and admins can make changes to it.

.generator/schemas/v2/openapi.yaml

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12646,7 +12646,6 @@ components:
1264612646
type: array
1264712647
repositoryURL:
1264812648
description: The repository path of the source code of the entity.
12649-
pattern: url
1265012649
type: string
1265112650
type: object
1265212651
EntityV3DatadogCodeLocations:
@@ -15623,7 +15622,6 @@ components:
1562315622
base_url:
1562415623
description: Base HTTP url for the integration
1562515624
example: http://datadoghq.com
15626-
pattern: url
1562715625
type: string
1562815626
credentials:
1562915627
$ref: '#/components/schemas/HTTPCredentials'
@@ -15648,7 +15646,6 @@ components:
1564815646
base_url:
1564915647
description: Base HTTP url for the integration
1565015648
example: http://datadoghq.com
15651-
pattern: url
1565215649
type: string
1565315650
credentials:
1565415651
$ref: '#/components/schemas/HTTPCredentialsUpdate'
@@ -17393,6 +17390,7 @@ components:
1739317390
description: The incident severity.
1739417391
enum:
1739517392
- UNKNOWN
17393+
- SEV-0
1739617394
- SEV-1
1739717395
- SEV-2
1739817396
- SEV-3
@@ -17402,6 +17400,7 @@ components:
1740217400
type: string
1740317401
x-enum-varnames:
1740417402
- UNKNOWN
17403+
- SEV_0
1740517404
- SEV_1
1740617405
- SEV_2
1740717406
- SEV_3
@@ -40216,10 +40215,11 @@ components:
4021640215
ci_visibility_pipelines_write: Create CI Visibility pipeline spans using
4021740216
the API.
4021840217
ci_visibility_read: View CI Visibility.
40219-
cloud_cost_management_read: View Cloud Cost pages. This does not restrict
40220-
access to the cloud cost data source in dashboards and notebooks.
40218+
cloud_cost_management_read: View Cloud Cost pages and the cloud cost data
40219+
source in dashboards and notebooks. For more details, see the Cloud
40220+
Cost Management docs.
4022140221
cloud_cost_management_write: Configure cloud cost accounts and global
40222-
customizations.
40222+
customizations. For more details, see the Cloud Cost Management docs.
4022340223
code_analysis_read: View Code Analysis.
4022440224
continuous_profiler_pgo_read: Read and query Continuous Profiler data
4022540225
for Profile-Guided Optimization (PGO).
@@ -50924,22 +50924,8 @@ paths:
5092450924
description: Get the list of devices.
5092550925
operationId: ListDevices
5092650926
parameters:
50927-
- description: The page number to fetch.
50928-
example: 0
50929-
in: query
50930-
name: page[number]
50931-
required: false
50932-
schema:
50933-
format: int64
50934-
type: integer
50935-
- description: The number of devices to return per page.
50936-
example: 10
50937-
in: query
50938-
name: page[size]
50939-
required: false
50940-
schema:
50941-
format: int64
50942-
type: integer
50927+
- $ref: '#/components/parameters/PageSize'
50928+
- $ref: '#/components/parameters/PageNumber'
5094350929
- description: The field to sort the devices by.
5094450930
example: status
5094550931
in: query
@@ -50970,6 +50956,10 @@ paths:
5097050956
summary: Get the list of devices
5097150957
tags:
5097250958
- Network Device Monitoring
50959+
x-pagination:
50960+
limitParam: page[size]
50961+
pageParam: page[number]
50962+
resultsPath: data
5097350963
/api/v2/ndm/devices/{device_id}:
5097450964
get:
5097550965
description: Get the device details.

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
ref: ${{ github.event.release.tag_name }}
2727

28-
- name: Set up Ruby 2.7
29-
uses: ruby/setup-ruby@v1
28+
- name: Set up Ruby 3.4.3
29+
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
3030
with:
31-
ruby-version: 2.7
31+
ruby-version: 3.4.3
3232

3333
- run: bundle install
3434

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-04-24T02:49:21.008Z
1+
2025-04-24T03:17:05.259Z

cassettes/features/v2/on-call/Create-on-call-escalation-policy-returns-Created-response.yml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-04-24T02:49:32.262Z
1+
2025-04-24T03:17:07.960Z

0 commit comments

Comments
 (0)