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

Only use the GITHUB_API_TOKEN if it's not empty #231

Closed
wants to merge 4 commits into from
Closed

Only use the GITHUB_API_TOKEN if it's not empty #231

wants to merge 4 commits into from

Commits on Jun 13, 2014

  1. Only use the GITHUB_API_TOKEN if it's not empty

    Also, for consistency use ENV[TOKEN_KEY] across the board.
    petems committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    45c9e15 View commit details
    Browse the repository at this point in the history
  2. Test for checking if Github API added if present

    There's probably a better way of mocking environmental variables...
    petems committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    4e87d8d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2014

  1. Configuration menu
    Copy the full SHA
    0c3ff6e View commit details
    Browse the repository at this point in the history
  2. Refactoring adding token to url

    DRY-ing up adding Github Token to URLs
    petems committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    5198985 View commit details
    Browse the repository at this point in the history