Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handler, travis: removes relay/context dependency #23

Merged
merged 3 commits into from
Jul 23, 2017

Conversation

chris-ramon
Copy link
Member

@chris-ramon chris-ramon commented Jul 23, 2017

Overview

  • handler: removes graphql-go/relay dependency.
  • handler/test: now only using graphql-go/graphql/testutil.StarWarsSchema instead the relay one.
  • handler: removes golang.org/x/net/context, now using std's lib one.
  • travis: now supporting go1.7+

Test plan

  • go test ./...

Removes unneeded dependency, also we can
keep the tests simpler using graphql-go/graphql/testutil.StarWarsSchema
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 2de7caf on removes-relay-dependency into ** on master**.

1 similar comment
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 2de7caf on removes-relay-dependency into ** on master**.

@chris-ramon chris-ramon changed the title handler: removes relay dependency handler, travis: removes relay/context dependency Jul 23, 2017
@chris-ramon chris-ramon merged commit 37fc9f5 into master Jul 23, 2017
@chris-ramon chris-ramon deleted the removes-relay-dependency branch July 23, 2017 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants