Skip to content

Commit

Permalink
chore(deps): bump hatchet from be22a23 to 61a4650
Browse files Browse the repository at this point in the history
Bumps [hatchet](https://github.com/hatchet-dev/hatchet) from `be22a23` to `61a4650`.
- [Release notes](https://github.com/hatchet-dev/hatchet/releases)
- [Commits](hatchet-dev/hatchet@be22a23...61a4650)

---
updated-dependencies:
- dependency-name: hatchet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 3fa309f commit b187c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatchet
Submodule hatchet updated 39 files
+10 −2 api/v1/server/handlers/tenants/create_invite.go
+56 −0 api/v1/server/headers/middleware.go
+1 −0 api/v1/server/middleware/middleware.go
+2 −1 api/v1/server/run/run.go
+4 −4 cmd/hatchet-admin/cli/k8s.go
+1 −1 cmd/hatchet-admin/cli/seed.go
+4 −4 cmd/hatchet-admin/cli/token.go
+5 −5 cmd/hatchet-api/api/run.go
+7 −5 cmd/hatchet-engine/engine/run.go
+1 −1 cmd/hatchet-lite/main.go
+127 −0 examples/logging/main.go
+4 −0 examples/on-failure/main.go
+4 −3 frontend/docs/pages/home/hatchet-cloud-quickstart.mdx
+5 −5 go.mod
+10 −10 go.sum
+3 −0 internal/datautils/job_data.go
+2 −2 internal/msgqueue/postgres/msgqueue.go
+18 −5 internal/services/controllers/jobs/controller.go
+30 −7 internal/services/ingestor/ingestor.go
+14 −0 internal/services/ingestor/server.go
+5 −5 internal/testutils/env.go
+2 −2 internal/testutils/with_database.go
+3 −3 pkg/auth/cookie/sessionstore_test.go
+4 −4 pkg/auth/token/token_test.go
+1 −1 pkg/config/database/config.go
+65 −47 pkg/config/loader/loader.go
+6 −1 pkg/config/server/server.go
+5 −0 pkg/repository/logs.go
+18 −0 pkg/repository/prisma/dbsqlc/workflow_runs.sql
+45 −0 pkg/repository/prisma/dbsqlc/workflow_runs.sql.go
+11 −0 pkg/repository/prisma/log.go
+35 −7 pkg/repository/prisma/repository.go
+40 −1 pkg/repository/prisma/tenant_invite.go
+11 −0 pkg/repository/prisma/workflow_run.go
+5 −1 pkg/repository/tenant_invite.go
+2 −0 pkg/repository/workflow_run.go
+7 −0 pkg/validator/validator.go
+13 −0 pkg/worker/context.go
+4 −0 pkg/worker/middleware_test.go

0 comments on commit b187c8e

Please sign in to comment.