Page MenuHomePhorge

T332912: Users table cleanup
ClosedPublic

Authored by machniak on Apr 19 2020, 12:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 27, 1:53 AM
Unknown Object (File)
Fri, Mar 22, 11:02 AM
Unknown Object (File)
Sat, Mar 2, 4:33 PM
Unknown Object (File)
Feb 22 2024, 5:15 PM
Unknown Object (File)
Feb 19 2024, 10:47 PM
Unknown Object (File)
Feb 10 2024, 12:25 AM
Unknown Object (File)
Feb 7 2024, 7:41 AM
Unknown Object (File)
Feb 2 2024, 3:18 AM
Subscribers
None

Details

Reviewers
vanmeeuwen
Group Reviewers
Restricted Project
Commits
rK6a3838a7f700: T332912: Users table cleanup
Summary
  • Removed users.name and users.email_verified_at
  • Keep the rest of user props as UserSetting
  • Add Organization field to user Profile page
  • Signup asks for first and last name separately instead of a name only.

Fix tests with Laravel 6.18.8, use PHPUnit 8

Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/name-cleanup
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 29254
Build 10633: arc lint + arc unit

Event Timeline

machniak created this revision.
  • Don't invoke user update job on user setting that is not used by the backend
  • Add tests for User::name()
This revision is now accepted and ready to land.Apr 21 2020, 4:28 PM
This revision was automatically updated to reflect the committed changes.