Page MenuHomePhorge

T332912: Users table cleanup
ClosedPublic

Authored by machniak on Apr 19 2020, 12:23 PM.
Tags
None
Referenced Files
F12248553: D1213.id3130.diff
Sun, May 19, 12:56 PM
Unknown Object (File)
Sun, May 12, 4:00 AM
Unknown Object (File)
Tue, May 7, 12:00 AM
Unknown Object (File)
Fri, May 3, 3:59 AM
Unknown Object (File)
Sat, Apr 27, 6:05 PM
Unknown Object (File)
Sat, Apr 27, 11:02 AM
Unknown Object (File)
Apr 12 2024, 6:20 PM
Unknown Object (File)
Apr 8 2024, 4:20 PM
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.