oncall-engine/engine/apps/api/views
Joey Orlando 7ea5b07704
change escalation chains searching to allow for partial searching (#1578)
# Which issue(s) this PR fixes

Previously if you had an Escalation Chain named "Something Critical" and
tried searching for "Critical", it would return no results. This was
because the backend was using a "starts-with" search on the `name`
attribute.

This PR changes that to use "partial searching" + adds a few e2e test
cases.

## Checklist

- [x] Tests updated
- [ ] Documentation added (N/A)
- [x] `CHANGELOG.md` updated
2023-03-20 15:51:39 +01:00
..
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
alert_group.py Add alert group filter by escalation chain (#1535) 2023-03-14 14:38:18 +00:00
alert_receive_channel.py Show direct paging integrations in list filter options (#1329) 2023-02-16 11:38:45 +00:00
alert_receive_channel_template.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
alerts.py Add alert detail view (#385) 2022-08-19 14:03:07 +05:00
auth.py Rework slack login to check backend before redirecting (#1306) 2023-02-08 09:08:18 -03:00
channel_filter.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
custom_button.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
escalation_chain.py change escalation chains searching to allow for partial searching (#1578) 2023-03-20 15:51:39 +01:00
escalation_policy.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
features.py remove mobile app feature flag (#1484) 2023-03-08 11:22:44 +01:00
gitops.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
integration_heartbeat.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
live_setting.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
maintenance.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
on_call_shifts.py Add force option to delete web schedule shifts (#1519) 2023-03-09 18:39:25 +00:00
organization.py Introduce org uuid (#947) 2022-12-06 22:42:58 +08:00
paging.py Return alert group ID in direct paging API (#1241) 2023-01-30 11:48:25 +00:00
preview_template_options.py Fix of templates api behaviour for public and private api (#1408) 2023-03-01 16:32:15 +08:00
public_api_tokens.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
resolution_note.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
route_regex_debugger.py Optimize alert group list view (#299) 2022-07-27 14:14:59 +03:00
schedule.py Fix pagination issue when searching schedules (#1437) 2023-03-01 16:28:40 +00:00
slack_channel.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
slack_team_settings.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
subscription.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
team.py Mobile app messaging backend (#874) 2022-11-23 15:56:43 +00:00
telegram_channels.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
test_insight_logs.py Fix propagation for the insight logger 2022-07-25 12:59:12 +04:00
user.py Remove OSS_INSTALATION env var (#881) 2023-03-07 11:07:42 +00:00
user_group.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
user_notification_policy.py Allow messaging backends to be enabled/disabled per organization (#1151) 2023-01-18 15:52:25 +00:00
webhooks.py Enable new webhooks preview per org (#1534) 2023-03-14 14:31:47 +00:00