Граф коммитов

  • a532d0c80f 0.3.0 master v0.3.0 Robert Mosolgo 2019-10-09 11:12:05 -0400
  • 0e9385ecf7
    Merge pull request #17 from github/support-class-based-types Robert Mosolgo 2019-10-09 11:11:10 -0400
  • ec8402752d Use a more recent Ruby which is required by graphql-client's use of String#-@ Robert Mosolgo 2019-09-11 12:07:18 -0400
  • 17d9348c15 remove debug code; update deps Robert Mosolgo 2019-09-11 12:03:02 -0400
  • 4fdbb218ba Support class-based schemas and types Robert Mosolgo 2019-09-11 11:54:17 -0400
  • a37a69ed94 0.2.0 v0.2.0 Robert Mosolgo 2019-06-10 14:59:22 -0400
  • 341567259d 0.2.0 Robert Mosolgo 2019-06-10 14:59:22 -0400
  • 45670a19fe
    Merge pull request #16 from github/drop-legacy-graphql Robert Mosolgo 2019-06-10 14:58:47 -0400
  • b9e994304b remove 1.9 build because 1.9-dev is gone Robert Mosolgo 2019-06-10 13:57:17 -0400
  • 6c67fc9bae Drop support for GraphQL <1.5.6 Robert Mosolgo 2019-06-10 13:48:24 -0400
  • 1095cfc4f0 Bump version for graphql 1.9+ compat v0.1.0 Robert Mosolgo 2018-10-25 14:50:24 -0400
  • 7a4279be24 Build 1.9 and 1.8 on travis Robert Mosolgo 2018-10-25 14:43:58 -0400
  • d7436ed68e
    Merge pull request #15 from github/support-1.9-dev Robert Mosolgo 2018-10-25 14:38:54 -0400
  • 8b89c6c0cc Fix: don't generate empty inline fragments, they're invalid graphql Robert Mosolgo 2018-10-19 17:08:45 -0400
  • e3626ca20c Preserve behavior returning nil when arguments are missing Robert Mosolgo 2018-10-16 11:54:13 -0400
  • f8d8ad799a Also support <1.9 Robert Mosolgo 2018-10-16 11:09:35 -0400
  • e9459e46e0 Put back test helper Robert Mosolgo 2018-10-16 11:07:19 -0400
  • 2a661e14df Support GraphQL-Ruby 1.9-dev Robert Mosolgo 2018-10-16 11:05:54 -0400
  • 9202cfa395
    Bump to 0.0.10 v0.0.10 Garen J. Torikian 2018-03-27 18:56:04 -0400
  • 69d90572bc
    Support `except` and `only` masks Garen J. Torikian 2018-03-27 18:55:36 -0400
  • 281c254104
    Let Rubocop do its thing Garen J. Torikian 2018-03-27 18:54:35 -0400
  • 67c0178e17
    Bump gem to v0.0.9 v0.0.9 Christian Joudrey 2018-02-27 15:37:45 -0500
  • 2a956c61c7
    Merge pull request #13 from github/fix-empty-selection-set Christian Joudrey 2018-02-27 15:35:43 -0500
  • 0ae0b9dca7
    Do not rely on empty selection set syntax Christian Joudrey 2018-02-27 14:49:30 -0500
  • 933447bbb2 Merge b3510219d8 into ca4584a60e Joshua Peek 2017-04-21 02:44:31 +0000
  • e2a4f3fe38 Merge 8467ece720 into ca4584a60e Ben Toews 2017-04-20 19:10:55 +0000
  • ca4584a60e Merge pull request #12 from github/v0.0.8 v0.0.8 Brooks Swinnerton 2017-04-10 15:31:05 -0400
  • 401a70436c
    Bump gem to v0.0.8 Brooks Swinnerton 2017-04-10 15:27:12 -0400
  • f98d82ad21 Merge pull request #11 from github/graphql-ruby-1-5-6 Brooks Swinnerton 2017-04-10 15:26:08 -0400
  • 26f9dc9b80
    Revert "Use valid_isolated_input in field_ast" Brooks Swinnerton 2017-04-10 14:31:09 -0400
  • 7c4c85776a
    Use valid_isolated_input in field_ast Brooks Swinnerton 2017-04-10 14:18:45 -0400
  • 2bfa228868
    Remove use of warden as it's no longer required Brooks Swinnerton 2017-04-10 14:03:37 -0400
  • 1da76ca09c
    Use valid_isolated_input? Brooks Swinnerton 2017-04-10 13:45:22 -0400
  • ec31adb640
    Add gem relesing tasks v0.0.7 Garen Torikian 2017-03-17 15:06:07 -0700
  • d012fe29c4
    💎 bump to 0.0.7 Garen Torikian 2017-03-17 15:05:09 -0700
  • e6aece25b4 Merge pull request #10 from github/bump-the-string-length Garen Torikian 2017-03-17 15:03:52 -0700
  • 8639dc49bf
    Increase length of randomly generated string Garen Torikian 2017-03-17 14:39:46 -0700
  • 125135a617
    bumping to v0.0.6 0.0.6 Brandon Black 2017-01-09 14:02:26 -0800
  • c96d5f2379 Merge pull request #9 from bswinnerton/graphql-ruby-1-4-0 Brandon Black 2017-01-09 13:57:04 -0800
  • 2c3bbbd523
    Add support for GraphQL::Wardens of version 1.4.0 Brooks Swinnerton 2017-01-09 13:53:25 -0500
  • b3510219d8 Refactor Client.walk to accept a statically defined query Joshua Peek 2016-11-14 17:16:09 -0800
  • 28e559a557
    bump to v0.0.5 0.0.5 Brandon Black 2016-11-08 11:31:44 -0800
  • 71f828d171 Merge pull request #7 from github/new-graphql-fixes Brandon Black 2016-11-08 11:29:26 -0800
  • 3991b2d1dd type name in fragment condition is a TypeName as of graphql 1.0.0 Charlie Somerville 2016-11-08 19:19:04 +1100
  • 4f0159ea09 pass allow-all warden to valid_input? on graphql >= 1.1.0 Charlie Somerville 2016-11-08 19:03:49 +1100
  • f436cf736b
    bump version to 0.0.4 0.0.4 Benjamin P Toews 2016-11-07 21:24:52 -0700
  • 028d2edd07 Merge pull request #6 from github/relax-graphql-dependency Ben Toews 2016-11-07 21:21:34 -0700
  • a9849a7372 relax graphql dependency Charlie Somerville 2016-11-08 14:38:55 +1100
  • 24338cc986
    bump to v0.0.3 0.0.3 Brandon Black 2016-11-03 20:03:21 -0700
  • 6234a42e10 Merge pull request #5 from github/allow-client-context Brandon Black 2016-11-03 19:47:17 -0700
  • 6dc4192467
    fixing travis config to avoid double ci jobs on PRs Brandon Black 2016-11-03 19:12:25 -0700
  • 2830e4e3e1
    needs moar docs yo Brandon Black 2016-11-03 19:05:27 -0700
  • 5ac79b35db
    adding ability to pass context and variables through to graphql client Brandon Black 2016-11-03 14:02:06 -0700
  • d23b8e0af0
    adding failing test for passthrough of variables and context Brandon Black 2016-11-03 14:01:33 -0700
  • 602683f48b Merge pull request #4 from github/ci_fix Ben Toews 2016-10-27 11:41:51 -0600
  • 1a91ccd390 update README Ben Toews 2016-10-26 11:03:04 -0600
  • 6a95a32c61 update travis ruby versions Ben Toews 2016-10-26 11:00:56 -0600
  • 8467ece720 see if CI works Ben Toews 2016-10-26 10:45:18 -0600
  • d1df69ac2a Merge pull request #2 from github/ci-setup Ben Toews 2016-10-25 16:21:15 -0600
  • 6622aaf036
    typo Brandon Black 2016-10-25 15:00:11 -0700
  • 89b703bbe1
    add versioning and compatibility info to readme Brandon Black 2016-10-25 14:59:21 -0700
  • 2fa7fbc884
    adding contributions and feedback to readme Brandon Black 2016-10-25 14:55:06 -0700
  • b8a6b5477b
    adding build status and travis config Brandon Black 2016-10-25 14:46:19 -0700
  • b3165b4c94
    add some query-builder tests Benjamin P Toews 2016-10-18 14:37:53 -0600
  • ceb750e9bc
    queue specs Benjamin P Toews 2016-10-18 12:17:40 -0600
  • d1fe418d62
    add rspec Benjamin P Toews 2016-10-18 10:10:01 -0600
  • 4e44679a5d
    bump version Benjamin P Toews 2016-10-18 10:02:02 -0600
  • 80c7187622
    first commit 0.0.2 Benjamin P Toews 2016-10-18 09:27:31 -0600