|
61c55dda3a
|
Small fixes for ynab import
|
2021-12-02 16:22:27 +00:00 |
|
|
e9173a3d37
|
Pass budgetID
|
2021-12-02 15:58:18 +00:00 |
|
|
57542b5202
|
Skip first line
|
2021-12-02 15:58:10 +00:00 |
|
|
1cd2eedcb8
|
Continue on ynab import
|
2021-12-02 15:56:40 +00:00 |
|
|
7b6914e5f2
|
Start implementing ynab import
|
2021-12-02 15:30:05 +00:00 |
|
|
63c1b4fbab
|
Use /app in production image
|
2021-12-02 15:28:45 +00:00 |
|
|
77ae9d2dfd
|
Convert templates to partials
|
2021-12-02 15:00:53 +00:00 |
|
|
67f7022b90
|
Fix included libraries
|
2021-12-02 10:58:10 +00:00 |
|
|
f760f9b855
|
Add accounts
|
2021-12-02 10:52:58 +00:00 |
|
|
e465b961a5
|
Use pgx
|
2021-12-02 10:44:14 +00:00 |
|
|
cdc767a497
|
Regenerate sqlc
|
2021-12-02 10:44:01 +00:00 |
|
|
adce350e0c
|
Try to implement new transaction
|
2021-12-02 10:43:42 +00:00 |
|
|
4d1b883974
|
Merge schemas into one file
|
2021-12-02 10:09:57 +00:00 |
|
|
37d19733df
|
Add accounts & payees
|
2021-11-29 22:52:58 +00:00 |
|
|
6df72dc40d
|
Split budget and dashboard routes into own files
|
2021-11-29 22:29:03 +00:00 |
|
|
f0a1d1d475
|
ignore .vscode for build
|
2021-11-29 22:28:41 +00:00 |
|
|
01e634333a
|
Improve .gitignore
|
2021-11-29 22:08:33 +00:00 |
|
|
8e8c653fc9
|
Add run target
|
2021-11-29 22:04:04 +00:00 |
|
|
85ef7557c1
|
Use uuid.UUID everywhere and have postgres generate ids
|
2021-11-29 21:49:37 +00:00 |
|
|
5e8a98872f
|
Add adminer container
|
2021-11-29 21:41:57 +00:00 |
|
|
8aa147f2a5
|
Rebuild go.mod
|
2021-11-08 22:38:11 +00:00 |
|
|
45d01b4e84
|
Fix templates
|
2021-11-08 22:36:31 +00:00 |
|
|
c4fe36a2a4
|
Fix leading space
|
2021-11-08 22:33:11 +00:00 |
|
|
bda3d32cfc
|
Use postgres schema instead of pgx
|
2021-11-08 22:29:35 +00:00 |
|
|
f40a05f92d
|
Use log instead of panic
|
2021-11-08 22:29:26 +00:00 |
|
|
19fef9cc05
|
Cleanup go.mod
|
2021-11-08 22:24:58 +00:00 |
|
|
14df8ff84b
|
Add things to earthignore
|
2021-11-08 22:24:31 +00:00 |
|
|
5de7d32c30
|
Use goose for migrations
|
2021-11-08 22:24:21 +00:00 |
|
|
cf1bc70103
|
Begin migration to sqlc
|
2021-11-08 21:32:30 +00:00 |
|
|
f019c47d21
|
Remove tmp
|
2021-11-07 22:06:42 +00:00 |
|
|
bc315961af
|
Ignore .git
|
2021-11-07 22:06:15 +00:00 |
|
|
736343a3dd
|
Add docker-compose.yml
|
2021-11-07 22:04:31 +00:00 |
|
|
30b306e485
|
Fix subdir static/
|
2021-11-07 22:04:22 +00:00 |
|
|
a891047b7a
|
Add earthignore
|
2021-11-07 22:03:35 +00:00 |
|
|
4b08de00b8
|
Use embedded files
|
2021-11-07 22:01:13 +00:00 |
|
|
f33d4b6cae
|
Update go.mod
|
2021-11-07 22:01:05 +00:00 |
|
|
4658b40bd9
|
Move web files to subdir
|
2021-11-07 22:00:53 +00:00 |
|
|
9bc0f2054e
|
Fix Earthfile
|
2021-11-07 22:09:26 +01:00 |
|
|
5128ac4c3b
|
Add first Earthfile
|
2021-11-07 21:57:27 +01:00 |
|
|
06f7a57565
|
Add go.sum
|
2021-11-07 21:57:16 +01:00 |
|
|
9b04ea8dc6
|
Update gin
|
2021-11-07 21:56:42 +01:00 |
|
|
2eb1457019
|
Load config from ENV
|
2021-11-07 21:56:35 +01:00 |
|
|
5518d57bbd
|
Init go.mod
|
2021-11-07 20:57:33 +01:00 |
|
|
caa10ee560
|
Add Budget API route
|
2017-02-04 21:42:31 +01:00 |
|
|
39bd56a30f
|
Add href to link to fix cursor
|
2017-01-19 23:10:42 +01:00 |
|
|
2e8f21ea8c
|
Fix display and link of Budget
|
2017-01-19 23:10:21 +01:00 |
|
|
b76f720156
|
Add route for NewBudget
|
2017-01-19 23:10:04 +01:00 |
|
|
ddbda095b5
|
Implement NewBudget in BudgetService
|
2017-01-19 23:09:56 +01:00 |
|
|
ddf66dd8b0
|
Add bootstrap js
|
2017-01-19 22:55:08 +01:00 |
|
|
c598694eb4
|
Improve modal
|
2017-01-19 22:55:02 +01:00 |
|