oncall-engine/engine
Joey Orlando e1b798d586
add curl and bash to oncall engine docker image (#1034)
Currently unable to exec into a k8s pod. I believe this is because
`bash` is missing from the Docker image after switching from alpine to
debian buster. Debugging this by adding in `bash`.
2022-12-21 18:23:16 +01:00
..
apps modify push notification settings + use fcm-django library (#998) 2022-12-20 12:41:34 +01:00
common Introduce org uuid (#947) 2022-12-06 22:42:58 +08:00
config_integrations add precommit rules for markdown/json files (#915) 2022-12-01 14:26:54 +01:00
engine add make command to configure mobile app feature (#988) 2022-12-14 09:36:35 +01:00
settings modify push notification settings + use fcm-django library (#998) 2022-12-20 12:41:34 +01:00
static/images World, meet OnCall! 2022-06-03 08:09:47 -06:00
.dockerignore One startup command to rule them all (#760) 2022-11-07 16:34:43 +01:00
.gitignore modify push notification settings + use fcm-django library (#998) 2022-12-20 12:41:34 +01:00
celery_with_exporter.sh Add flag to debug logs (#912) 2022-11-29 11:16:42 +08:00
conftest.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
Dockerfile add curl and bash to oncall engine docker image (#1034) 2022-12-21 18:23:16 +01:00
manage.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
pyproject.toml World, meet OnCall! 2022-06-03 08:09:47 -06:00
requirements.txt modify push notification settings + use fcm-django library (#998) 2022-12-20 12:41:34 +01:00
tox.ini Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
uwsgi.ini Update uwsgi.ini 2022-06-15 19:13:50 +03:00
wait_for_test_mysql_start.sh World, meet OnCall! 2022-06-03 08:09:47 -06:00