oncall-engine/engine
Joey Orlando 1177e44cc7
enterprise dev changes + few other small changes (#802)
* support enterprise development in docker

* fix flaky mysql healthcheck command

I was getting the mysql_to_create_grafana_db and oncall_db_migration prematurely starting up
this commit changes the healthcheck used here to
be the same as what is used in docker-compose-mysql-rabbitmq.yml

* upgrade docker-compose config files to 3.9

3.8 does not actually support the "long form" version of depends_on
see here for more info https://stackoverflow.com/a/54249757
https://docs.docker.com/compose/compose-file/compose-file-v3/#depends_on

* add make init command and update documentation

* cleanup gitignore files
2022-11-09 07:21:33 +01:00
..
apps Merge pull request #707 from grafana/add-region-to-organization 2022-11-08 10:30:53 -07:00
common Fix oncallGatewayClient 2022-11-08 16:27:36 +08:00
config_integrations Readme about how to add Integrations and Zabbix Integration (#653) 2022-11-02 22:58:47 +08:00
engine Check user attribute 2022-11-02 10:47:26 -06:00
settings Merge pull request #707 from grafana/add-region-to-organization 2022-11-08 10:30:53 -07: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 enterprise dev changes + few other small changes (#802) 2022-11-09 07:21:33 +01:00
celery_with_exporter.sh Change flags position for celery 5 2022-09-01 13:54:19 +03:00
conftest.py Add tests 2022-10-27 15:40:46 -06:00
Dockerfile enterprise dev changes + few other small changes (#802) 2022-11-09 07:21:33 +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 One startup command to rule them all (#760) 2022-11-07 16:34:43 +01:00
tox.ini Add rule for jinja2.Template to remind common environment use 2022-11-07 15:40:49 -07: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