Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add explanation for rotation layer #1724

Closed
wants to merge 29 commits into from
Closed
Changes from 12 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
03a8b2f
Add explanation for rotation layer
alfredo-d Apr 11, 2023
e8b1f32
update for markdownlint
alfredo-d Apr 13, 2023
64230ea
update docs create-schedule
alfredo-d Apr 13, 2023
83c2b20
Update index.md
alfredo-d Apr 13, 2023
880f20e
Merge branch 'alfredo-d-patch-1' of https://github.com/grafana/oncall…
alfredo-d Apr 13, 2023
0709b43
Fix lint
Konstantinov-Innokentii Apr 13, 2023
8da9a2c
Merge remote-tracking branch 'origin/alfredo-d-patch-1' into alfredo-…
Konstantinov-Innokentii Apr 13, 2023
4a847c5
fix formatting
alfredo-d Apr 13, 2023
b56df3a
Update docs/sources/calendar-schedules/web-schedule/create-schedule/i…
alfredo-d Apr 28, 2023
f405fe9
Update docs/sources/calendar-schedules/web-schedule/create-schedule/i…
alfredo-d Apr 28, 2023
90b28d1
Update docs/sources/calendar-schedules/web-schedule/create-schedule/i…
alfredo-d Apr 28, 2023
71e9237
Templates tweaks (#1993)
teodosii May 23, 2023
d2ad996
Bump requests from 2.29.0 to 2.31.0 in /engine (#1987)
dependabot[bot] May 23, 2023
5e97a2d
Bump requests from 2.27.1 to 2.31.0 in /tools/pagerduty-migrator (#1985)
dependabot[bot] May 23, 2023
3c54d1b
Fix autosuggestions in monaco editor (#1953)
teodosii May 23, 2023
98be80c
Make payload be readonly within Templates drawer (#1994)
teodosii May 23, 2023
c921674
Improve plugin authentication (#1995)
vstpme May 23, 2023
06bd045
Fix MultipleObjectsReturned error on webhook endpoints (#1996)
vstpme May 23, 2023
c793e55
re-enable e2e UI tests on CI (#1961)
joeyorlando May 23, 2023
eefe7be
e2e tests on CI - actually await k8s resources to be ready before sta…
joeyorlando May 24, 2023
1f786e8
Phone provider refactoring (#1713)
Konstantinov-Innokentii May 24, 2023
dca0b1e
Improve twilio callback logging (#1998)
Konstantinov-Innokentii May 24, 2023
36f7ec2
Update CHANGELOG.md
Konstantinov-Innokentii May 24, 2023
d139fcc
Remove user defined time period from "you're going oncall" mobile pus…
iskhakov May 24, 2023
1839099
Update CHANGELOG.md
vstpme May 24, 2023
934c8e7
Update CHANGELOG.md
vstpme May 24, 2023
e9ae4cc
Docs restructure (#1703)
Matvey-Kuk May 24, 2023
a38f4d6
Merge branch 'main' into alfredo-d-patch-1
Matvey-Kuk May 24, 2023
e487e5d
Merge branch 'dev' into alfredo-d-patch-1
Matvey-Kuk May 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ User groups that contain
multiple users results in all users in the group being included in corresponding shifts.
1. When you’re satisfied with the rotation preview, click **Create**.

Oncall supports multiple **layers** for rotations which allow for overlapping shifts.
A layer defines the shift priority, for example a *Layer 2* shift overrides a *Layer 1* shift.
In this case, users in a *Layer 1* shift will not be notified during the time overlapping with a shift in *Layer 2*.

### Add an on-call schedule to escalation chains

Now that you’ve created your schedule, it must be referenced in the steps of an escalation chain for on-call users
Expand Down