An error occurred while fetching the assigned milestone of the selected merge_request.
helmchart/pagerbot
templates
mongo-deploy.yaml +28 -0
mongo-pvc.yaml +13 -0
mongo-svc.yaml +14 -0
pagerbot-admin-deploy.yaml +31 -0
pagerbot-deploy.yaml +29 -0
.helmignore +21 -0
Chart.yaml +5 -0
values.yaml +18 -0
lib
admin
admin_server.rb +8 -1
pagerbot
plugin
call_person.rb +9 -2
action_manager.rb +1 -1
datastore.rb +1 -5
pagerduty.rb +14 -4
slack_rtm_adapter.rb +6 -3
pagerbot.rb +2 -1
test/unit/pagerbot
plugins
call_person.rb +6 -1
schedule_override.rb +6 -1
switch_shift.rb +6 -1
action_manager.rb +6 -3
pagerduty.rb +7 -2
Dockerfile +3 -2
Gemfile +1 -0
Gemfile.lock +66 -67
Makefile +8 -0
README.md +49 -29
pagerbot.gemspec +2 -2
+ 28
- 0
helmchart/pagerbot/templates/mongo-pvc.yaml
0 → 100644
+ 13
- 0
helmchart/pagerbot/templates/mongo-svc.yaml
0 → 100644
+ 14
- 0
+ 31
- 0
+ 29
- 0