feat(admin): curator job run report and run log download#801
Open
TahaKhan998 wants to merge 1 commit into
Open
feat(admin): curator job run report and run log download#801TahaKhan998 wants to merge 1 commit into
TahaKhan998 wants to merge 1 commit into
Conversation
- Register HTML report at /administration/harvester-reports/<run_id>/report (curator-only) - Add report Jinja templates and extend HarvesterDownloadResource (report context + formatting) - Search bar: effectiveRunId for download/view; DownloadButton: run log labels and report navigation - LESS: harvester report log layout and wrapping
kpsherva
reviewed
May 13, 2026
| > | ||
| <Icon name="download" /> | ||
| {i18next.t("Download")} | ||
| {i18next.t("Download run logs")} |
Contributor
There was a problem hiding this comment.
Suggested change
| {i18next.t("Download run logs")} | |
| {i18next.t("Download error logs")} |
we need to be precise, otherwise I already saw some confusion on which logs report on failed records and which on the succeeded ones
kpsherva
reviewed
May 13, 2026
| size="small" | ||
| > | ||
| <Icon name="file alternate outline" /> | ||
| {i18next.t("View run logs")} |
Contributor
There was a problem hiding this comment.
Suggested change
| {i18next.t("View run logs")} | |
| {i18next.t("View error logs")} |
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