aboutsummaryrefslogtreecommitdiff
path: root/internal/db/access_tokens_test.go
Commit message (Collapse)AuthorAge
* db: add tests for LFS (#6087)ᴜɴᴋɴᴡᴏɴ2020-04-11
| | | | | | | | | * Improve DB test setup * Discard GORM logs in non-verbose mode * Add tests to lfs * Fix data race
* access_token: migrate to GORM and add tests (#6086)ᴜɴᴋɴᴡᴏɴ2020-04-11
* access_token: migrate to GORM * Add tests * Fix tests * Fix test clock