Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P pagerbot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Stripe Community Contributions
  • pagerbot
  • Merge requests
  • !25

Add rtm adapter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/xeago/rtm into master May 30, 2015
  • Overview 10
  • Commits 13
  • Pipelines 0
  • Changes 15

Created by: xeago

Adds an slack-rtm adapter. This differs from regular slack in that it does not need to be reached by slack. It sets up a long living connection with Slack over which messages are exchanged.

  • Binds the admin page to 0.0.0.0 - I'm not sure if this would break heroku or not.
  • Fixes a bug where the irc port was never set.
  • Templates used from the irc adapter.
  • Adds a 'guessing' feature where the service name is inferred from extra_info if parsing did not result in a service name. This allows for simpler interaction with the bot: who is on-call?, letting the context be inferred*.

* This was a highly desired feature at our company since we have a lot of different teams with on-call, some with hard to remember names, such asL1 follow the sun. Adding an alias for channels which then map to this service allows for a lot of convenience.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/xeago/rtm