oncall-engine/engine/apps/integrations/tests
Vadim Stepanov 2b5554c079
Remove explicit request size limits (#3878)
# What this PR does

Remove explicit request size limits both for uwsgi & Django. After this
change, the effective request size limit will be 2.5MB as the default
Django value for
[DATA_UPLOAD_MAX_MEMORY_SIZE](https://docs.djangoproject.com/en/4.2/ref/settings/#data-upload-max-memory-size).

## 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)
2024-02-22 15:00:33 +00:00
..
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
test_heartbeat_metadata.py Remove integration html instructions (#2627) 2023-07-25 04:31:28 +00:00
test_legacy_alertmanager.py Polish amv2 (#2701) 2023-08-01 13:13:58 +08:00
test_ratelimit.py Use periodic task for heartbeats (#2723) 2023-08-10 02:25:00 +00:00
test_tasks.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
test_views.py Remove explicit request size limits (#3878) 2024-02-22 15:00:33 +00:00