oncall-engine/engine/apps/schedules/migrations
Joey Orlando 74b919ee3e
shift swap requests model + CRUD endpoints (#2597)
# What this PR does

This PR should allow us to start working on _most_ of the remaining
tasks for this feature set.
- Adds a basic `ShiftSwapRequest` model + CRUD endpoints. 
- Adds a `POST /api/internal/v1/shift_swaps/<id>/take` endpoint which
allows a benefactor to take a request (only when certain conditions
about the ssr are met)

Closes #2587 

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required) will be done in #2589
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required) (will update once we ship the finalized feature set)
2023-07-21 19:35:19 +00:00
..
0001_squashed_initial.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0002_squashed_initial.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0003_alter_customoncallshift_frequency.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0004_customoncallshift_until.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0005_auto_20220704_1947.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0006_customoncallshift_rotation_start.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0007_customoncallshift_updated_shift.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0008_auto_20221201_0809.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0009_oncallschedulecalendar_enable_web_overrides.py Add support for web overrides to Terraform schedules (#1222) 2023-03-10 16:21:50 +00:00
0010_fix_polymorphic_delete_related.py Fix Grafana teams sync (#1652) 2023-03-28 18:26:24 +00:00
0011_oncallschedule_cached_ical_final_schedule.py Rework schedule ical export (#1783) 2023-04-18 17:07:11 +00:00
0012_auto_20230502_1259.py Remove schedule name uniqueness restriction (#1859) 2023-05-02 17:16:03 +00:00
0013_auto_20230517_0510.py Unify "name" and "title" field for oncall shift (#2239) 2023-06-14 19:05:19 +00:00
0014_shiftswaprequest.py shift swap requests model + CRUD endpoints (#2597) 2023-07-21 19:35:19 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00