• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tomasnorre / crawler / 14998737191
69%

Build:
DEFAULT BRANCH: main
Ran 13 May 2025 02:12PM UTC
Jobs 1
Files 70
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 May 2025 02:05PM UTC coverage: 69.071% (-0.09%) from 69.16%
14998737191

push

github

web-flow
[BUGFIX] Fix indexing of cached pages when "disableFrontendIndexing" … (#1142)

* [BUGFIX] Fix indexing of cached pages when "disableFrontendIndexing" is active

When pages are cached in TYPO3v12, the indexing process is not
triggered when crawler fetches the pages.
This becomes a problem when the "Disable Indexing in Frontend"
(basic.disableFrontendIndexing) indexed_search flag is enabled,
because no indexing is happening then.

The solution is to tell TYPO3 to not use the cache when the page
is requested by the crawler process.

See the ShouldUseCachedPageDataIfAvailableEvent documentation at
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Feature-96968-PSR-14EventForAvoidLoadingFrontendPagesFromCache.html

Resolves: https://github.com/tomasnorre/crawler/issues/1029

* [BUGFIX] Remove unneeded initialization of queueRepository

phpStan complained:
> Property AOE\Crawler\Domain\Model\Process::$queueRepository on left
> side of ??= is not nullable nor uninitialized.
>  nullCoalesce.initializedProperty

The variable gets initialized in the constructor already.

0 of 3 new or added lines in 1 file covered. (0.0%)

1867 of 2703 relevant lines covered (69.07%)

3.29 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
0.0
Classes/EventListener/ShouldUseCachedPageDataIfAvailableEventListener.php
Jobs
ID Job ID Ran Files Coverage
1 14998737191.1 13 May 2025 02:06PM UTC 70
69.07
GitHub Action Run
Source Files on build 14998737191
  • Tree
  • List 70
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 20747b5d on github
  • Prev Build on main (#14486640305)
  • Next Build on main (#15203996916)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc