graphql-hive 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 07376f19ffa9683acd9915b1110922fcf802e21eef2b98be11bdaaf9fac30ba7
4
- data.tar.gz: 18979f799df3a8edd50244c9d9b1c62895b25fbeccd8e9f1245a552da6b6878b
3
+ metadata.gz: 316692ed93602ab226524cc2c83c1ef5e7d419d13157bdfebbae9ea90d864021
4
+ data.tar.gz: 44b597d43b0b8d980e848f68a4db4d191a8f56f15fbd4385f2c81d16431e8aac
5
5
  SHA512:
6
- metadata.gz: b36fb877de650e2df40ea5b34cf5f62eb69930fe40123b4bf24036aead8c6c377714c0fa4a5605bb8db6d182596b3bb95c176cf57254a1029139223e62d2946c
7
- data.tar.gz: 67663762c7c1f853ebb651d84a4ddba6aabf7cda456a755de614e5e2f5ad3d7cd0a5eec0536377f9ac1a94def1609cbab7426725488bf3322eb8b21ecae1ba5b
6
+ metadata.gz: 92e5cd6b4b0ef8f5e5696a5b2400f5bdbbe6531ee9c6db5bbd94055bcad9cd4b571a3ea867ac61707fe641e813888c9efae2fcb0ca40cdc4d841df271c76c50a
7
+ data.tar.gz: 6eb042181b4b1c529858ead76f02c776c1429e50e00db96f253cd0f8b944e708032f8e62de8768b84d483a02d96fa4a354d277572a608bde1db68cd0334856f8
@@ -1,6 +1,11 @@
1
1
  name: CI
2
2
  on:
3
- - pull_request
3
+ push:
4
+ branches:
5
+ - master
6
+ pull_request:
7
+ branches:
8
+ - master
4
9
 
5
10
  jobs:
6
11
  rubocop:
data/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # GraphQL Hive: `graphql-ruby` integration
1
+ # GraphQL Hive: `graphql-ruby` integration
2
+ [![CI Suite](https://github.com/charlypoly/graphql-ruby-hive/actions/workflows/ci.yml/badge.svg)](https://github.com/charlypoly/graphql-ruby-hive/actions)
3
+ [![Gem Version](https://badge.fury.io/rb/graphql-hive.svg)](https://rubygems.org/gems/graphql-hive)
2
4
 
3
5
  <p align="center">
4
6
  <img src="cover.png" width="500" alt="GraphQL Hive" />
@@ -8,8 +10,8 @@
8
10
 
9
11
  [GraphQL Hive](https://graphql-hive.com/) provides all the tools to get visibility of your GraphQL architecture at all stages, from standalone APIs to composed schemas (Federation, Stitching):
10
12
  - **Schema Registry** with custom breaking changes detection
11
- - **Monitoring** of RPM, latency, error rate and more
12
- - **Integrations** with your favorite tools (Slack, Github Actions and more)
13
+ - **Monitoring** of RPM, latency, error rate, and more
14
+ - **Integrations** with your favorite tools (Slack, Github Actions, and more)
13
15
 
14
16
 
15
17
  <br/>
@@ -5,7 +5,6 @@ module GraphQL
5
5
  # Fetch all users fields, input objects and enums
6
6
  class Analyzer < GraphQL::Analysis::AST::Analyzer
7
7
  def initialize(query_or_multiplex)
8
- puts query_or_multiplex.inspect
9
8
  super
10
9
  @used_fields = Set.new
11
10
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Graphql
4
4
  module Hive
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
  end
data/lib/graphql-hive.rb CHANGED
@@ -194,8 +194,6 @@ module GraphQL
194
194
  }
195
195
  }
196
196
 
197
- puts(JSON.generate(body))
198
-
199
197
  @client.send('/registry', body, :'report-schema')
200
198
  end
201
199
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql-hive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charly POLY
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-21 00:00:00.000000000 Z
11
+ date: 2022-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphql