This website requires JavaScript.
Explore
Help
Sign in
centralcloud
/
oncall-engine
Watch
1
Star
0
Fork
You've already forked oncall-engine
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
dev
oncall-engine
/
grafana-plugin
/
.dockerignore
4 lines
41 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
One startup command to rule them all (#760) * Modify `docker-compose-developer` configuration files, and `Makefile` to support running everything in containers for local development - Make use of the COMPOSE_PROFILES env var that is supported by docker-compose to allow swapping-out/turning off certain docker-compose services. - add makefile cleanup command. Will remove all docker resources related to running the project locally - The "restart grafana container" issue, where users would need to restart their grafana container when setting up the project for the first time, is now fixed (make command now runs yarn build:dev before docker-compose startup; this ensures grafana-plugin/dist is available for grafana container before it starts up) - The DEVELOPER.md has been updated as well to reflect these new changes. It has been moved to ./dev/README.md (and references to the old file have been updated). - The redis image that is referenced in the docker-compose files has been pinned to v7.0.5 (latest version as of this commit) to avoid any surprises w/ future releases. - remove root .dockerignore in favour of individual .dockerignore files in ./engine and ./grafana-plugin
2022-11-07 16:34:43 +01:00
node_modules
.DS_Store
WIP: Direct paging improvements (#3064) # What this PR does * Create Direct Paging integration (with default route) when team is created with bulk_update * Create notification policies when user is created with bulk_update * If user notification policies are empty change it to Email * Minor markup and wording improvements * Add grafana queue to helm chart * Remove disabled commands for redis helm chart * Improve Dockerfile caching ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required)
2023-09-28 11:57:49 +08:00
playwright-report
Reference in a new issue
Copy permalink