Skip to content

Use guest identity instead of nulls#73

Draft
xepozz wants to merge 2 commits intomasterfrom
fix-guest-identity
Draft

Use guest identity instead of nulls#73
xepozz wants to merge 2 commits intomasterfrom
fix-guest-identity

Conversation

@xepozz
Copy link
Copy Markdown
Member

@xepozz xepozz commented Apr 7, 2023

Q A
Is bugfix? ✔️
New feature?
Breaks BC? ✔️

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2023

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.36%. Comparing base (427a5ab) to head (47713d9).
⚠️ Report is 33 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #73      +/-   ##
============================================
- Coverage     88.44%   88.36%   -0.09%     
+ Complexity       95       93       -2     
============================================
  Files            13       13              
  Lines           277      275       -2     
============================================
- Hits            245      243       -2     
  Misses           32       32              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@samdark
Copy link
Copy Markdown
Member

samdark commented Jun 30, 2023

Overall the change looks OK. Need a CHANGELOG for it.

Also, it's is backwards compatibility breaking one.

Comment on lines -31 to -34
if ($this->currentUser->isGuest()) {
return null;
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xepozz xepozz marked this pull request as draft July 1, 2023 13:41
@xepozz
Copy link
Copy Markdown
Member Author

xepozz commented Jul 1, 2023

It shouldn't be merged yet because it cause bugs in authentication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants