feat(admin): curator job run report and run log download#801
Merged
kpsherva merged 1 commit intoJun 19, 2026
Merged
Conversation
kpsherva
reviewed
May 13, 2026
kpsherva
reviewed
May 13, 2026
9de61f4 to
280f3d1
Compare
fa180d4 to
7d750c2
Compare
kpsherva
reviewed
Jun 16, 2026
kpsherva
reviewed
Jun 16, 2026
kpsherva
reviewed
Jun 16, 2026
kpsherva
reviewed
Jun 16, 2026
kpsherva
reviewed
Jun 16, 2026
kpsherva
reviewed
Jun 16, 2026
kpsherva
reviewed
Jun 16, 2026
kpsherva
reviewed
Jun 16, 2026
kpsherva
reviewed
Jun 16, 2026
7d750c2 to
e21c17e
Compare
kpsherva
reviewed
Jun 18, 2026
kpsherva
reviewed
Jun 18, 2026
e21c17e to
c838a8e
Compare
c838a8e to
b11d6ef
Compare
kpsherva
approved these changes
Jun 19, 2026
kpsherva
left a comment
Contributor
There was a problem hiding this comment.
nice job, thank you for cleaning up the views, looks way neater!
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.
Closes #789
when an inspire harvester job finishes we email people. that email again has a “harvester actions” section with two links: one to grab a text log for that run (“download error log”) and one to open harvester reports filtered to that run (“view list of changes”)
removed the old “view full details” button from that email — it pointed at the system jobs admin page and a lot of people on the mailing list don’t have access, so it was confusing
new page: /administration/harvester-reports/<run_id>/report (curators only). shows the same kind of run summary + log lines as the admin job ui, with colours by level so it’s easier to read than raw text
the existing download endpoint still returns a .log file; both that file and the html page use the real invenio jobs log search for the run, not a random audit log export