Commit Graph

693 Commits

Author SHA1 Message Date
Guy Taylor
4603769ca6 chore(manually_added): Add support for adding unlisted APIs
The photoslibrary API is not listed however is still available.
This adds a method of manually adding APIs to the shared.yaml and adds the photoslibary API info.

Fixes #198
2018-10-11 19:55:53 +01:00
Guy Taylor
4ba9dbd03c Merge pull request #205 from TheBiggerGuy/fix_travis
core(ci): Fix version of Python used on Travis
2018-10-11 19:51:46 +01:00
Guy Taylor
2740810b2a core(ci): Fix version of Python used on Travis
mkdocs depends on tornado that fails to compile on Python before 2.7.9.
When running in Travis not using the Python language a very old version
of Python is used.

This commit adds pyenv and uses it to ensure Travis Python is viable and
stable.
2018-10-11 19:26:10 +01:00
Guy Taylor
b7d2e021f1 chore(deps): Update virtualenv
Update virtualenv from 12.0.7 to 16.0.0
2018-10-11 19:22:59 +01:00
Sean Leather
8f0435ae4f docs(contributing.md): fix body and footer headers 2018-07-11 17:30:21 +02:00
Lewin Bormann
7ef8049d29 chore(deps): Pin hyper and mime crates to fix compilation. 2018-04-03 19:24:13 +02:00
Sebastian Thiel
83843dd796 publish newly un-blacklisted crates
[skip CI]
2018-02-01 20:23:10 +01:00
Sebastian Thiel
58c0133879 Merge pull request #185 from mdaffin/enable-working-apis
Enable working apis
2018-02-01 18:45:31 +01:00
Michael Daffin
a0d6551dea chore(gen): adds all missing apis
With recent changes in the generator and or rust a bunch of api are now
working that were blacklisted. This commit adds the generated files for
those apis.
2018-02-01 16:47:10 +00:00
Michael Daffin
9e92a3c188 chore(blacklist): remove working apis from blacklist
With recent changes to rust and or the generator a bunch of api are now
working. This commit removes them from the blacklist.
2018-02-01 16:44:52 +00:00
Sebastian Thiel
c3cdc16fba Merge pull request #184 from mdaffin/enable-compute1
Enable compute1
2018-01-31 20:24:57 +01:00
Michael Daffin
9330ca140a chore(gen): added compute1 2018-01-31 13:31:32 +00:00
Michael Daffin
eff8aac1ed chore(blacklist): remove compute1 from blacklist 2018-01-31 13:31:28 +00:00
Sebastian Thiel
8362289bd9 publish 'sheets' crates 2018-01-28 17:14:48 +01:00
Faddi
d6d8d6037e chore(gen): added sheets 2018-01-28 16:54:05 +01:00
Faddi
deaf8f5049 chore(blacklist): removed sheets from blacklist 2018-01-28 16:54:05 +01:00
Faddi
d042fcf1a7 fix(util.py): iteration over dicts with 'values' key
Sheets api has a 'values' key in resources.spreadsheets.resources which
collides with values().
2018-01-28 16:54:05 +01:00
Sebastian Thiel
50da2152d0 Remove obsolete paragraphs from README
[skip CI]
2017-12-13 18:25:50 +01:00
Sebastian Thiel
d238041cf7 Mild reorganization of the README file
[skip CI]
2017-12-13 18:20:46 +01:00
Sebastian Thiel
f6700f6943 Code for latest release 2017-12-12 17:58:06 +01:00
Sebastian Thiel
cfafe4c6d1 Publish latest version of everything 2017-12-12 17:57:47 +01:00
Sebastian Thiel
5a457b1b26 Update to release v1.0.7 2017-12-12 16:05:40 +01:00
Sebastian Thiel
dfe263bb56 Bump patch level just to allow using new releases
Should remember it's not enough to just update the
api versions (major.minor.patch+X, where X is the API version)
as it is not enough to be a different version in the sense of
semver, for some reason.
2017-12-12 15:59:05 +01:00
Sebastian Thiel
ff31a4a749 Fix makefile 2017-12-12 15:57:37 +01:00
Sebastian Thiel
ad3f30855a Releases so far...
For some reason, most of the API tarballs don't have a valid checksum.
What is going on there?
2017-12-12 15:20:51 +01:00
Sebastian Thiel
357a0e650e Upgrade to latest API versions + code regen 2017-12-12 14:30:54 +01:00
Sebastian Thiel
dc30217711 Restrict mkdocs to the last known working version
0.17 seems to change the configuration format, which is
nothing I want to deal with right now.
2017-12-12 14:29:57 +01:00
Sebastian Thiel
059d6700dd Publish latest versions of all APIs 2017-09-27 14:54:55 +02:00
Sebastian Thiel
3a6ef3db41 Finish publishing latest version api-v1.0.6 cli-v1.0.6 2017-09-27 12:11:13 +02:00
Sebastian Thiel
7bb8beed06 Intermediate result of latest publish 2017-09-27 10:42:15 +02:00
Sebastian Thiel
164d3f3cf5 Update generated code with latest version 2017-09-24 15:08:20 +02:00
Sebastian Thiel
c28413321b Switch to serde to v1.0 2017-09-24 14:51:51 +02:00
Cristi Cobzarenco
92c80e238e chore(gen): regenerate apis without leading slashes 2017-08-27 09:57:50 +02:00
Cristi Cobzarenco
f835835100 fix(mbuild): strip leading slashes from urls 2017-08-27 09:57:50 +02:00
Sebastian Thiel
a630af5830 First step towards allowing scopes to be deactivated entirely
This is backwards compatible, but allows `add_scope(None)` as well.
Maybe it's better to just add another function, but on the other hand,
this would already do and solves that somewhat more special case.

