Commit 79f67dd
committed
feat: upgrade OpenAPI Generator 6.0.1 -> 7.11.0
This is not the latest version, but a version that does not
significantly change the generated types (newer versions lead to
some significant renames which make the change even bigger).
Changes needed:
- change `from gooddata_api_client.model.`
to `from gooddata_api_client.models.`
- change `from gooddata_api_client import apis`
to `from gooddata_api_client import api`
- remove `_preload_content`, there are now special methods with
`_without_preload_content` suffix
- remove `_check_type` and `_return_http_data_only`
- replace `_from` with `var_from` for filters
- replace OpenApiModel by BaseModel as OpenApiModel is no longer
generated
- add pydantic as a test-requirement
- fix _create_export: the response is no longer a dict
- fix SimpleMetric: it needs to use the Core identifier types
JIRA: CQ-1614
risk: low1 parent e4c488f commit 79f67dd
File tree
4,274 files changed
+417045
-485363
lines changed- .openapi-generator/custom_templates
- model_templates
- gooddata-api-client
- .openapi-generator
- docs
- apis/tags
- models
- gooddata_api_client
- apis
- api
- models
- model
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
4,274 files changed
+417045
-485363
lines changedLines changed: 0 additions & 637 deletions
This file was deleted.
Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 0 additions & 1737 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
23 | | - | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | | - | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
32 | | - | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
44 | | - | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
0 commit comments