Commit graph

72 commits

Author SHA1 Message Date
thirsty-wing
1474da53f6
Update Gitter link in README.md (#1175)
The link "https://gitter.im/juniper-graphql" responds with a 404. It appears
that the link should be updated to "https://gitter.im/juniper-graphql/Lobby".

Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
2023-08-24 18:40:15 -04:00
ilslv
a32140cd46
Update all links to October 2021 spec (#1075, #1000)
Co-authored-by: Kai Ren <tyranron@gmail.com>
2022-06-28 15:32:08 +00:00
Scott Wilson
3e4d4ea76e
Support time crate types as GraphQL scalars (#1006)
Co-authored-by: Kai Ren <tyranron@gmail.com>
2021-12-16 22:43:15 +02:00
talhaguy
7bc8a2b79d
Fix links to latest stable Book (#1002) 2021-12-09 18:07:46 +02:00
Christian Legnitto
547e65e124
Update README.md 2021-07-08 00:25:31 -07:00
Christian Legnitto
d8fb1da0a2
Update README.md 2021-07-06 16:33:30 -07:00
Alex Touchet
06b1fbce0c
Update iron link (#890) 2021-03-01 17:26:44 -10:00
Will Tachau
474cd19d1a
Update README.md (#886) 2021-02-25 16:57:45 -10:00
nirmangupta
5832b3696d
Support chrono-tz::Tz GraphQL scalar (#519)
Co-authored-by: Nirman Gupta <nirmangupta@gmail.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2020-10-19 15:30:17 +03:00
Weslen Nascimento
db209b38c4
Fix broken link in README.md (#731) 2020-08-01 13:54:35 -10:00
Christian Legnitto
9167654a73
Add support for GraphQL Schema Language (#676)
Co-authored-by: Alexander Lyon <arlyon@me.com>
2020-06-05 17:43:11 -10:00
Christian Legnitto
9e554981ee
Add actix to readme 2020-04-21 07:31:35 -10:00
Justin Lee
a0b854f31c
Update README.md (#535)
Improved wording
2020-02-20 23:22:40 -07:00
Nathan Wilson
389fd5ca19
Add bson crate's ObjectId to juniper foreign scalar type integrations (#517) 2020-02-12 23:49:50 -07:00
Christian Legnitto
15d7f4d076
Remove Travis badge from README 2020-01-21 10:11:10 -08:00
David Pedersen
f2fd945559 Mention juniper-from-schema in README (#395) 2019-07-19 13:19:42 -07:00
Y0hy0h
85fec1ca94 Improve quality of Gitter badge in README 2019-07-09 14:29:49 +02:00
theduke
06eee4c1a7
Add current / master book links to README 2019-05-14 16:04:29 +02:00
Christoph Herzog
8bc02037b3 Fix book links in README.md 2019-03-23 14:22:17 +01:00
Christoph Herzog
ca7f9aa253 (ci) CI integration for book
* Test book code examples in separate job
* In master branch, build + push book to gh-pages branch
2019-03-08 12:00:43 +01:00
Jakob Gillich
b4a0669b37 Add GraphQL Playground integration (#317) 2019-01-25 20:58:01 -08:00
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