1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-28 23:20:23 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Diego Cepeda
08b94bd6a1 MYSQL SCHEMA CHANGE - add api managed teams that disable UI info changes (#396)
* MYSQL SCHEMQA CHANGE - add api_managed_roster

* whitespace formatting

* test

* test

* update changelog

* update test

* update schema-update file name
2023-06-07 13:11:05 -05:00
Andrew Carter
00d37fa8e3 Adding team_services/team_users routes (#370)
These routes essentially dump the corresponding SQL tables.
Added tests for the new routes.
2022-03-29 10:04:52 -07:00
ddurruty-li
57b4c2d194 fixed handling of teams with trailing/leading spaces in team name (#350)
* fixed handling of teams with trailing/leading spaces in team name

* fixed handling of teams with trailing/leading spaces in team names

* specified precise mysql-server version to allow CircleCI checks to pass

Co-authored-by: Damian Durruty <ddurruty@ddurruty-mn2.linkedin.biz>
2021-06-04 16:40:03 -07:00
Joel Krauska
1c36875951 Add slack channel notifications (#321)
* Add slack channel notifications

* typo in comments

* flake8

* update original schema for CI

* add dummy data

* typo in tests

* 8 %s

* remove # from test data, whitespace

* add #s

* add to cols filter

Co-authored-by: Joel Krauska <jkrauska@linkedin.com>
2020-12-04 13:33:48 -08:00
Daniel Wang
e9c1598a06 Add "user" to both current and next in summary
Also update docs to reflect that
2018-02-12 18:52:20 -08:00
Daniel Wang
29ad8e3d02 Add override phone number to teams
Allows teams to configure a phone number that overrides a user's
regular number when they're the current primary on-call. This
lets teams pass around an on-call pager with a single phone
number, for example.
2018-01-10 16:17:14 -08:00
Daniel Wang
d435e0f153 Tweak team_oncall and service_oncall
Add endpoints for getting current oncall without specifying role,
add information to team/service oncall data returned
2017-10-10 10:42:27 -07:00
Daniel Wang
ee6f4bdc9c Use iris dynamic plans to escalate
Reduce plan spam in Iris from every Oncall team making a plan,
instead designate medium and urgent escalation plans and
dynamically determine targets.
2017-09-19 11:54:14 -07:00
Daniel Wang
a47e07fac5 Fix tests
Read db config from config.yaml, fix bugs, fix bad config value
2017-05-23 14:24:02 -07:00
Qingping Hou
3f40264243 initial commit 2017-05-02 15:57:25 -07:00