Christian Legnitto
|
327acbd1d9
|
Make integration tests skip release-related automation (#341)
|
2019-04-08 23:12:14 -07:00 |
|
Christoph Herzog
|
8c5b86e1c6
|
Allow specifying the Context type in #[derive(GraphQLObject)]
This commit extends the GraphQLObject derive to allow specifying a
custom context type.
|
2019-03-08 11:47:13 +01:00 |
|
Christian Legnitto
|
88c17db8c3
|
Rename ScalarValue derive
Fixes https://github.com/graphql-rust/juniper/issues/299.
|
2018-12-19 20:17:17 +01:00 |
|
theduke
|
d015a3ca66
|
(ci) Check formatting with cargo fmt (#302)
This adds a new extra CI job for checking the formatting
with cargo fmt --check.
|
2018-12-19 10:27:49 -08:00 |
|
Christian Legnitto
|
aa80ec51bb
|
Add integration tests to release automation
We want their version bumped when juniper is released as
well.
|
2018-12-19 07:25:27 -08:00 |
|
Christoph Herzog
|
d43d5f2c2d
|
Fix cargo make config for 2018 edition test crate
|
2018-12-19 12:46:37 +01:00 |
|
Christoph Herzog
|
f02e427cab
|
Refactor integration test layout + add minimal 2018 edition test
* Add a new integration_tests subdirectory that holds integration tests
* Add a new, temporary (and really minimal) 2018 edition test crate
|
2018-12-19 03:53:33 +01:00 |
|