You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(profile): add user profile fields in data model and fix user update handling (#313)
Because
- Fix user update to preserve immutable fields (UID, ID) during updates
- Enable repository method mocking for better testability
- Support new profile fields (metadata, full_name) in protobuf
This commit
- Update protogen-go dependency with new profile fields
- Sync integration test proto with protobufs
- Refactor PBAuthenticatedUser2DBUser to accept existingUser parameter
- Export repository methods (CreateOwner, UpdateOwner, etc.)
0 commit comments