From 7be883fb0a7851d6798eeadfbc79938d20ba4129 Mon Sep 17 00:00:00 2001 From: Jefferson Date: Wed, 5 Jun 2024 07:19:23 -0700 Subject: [PATCH 1/4] feature: Keto Stack Included in Docker Compose file - Auth --- components/auth/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/auth/docker-compose.yml b/components/auth/docker-compose.yml index 4784941d..cd06817e 100644 --- a/components/auth/docker-compose.yml +++ b/components/auth/docker-compose.yml @@ -186,4 +186,4 @@ services: - app-tier networks: - app-tier: \ No newline at end of file + app-tier: From c5c28311b661948c922e541cc618e30bcf878313 Mon Sep 17 00:00:00 2001 From: Jefferson Date: Wed, 5 Jun 2024 07:20:29 -0700 Subject: [PATCH 2/4] feature: Keto Stack Included in Docker Compose file - Auth --- components/auth/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/auth/docker-compose.yml b/components/auth/docker-compose.yml index cd06817e..f21eee4c 100644 --- a/components/auth/docker-compose.yml +++ b/components/auth/docker-compose.yml @@ -177,7 +177,7 @@ services: timeout: 5s retries: 5 - mailslurper: #simulate email verification steps + mailslurper: image: oryd/mailslurper:latest-smtps ports: - "4436:4436" @@ -186,4 +186,4 @@ services: - app-tier networks: - app-tier: + app-tier: \ No newline at end of file From dfd765fab6f1c860879e096eeb2f9527e998d820 Mon Sep 17 00:00:00 2001 From: MartinezAvellan Date: Wed, 5 Jun 2024 16:23:09 +0200 Subject: [PATCH 3/4] fix: add comments :bug: --- components/transaction/internal/ports/transaction.go | 1 + 1 file changed, 1 insertion(+) diff --git a/components/transaction/internal/ports/transaction.go b/components/transaction/internal/ports/transaction.go index 9d1b7a7f..1e400946 100644 --- a/components/transaction/internal/ports/transaction.go +++ b/components/transaction/internal/ports/transaction.go @@ -88,6 +88,7 @@ func (handler *TransactionHandler) ValidateTransaction(ctx *fiber.Ctx) error { }) } +// ParserTransactionTemplate method responsible for validate transaction template func (handler *TransactionHandler) ParserTransactionTemplate(ctx *fiber.Ctx) error { fileHeader, err := ctx.FormFile("dsl") if err != nil { From a39d0e8271f394907860324b444b291278e7b28b Mon Sep 17 00:00:00 2001 From: lerian-studio Date: Wed, 5 Jun 2024 14:36:31 +0000 Subject: [PATCH 4/4] chore(release): 1.7.0-beta.1 ## [1.7.0-beta.1](https://github.com/LerianStudio/midaz/compare/v1.6.0...v1.7.0-beta.1) (2024-06-05) ### Features * Keto Stack Included in Docker Compose file - Auth ([c5c2831](https://github.com/LerianStudio/midaz/commit/c5c28311b661948c922e541cc618e30bcf878313)) * Keto Stack Included in Docker Compose file - Auth ([7be883f](https://github.com/LerianStudio/midaz/commit/7be883fb0a7851d6798eeadfbc79938d20ba4129)) ### Bug Fixes * add comments :bug: ([dfd765f](https://github.com/LerianStudio/midaz/commit/dfd765fab6f1c860879e096eeb2f9527e998d820)) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6bbc1b..97370231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.7.0-beta.1](https://github.com/LerianStudio/midaz/compare/v1.6.0...v1.7.0-beta.1) (2024-06-05) + + +### Features + +* Keto Stack Included in Docker Compose file - Auth ([c5c2831](https://github.com/LerianStudio/midaz/commit/c5c28311b661948c922e541cc618e30bcf878313)) +* Keto Stack Included in Docker Compose file - Auth ([7be883f](https://github.com/LerianStudio/midaz/commit/7be883fb0a7851d6798eeadfbc79938d20ba4129)) + + +### Bug Fixes + +* add comments :bug: ([dfd765f](https://github.com/LerianStudio/midaz/commit/dfd765fab6f1c860879e096eeb2f9527e998d820)) + ## [1.6.0](https://github.com/LerianStudio/midaz/compare/v1.5.0...v1.6.0) (2024-06-05)