diff --git a/TODO.md b/TODO.md index c02c3e1..9fcd10f 100644 --- a/TODO.md +++ b/TODO.md @@ -6,6 +6,9 @@ - [ ] Ensure we can validate loose bags (directories) - [ ] Ensure we can upload directories (recursive file list?) - [ ] BUG - Job Metadata page won't load if packaging format is not BagIt +- [ ] Remove allows upload / allows download from StorageService +- [ ] When serializing StorageService in job display JSON, redact password +- [ ] Consider displaying export settings json in collapsible format - [ ] Code refactor (de-dupe: Code Climate). We currently have lots of duplicate code, especially in tests. - [ ] Automated UI testing (Selenium) - [ ] Centralize test code for loading JSON fixtures. (Too much duplication right now.) diff --git a/server/views/job/artifact.html b/server/views/job/artifact.html index ce0382f..1bb943f 100644 --- a/server/views/job/artifact.html +++ b/server/views/job/artifact.html @@ -4,7 +4,7 @@
-

Artifacts for {{ .job.Name }}

+

Artifacts for job {{ .job.Name }}

Artifacts are listed in reverse chronological order, with those from the job's most recent run listed first.