Merged in feature/splitqueryrunning (pull request #57)
Split Query Running + Debugging Full Flow * completedquerysyncrunner * spliitinglogic * synccomplete * informdependents * only push same collector * deps * livetesting * foundissue * some issues resolved * activeupdate * collectorupdatefixes * fix dbquesries * tests * tests * pollingdebug
This commit is contained in:
@@ -22,7 +22,7 @@ includes:
|
||||
taskfile: openapi.yml
|
||||
compose:
|
||||
dir: "{{.CONTEXT}}"
|
||||
taskfile: compose.yml
|
||||
taskfile: local-deployments.yml
|
||||
db:
|
||||
dir: "{{.CONTEXT}}"
|
||||
taskfile: database.yml
|
||||
|
||||
@@ -23,11 +23,15 @@ tasks:
|
||||
- docker compose -f {{.TEST_COMPOSE_FILE}} up --no-recreate -d
|
||||
refresh:
|
||||
cmds:
|
||||
- task docker:build
|
||||
- task: build
|
||||
- task: down
|
||||
- task: up
|
||||
- docker compose -f {{.LOCAL_COMPOSE_FILE}} up --no-recreate -d
|
||||
- task: init
|
||||
up:
|
||||
cmds:
|
||||
- task docker:build
|
||||
- task: build
|
||||
- docker compose -f {{.LOCAL_COMPOSE_FILE}} up --no-recreate -d
|
||||
- task: init
|
||||
init:
|
||||
Reference in New Issue
Block a user