oncall-engine/engine/apps/oss_installation
Joey Orlando 49d20f1a7e
bump uwsgi to 2.0.26 + Python to 3.12.3 (#4495)
# What this PR does

- bumps `uwsgi` to latest version (`2.0.26`), which unblocks us from
bumping Python to 3.12
- bumps Python to 3.12.3
- refactor the Snyk GitHub Actions workflow to use the composable
actions for installed frontend and backend dependencies
- fixes several `AttributeError`s in our tests that went from a warning
to an error in Python 3.12 (see
https://github.com/python/cpython/issues/100690)

# Which issue(s) this PR closes

Closes #4358
Closes https://github.com/grafana/oncall/issues/4387
2024-06-10 15:33:37 -04:00
..
migrations Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
models Minor formatting changes (#2641) 2023-07-26 14:45:44 +01:00
serializers Add cloud connection statuses on user page (#34) 2022-06-13 16:29:08 +04:00
tests Allow viewers fetch cloud connection status (#1181) 2023-01-23 11:17:57 +00:00
views Improve OpenAPI schema coverage (#3629) 2024-01-12 15:11:22 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
cloud_heartbeat.py bump uwsgi to 2.0.26 + Python to 3.12.3 (#4495) 2024-06-10 15:33:37 -04:00
constants.py Improve OpenAPI schema coverage (#3629) 2024-01-12 15:11:22 +00:00
tasks.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
urls.py Allow viewers fetch cloud connection status (#1181) 2023-01-23 11:17:57 +00:00
usage_stats.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
utils.py Improve OpenAPI schema coverage (#3629) 2024-01-12 15:11:22 +00:00