Commit f4bc410
feat(oncall): use selectors where required, raise Shift functions, and set required defaults (#29)
* fix(oncall): refer to EscalationChains using selectors
* fix(oncall)!: require namespace for Escalation Chain references
BREAKING CHANGE: Escalation Chain constructor now requires a `namespace`
argument.
* fix(oncall): fix docs argument mishap
* fix(oncall): remove stray matchProvider
* fix(oncall): use selectors for Integration references in Routes
* fix(oncall): use selectors for Escalations
* fix(oncall): reference Schedules with selectors
* fix(oncall)!: require namespace for Schedule creation
BREAKING CHANGE: Schedule constructor now requires a `namespace`
argument.
* fix(oncall): remove default value for required argument
* feat(oncall): raise some raw shift functions
* fix(oncall): set required Shift fields to defaults
* docs(oncall): regenerate docs
* fix(oncall): use selectors to reference shifts
* refactor: tweak the changes a bit
* chore: bump version
---------
Co-authored-by: Duologic <[email protected]>1 parent dca5099 commit f4bc410
File tree
15 files changed
+704
-508
lines changed- docs
- oncall
- schedule
- calendar
- grafanaplane
- oncall
- zz
15 files changed
+704
-508
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
This file was deleted.
0 commit comments