crawler
crawler copied to clipboard
[BUGFIX] Change tense in flush command message
.. the repository has already been flushed already when the message is shown. No need to say it "will be" flushed in the future.
Description
The time form in the flush command status message is wrong:
$ ./vendor/bin/typo3cms crawler:flushQueue all
All entries in Crawler queue will be flushed
The repository already deleted the data when the message is shown.
This PR changes the message to past tense to indicate this.
I have
- [x] Checked that CGL are followed
- [ ] Checked that the Tests are still working (I hope CI does)
- [x] Added description to CHANGELOG.md
Thanks for your contribution. Looks like I need to update the compose.json of the main branch to have the CI green again.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is it possible that you could rebase this, to solve conflicts, then I'll be happy to merge this.
Rebased.