Git'Fellow

Results 424 comments of Git'Fellow

Integration tests failures are unrelated

Thanks for the PR. Maybe also document it (in docs) too?

We've implemented this to generate random Avatars and grab user Gravatars. That way, no more "blank faces" :) https://github.com/cebe/yii2-gravatar The key here is the `defaultImage`. ``` echo \cebe\gravatar\Gravatar::widget([ ... 'defaultImage'...

Failure is related. ``` There was 1 failure: 1) Test\Share20\ManagerTest::testGetShareByTokenShareOwnerExcludedFromLinkShares Failed asserting that exception of type "Error" matches expected exception "OCP\Share\Exceptions\ShareNotFound". Message was: "Class "Test\Share20\Constants" not found" at /home/runner/actions-runner/_work/server/server/tests/lib/Share20/ManagerTest.php:3315 ```

We can also observe the very same behavior described in 1st post. But this is _not always reproducible_ : I mean, in 20 logged-in users opening a public Poll, maybe...

@dartcafe could this have been a side effect of https://github.com/nextcloud/server/issues/56789 (fixed by https://github.com/nextcloud/server/pull/56926) or completely unrelated ? _Edit: I'm on v31 on patch seems for v32 only, so it seems...