oncall-engine/engine/apps/webhooks/migrations
Michael Derynck 7440a836da
Webhooks Public API (#2790)
# What this PR does
- Add public API for Webhooks CRUD, and GET webhook responses
- Add insight resource logs for internal and public webhook API calls
- Change public actions API to wrap Webhooks to maintain compatibility
with existing callers
 

## Which issue(s) this PR fixes

#2792 
#2793 

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2023-08-22 14:05:52 -06:00
..
0001_initial.py Add webhooks app and initial models (#1101) 2023-03-09 19:39:25 +00:00
0002_auto_20230320_1604.py Keep webhook responses data (#1580) 2023-03-21 13:43:37 +00:00
0003_auto_20230412_0006.py New webhook improvements (#1728) 2023-04-13 12:52:29 -06:00
0004_auto_20230418_0109.py Add unacknowledge trigger for new webhooks (#1768) 2023-04-18 13:03:33 -06:00
0005_webhook_is_legacy.py Add is_legacy column to handle webhook migration (#1813) 2023-04-25 11:22:56 -03:00
0006_auto_20230426_1631.py Webhook 2 improvements and fixes (#1829) 2023-04-26 15:55:08 -06:00
0007_webhookresponse_event_data.py Rares/add template editor to webhooks (#2455) 2023-07-11 18:03:34 +00:00
0008_auto_20230712_1613.py Fix migration for long names and do not include deleted (#2528) 2023-07-13 16:32:30 -06:00
0009_alter_webhook_authorization_header.py Increase max size of authorization_header in DB (#2720) 2023-08-02 14:32:10 +00:00
0010_alter_webhook_trigger_type.py Webhooks Public API (#2790) 2023-08-22 14:05:52 -06:00
__init__.py Add webhooks app and initial models (#1101) 2023-03-09 19:39:25 +00:00