Refactors lib/private/FullTextSearch#38996
Merged
skjnldsv merged 2 commits intonextcloud:masterfrom Feb 23, 2024
Merged
Conversation
fsamapoor
commented
Jun 27, 2023
icewind1991
approved these changes
Jul 4, 2023
629e918 to
b920fb1
Compare
come-nc
requested changes
Oct 5, 2023
nfebe
approved these changes
Oct 9, 2023
93c565c to
217101a
Compare
Merged
Merged
217101a to
a7beea1
Compare
Member
Author
|
@come-nc Anything I need to change in this PR? I believe the integration workflow may have timed out. |
come-nc
reviewed
Nov 7, 2023
a7beea1 to
e03294a
Compare
come-nc
approved these changes
Nov 9, 2023
Contributor
|
@fsamapoor autoloaders are not up to date, probably because of the new Exception class, please run build/autoloaderchecker.sh and commit the files with new classes. |
e03294a to
4312e2d
Compare
Member
Author
@come-nc Done. |
4312e2d to
82d2ddf
Compare
lib/public/FullTextSearch/Exceptions/FullTextSearchIndexNotAvailableException.php
Show resolved
Hide resolved
fsamapoor
commented
Nov 9, 2023
ChristophWurst
approved these changes
Nov 9, 2023
82d2ddf to
05e043b
Compare
05e043b to
ece1e78
Compare
ece1e78 to
1e76d5e
Compare
1e76d5e to
144e809
Compare
Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
144e809 to
cdf9d94
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following previous PRs taking advantage of PHP8's constructor property promotion in
/core/namespace, I have also made the required adjustments to the classes in/lib/private/FullTextSearchnamespace.The improvements in this PRs include: