Skip to content

Commit 3bd7c24

Browse files
api-clients-generation-pipeline[bot]jirikuncarci.datadog-api-spec
authored
Generate code in client (#789)
* Remove CI condition * Regenerate client from commit d58d627 of spec repo Co-authored-by: Jiri Kuncar <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 21f1eb8 commit 3bd7c24

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
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.5.1.dev2",
7-
"regenerated": "2022-01-14 14:40:13.027112",
8-
"spec_repo_commit": "f03f589"
7+
"regenerated": "2022-01-17 16:12:44.572048",
8+
"spec_repo_commit": "d58d627"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2022-01-14 14:40:13.494804",
13-
"spec_repo_commit": "f03f589"
12+
"regenerated": "2022-01-17 16:12:45.007659",
13+
"spec_repo_commit": "d58d627"
1414
}
1515
}
1616
}

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Run Tests
22

3+
env:
4+
GIT_AUTHOR_EMAIL: "[email protected]"
5+
GIT_AUTHOR_NAME: "ci.datadog-api-spec"
6+
37
on:
48
pull_request:
59
branches:
@@ -15,8 +19,7 @@ jobs:
1519
if: >
1620
github.event.pull_request.draft == false &&
1721
!contains(github.event.pull_request.labels.*.name, 'ci/skip') &&
18-
!contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/') &&
19-
!contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
22+
!contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/')
2023
steps:
2124
- name: Get GitHub App token
2225
id: get_token

docs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ the API methods will then return coroutines that you can wait for.
113113

114114
To make async support available, you need to install the extra `async` qualifiers during installation: `pip install datadog-api-client[async]`.
115115

116-
117116
```python
118117
import asyncio
119118

@@ -148,4 +147,3 @@ configuration.api_key["appKeyAuth"] = "YOUR_APPLICATION_KEY"
148147
## Author
149148

150149
151-

0 commit comments

Comments
 (0)