Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/MIDAZ-288 #292

Merged
merged 42 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
d9246bf
fix: standardize telemetry and logger shutdown in ledger and transact…
qnen Nov 21, 2024
3cf681d
fix: update wire gen with standardize telemetry shutdown in ledger gr…
qnen Nov 21, 2024
0165a7c
feat: add base to the swagger documentation and telemetry root span h…
qnen Nov 21, 2024
aaf0d29
chore: update codeowners group names :wrench:
qnen Nov 22, 2024
7597ac2
feat: update swagger documentation base using envs and generate docs …
qnen Nov 22, 2024
65ea499
feat: add swagger documentation to onboarding context on ledger servi…
qnen Nov 22, 2024
fad4b08
feat: add swagger documentation to the portfolio context on ledger se…
qnen Nov 22, 2024
cef9e22
feat: add swagger documentation generated for ledger :sparkles:
qnen Nov 22, 2024
269b5c1
refactor: change ledger architecture :hammer:
MartinezAvellan Nov 22, 2024
1a2c76e
fix: make lint :bug:
MartinezAvellan Nov 22, 2024
fe491ef
chore(release): update version in .env.example to v1.29.0
lerian-studio Nov 22, 2024
fcd6d6b
feat: update architecture final stage :sparkles:
MartinezAvellan Nov 22, 2024
9c2ffc5
feat: add swagger documentation generated for transaction :sparkles:
qnen Nov 22, 2024
ef13013
fix: adjust makefile remove wire. :bug:
MartinezAvellan Nov 22, 2024
1d14e3c
refactor: metadata and mongodb :hammer:
MartinezAvellan Nov 23, 2024
a215250
refactor: server and config :hammer:
MartinezAvellan Nov 23, 2024
fe1e078
refactor: redis :hammer:
MartinezAvellan Nov 23, 2024
ca2e217
refactor: rabbitmq :hammer:
MartinezAvellan Nov 23, 2024
cbe3779
refactor: move files from up directory :hammer:
MartinezAvellan Nov 23, 2024
3cca3f8
refactor: organization :hammer:
MartinezAvellan Nov 23, 2024
660907b
refactor: ledger :hammer:
MartinezAvellan Nov 23, 2024
325a14e
refactor: asset :hammer:
MartinezAvellan Nov 23, 2024
ceae9dc
refactor: product :hammer:
MartinezAvellan Nov 23, 2024
c0c9d25
refactor: portfolio :hammer:
MartinezAvellan Nov 23, 2024
70e37ff
refactor: account :hammer:
MartinezAvellan Nov 23, 2024
ac9f3eb
refactor: update import names :hammer:
MartinezAvellan Nov 23, 2024
36b62d4
fix: lint :bug:
MartinezAvellan Nov 23, 2024
cbecfbc
Merge remote-tracking branch 'origin/feature/adding-repobeats-activit…
MartinezAvellan Nov 25, 2024
837637e
Merge remote-tracking branch 'origin/feature/MIDAZ-265' into feature/…
MartinezAvellan Nov 25, 2024
8bb5853
fix: fix merge with two others repos :bug:
MartinezAvellan Nov 25, 2024
d417fe2
fix: update with lint warning :bug:
MartinezAvellan Nov 25, 2024
c0d1d14
fix: update imports :bug:
MartinezAvellan Nov 25, 2024
125cfc7
fix: update imports names :bug:
MartinezAvellan Nov 25, 2024
80a0206
fix: reorganize imports :bug:
MartinezAvellan Nov 25, 2024
9e501c4
fix: update erros and imports :bug:
MartinezAvellan Nov 25, 2024
348e2a4
Merge branch 'develop' into feature/MIDAZ-288
MartinezAvellan Nov 25, 2024
a4f2e32
Revert "feat: add swagger documentation generated for transaction :sp…
qnen Nov 25, 2024
dbdfcf5
feat: adjust small issues from swagger docs :sparkles:
qnen Nov 25, 2024
bce4111
fix: adjust lint issues :bug:
qnen Nov 25, 2024
26ca506
Merge remote-tracking branch 'origin/feature/MIDAZ-265' into feature/…
MartinezAvellan Nov 25, 2024
ad73b11
fix: merge MIDAZ-265 :bug:
MartinezAvellan Nov 25, 2024
4847ffd
fix: update make file :bug:
MartinezAvellan Nov 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Default owners for the entire repository
* @LerianStudio/Dev
* @LerianStudio/G_Github_Dev

# Owners for specific directories and files
.github/* @LerianStudio/Devops
.githooks/* @LerianStudio/Devops
components/* @LerianStudio/Dev
.github/* @LerianStudio/G_Github_Devops
.githooks/* @LerianStudio/G_Github_Devops
components/* @LerianStudio/G_Github_Dev
22 changes: 21 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,21 @@ help:
@echo ""
@echo "$(BOLD)Setup Commands:$(NC)"
@echo " make set-env - Copy .env.example to .env for all components"
@echo "Usage:"
@echo " ## Root Commands"
@echo " make build Build all project services."
@echo " make test Run tests on all projects."
@echo " make clean Clean the directory tree of produced artifacts."
@echo " make lint Run static code analysis (lint)."
@echo " make format Run code formatter."
@echo " make checkEnvs Check if github hooks are installed and secret env on files are not exposed."
@echo " make auth Run a command inside the auth app in the components directory to see available commands."
@echo " make infra Run a command inside the infra app in the components directory to see available commands."
@echo " make ledger Run a command inside the ledger app in the components directory to see available commands."
@echo " make transaction Run a command inside the transaction app in the components directory to see available commands."
@echo " make set-env Run a command to copy all .env.example to .env into respective folders."
@echo " make all-services Run a command to all services passing any individual container command."
@echo " make generate-docs-all Run a command to inside the ledger and transaction app to generate swagger docs."
@echo ""
@echo "$(BOLD)Service Commands:$(NC)"
@echo " make up - Start all services with Docker Compose"
Expand Down Expand Up @@ -61,7 +76,7 @@ cover:
echo "$(RED)Error: go is not installed$(NC)"; \
exit 1; \
fi
go test -cover ./...
go test -cover ./...

lint:
@echo "$(BLUE)Running linter and performance checks...$(NC)"
Expand Down Expand Up @@ -143,3 +158,8 @@ goreleaser:
tidy:
@echo "$(BLUE)Running go mod tidy...$(NC)"
go mod tidy

generate-docs-all:
@echo "$(BLUE)Executing command to generate swagger...$(NC)"
$(MAKE) -C $(LEDGER_DIR) generate-docs && \
$(MAKE) -C $(TRANSACTION_DIR) generate-docs
22 changes: 11 additions & 11 deletions common/mgrpc/account/account.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 12 additions & 36 deletions common/mgrpc/account/account_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading