Commit e04efa7
authored
✨ Upgrade client to latest openapi-generator version (#164)
* 🚚 move autoflake/black/isort for after postprocess complete
* ✨ modify sed commands to match new patterns
* 🎨 update import of
* 🎨 update import of typing.Set
* 🎨 update to_dict method
* 🎨 update from_json method
* 🎨 update from_dict method
* 🎨 update Union[str, Any] to Dict[str, Any]
* 🎨 read key directly
* 🎨
* 🎨 use new in set pattern
* 🎨 read key directly if exists
* 🎨 read key directly if exists
* 🎨 update to_dict method
* 🎨 adds previously ungenerated model field descriptions
* 🎨 add import
* 🎨 use new in set pattern
* 🎨 read key directly if exists
* 🎨 add import
* 🎨 adds previously ungenerated model field descriptions
* 🎨 new format for _response_types_map
* 🎨 new return type: RequestSerialized
* 🎨 optimise imports
* 🎨
* 🎨 add space in query_param checks
* ✨ new script to remove unnecessary validate_call decorators
* 🎨 new format for _response_types_map
* 🎨 new format for _response_types_map
* ➕ Add `aiohttp_retry` dependency
* ✨ new RESTClient has retry config!
* 🎨 refactor exceptions
* 🎨 typing
* 🎨 headers are now a Mapping
* ✨ Update ApiClient to latest; implements deserializing enums; drops our custom handling for booleans ... let's see if it still works 🚧
* version bump
* 🎨
* ⬆️ Upgrade `black` to latest
* ⬆️ Upgrade `pytest-mock` to latest
* 🐛 `disclosures` field can be str or Dict
* 🎨 attempt to reduce code duplication below sonarcloud quality gate threshold ...1 parent 964fa8f commit e04efa7
File tree
324 files changed
+5448
-15185
lines changed- .github/workflows
- aries_cloudcontroller
- api
- models
- generator/scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
324 files changed
+5448
-15185
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 17 | | |
28 | 18 | | |
29 | | - | |
| 19 | + | |
30 | 20 | | |
31 | 21 | | |
32 | 22 | | |
| |||
68 | 58 | | |
69 | 59 | | |
70 | 60 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 61 | + | |
91 | 62 | | |
92 | 63 | | |
93 | 64 | | |
| |||
99 | 70 | | |
100 | 71 | | |
101 | 72 | | |
102 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
103 | 76 | | |
104 | 77 | | |
105 | 78 | | |
| |||
132 | 105 | | |
133 | 106 | | |
134 | 107 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
| 108 | + | |
155 | 109 | | |
156 | 110 | | |
157 | 111 | | |
| |||
163 | 117 | | |
164 | 118 | | |
165 | 119 | | |
166 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
167 | 123 | | |
168 | 124 | | |
169 | 125 | | |
| |||
196 | 152 | | |
197 | 153 | | |
198 | 154 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
| 155 | + | |
219 | 156 | | |
220 | 157 | | |
221 | 158 | | |
| |||
227 | 164 | | |
228 | 165 | | |
229 | 166 | | |
230 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
231 | 170 | | |
232 | 171 | | |
233 | 172 | | |
| |||
241 | 180 | | |
242 | 181 | | |
243 | 182 | | |
244 | | - | |
| 183 | + | |
| 184 | + | |
245 | 185 | | |
246 | 186 | | |
247 | 187 | | |
| |||
0 commit comments