Merged in feature/remove-query (pull request #201)

remove query from codebase part 1

* remove query

* fix localstack run
This commit is contained in:
Jay Brown
2026-01-14 17:59:04 +00:00
parent ebf47c6013
commit 0ddae4f91e
167 changed files with 1059 additions and 20641 deletions
+11 -2
View File
@@ -31,6 +31,13 @@ tasks:
COMPOSE_FILE: "{{.COMPOSE_FILE | default .LOCAL_COMPOSE_FILE}}"
cmds:
- docker compose -f {{.COMPOSE_FILE}} up --no-recreate --wait -d
up:infra:
desc: "Start only infrastructure containers (localstack, db, prometheus)"
internal: true
vars:
COMPOSE_FILE: "{{.COMPOSE_FILE | default .LOCAL_COMPOSE_FILE}}"
cmds:
- docker compose -f {{.COMPOSE_FILE}} up localstack db prometheus -d --wait
up:test:
cmds:
- task: up:cmd
@@ -55,8 +62,9 @@ tasks:
- task deps:tidy
- task docker:build
- task: build
- task: up:cmd
- task: up:infra
- task: init
- task: up:cmd
refresh:
cmds:
- task deps:tidy
@@ -64,8 +72,9 @@ tasks:
- task docker:build:debug
- task: build
- task: down
- task: up:cmd
- task: up:infra
- task: init
- task: up:cmd
init:
internal: true
cmds: