Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update the graph rendering example to support Octokit >2.0 - #146

Merged
jonico merged 6 commits into
masterfrom
update-graph-rendering
Oct 12, 2017
Merged

Update the graph rendering example to support Octokit >2.0#146
jonico merged 6 commits into
masterfrom
update-graph-rendering

Conversation

@nathos

@nathos nathos commented Aug 25, 2017

Copy link
Copy Markdown
Member

This pull request updates the dependencies for the D3.js rendering example to support modern Octokit versions.

@nathos
nathos requested a review from kylemacey August 25, 2017 21:17

CLIENT_ID = ENV['GITHUB_CLIENT_ID']
CLIENT_SECRET = ENV['GITHUB_CLIENT_SECRET']
CLIENT_ID = ENV['GH_GRAPH_CLIENT_ID']

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting these back to their prior values because this project has official documentation that we should avoid conflicting with.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted this in 097a124 as Warden/sinatra_auth_github was still expecting the GITHUB_CLIENT_ID/GITHUB_CLIENT_SECRET environment variables.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So does the documentation need updated, then?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kylemacey perhaps. I'm not 100% sure why the GH_GRAPH_CLIENT_ID/GH_GRAPH_CLIENT_SECRET_ID wasn't getting passed to Warden. It still wanted GITHUB_CLIENT_ID/GITHUB_CLIENT_SECRET to be set.

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.

6 participants