24 Commits

Author SHA1 Message Date
1d2ae0e394 Renames and dots in comments
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
2022-02-19 22:04:51 +00:00
02ba80a555 Some linting fixes 2022-02-19 21:53:30 +00:00
daadfd45bc Rename http package to server 2022-02-19 21:28:04 +00:00
72b5bdde4f Minor fixes
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
2022-02-15 12:59:53 +00:00
2f45c415e0 Move init of StaticFS and rename some vars 2022-02-15 12:37:23 +00:00
6ab8a96888 Implement first db-test using go-txdb 2022-02-09 22:40:35 +00:00
6cafaec422 Inline tv and bv vars 2022-02-09 22:40:35 +00:00
f08784ffa7 Fix typo 2021-12-27 23:06:59 +00:00
e9adc763b2 Remove Repository and use Database instead 2021-12-11 20:18:09 +00:00
4011f3cace Also return sql.DB to be able to use goose 2021-12-02 20:36:22 +00:00
f40a05f92d Use log instead of panic 2021-11-08 22:29:26 +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
2eb1457019 Load config from ENV 2021-11-07 21:56:35 +01:00
e525fdc928 Rename to Service
Add ModelService interface to merge all Services
2016-12-27 00:47:10 +01:00
672376a55c Implement all services in type Repository 2016-12-20 20:46:25 +01:00
518a0c2df9 Create ulid generator 2016-12-20 16:21:12 +01:00
b9d428d386 Implement bcrypt 2016-12-20 15:15:33 +01:00
2de8e46bf3 Read config and connect to db 2016-12-20 10:13:18 +01:00
308ff98830 Finish cleaning dependencies 2016-12-19 23:23:52 +01:00
1592e4e8cf Move login.go to jwt subpackage 2016-12-19 22:48:17 +01:00
8231b3d176 Move login-code to http 2016-12-19 22:47:45 +01:00
227028f99d Try to extract http 2016-12-19 18:56:24 +01:00
f759600db1 Move login & main to cmd/budgeteer 2016-12-19 18:43:07 +01:00