Related to #172
2017-06-28 09:15:57 +02:00
Sebastian Thiel
282eb1c417 chore(version-up): v1.0.5 cli-v1.0.5 api-v1.0.5 2017-05-26 16:28:06 +02:00
Sebastian Thiel
77c26b7e6c chore(version-up): regen all source
[skip ci]
2017-05-26 13:31:56 +02:00
Sebastian Thiel
f947a4552f chore(version-up): upgrade patch level
It seems crates.io has inconsistent version information,
making a few CLIs pull outdated crates.

[skip CI]
2017-05-26 12:21:14 +02:00
Sebastian Thiel
d8e94b5a5d fix(blacklist): kgsearch doesn't work out of the box
[skip CI]
2017-05-26 11:54:31 +02:00
Sebastian Thiel
1dd5eadac1 chore(publish): all api+cli
However, it appears some APIs changed without updating their respective
version number. Thus newer CLIs pull outdated APIs?
Something is wrong.

[skip CI]
2017-05-26 11:41:30 +02:00
Sebastian Thiel
aaac92bad6 doc(README): update toc
[skip CI]
2017-05-26 10:28:34 +02:00
Sebastian Thiel
fc4ff6fe8b chore(regen-apis): Update examples 2017-05-26 10:19:44 +02:00
Sebastian Thiel
4660d23676 fix(docs): Example now uses hyper_rustls
It's already done by the CLI, but the docs still showed
code that would only work in older hyper versions that still
shipped with HTTPS.

Fixes #169
2017-05-26 10:14:39 +02:00
Sebastian Thiel
ad2748a691 fix(travis): for now allow nightly to fail
I don't know what it is except for it pulling a more recent version
of serde when in nighly mode. I don't even know if I set it up that
way, but would say that is not too relevant right now.
2017-05-22 21:07:44 +02:00
Sebastian Thiel
390ce7f9d8 chore(regen-apis 2017-05-22 21:02:08 +02:00
Sebastian Thiel
dd4bfe3de0 fix(lib): more idiomatic swapping of values 2017-05-22 20:57:24 +02:00
Sebastian Thiel
73043ef6f6 Merge branch 'LegNeato-master' 2017-05-22 20:49:30 +02:00
Sebastian Thiel
c6d67daa81 fix(conflict): use latest gen/ from origin/master
that fixes a conflict when merging
2017-05-22 20:48:47 +02:00
Sebastian Thiel
9cff808362 chore(json): update all apis
And bring in 5 new ones, including cloudkms.
Also update dependencies to make things compile again.
2017-05-22 20:42:37 +02:00
Sebastian Thiel
18f0cae1d0 Fix gitignore 2017-05-22 20:01:03 +02:00