Sebastian Thiel
ca5dca7af9
chore(dependencies): pin url crate
...
The latest one needs some modifications, that will be done in
time.
Closes #150
2016-05-20 14:01:06 +02:00
Sebastian Thiel
8aefeb37d9
chore(publish): publish state
...
This helps make keep track of what was successfully published
to crates.io
cli-v0.3.4
api-v0.1.13
2016-04-10 19:31:46 +02:00
Sebastian Thiel
e0de1b4c10
chore(code-update): to latest schema version
2016-04-10 14:08:43 +02:00
Sebastian Thiel
930ce6d5c2
chore(update): all jsons; version-up
...
As we are now back to serde 0.6, the patch-level was upped too.
2016-04-10 14:04:44 +02:00
Sebastian Thiel
d2c12c2964
chore(oauth): use compatible yup-oauth
...
It seems all these serde versions interact with each other
in unforseen ways, so they will have to be in sync for it
to work. Its a shaky card-house I am building here,
and I don't like it at all.
2016-04-10 13:41:44 +02:00
Sebastian Thiel
065cfdd22f
fix(lib): use hyper Bearer header style
...
Considering we kind-of hardcoded this authentication type anyway,
we now use the Auth-types provided by hyper 0.8.
The incentive here was the compiler telling us that there the
yup-oauth::Scheme type doesn't implement the hyper::authorization::Scheme
anymore, even though that clearly was the case. Also it couldn't be
reproduced in yup-oauth itself.
This will need some work to get correct again, so this is just a crude
patch to make it work again.
2016-04-10 13:01:18 +02:00
Sebastian Thiel
9e8a047ebf
fix(cli): compatibility with serde 0.6
...
0.7 has a weird assertion error that might have happened
if files get too large.
2016-04-10 12:59:59 +02:00
Sebastian Thiel
33f281360a
fix(cargo): choose serde-version which works
...
Everything newer than the ones we see here will cause
the error described in #148 .
2016-04-10 12:12:00 +02:00
Sebastian Thiel
a25b593969
chore(publish): first bunch of publishes
...
Many don't work due to https://github.com/serde-rs/syntex/issues/33
api-v0.1.12
2016-02-28 16:45:07 +01:00
Sebastian Thiel
df301c1c75
chore(code): update after version-up
2016-02-28 08:37:00 +01:00
Sebastian Thiel
b3fd15edec
chore(version-up): api version 0.1.12
2016-02-28 08:34:31 +01:00
Sebastian Thiel
b0c0196f50
chore(code): update code matching latest jsons
...
This was particularly interesting as APIs went away
2016-02-28 08:20:08 +01:00
Sebastian Thiel
5094f61c88
chore(json-up): fetch latest json
...
api-list.yaml was updated manually to push out APIs which are just
empty or plain incompatible with what we are doing
2016-02-28 08:19:26 +01:00
Sebastian Thiel
4bb7a33e93
fix(make): use venv-python to run any utility
...
Previously the yaml version generation could fail if your system-python
didn't have yaml installed. Now the virtual env is used, which is
guaranteed to support yaml.
2016-02-28 08:08:35 +01:00
Sebastian Thiel
be0faf0e1d
chore(serde): upgrade to 0.7
...
Desired feature: ignore unknown fields, which is now on by default.
2016-02-27 12:30:09 +01:00
Sebastian Thiel
4878fcb803
Merge pull request #147 from programble/fix/repeated-props
...
Send repeated properties as repeated query parameters
2016-02-07 20:46:52 +01:00
Curtis McEnroe
3e1c4428ef
Send repeated properties as repeated query parameters
2016-02-07 14:30:29 -05:00
Sebastian Thiel
ab672c41f9
chore(drive3): added custom client secret to allow operation
2016-02-07 10:25:06 +01:00
Sebastian Thiel
426b096ef8
chore(code): update generated code
...
This seems to be just a remainder, two APIs were missed last time I
updated the code. I guess.
2016-02-07 08:45:57 +01:00
Sebastian Thiel
52e58154a2
chore(cargo): remove unimplemented option
2016-02-07 08:44:52 +01:00
Sebastian Thiel
b35a1d6732
doc(README): need Rust 1.6 now
...
[skip ci]
2016-01-31 07:47:13 +01:00
Sebastian Thiel
8732b5f869
chore(publish): update all crates
cli-v0.3.3
cli-v0.1.11
2016-01-30 15:00:27 +01:00
Sebastian Thiel
1e5a6bbee8
chore(code): update remaining APIs
...
Missed them in the first run
2016-01-30 14:12:59 +01:00
Sebastian Thiel
900c2bfde9
chore(changelog): update
2016-01-30 14:10:16 +01:00
Sebastian Thiel
75076acf16
chore(code): updated to latest state
2016-01-30 14:08:25 +01:00
Sebastian Thiel
5cba22f0c6
chore(versionup): increment versions of API + CLI
2016-01-30 14:07:09 +01:00
Sebastian Thiel
8f01e8e918
feat(json): updated API descriptions
2016-01-30 14:06:58 +01:00
Sebastian Thiel
a2c6b58d5b
fix(versionup): use latest oauth2 lib
...
It enables using std::time::Duration natively
2016-01-30 14:03:15 +01:00
Sebastian Thiel
ef9e7f1bae
fix(mako): use new discoveryRestUrl field for json download
2016-01-30 13:01:37 +01:00
Sebastian Thiel
ab1aa55d39
feat(version-up): clap-rs v1.5 -> 2.0
2016-01-30 12:53:02 +01:00
Sebastian Thiel
b54acb7c96
fix(rustup): use std::Thread::sleep
...
However, in sibling libraries, we still use time::Duration, which
now is a part of std::time::Duration.
These should be adjusted, to make the usage of
sleep(Duration::from_millis(d.num_milliseconds() as u64)) into sleep(d)
2016-01-29 18:56:58 +01:00
Sebastian Thiel
495ecef8c8
doc(README): rever to multirust-rs
2016-01-11 20:46:45 +01:00
Sebastian Thiel
75dfa7f40f
Merge pull request #144 from cmr/master
...
Relicense to dual MIT/Apache-2.0
2016-01-11 20:40:04 +01:00
Corey "See More" Richardson
da78e9fa4d
README.md: fix error from no trailing newline
2016-01-10 19:49:39 -05:00
Corey Richardson
ac5886e47e
Relicense to dual MIT/Apache-2.0
...
Closes https://github.com/Byron/google-apis-rs/issues/142
2016-01-10 19:43:30 -05:00
Sebastian Thiel
06e1d4bff6
chore(code): update with latest changes
2015-12-24 15:46:51 +01:00
Sebastian Thiel
8295bf3c2d
chore(rustup): no wildcards in dependencies
...
Also version specifications in dependencies were chosen to provide
maximum flexibility for users of the libraries.
CLIs on the other hand specify last known-to-work major and minor versions
to prevent breakage
2015-12-24 15:43:39 +01:00
Sebastian Thiel
e3f4fcadad
chore(versionup): support for latest hyper
2015-12-06 17:51:06 +01:00
Sebastian Thiel
f0f4df45c3
Merge pull request #134 from programble/bug/hyper-0.7.0
...
Depend on hyper 0.7.0
2015-11-30 08:32:33 +01:00
Curtis McEnroe
61e74d99a2
Fix impl of hyper::net::NetworkStream
2015-11-29 17:55:35 -05:00
Curtis McEnroe
dbc6402f48
Depend on hyper 0.7.0
2015-11-29 17:30:40 -05:00
Sebastian Thiel
78c7d46f9d
fix(travis): improve handling of error code if stable is tested
2015-11-08 15:39:08 +01:00
Sebastian Thiel
e1772d979d
chore(travis): test on nightly, and run cargo test
...
related to #132
2015-11-08 15:37:04 +01:00
Sebastian Thiel
6a7654d433
chore(publish): of latest API versions ... no functional change
2015-10-20 07:16:29 +02:00
Sebastian Thiel
56dfdfcf91
Merge pull request #132 from erickt/master
...
fix(cmn): get cmn compiling on nightly rust
2015-10-18 21:45:28 +02:00
Erick Tryzelaar
8179f3bf89
fix(cmn): get cmn compiling on nightly rust
...
Closes #131
2015-10-18 11:29:34 -07:00
Sebastian Thiel
5612d004b9
chore(code): update everything to latest google API versions
2015-10-18 19:30:37 +02:00
Sebastian Thiel
9a2d2b576c
fix(deps): assure license can be generated
2015-10-18 19:29:52 +02:00
Sebastian Thiel
862842f621
chore(json): update to latest version
2015-10-18 19:29:28 +02:00
Sebastian Thiel
0bd7f20048
fix(makefile): use PYTHONPATH for mako invocation
...
That way, it will find its resources.
2015-10-16 15:52:24 +02:00