Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: normalize email on user create and update #38

Merged
merged 29 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
3edab9f
feat: update to lower case
ishanarya0 Apr 3, 2024
829f860
test: add upper case email
ishanarya0 Apr 3, 2024
2a82e71
fix: query
ishanarya0 Apr 3, 2024
e2d99e3
test: fix email
ishanarya0 Apr 4, 2024
07b71b4
test: lowercase email on update user
ishanarya0 Apr 4, 2024
22f3cd8
test: test description
ishanarya0 Apr 4, 2024
ab46bc8
fix: move to service layer
ishanarya0 Apr 5, 2024
60942c3
test: add handler tests
ishanarya0 Apr 5, 2024
a2193f9
fix: change error
ishanarya0 Apr 5, 2024
6871e78
fix: change error
ishanarya0 Apr 18, 2024
dc08908
feat: add mock
ishanarya0 Apr 18, 2024
feeb206
test: add user service tests
ishanarya0 Apr 18, 2024
5c1b217
test: remove unnecessary newline
ishanarya0 Apr 18, 2024
d0eb896
fix: golangci.yml
ishanarya0 Apr 18, 2024
7f916f6
fix: golangci.yml
ishanarya0 Apr 18, 2024
524a6e1
fix: golangci.yml
ishanarya0 Apr 18, 2024
9ff4e18
lint: fix whitespace
ishanarya0 Apr 18, 2024
ecbdaa4
test: remove test
ishanarya0 Apr 18, 2024
d30cb2e
test: add test
ishanarya0 Apr 18, 2024
507dbd2
rebase
ishanarya0 Apr 21, 2024
6386c74
test: fix dependencies
ishanarya0 Apr 21, 2024
901281d
test: fix dependencies
ishanarya0 Apr 21, 2024
22a5bef
test: fix expectency
ishanarya0 Apr 21, 2024
6b48d4b
feat: expose AuditKeyUserUpdate
ishanarya0 Apr 21, 2024
8ef8b7a
feat: expose AuditKeyUserCreate
ishanarya0 Apr 21, 2024
386eb14
fix: test
ishanarya0 Apr 21, 2024
62d716b
test: add get by email
ishanarya0 Apr 21, 2024
448fb15
test: add get by uuid
ishanarya0 Apr 21, 2024
84c46a7
test: add fetchcurrentuser test
ishanarya0 Apr 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 81 additions & 0 deletions core/mocks/activity_service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading