Skip to content

Commit

Permalink
feat: add statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Feb 13, 2024
1 parent 032e134 commit 0861361
Show file tree
Hide file tree
Showing 44 changed files with 1,954 additions and 332 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ jobs:
- cluster: prod-sng
network_name: mainnet
network_version: v2
- cluster: prod-sng
network_name: sejong
network_version: v2
- cluster: prod-sng
network_name: lisbon
network_version: v2
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.idea/
.vscode/

icondashboard-list-apps

.env
.env.test
.old
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ ps: ## List all containers and running status
postgres-console: ## Start postgres terminal
docker-compose -f docker-compose.db.yml -f docker-compose.yml exec postgres psql -U postgres

install: ## Install all requirements
pip install -r requirements-common.txt -r requirements-api.txt -r requirements-cron.txt -r requirements-streaming.txt -r requirements-dev.txt

help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-16s\033[0m %s\n", $$1, $$2}'
Loading

0 comments on commit 0861361

Please sign in to comment.