Commit Graph

46 Commits

Author SHA1 Message Date
tim 2bbfe7b175 feat(otel): remove custom service name in favor of env variable
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m16s
2026-01-02 19:12:21 +01:00
tim 147d57f6e5 feat: #194 enable sqlite wal mode for better performace
Build Docker Image / Build-Docker-Image (push) Successful in 3m40s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 3m57s
2025-06-20 22:55:59 +02:00
tim 6c92206b3c fix(observabillity): propagate ctx to every log call and add resource to logging
Build Docker Image / Build-Docker-Image (push) Successful in 5m5s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m36s
2025-06-17 12:59:43 +02:00
tim 11f3bcc89f feat(observabillity): #153 instrument sqlx
Build Docker Image / Build-Docker-Image (push) Successful in 2m29s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 2m49s
2025-06-07 22:04:29 +02:00
tim 63ade5916e fix(observabillity): include otel logs
Build Docker Image / Build-Docker-Image (push) Successful in 5m33s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m4s
2025-06-07 15:32:43 +02:00
tim 3e7251ef9d feat(observabillity): #115 integrate otel for metrics and traces
Build Docker Image / Build-Docker-Image (push) Successful in 5m51s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m46s
2025-06-07 12:25:07 +02:00
tim 6219741634 fix: move implementation to "internal" package
Build Docker Image / Build-Docker-Image (push) Successful in 4m49s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m8s
2025-05-29 13:42:13 +02:00
tim 76da3ca703 feat(transaction-recurring): #100 generate transactions
Build Docker Image / Build-Docker-Image (push) Successful in 5m13s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m7s
2025-05-29 00:32:48 +02:00
tim 1e7f2878ba fix: remove unused dependencies
Build Docker Image / Build-Docker-Image (push) Successful in 4m18s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m53s
2025-05-28 20:52:05 +02:00
tim 128a2fc4d7 fix: lint errors
Build Docker Image / Build-Docker-Image (push) Successful in 5m22s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m26s
2025-05-26 08:39:32 +02:00
tim 2ba5ddd9f2 feat(transaction-recurring): #100 implement editing of recurring transactions based on treasure chests
Build Docker Image / Build-Docker-Image (push) Successful in 4m56s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m2s
2025-05-25 14:35:00 +02:00
tim 7d51de7adf feat: update database location
Build Docker Image / Build-Docker-Image (push) Successful in 2m43s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 3m28s
2025-05-17 12:10:38 +02:00
tim c1a66bb261 feat(treasurechest): #66 remove db interface for treasure chests
Build Docker Image / Build-Docker-Image (push) Successful in 4m57s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m36s
2025-05-16 12:33:36 +02:00
tim 7e244ccc07 feat(account): #66 remove db interface for accounts
Build Docker Image / Build-Docker-Image (push) Successful in 4m56s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m33s
2025-05-16 11:39:22 +02:00
tim dbf272e3f3 feat(transaction): #66 implement transactions
Build Docker Image / Build-Docker-Image (push) Successful in 4m49s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m29s
2025-05-16 11:06:48 +02:00
tim 96ca636fbb feat(treasurechest): #64 implement hirarchical treasure chests
Build Docker Image / Build-Docker-Image (push) Successful in 4m4s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m6s
2025-05-13 12:45:05 +02:00
tim 5cfea4e2d3 feat(account): #49 refactor error handling 2025-05-09 23:08:55 +02:00
tim a58e8c6694 feat(account): #49 account page
Build Docker Image / Build-Docker-Image (push) Successful in 4m47s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m31s
2025-05-08 09:43:52 +02:00
tim f085ed378e feat(deps): update golangci-lint to v2
Build Docker Image / Build-Docker-Image (push) Successful in 5m5s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m53s
2025-05-06 19:45:41 +02:00
tim b20a48be25 feat: use sqlx
Build Docker Image / Build-Docker-Image (push) Failing after 6m59s
2025-05-04 15:53:41 +02:00
tim fa7119ed33 rename template
Build Docker Image / Build-Docker-Image (push) Successful in 7m40s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 3m55s
2025-03-31 21:50:59 +02:00
tim 52f6d3d706 chore: #174 make into template 2024-12-31 12:25:30 +01:00
tim 508aa3038b feat(observability): #360 remove umami to reduce complexity 2024-12-31 12:03:59 +01:00
tim 1ad694ce2b feat(security): #314 include all proposed security headers 2024-12-12 21:37:23 +01:00
tim 380dd979f6 feat(security): #305 don't cache sensitive data 2024-12-12 00:02:55 +01:00
tim eab42c26f8 feat(security): #286 anonymous sign in for csrf token on login form 2024-12-09 22:39:18 +01:00
tim 57989c9b03 feat(security): #286 implement csrf middleware 2024-12-09 22:39:03 +01:00
tim 5ef59df2d0 fix: remove redundante names 2024-12-04 23:34:59 +01:00
tim 2d5f42bb28 fix: move middleware to handlers, as it belongs there 2024-12-04 23:12:39 +01:00
tim 3ee26cd32b fix: remove db utils 2024-12-04 22:13:59 +01:00
tim 521119fc02 fix: refine logging 2024-12-04 22:04:32 +01:00
tim 9e8e595258 fix: extract html rendering 2024-12-04 21:12:01 +01:00
tim 7c67720621 chore(deps): remove dependencies from handler package 2024-12-03 23:17:06 +01:00
tim 48ec7b64ac chore(deps): remove dependencies from handler package 2024-12-01 21:50:22 +01:00
tim 915c9238f6 chore: extract getEnv in integration test #181 2024-10-03 12:51:47 +02:00
tim f2a98e5f49 fix: fist integration test #181 2024-10-02 23:17:38 +02:00
tim 33380e2124 chore: parametrize port and prometheus #181 2024-10-02 18:30:01 +02:00
tim bddcfc6778 chore: parametrize db path #181 2024-10-02 10:41:16 +02:00
tim a70138f2f7 fix: restructure env handling for better testing capabillities #181 2024-09-29 23:55:47 +02:00
tim 25e82be339 chore: update air config 2024-09-29 23:11:57 +02:00
tim a97507455e chore: gracefull shutdown 2024-09-29 23:11:57 +02:00
tim 7001a1c2cc chore(auth): start refactoring for testable code #181 2024-09-29 00:11:30 +02:00
tim 6f22e066ab fix: restructure handler.go #181 2024-09-15 12:58:06 +02:00
tim 5172a30781 feat(mail): #132 unify env variables and send mails with smtp 2024-09-06 19:09:25 +02:00
tim 9666f239fe chore: #123 unify metrics, logs, variable names and structure 2024-09-03 09:35:32 +02:00
tim f3fb046749 #109 switch svelte to SSR with go 2024-08-24 22:08:58 +02:00