Skip to content

Commit 1cba958

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 457356d of spec repo
1 parent 50cec23 commit 1cba958

File tree

13 files changed

+3460
-52
lines changed

13 files changed

+3460
-52
lines changed

config/_default/menus/api.en.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10188,6 +10188,23 @@ menu:
1018810188
- ListTeams
1018910189
unstable: []
1019010190
order: 1
10191+
- name: Test Optimization
10192+
url: /api/latest/test-optimization/
10193+
identifier: test-optimization
10194+
generated: true
10195+
- name: Search flaky tests
10196+
url: '#search-flaky-tests'
10197+
identifier: test-optimization-search-flaky-tests
10198+
parent: test-optimization
10199+
generated: true
10200+
params:
10201+
versions:
10202+
- v2
10203+
operationids:
10204+
- SearchFlakyTests
10205+
unstable:
10206+
- v2
10207+
order: 1
1019110208
- name: Workflow Automation
1019210209
url: /api/latest/workflow-automation/
1019310210
identifier: workflow-automation
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Test Optimization
3+
---
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Test Optimization
3+
headless: true
4+
---

content/en/api/v2/test-optimization/examples.json

Lines changed: 97 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"filter": {
5+
"query": "flaky_test_state:active @git.repository.id_v2:\"github.com/datadog/shopist\""
6+
},
7+
"page": {
8+
"limit": 2
9+
},
10+
"sort": "-last_flaked"
11+
},
12+
"type": "search_flaky_tests_request"
13+
}
14+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"filter": {
5+
"query": "*"
6+
},
7+
"page": {
8+
"cursor": "Q29udGludW91cyBUZXN0aW5nLltETyBOT1QgREVMRVRFXVtPTi1ERU1BTkQgRlVOQ1RJT05BTElUSUVTXVtPVkVSUklERV0gRXh0cmFWYXJpYWJsZXM=",
9+
"limit": 2
10+
},
11+
"sort": "fqn"
12+
},
13+
"type": "search_flaky_tests_request"
14+
}
15+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"filter": {
5+
"query": "*"
6+
},
7+
"page": {
8+
"limit": 2
9+
},
10+
"sort": "fqn"
11+
},
12+
"type": "search_flaky_tests_request"
13+
}
14+
}

data/api/v2/CodeExamples.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,6 +1708,23 @@
17081708
"description": "Update permission setting for team returns \"OK\" response"
17091709
}
17101710
],
1711+
"SearchFlakyTests": [
1712+
{
1713+
"group": "test_optimization",
1714+
"suffix": "_3833010053",
1715+
"description": "Search flaky tests returns \"OK\" response with cursor pagination"
1716+
},
1717+
{
1718+
"group": "test_optimization",
1719+
"suffix": "_2665223746",
1720+
"description": "Search flaky tests returns \"OK\" response with filtered query"
1721+
},
1722+
{
1723+
"group": "test_optimization",
1724+
"suffix": "_3039631009",
1725+
"description": "Search flaky tests returns \"OK\" response with specific cursor"
1726+
}
1727+
],
17111728
"CreateUser": [
17121729
{
17131730
"group": "users",

0 commit comments

Comments
 (0)