-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: radix/graphql-rust.github.io
base: source
head repository: graphql-rust/graphql-rust.github.io
compare: source
- 20 commits
- 17 files changed
- 9 contributors
Commits on Feb 25, 2018
-
fix hidden code in quickstart example
code is only hidden when prefixed by `#` followed by a space, so the `struct` and `impl` lines were showing up in the rendered docs.
Configuration menu - View commit details
-
Copy full SHA for ab51174 - Browse repository at this point
Copy the full SHA ab51174View commit details
Commits on Apr 29, 2018
-
Add a juniper::execute example to the Quickstart
I was looking for how to use Juniper standalone from the guide, and sorta pieced this together from examples. Hope it's useful either in the quickstart or elsewhere.
Configuration menu - View commit details
-
Copy full SHA for b15792e - Browse repository at this point
Copy the full SHA b15792eView commit details
Commits on Aug 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c87a3ce - Browse repository at this point
Copy the full SHA c87a3ceView commit details
Commits on Sep 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a2ffbf8 - Browse repository at this point
Copy the full SHA a2ffbf8View commit details
Commits on Sep 13, 2018
-
Add docs for batching queries and mutations in a single request. (gra…
…phql-rust#6) Support was added in graphql-rust/juniper#171 and asked about in graphql-rust/juniper#214.
Configuration menu - View commit details
-
Copy full SHA for 9f77ea9 - Browse repository at this point
Copy the full SHA 9f77ea9View commit details -
Bare minimum to document latest release (graphql-rust#9)
* Update README, adding warp and hyper integration crates * Bump version number in quickstart This is is a step towards graphql-rust#8.
Configuration menu - View commit details
-
Copy full SHA for 8470389 - Browse repository at this point
Copy the full SHA 8470389View commit details -
Remove
.0
from version in quickstartThis way the directions will still appear relevant for 0.10.x, though there won't be any real difference due to the way cargo treats semver.
Configuration menu - View commit details
-
Copy full SHA for e280563 - Browse repository at this point
Copy the full SHA e280563View commit details -
Fix skeptic and enable tests in Travis (graphql-rust#11)
* Switch to travis Rust images. Rather than using a node image and installing rust, we will use the rust images and install node. This makes it easy to test on stable/beta/nightly. * Ignore Iron skeptic tests. These are failing to build and I don't know why: ``` error[E0277]: expected a `std::ops::Fn<(&mut iron::request::Request<'_, '_>,)>` closure, found `juniper_iron::GraphQLHandler<'_, for<'r, 's, 't0> fn(&'r mut iron::Request<'s, 't0>) -> std::result::Result<(), iron::IronError> {context_factory}, Root, juniper::EmptyMutation<()>, ()>` --> /var/folders/f3/7xdpkjk508z7b90jfqg1dn2m0000gn/T/rust-skeptic.vXzza3OIPuba/test.rs:34:11 | 34 | mount.mount("/graphql", graphql_endpoint); | ^^^^^ expected an `Fn<(&mut iron::request::Request<'_, '_>,)>` closure, found `juniper_iron::GraphQLHandler<'_, for<'r, 's, 't0> fn(&'r mut iron::Request<'s, 't0>) -> std::result::Result<(), iron::IronError> {context_factory}, Root, juniper::EmptyMutation<()>, ()>` | = help: the trait `for<'r, 's, 't0> std::ops::Fn<(&'r mut iron::request::Request<'s, 't0>,)>` is not implemented for `juniper_iron::GraphQLHandler<'_, for<'r, 's, 't0> fn(&'r mut iron::Request<'s, 't0>) -> std::result::Result<(), iron::IronError> {context_factory}, Root, juniper::EmptyMutation<()>, ()>` = note: required because of the requirements on the impl of `iron::middleware::Handler` for `juniper_iron::GraphQLHandler<'_, for<'r, 's, 't0> fn(&'r mut iron::Request<'s, 't0>) -> std::result::Result<(), iron::IronError> {context_factory}, Root, juniper::EmptyMutation<()>, ()>` error[E0277]: expected a `std::ops::Fn<(&mut iron::Request<'_, '_>,)>` closure, found `mount::Mount` --> /var/folders/f3/7xdpkjk508z7b90jfqg1dn2m0000gn/T/rust-skeptic.vXzza3OIPuba/test.rs:36:17 | 36 | let chain = Chain::new(mount); | ^^^^^^^^^^ expected an `Fn<(&mut iron::Request<'_, '_>,)>` closure, found `mount::Mount` | = help: the trait `for<'r, 's, 't0> std::ops::Fn<(&'r mut iron::Request<'s, 't0>,)>` is not implemented for `mount::Mount` = note: required because of the requirements on the impl of `iron::Handler` for `mount::Mount` = note: required by `iron::Chain::new` error: aborting due to 2 previous errors ``` * Install js dependencies
Configuration menu - View commit details
-
Copy full SHA for 92d611f - Browse repository at this point
Copy the full SHA 92d611fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d05ce4 - Browse repository at this point
Copy the full SHA 6d05ce4View commit details -
Only deploy from one job (graphql-rust#12)
We will deploy when the stable job triggered from `source` goes green
Configuration menu - View commit details
-
Copy full SHA for a0faf88 - Browse repository at this point
Copy the full SHA a0faf88View commit details
Commits on Sep 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b2d1c76 - Browse repository at this point
Copy the full SHA b2d1c76View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec23915 - Browse repository at this point
Copy the full SHA ec23915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f2fb0 - Browse repository at this point
Copy the full SHA 41f2fb0View commit details -
Fill out some server information
These are basically just stubs, but at least there is something.
Configuration menu - View commit details
-
Copy full SHA for 54cf650 - Browse repository at this point
Copy the full SHA 54cf650View commit details -
Configuration menu - View commit details
-
Copy full SHA for 841ba8c - Browse repository at this point
Copy the full SHA 841ba8cView commit details
Commits on Sep 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 58a21d1 - Browse repository at this point
Copy the full SHA 58a21d1View commit details
Commits on Nov 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 57ea10b - Browse repository at this point
Copy the full SHA 57ea10bView commit details
Commits on Dec 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3f37087 - Browse repository at this point
Copy the full SHA 3f37087View commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 73e32f0 - Browse repository at this point
Copy the full SHA 73e32f0View commit details
Commits on Jun 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 38706c7 - Browse repository at this point
Copy the full SHA 38706c7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff source...source