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

Improve some things and stuff and bits #47

Merged
merged 12 commits into from
Nov 27, 2015
Merged

Commits on Nov 25, 2015

  1. update gh gem to the gem version

    also remove new_relic, hasn’t been used in years.
    joshk committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    da4835b View commit details
    Browse the repository at this point in the history
  2. improve with how we deal with errors from GitHub

    if we get a 401 error (token auth error), log a line and move on.
    
    if we get a 403 error (rate limit exceeded), only raise an error if in production.
    
    if we get a 404 error (repo not found), log a line and move on as this is most likely an auth error.
    joshk committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    93a2f4b View commit details
    Browse the repository at this point in the history
  3. remove pusher notifier from tasks

    we have travis-live for that now
    joshk committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    0e3a893 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    646fa3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dbbb19 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2015

  1. Configuration menu
    Copy the full SHA
    b10b8e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30aef1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0f80cc View commit details
    Browse the repository at this point in the history
  4. log the queue and notifier

    joshk committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    e329b5f View commit details
    Browse the repository at this point in the history
  5. some debugging time

    joshk committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    00abfae View commit details
    Browse the repository at this point in the history
  6. data not date, oops

    joshk committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    64f78fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06c4c22 View commit details
    Browse the repository at this point in the history