Sebastian Thiel
a3e2835a89
cleanup exclude-list
2021-04-03 22:56:54 +08:00
Sebastian Thiel
2704de1691
Don't list APIs which don't have a description anymore
2021-04-03 22:51:40 +08:00
Sebastian Thiel
18b80cf37f
refactor
2021-04-03 22:37:27 +08:00
Sebastian Thiel
e15f67075e
Fix instructions on how to update json files
2021-04-03 19:07:25 +08:00
Sebastian Thiel
9df245a80d
cleanup; fix security issue
2021-04-03 10:03:42 +08:00
Sebastian Thiel
7d36eaa409
Adjust links in generated files to point to 'main' branch
2021-04-03 09:55:20 +08:00
Sebastian Thiel
ba79f8117f
republuish drive3 with patch
2021-04-03 09:50:42 +08:00
Sebastian Thiel
8d13292175
Rebuild drive3 to get file download patch; bump patch level
2021-04-03 09:49:23 +08:00
Sebastian Thiel
7c9634185a
Complete v2 publish
2021-04-03 09:41:22 +08:00
Sebastian Thiel
2d76e3b748
another batch of publishes
2021-04-02 21:53:44 +08:00
Sebastian Thiel
5bac5d1af5
regen with patch #265 , but without version bump
...
Let's try to avoid spamming crates.io and instead keep publishing
everything as is. The patch will be present in some of the more
recent crates, and for specific crates like youtube3 and drive3
I will create specific patch releases.
2021-04-02 20:39:58 +08:00
Dennis Vestergaard Værum
1f776ddc54
Bug fix: It was not possible to use FileGetCall to download binary files
2021-04-02 07:53:48 +02:00
Sebastian Thiel
d71efba45b
another batch of 15 - asked for raising the limit
2021-04-02 08:32:02 +08:00
Sebastian Thiel
257f53a24f
enable funding
2021-04-02 08:30:12 +08:00
Sebastian Thiel
7dbf7e625d
another batch
2021-04-02 08:28:03 +08:00
Sebastian Thiel
e352478ab8
second batch of publishes
2021-04-02 08:12:53 +08:00
Sebastian Thiel
2bfeeb99f9
fix GHP-import in makefile
2021-04-02 00:23:31 +08:00
Sebastian Thiel
503593b907
first batch of releases
2021-04-02 00:13:23 +08:00
Sebastian Thiel
c606d37dd3
prepare release of version 2.0, regen all APIs
v2.0.0
2021-04-01 23:46:26 +08:00
Sebastian Thiel
f1c05f2554
Bump major version
2021-04-01 23:12:58 +08:00
Sebastian Thiel
c28ba92ead
Update all APIs
2021-04-01 23:11:45 +08:00
Sebastian Thiel
9fe80b24eb
port API updates to python3
2021-04-01 23:02:30 +08:00
Sebastian Thiel
d1ceab4cc5
downgrade to compatible mkdocs
...
Eventually it might not run anymore which is when we should find
a newer version that still works with our configuration files
or adjust the configuration files.
2021-04-01 22:41:57 +08:00
Sebastian Thiel
67c5495c64
Use ghp-import of virtual environment
2021-04-01 22:26:08 +08:00
Sebastian Thiel
0086b481ea
Add previously missed changes, CI will be happy.
2021-04-01 22:12:46 +08:00
Sebastian Thiel
11fae8353b
Fix docs, OMG, finding this was *hard*
...
Lesson learned: Don't be to much in a rush or you will miss
what's rigth in front of your nose
2021-04-01 22:07:59 +08:00
Sebastian Thiel
b272b3f4e2
Fix action runner
2021-04-01 18:38:33 +08:00
Sebastian Thiel
c4d4013358
Fix doc tests
2021-04-01 18:31:35 +08:00
Sebastian Thiel
e363097e43
Fix issue with handling downloads the brutal way…
...
…as this will copy buffers multiple times, it's quite inefficient
and should probably be fixed for serious use.
2021-04-01 18:10:46 +08:00
Sebastian Thiel
06550d3a55
disable resumable downloads for CLIs
...
They cause issues now that we can't represent them anymore via
the call-type protocol enumeration. Something went wrong there
and it's not worth fixing it on CLI side (probably nobody uses them)
even though they *were* good for debugging one previously.
2021-04-01 17:49:11 +08:00
Sebastian Thiel
69acd16746
Groupsmigration-cli compiles, even though resumable uploads are gone.
2021-04-01 16:52:49 +08:00
Sebastian Thiel
1569ff47b7
Just one more issue with groupsmigration - unexhaustive match
2021-04-01 16:49:10 +08:00
Sebastian Thiel
1a9d155449
refactor
2021-04-01 16:43:23 +08:00
Sebastian Thiel
0bf46b95f3
Remove support for debug logging of CLI programs
...
The needed feature was removed from yup-hyper-mock, and if needed
it can certainly be re-implemented.
2021-04-01 16:38:36 +08:00
Sebastian Thiel
112ef3f3ac
Blacklist 'homegraph' API 'async' keyword is used as field name
2021-04-01 10:32:18 +08:00
Sebastian Thiel
84655f81db
Youtube 3 compiles; remove 'api_key()' authenticator call…
...
…because in v3 of yup-oauth2, nobody seems to implement it with
anything else but `None`.
That's probably fair and we can revisit this once we upgrade
to a 5.1 or newer.
See 0710d310f8
2021-04-01 10:11:52 +08:00
Sebastian Thiel
891f126a56
Groupsmigration compiles
2021-04-01 09:58:13 +08:00
Sebastian Thiel
3dbb53e924
Make mime 0.2 work with more recent hyper
...
In 0.2 there is only `Display` available, so we have to be wasteful
by allocating a new string.
However, this is less work than switching to 0.3 which supports
`AsRef`, which is left for another day.
2021-04-01 09:00:54 +08:00
Daniel Rodgers-Pryor
0236e24291
Fixes for CLI code
...
This doesn't work completely yet because yup_hyper_mock is pulling in old crates: it needs to be updated or removed, but I'm not sure that I have enough context to do it.
2021-02-05 20:15:56 +11:00
Daniel Rodgers-Pryor
b8a66bc666
Update hyper, rustls and yup-oauth2
...
I've switched to a new M1 laptop which couldn't build the old dependencies because the old ring library version doesn't compile on mac arm (but new version do). There's no way to update ring in isolation, so I've got to update the whole tree at once.
2021-02-04 23:49:07 +11:00
Sebastian Thiel
b88e1633ed
Fix rust compile warnings
2021-01-06 22:45:28 +08:00
Sebastian Thiel
60e50da476
Merge branch 'master' into namespaced-items
2021-01-06 21:54:15 +08:00
Sebastian Thiel
0cd2238498
Merge branch 'toolchain-update'
2021-01-06 21:50:12 +08:00
Sebastian Thiel
1b87b1ca6b
make calling virtualenv independent of the binary…
...
…forget binaries, it's python.
2021-01-06 21:02:16 +08:00
Sebastian Thiel
904b46d1b2
Don't rely on pip user installations to be in the PATH
...
Because why would they…
2021-01-06 19:55:24 +08:00
Sebastian Thiel
3a4151b38c
fix sorting of properties by name
2021-01-06 18:24:45 +08:00
Sebastian Thiel
f7aba5114e
everything runs through now, only ordering missing
2021-01-06 17:10:36 +08:00
Sebastian Thiel
80dadc5a80
nearly there…
2021-01-05 23:39:04 +08:00
Sebastian Thiel
043f3752e6
basic python 3 port, nearly works
2021-01-05 23:24:57 +08:00
Sebastian Thiel
2573462792
Some simplification, but it runs venv install way too often
2021-01-05 23:19:05 +08:00