Commit Graph

514 Commits

Author SHA1 Message Date
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
Sebastian Thiel
53c27da2e7 fix(util.py): improve version and library name handling
We can now deal with versions having the 'alpha' or 'beta' suffix.
It's rather hard-coded, but solves the problem for now.

Related to #126
2015-10-16 15:45:12 +02:00
Sebastian Thiel
e4f89ce0c6 doc(presentation) using reveal.js 2015-10-05 17:46:46 +02:00
Sebastian Thiel
a8d333f916 chore(codegen): code compiles with rust 1.3/serde 0.6 2015-09-29 11:35:13 +02:00
Sebastian Thiel
8dab8c0124 fix(serde): update to latest serde/rust 2015-09-29 11:28:34 +02:00
Sebastian Thiel
7754a160c9 doc(README): stackshare.io badge
I like it ! It's super useful, especially when deciding which tools to
use in a new project.
2015-09-11 08:39:18 +02:00
Sebastian Thiel
aecda18821 chore(publish): re-publish lib crates at latest version
Closes #124
cli-v0.3.2 api-v0.1.9
2015-08-08 12:39:31 +02:00
Sebastian Thiel
08d65ba62b chore(source): add source at latest version 2015-08-08 11:50:37 +02:00
Sebastian Thiel
8ab4fd0bd4 fix(serde-up): update to serde 0.5.0
Serde move all json code into a separate crate that we are now using
as well.
2015-08-08 10:55:21 +02:00
Sebastian Thiel
62b63b251a chore(json-update): latest json files
This also adds a usable version of the genomics API, which was empty
previously (and if I recall correctly).
2015-07-21 18:36:44 +02:00
Sebastian Thiel
152cdd848a imp(cli): pretty-print errors in debug mode 2015-07-21 18:21:52 +02:00
Sebastian Thiel
e46535917c chore(code-update): upgrade to latest hyper+clap 2015-07-15 09:52:55 +02:00
Sebastian Thiel
be894becc3 fix(clap-up): use clap 1.0.3
* `SubCommand::new(...)` was renamed to `SubCommand::with_name(...)`
  which actually is now consistent with everything else
  (e.g. `Arg::with_name(...)`)
2015-07-15 09:51:01 +02:00
Sebastian Thiel
e129a7d3ae fix(hyper-up): compatibility with hyper 0.6.4
* Signature of `client::Response` changed and now requires a
  `hyper::Url` as well.

 Closes #123
2015-07-15 09:50:00 +02:00
Sebastian Thiel
2575d5abe7 Merge branch 'master' of https://github.com/Byron/google-apis-rs 2015-07-15 09:22:05 +02:00