Skip to content

Create job to test for unlinked images

Marcel Amirault requested to merge test-for-orphaned-images into master

Does what it says on the tin. Runs slow, because it finds every image, then searches every doc for that image. n^2 execution 💦

Still, useful as an MVC until someone comes up with something that runs faster.

Resolves gitlab#280567 (closed)

Edited by Marcel Amirault

Merge request reports