Commit Graph

4102 Commits

Author SHA1 Message Date
Sebastian Thiel
cf7f3fa860 Merge pull request #482 from IvanUkhov/yup-oauth-hyper-rustls
Update yup-oauth2 to 8.3.3 and hyper-rustls to 0.25
2024-03-21 19:25:21 +01:00
Ivan Ukhov
1ee7a03816 Unwrap after with_native_roots 2024-03-21 16:03:37 +01:00
Ivan Ukhov
edd572cc7b Update yup-oauth2 to 8.3.3 and hyper-rustls to 0.25 2024-03-21 15:55:00 +01:00
Sebastian Thiel
033a4fcf13 Assure the latest version of the common crate is used (#480) 2024-03-15 17:30:04 +01:00
Sebastian Thiel
b1176493d6 Release google-apis-common v6.0.3 2024-03-11 20:23:52 +01:00
Sebastian Thiel
5c047b7e91 Release google-apis-common v6.0.2 2024-03-11 20:19:00 +01:00
Sebastian Thiel
fa7f7b13fb fix: update chrono dependency version
It now requires a minimal version that introduced `try_seconds()`,
which is now being used instead of `seconds()`.
2024-03-11 20:16:55 +01:00
Sebastian Thiel
b5c33a9dce Release google-apis-common v6.0.2 2024-03-11 10:41:12 +01:00
Sebastian Thiel
7ecead753c prepare changelog prior to release of google-apis-common 2024-03-11 10:39:41 +01:00
Sebastian Thiel
858c6be02a publish andoidpublisher v5.0.5 2024-03-11 10:36:59 +01:00
Sebastian Thiel
43e5c6fffb bump version of AndoidPublisher 2024-03-11 10:35:27 +01:00
Sebastian Thiel
3c816c6c16 Setup for release of 5.0.5 for selected APIs that need CONTENT_LENGTH fix (#476) 2024-03-11 10:30:16 +01:00
Sebastian Thiel
f60e77e0da Merge branch 'content-length-fix' 2024-03-11 10:22:05 +01:00
DreamingCodes
de4fd8040a fixed Content-Length with empty body 2024-03-11 10:18:15 +01:00
Sebastian Thiel
292a86ee5a Merge branch 'docker' 2024-03-11 10:16:58 +01:00
Sebastian Thiel
36f78cdebf fix lints by avoiding deprecated methods with latest chrono 2024-03-11 10:13:22 +01:00
DreamingCodes
2d2bec2452 add .devcontainer 2024-03-10 15:29:40 +01:00
Sebastian Thiel
ef8dc60e71 Merge branch 'update-apis' 2024-03-05 21:07:11 +01:00
Sebastian Thiel
1216fcf695 set version 5.0.4 and publish APIs 2024-03-05 21:02:48 +01:00
Sebastian Thiel
5df596b52a update blacklist to assure all CLIs build 2024-03-05 19:36:21 +01:00
Sebastian Thiel
55badfe90e regen all APIs 2024-03-05 19:07:52 +01:00
Sebastian Thiel
ca974aa0a5 update all APIs
Like documented in the README

```
rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
```
2024-03-05 19:07:48 +01:00
Sebastian Thiel
8a12e9d47e fix python
Maybe it now works on CI as well?
2024-03-05 19:07:36 +01:00
Sebastian Thiel
d2f85bb142 make virtualenv work again 2024-03-05 18:37:33 +01:00
Sebastian Thiel
b74056b4b7 Merge pull request #471 from ytanay/fix-base64-deserialization-borrowed
Fix base64 deserialization when using a reader
2024-02-03 10:28:35 +01:00
Yotam Tanay
a8d7356282 Use Cow for reading base64 strings 2024-02-03 11:15:45 +02:00
Yotam Tanay
f990fd0589 Add failing test case for reading base64 string via reader 2024-02-03 11:10:45 +02:00
Sebastian Thiel
00a3e18145 Merge pull request #465 from andrewbaxter/field-mask-pub-value
Make field mask inner public
2024-01-06 11:16:43 +01:00
andrew
d09893e921 Add docstring 2024-01-06 18:57:31 +09:00
andrew
157b45f606 Add FieldMask new method instead of making internals public 2024-01-06 17:42:03 +09:00
andrew
1ee401408c Make field mask inner public 2024-01-06 13:17:16 +09:00
Sebastian Thiel
5a190c7e20 Release google-apis-common v6.0.1 2024-01-05 18:44:44 +01:00
Sebastian Thiel
3e0829caf7 prepare changelog prior to google-apis-common release. 2024-01-05 18:44:08 +01:00
Sebastian Thiel
23aecc38e8 Merge pull request #464 from andrewbaxter/standard-base64
Attempt to add 'standard' base64 bytes support
2024-01-05 18:42:22 +01:00
OMGeeky
55222f3d00 add generated enums.rs to drive3 2023-11-10 23:12:40 +01:00
OMGeeky
8ba5abad4f fix some items not having parameters crashing the script 2023-11-10 23:07:43 +01:00
OMGeeky
ef57420f5e fix enum result parsing 2023-10-29 13:55:03 +01:00
OMGeeky
bf15c960f9 make youtube3 2023-10-23 13:01:43 +02:00
OMGeeky
a333ae07b1 change enums visibility 2023-10-23 13:01:32 +02:00
OMGeeky
4a258a57a6 make regen-apis 2023-10-23 12:55:17 +02:00
OMGeeky
a4b0f56b8c a building version of the enums-change (cli is broken).
(at least youtube3 builds, the others get generated successfully)
2023-10-22 19:58:46 +02:00
Sebastian Thiel
d404113bee Merge branch 'OMGeeky/main' 2023-10-22 15:35:10 +02:00
Sebastian Thiel
c30df00f35 Add even more derived traits to Scope 2023-10-22 15:34:28 +02:00
OMGeeky
8895ac698f remove changes from generated file 2023-10-22 13:48:29 +02:00
OMGeeky
aa8b90002e Add Clone derive to Scope enum 2023-10-22 13:47:00 +02:00
OMGeeky
d45d669941 move scope_enum to own mako file 2023-10-22 00:50:17 +02:00
OMGeeky
ec6083f22f make regen-apis 2023-10-22 00:31:03 +02:00
OMGeeky
b09392b768 cleanup python usages 2023-10-22 00:31:01 +02:00
OMGeeky
5b2da0380b restructure templates to use modules, so it's not just one big file 2023-10-21 23:50:09 +02:00
OMGeeky
bcacb792b1 make regen-apis 2023-10-21 02:56:43 +02:00