Matias Bordese
Matias Bordese
Besides disabling them, git allows to set custom src/dst prefixes when rendering a diff (instead of `a/`, `b/`). unidiff should provide some way to parametrize this when parsing the diff.
Right now, code assumes `a/` and `b/` prefixes for the filenames being compared. Those prefixes could be different depending on: http://git-scm.com/docs/diff-config#Documentation/diff-config.txt-diffmnemonicPrefix
This is an initial PoC for a Celery backend implementation (still in progress, probably requiring some extra work, besides tests). How to use it: - Using this `django_tasks` branch in...
Avoid checking all schedules in an organization when filtering user events during export. This should help with some slow requests we are noticing.
### What went wrong? **What happened**: - A user that has been removed from a schedule is still shown in the schedule details page, and may still get notifications about...
Related to https://github.com/grafana/oncall/issues/4748 (work in progress, requires UI/UX decisions)
### What would you like to see! It should be possible to trigger a webhook in an alert group context via a custom action button. ### Product Area Alert Flow...
When rendering schedule, rotations and overrides, display a visual distinction for weekend days.