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
  • !49

Fix module typo

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Xavier Shay requested to merge github/fork/xaviershay/patch-1 into master Jan 23, 2017
  • Overview 3
  • Commits 1
  • Pipelines 0
  • Changes 1

This really should be covered by a test, sorry I don't have time to do that myself.

Without this, any request causes

2017-01-23T19:00:28.900703+00:00 app[web.1]: INFO /app/lib/pagerbot/slack_adapter.rb:55:in `block in <class:SlackAdapter>': {:token=>"REDACTED", :nick=>"xavier", :channel_name=>"testing", :text=>"pagerbot help", :user_id=>"REDACTED", :adapter=>:slack}
2017-01-23T19:00:28.900965+00:00 app[web.1]: 2017-01-23 19:00:28 - NameError - uninitialized constant Pagerbot::Parsing:
2017-01-23T19:00:28.900966+00:00 app[web.1]: 	/app/lib/pagerbot/slack_adapter.rb:63:in `block in <class:SlackAdapter>'
2017-01-23T19:00:28.900968+00:00 app[web.1]: 	/app/vendor/bundle/ruby/2.2.0/gems/sinatra-1.4.7/lib/sinatra/base.rb:1611:in `call'
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/xaviershay/patch-1