-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
[FEATURE:11.6] Monitor extbase records #3844
Open
christophlehmann
wants to merge
8
commits into
TYPO3-Solr:release-11.6.x
Choose a base branch
from
christophlehmann:release-11.6.x
base: release-11.6.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[FEATURE:11.6] Monitor extbase records #3844
christophlehmann
wants to merge
8
commits into
TYPO3-Solr:release-11.6.x
from
christophlehmann:release-11.6.x
Conversation
This file contains 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
christophlehmann
changed the title
[FEATURE] Monitor extbase records
[Backport][FEATURE] Monitor extbase records
Oct 23, 2023
dkd-kaehm
force-pushed
the
release-11.6.x
branch
from
November 2, 2023 20:22
55de578
to
d0af7b0
Compare
As there may be several indexing configurations per type the queue check has to consider the indexing configuration. The missing check is added by this commit. Ports: TYPO3-Solr#3764 Resolves: TYPO3-Solr#3763
As an initial steps to allow custom index queue types interfaces for queue and queue items are introduced. Additionally custom queue classes can be configured via: plugin.tx_solr.index.queue.<configurationName>.indexQueue This is a breaking change for all instances that implemented own queues and queue items! Ports: TYPO3-Solr#3764 Resolves: TYPO3-Solr#3763
Queue initialization status returned by the QueueInitializationService isn't considered in the backend module and a success message is always shown. This commit adds a check for the returned status and displays an error message similiar to the message that is shown if an exceptions occured. Ports: TYPO3-Solr#3764 Resolves: TYPO3-Solr#3763
Existing exceptions are now based on the recently introduced generic EXT:solr exception. Additionally based on the new generic EXT:solr exception a further exception is introduced, allowing more targeted handling of exceptions: InvalidIndexQueueInitizalizationPostProcessorException This is a breaking change as the base excepion changed and the new exception is no longer based on \UnexpectedValueException. Ports: TYPO3-Solr#3764 Resolves: TYPO3-Solr#3763
dkd-kaehm
force-pushed
the
release-11.6.x
branch
from
November 8, 2023 12:08
4a640c1
to
8bcc33f
Compare
The changelog is a single file, each major version. This change allows us to avoid porting of changelog files across release-zz.y branches. Most probably we'll introduce single file - each commit changelog approach to avoid all the problems related to our current approach. Relates: TYPO3-Solr#3854 Ports: TYPO3-Solr#3863
dkd-kaehm
force-pushed
the
release-11.6.x
branch
from
November 8, 2023 12:26
d0af7b0
to
4e0fd59
Compare
dkd-kaehm
changed the title
[Backport][FEATURE] Monitor extbase records
[FEATURE:11.6] Monitor extbase records
Nov 8, 2023
Extbase records are now monitored. * New entities are added to index queue * Updated entities are updated in the index queue * Entities turned inaccessable are removed from index queue * Soft/Hard deleted entities are removed in the index queue Resolves: TYPO3-Solr#126 Ports: TYPO3-Solr#3843
dkd-kaehm
force-pushed
the
release-11.6.x
branch
from
November 8, 2023 13:36
4e0fd59
to
dc91386
Compare
dkd-kaehm
added a commit
to dkd-kaehm/ext-solr
that referenced
this pull request
Nov 8, 2023
…tibility The \\Trait\\ namespace is allowed on PHP 8.0+. To avoid confusions between EXT:solr 11.6 and 12.0 the namespace is adjusted to 11.6.x state. Relates: TYPO3-Solr#3843, TYPO3-Solr#3844
dkd-kaehm
added a commit
to dkd-kaehm/ext-solr
that referenced
this pull request
Nov 8, 2023
…ith 11.6.x The \\Trait\\ namespace is allowed on PHP 8.0+. To avoid confusions between EXT:solr 11.6 and 12.0 the namespace is adjusted to 11.6.x state. Relates: TYPO3-Solr#3843, TYPO3-Solr#3844
dkd-kaehm
added a commit
to dkd-kaehm/ext-solr
that referenced
this pull request
Nov 8, 2023
…ith 11.6.x The \\Trait\\ namespace is allowed on PHP 8.0+ only. To avoid confusions between EXT:solr 11.6 and 12.0 the namespace is adjusted to 11.6.x state. Relates: TYPO3-Solr#3843, TYPO3-Solr#3844
dkd-friedrich
force-pushed
the
release-11.6.x
branch
from
March 13, 2024 12:42
8bb649d
to
176c6f2
Compare
dkd-kaehm
force-pushed
the
release-11.6.x
branch
2 times, most recently
from
July 30, 2024 06:31
611af23
to
8a08572
Compare
dkd-friedrich
force-pushed
the
release-11.6.x
branch
from
October 30, 2024 13:45
8a08572
to
a88d39e
Compare
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.
Backport of #3843
like TYPO3-Solr/solr-ddev-site@e6d8ca3