-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: save log button? #554
Comments
This feature is already in the pipeline for DART 3, in which I plan to automatically save artifacts for each job. Artifacts include:
I've gotten various requests for all of these over the years, so it seems to be a pretty common need. DART 3's improved storage layer makes these features much easier to implement. These artifacts will be searchable and discoverable through the UI. |
This is brilliant, I'll leave this open so. |
Update: This feature won't make it into the existing DART, but it is now fully implemented in DART 3, which still has a ways to go before release. Here's what the jobs list looks like in DART3. You'll notice an Artifacts link for each job. If you click that, you'll see artifacts from each time this job was run listed in the left nav. Artifacts include manifests, tag files, and a JSON file describing what happened when the job ran. Click any file to view its contents. This shows the md5 manifest from the last run. |
This is wonderful! I’m teaching a class on file transfer and fixity in University College Dublin on Thursday and I’ll show off these screenshots :) |
Would it be possible to add a 'Save Log' button at the end of a job, for example bag validation and bag creation?
I'm aware of the log file but it could be useful to allow a user to save the outcome of the job, even if it's just the Job/ProcessID/Started At/Validation/outcome etc.
The text was updated successfully, but these errors were encountered: