-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding options 'is:?' to search #953
Conversation
39392cb
to
66bd48f
Compare
66bd48f
to
6f291a4
Compare
|
||
/** @var IL10N */ | ||
private $l10n; | ||
|
||
/** @var FederatedUserService */ | ||
private $federatedUserService; | ||
|
||
/** @var SearchService */ | ||
private $searchService; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/** @var IL10N */ | |
private $l10n; | |
/** @var FederatedUserService */ | |
private $federatedUserService; | |
/** @var SearchService */ | |
private $searchService; | |
private IL10N $l10n; | |
private FederatedUserService $federatedUserService; | |
private SearchService $searchService; |
|
||
|
||
/** | ||
* return unique id of the provider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* return unique id of the provider | |
* Get the unique id of the provider |
|
||
/** @var IURLGenerator */ | ||
private $urlGenerator; | ||
|
||
/** @var CircleService */ | ||
private $circleService; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/** @var IURLGenerator */ | |
private $urlGenerator; | |
/** @var CircleService */ | |
private $circleService; | |
private IURLGenerator $urlGenerator; | |
private CircleService $circleService; |
Codecov Report
@@ Coverage Diff @@
## master #953 +/- ##
===========================================
- Coverage 0.69% 0.69% -0.01%
- Complexity 5741 5787 +46
===========================================
Files 291 293 +2
Lines 19869 20007 +138
===========================================
Hits 139 139
- Misses 19730 19868 +138
Continue to review full report at Codecov.
|
d696cf4
to
cd7ab6d
Compare
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
cd7ab6d
to
876096e
Compare
/backport to stable24 |
/backport to stable23 |
/backport to stable22 |
adding options to the search bar to filter Circles:
is:member
,is:moderator
,is:owner
,is:admin