Commit graph

779 commits

Author SHA1 Message Date
Rares Mardare
98dbca82c7 cleanup 2022-09-19 13:19:56 +03:00
Rares Mardare
dd77596447 handle page refresh when switching teams 2022-09-16 17:43:31 +03:00
Rares Mardare
d71d8c42c6 fetch item with ?from_organization=true 2022-09-16 16:48:05 +03:00
Julia
c92faf23c6 Add tests for wrong team for user 2022-09-16 11:53:47 +03:00
Julia
4bcdcfa381 Wrong team error for user page 2022-09-16 11:52:38 +03:00
Rares Mardare
f2072034d5 linter 2022-09-14 16:06:31 +03:00
Rares Mardare
89361ba7e6 fix for webhook crash 2022-09-14 14:32:14 +03:00
Rares Mardare
f4501311cc reset wrong team boolean on query parse 2022-09-14 13:47:40 +03:00
Julia
7d5636291a Wrong team error for integrations and escalation chains pages 2022-09-12 17:30:45 +03:00
Julia
e4ae10c678 Wrong team error for schedules and custom buttons, add flag to get object from the whole organization 2022-09-12 17:26:23 +03:00
Rares Mardare
6f191518df removed unused param 2022-09-12 10:44:22 +03:00
Rares Mardare
812ab7b185 added a comment to let it know about re-throwing error 2022-09-12 10:36:04 +03:00
Rares Mardare
ced13786df refactored usage of wrong team display 2022-09-09 16:03:11 +03:00
Rares Mardare
1a778f95c2 webhooks also 2022-09-09 15:17:28 +03:00
Rares Mardare
aded7a25cb same for schedules 2022-09-09 14:51:13 +03:00
Rares Mardare
f3edd92a77 same for integrations 2022-09-09 14:26:17 +03:00
Rares Mardare
3e5d9e3fcd handling for escalation chains for wrong team 2022-09-09 13:59:59 +03:00
Rares Mardare
f862d0342b added helper to reuse wrong team handling functionality 2022-09-08 15:11:38 +03:00
Matias Bordese
70848425fb
Merge pull request #506 from grafana/matiasb/schedules-name-search-filter
Add name search filter to schedules API
2022-09-08 08:57:52 -03:00
Innokentii Konstantinov
d8365db8f5
is_icals_equal fixes (#510)
* is_icals_equal fixes

* treat None SEQUENCE as equal
2022-09-08 16:11:03 +05:00
Yulya Artyukhina
84bcbb375f
Merge pull request #477 from grafana/shift-notifications-for-web-schedule
Fix slack notification for web schedules
2022-09-08 12:03:41 +03:00
Matias Bordese
e5c247cf42 Add name search filter to schedules API 2022-09-07 14:34:43 -03:00
Matias Bordese
026474b43b
Merge pull request #486 from grafana/matiasb/update-preview-shift-pk-reuse
Update web schedule shift preview PK reusing logic
2022-09-07 11:35:34 -03:00
Matias Bordese
a7c44b4c08 Update preview to keep final behavior when changing a future shift 2022-09-07 11:23:40 -03:00
Matias Bordese
02326d81fa
Merge pull request #485 from grafana/matiasb/schedules-related-escalation-chains
Add related escalation chains details to schedule API
2022-09-07 11:17:05 -03:00
Matias Bordese
5a68847557 Refactoring schedule API annotations 2022-09-07 11:12:38 -03:00
Michael Derynck
c83b769023
Merge pull request #497 from grafana/switch-org-title-to-stack-slug
Use stack-slug instead of org-title
2022-09-07 08:00:04 -06:00
Matias Bordese
0a9c9eb59a
Merge pull request #487 from grafana/matiasb/next-shifts-per-user-list-all
Update next shifts per user to list all (web) schedule users
2022-09-07 10:26:28 -03:00
Matias Bordese
f929d18d6e
Merge pull request #496 from grafana/matiasb/events-fallback-rotation-id
Add rotation ID fallback for ical events
2022-09-07 10:10:47 -03:00
Vadim Stepanov
bd5dd39f86
Update Chart.yaml 2022-09-07 12:32:38 +01:00
Vadim Stepanov
3b27d8a361
Update CHANGELOG.md 2022-09-07 11:36:41 +01:00
Vadim Stepanov
f5a8d859c7
Update CHANGELOG.md 2022-09-07 11:35:41 +01:00
Vadim Stepanov
e63374db19
Update README.md 2022-09-07 11:05:46 +01:00
Vadim Stepanov
b68dd9bc92
fix deleting the last notification rule for pagerduty migrator (#484) 2022-09-07 10:58:31 +01:00
Yulia Shanyrova
981fdf54a1
error message added to failed request on resolving incident (#499)
* error message added to failed request on resolving incident

* changed the order of condition
2022-09-07 10:39:25 +01:00
Robby Milo
c7be47e085
Merge pull request #412 from grafana/robbymilo/docs-breadcrumbs
docs - fix breadcrumbs
2022-09-07 09:35:53 +02:00
Matias Bordese
b48aadc01c
Merge pull request #473 from grafana/matiasb/fix-update-channel-filter-api-multiple-backends
Fix channel filter updates when there are multiple backends
2022-09-06 17:14:07 -03:00
Michael Derynck
c8fc19b402 Use stack-slug instead of org-title 2022-09-06 13:45:34 -06:00
Matias Bordese
1a133d33ff Add rotation ID fallback for ical events 2022-09-06 15:33:58 -03:00
Michael Derynck
a8fd2d96e2
Merge pull request #467 from grafana/retrying-tasks-fixes
Handle exceptions on some retrying tasks
2022-09-06 09:20:24 -06:00
Innokentii Konstantinov
0432f6f72a Update CHANGELOG.md 2022-09-06 20:18:03 +05:00
Innokentii Konstantinov
66be6378f3 Style fix 2022-09-06 19:43:48 +05:00
Innokentii Konstantinov
4e8727d1a1
New ical comparision func (#480)
* New ical comparision func

* Add support for field `sequence` for custom on-call shifts

* Fix ical comparison

* New ical comparision func 2

* fix

* Revert "Add support for field `sequence` for custom on-call shifts"

This reverts commit b7b18d5a

Co-authored-by: Julia <ferril.darkdiver@gmail.com>
2022-09-06 19:12:10 +05:00
Vadim Stepanov
727dd438d4
Update CHANGELOG.md 2022-09-06 13:11:12 +01:00
Yulia Shanyrova
81cd5c1722
Warning message for title of web template has been added (#490)
* Warning message for title of web template has been added

* edit text

* edit text

Co-authored-by: Vadim Stepanov <vadimkerr@gmail.com>
2022-09-06 12:57:21 +01:00
Vadim Stepanov
afe13550da
Alert group search (#488)
* use web title template to render alert group verbose name

* remove group_verbose_name from tests

* clean up group_verbose_name

* remove verbose_name from API & plugin

* verbose_name migration

* update verbose name on web title template change

* use long queue for updating verbose name

* use first alert for updating verbose name

* improve batch_ids

* fix update_verbose_name

* post-review fixes

* post-review fixes
2022-09-06 11:30:12 +01:00
Matias Bordese
d74f4cc2be Update next shifts per user to list all (web) schedule users 2022-09-05 17:23:35 -03:00
Matias Bordese
c413c54329 Update web schedule shift preview PK reusing logic 2022-09-05 15:50:58 -03:00
Matias Bordese
b41fec5439 Add related escalation chains details to schedule API 2022-09-05 15:00:14 -03:00
Vadim Stepanov
315a356fda
Handle vendor = None for pagerduty migrator (#483) 2022-09-05 15:59:05 +01:00