cc-backend/internal/repository
Jan Eitzinger b8273a9b02 refactor auth module
Restructure module
Separate JWT auth variants
Cleanup code
Fixes #189
2023-08-11 10:00:23 +02:00
..
migrations Fix sqlite migration for configuration 2023-06-30 09:15:58 +02:00
testdata refactor auth module 2023-08-11 10:00:23 +02:00
dbConnection.go Add loglevel access. Fix timer labels. 2023-06-09 15:02:22 +02:00
hooks.go lower log level for frequent messages 2023-06-20 15:47:38 +02:00
job_test.go Fix tests 2023-06-05 16:10:47 +02:00
job.go Change listQuery to jobId array, adapt filter pipe 2023-06-30 16:55:34 +02:00
migration.go Change config value datatype 2023-06-29 14:55:38 +02:00
query.go Change listQuery to jobId array, adapt filter pipe 2023-06-30 16:55:34 +02:00
repository_test.go
stats_test.go Add additional job stats, fix test 2023-06-09 11:29:07 +02:00
stats.go lower log level for frequent messages 2023-06-20 15:47:38 +02:00
tags.go Add insert timestamp to tag, jobtag 2023-06-27 09:41:06 +02:00
transaction.go Split job Repository in multiple files 2023-06-06 10:27:55 +02:00
user_test.go Fix failed test due to config change 2023-06-15 11:23:50 +02:00
user.go