Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(db): migrate methods off `user.go` (#7331) | Joe Chen | 2023-02-04 |
| | |||
* | all: replace `interface{}` with `any` (#7330) | Joe Chen | 2023-02-02 |
| | | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | ||
* | refactor(db): migrate methods off and delete deprecated methods from ↵ | Joe Chen | 2022-11-05 |
| | | | | `user.go` (#7231) | ||
* | refactor(db): move some methods off `user.go` (#7199) | Joe Chen | 2022-10-22 |
| | |||
* | refactor(db): move some methods from `user.go` to `users.go` (#7195) | Joe Chen | 2022-10-22 |
| | |||
* | db: add tests for users (#6116) | ᴜɴᴋɴᴡᴏɴ | 2020-04-18 |
| | | | | | | | | | | | | | | | | | | | | | * Add new methods * Use Users.Create to replace previous hack * Reduce side effect * Do not clear tables when test failed * test_users_Authenticate * Rename constant * test_users_Create * test_users_GetByEmail * test_users_GetByID * test_users_GetByUsername | ||
* | refactor: unify error handling in routing layer | ᴜɴᴋɴᴡᴏɴ | 2020-03-16 |
| | |||
* | internal: move packages under this directory (#5836) | Unknwon | 2019-10-24 |
* Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version |