Commit Graph

39 Commits

Author SHA1 Message Date
5d1aa93d18 feat(transaction-recurring): #100 generate transactions
Some checks failed
Build Docker Image / Build-Docker-Image (push) Has been cancelled
2025-05-29 00:01:14 +02:00
1e7f2878ba fix: remove unused dependencies
All checks were successful
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
128a2fc4d7 fix: lint errors
All checks were successful
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
2ba5ddd9f2 feat(transaction-recurring): #100 implement editing of recurring transactions based on treasure chests
All checks were successful
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
7d51de7adf feat: update database location
All checks were successful
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
c1a66bb261 feat(treasurechest): #66 remove db interface for treasure chests
All checks were successful
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
7e244ccc07 feat(account): #66 remove db interface for accounts
All checks were successful
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
dbf272e3f3 feat(transaction): #66 implement transactions
All checks were successful
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
96ca636fbb feat(treasurechest): #64 implement hirarchical treasure chests
All checks were successful
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
5cfea4e2d3 feat(account): #49 refactor error handling 2025-05-09 23:08:55 +02:00
a58e8c6694 feat(account): #49 account page
All checks were successful
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
f085ed378e feat(deps): update golangci-lint to v2
All checks were successful
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
b20a48be25 feat: use sqlx
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 6m59s
2025-05-04 15:53:41 +02:00
fa7119ed33 rename template
All checks were successful
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
52f6d3d706 chore: #174 make into template 2024-12-31 12:25:30 +01:00
508aa3038b feat(observability): #360 remove umami to reduce complexity 2024-12-31 12:03:59 +01:00
1ad694ce2b feat(security): #314 include all proposed security headers 2024-12-12 21:37:23 +01:00
380dd979f6 feat(security): #305 don't cache sensitive data 2024-12-12 00:02:55 +01:00
eab42c26f8 feat(security): #286 anonymous sign in for csrf token on login form 2024-12-09 22:39:18 +01:00
57989c9b03 feat(security): #286 implement csrf middleware 2024-12-09 22:39:03 +01:00
5ef59df2d0 fix: remove redundante names 2024-12-04 23:34:59 +01:00
2d5f42bb28 fix: move middleware to handlers, as it belongs there 2024-12-04 23:12:39 +01:00
3ee26cd32b fix: remove db utils 2024-12-04 22:13:59 +01:00
521119fc02 fix: refine logging 2024-12-04 22:04:32 +01:00
9e8e595258 fix: extract html rendering 2024-12-04 21:12:01 +01:00
7c67720621 chore(deps): remove dependencies from handler package 2024-12-03 23:17:06 +01:00
48ec7b64ac chore(deps): remove dependencies from handler package 2024-12-01 21:50:22 +01:00
915c9238f6 chore: extract getEnv in integration test #181 2024-10-03 12:51:47 +02:00
f2a98e5f49 fix: fist integration test #181 2024-10-02 23:17:38 +02:00
33380e2124 chore: parametrize port and prometheus #181 2024-10-02 18:30:01 +02:00
bddcfc6778 chore: parametrize db path #181 2024-10-02 10:41:16 +02:00
a70138f2f7 fix: restructure env handling for better testing capabillities #181 2024-09-29 23:55:47 +02:00
25e82be339 chore: update air config 2024-09-29 23:11:57 +02:00
a97507455e chore: gracefull shutdown 2024-09-29 23:11:57 +02:00
7001a1c2cc chore(auth): start refactoring for testable code #181 2024-09-29 00:11:30 +02:00
6f22e066ab fix: restructure handler.go #181 2024-09-15 12:58:06 +02:00
5172a30781 feat(mail): #132 unify env variables and send mails with smtp 2024-09-06 19:09:25 +02:00
9666f239fe chore: #123 unify metrics, logs, variable names and structure 2024-09-03 09:35:32 +02:00
f3fb046749 #109 switch svelte to SSR with go 2024-08-24 22:08:58 +02:00