Christian Legnitto
bd455c9130
Remove Appveyor ( #264 )
...
Now that we have azure pipelines set up, there is no need
to use appveyor.
Part of https://github.com/graphql-rust/juniper/issues/259
2018-10-08 21:15:09 -07:00
Christian Legnitto
592060d3f2
Set up CI with Azure Pipelines ( #263 )
2018-10-08 14:45:49 -07:00
Damir Vandic
347777a8d0
Use raw url for Juniper logo in README
2018-09-13 21:06:20 +02:00
Christian Legnitto
842b2e36fe
Update README text to include warp
2018-09-07 15:42:06 -07:00
Tom Houlé
fd636e07df
Add integration crate for the warp framework ( #216 )
2018-09-07 14:28:56 -07:00
Damir Vandic
cc9aa6e011
Fix hyper examples link in README ( #241 )
2018-09-05 10:51:09 -07:00
Damir Vandic
fc10b5e8f5
Update readme with link to hyper and fix link to example server ( #240 )
2018-09-02 10:29:47 -07:00
Damir Vandic
44002f0884
Hyper integration crate ( #230 )
...
This adds the new integration crate `juniper_hyper`.
2018-09-01 20:02:01 -07:00
theduke
3b445f0577
Add link to actix-web example
2018-04-29 14:58:38 +02:00
theduke
0c15c99223
Fix test schema link in README
2017-12-26 08:03:40 +01:00
theduke
ed58f2671b
Final readme and cargo.toml fixups
2017-12-03 15:14:23 +01:00
theduke
b6d9c337d0
Fix appveyor badge in README
2017-12-03 13:12:41 +01:00
theduke
4d6a99fe4e
Fix up Cargo.toml files and documentation.
2017-12-02 18:33:20 +01:00
Sagie Gur-Ari
3c27b219bd
Generate coverage report in travis build and upload to codecov ( #110 )
...
* upload codecov coverage report in travis build
* add coverage badge to readme
2017-11-18 14:02:49 +01:00
Jane Keibler
39623fe3ec
Fixed broken links in README
...
Updated links to the examples and test schema to reference the new
repository structure.
2017-10-20 18:37:24 +02:00
theduke
0f9276b5f1
Readme: reduce logo size
2017-09-23 19:20:54 +02:00
theduke
2e72eee753
README: remove heading + logo alt tag
2017-09-23 19:15:21 +02:00
theduke
ed95719539
Logo: move to /assets and add to readme.
2017-09-23 19:13:13 +02:00
theduke
d7c84b16e9
Update readme: use git dependency
2017-08-28 08:39:39 +02:00
theduke
97adcdde73
Update readme: use git dependency in example
...
This causes confusion currently.
See https://github.com/graphql-rust/juniper_iron/issues/2
2017-08-28 08:02:56 +02:00
Rushmore Mushambi
aa2ff97046
Point to the correct juniper_rocket
repository
2017-08-10 17:37:20 +02:00
theduke
4124ca316c
Fix Appveyor badge in README
2017-08-07 22:12:11 +02:00
theduke
a826b22ffb
Update Readme and Cargo files for new repo url
2017-08-07 08:20:05 +02:00
theduke
2ca9baa441
Extracted iron/rocket crates and updated README.
...
Those now live in separate repos.
2017-08-07 08:20:05 +02:00
theduke
619a2e57f9
Extraction of iron and rocket features into separate crates.
...
* Added juniper_iron crate
* Fixed up juniper_rocket crate
* Updated juniper/Cargo.toml
* Updated docs (readme, module docs)
* Export http integrator tests with export-test-schema feature
* Update CI tests (Use cargo-make )
* Format parts of the code base
2017-08-06 17:42:31 +02:00
Magnus Hallin
9bab8d7bf7
Add Gitter badge
2017-07-12 11:47:54 +02:00
Magnus Hallin
9ca173f6bf
Add CI badges
2017-06-19 09:47:02 +02:00
Magnus Hallin
a0ec8bae6d
Update readme link to documentation
2017-06-16 12:01:21 +02:00
Magnus Hallin
39159acb41
Fix broken crate metadata, prepare 0.8.1 release
2017-06-15 22:11:27 +02:00
Magnus Hallin
6aed455f03
Prepare for 0.8.0 release
2017-06-15 16:53:27 +02:00
Magnus Hallin
eca20cd8ca
Prepare for 0.7.0 release
2017-02-26 12:58:52 +01:00
Magnus Hallin
9d520d77f9
Prepare for 0.6.3 release
2017-02-19 12:53:00 +01:00
Magnus Hallin
987aa40da1
Prepare for 0.6.2 release
2017-02-04 16:55:58 +01:00
Magnus Hallin
8620eb1e7a
Prepare for 0.6.1 release
2017-01-06 13:15:16 +01:00
Magnus Hallin
f33213e17e
Release version 0.6.0
2017-01-02 13:15:45 +01:00
Magnus Hallin
885fe8b09b
Update API documentation link to our own
...
Fixes #6 .
2016-12-18 19:52:14 +01:00
Magnus Hallin
cd33093dee
Release version 0.5.3
2016-12-05 22:23:00 +01:00
theduke
358f344fda
Add cargo and API docs links
2016-12-05 17:06:09 +01:00
Magnus Hallin
f7123ed9db
Cross off some tasks on the 1.0 todo
2016-11-13 10:41:46 +01:00
Magnus Hallin
7effd11348
Update readme to 0.5.2
2016-11-12 22:58:46 +01:00
Magnus Hallin
ba7839f321
Use object shorthand in tests and documentation
2016-10-20 20:56:23 +02:00
Magnus Hallin
d59e6c2f2e
Stop tracking code coverage - kcov seems broken :(
2016-10-19 21:42:54 +02:00
Magnus Hallin
93deefb0ca
Add union helper macro and tests
2016-10-19 20:58:36 +02:00
Magnus Hallin
5caea1f908
Make FieldResults in field resolvers optional :D
2016-10-16 16:02:58 +02:00
Magnus Hallin
88c967f804
Update 1.0 progress in README
2016-10-16 12:47:43 +02:00
Magnus Hallin
c173554e42
Update readme badges
2016-10-09 16:56:11 +02:00
Magnus Hallin
845d87483d
Add Coverage badge
2016-09-12 22:12:07 +02:00
Magnus Hallin
fe60de9183
Run coverage analysis on tests
2016-09-12 20:57:42 +02:00
Magnus Hallin
dbe28536d7
Update readme to latest version
2016-09-11 22:14:13 +02:00
Magnus Hallin
0578c85ac8
Build status badge
2016-09-11 18:48:53 +02:00