Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Open source @github's Hubot PagerDuty integration #858

Merged
merged 17 commits into from Apr 12, 2013

Commits on Mar 29, 2013

  1. open source @github's hubot pagerduty script

    Jesse Newland committed Mar 29, 2013
    Copy the full SHA
    c3256ed View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a4d41d0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f1613a9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    257c8fa View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2013

  1. Epic pagerduty improvements.

    * use moment instead of datejs for time manipulation (ie adding
      hours/minutes)
    * for `pager me N`, try to use the person who's said it email, instead
      of their name to find a PagerDuty user
    * add command to remember your PagerDuty email address
    * use moment's .calendar() to display nicer time when coverage is
    * `pager me` will also say what it thinks your PagerDuty email address
      is
    technicalpickles committed Apr 11, 2013
    Copy the full SHA
    5f228ce View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a810a31 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4084e5a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c3db4fb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    722daf6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6056ac5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2013

  1. Copy the full SHA
    790808c View commit details
    Browse the repository at this point in the history
  2. Only display until time since start time is now. And don't use calend…

    …ar, since timezones are hard
    technicalpickles committed Apr 12, 2013
    Copy the full SHA
    0aec8cc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f09741a View commit details
    Browse the repository at this point in the history
  4. Replace username/password auth with token auth.

    This let's us use request_id in places, so when you look at PagerDuty,
    it reports which user ack/resolved, instead of the logged in user.
    
    As part of this, needed to rename HUBOT_PAGERDUTY_APIKEY to
    HUBOT_PAGERDUTY_SERVICE_API_KEY.
    technicalpickles committed Apr 12, 2013
    Copy the full SHA
    655272f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0e94503 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e13a6b9 View commit details
    Browse the repository at this point in the history
  7. Fix pager notes doc

    technicalpickles committed Apr 12, 2013
    Copy the full SHA
    de86f58 View commit details
    Browse the repository at this point in the history