Skip to content

Commit

Permalink
Merge pull request #17 from LerianStudio/feature/MZ-450
Browse files Browse the repository at this point in the history
Feature/mz 450
  • Loading branch information
MartinezAvellan authored Jun 3, 2024
2 parents 4052833 + 2c23e95 commit c12cebb
Show file tree
Hide file tree
Showing 70 changed files with 646 additions and 537 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ help:
@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 ledger Run a command inside the ledger app in the components directory to see available commands."
@echo " make all-services Run a command to all services passing any individual container command."
@echo ""
@echo " ## Utility Commands"
@echo " make setup-git-hooks Command to setup git hooks."
Expand Down Expand Up @@ -61,4 +62,8 @@ auth:
$(MAKE) -C $(AUTH_DIR) $(COMMAND)

ledger:
$(MAKE) -C $(LEDGER_DIR) $(COMMAND)
$(MAKE) -C $(LEDGER_DIR) $(COMMAND)

all-services:
$(MAKE) -C $(LEDGER_DIR) $(COMMAND) && \
$(MAKE) -C $(AUTH_DIR) $(COMMAND)
146 changes: 0 additions & 146 deletions common/mpostgres/api.go

This file was deleted.

31 changes: 0 additions & 31 deletions common/mpostgres/builder.go

This file was deleted.

49 changes: 0 additions & 49 deletions common/mpostgres/query.options.go

This file was deleted.

102 changes: 0 additions & 102 deletions common/mpostgres/regex.go

This file was deleted.

Loading

0 comments on commit c12cebb

Please sign in to comment.