FailedChanges

Summary

  1. Fixed merge mess-up in pomfile. (commit: ff1c04542317064085a656fa5a13e8616d2f99f1) (details)
  2. Moved initialisation of bitrepository connection to first upload, so (commit: 0656feba923374c1de9d2a7267784530a83a6507) (details)
  3. Set CollectionID for upload to default to the NAS environment name. (commit: 51496b92545fe793eb11c297ea69e42ce968f0cb) (details)
  4. Added a check that the CollectionID is known to the bitrepository. (commit: 3e1e6d17582fc2d7692727e13f63c6477dfa3e6c) (details)
  5. Follow ups to https://sbforge.org/fisheye/cru/CR-NAS-370 (commit: 0e15e313cc0ffc98e75f5856fafb9c74acc4e44d) (details)
  6. Modified to handle case where bitarchive is a symbolic link. (commit: 7fc4cd52261be9f3332edbafed22e42691621480) (details)
  7. Follow-ups following code review: (commit: bcb1233a7ab6325d68fa64e34dfb51bf984e9641) (details)
  8. Document about simple test that narcana works (commit: a3bdc818c8afe3560edb176d07af6f4f9baea5c3) (details)
  9. Documented how to use narcana-suite01 (commit: cd2f3276325aa81f84b0e06e1f2c806e4ad6e564) (details)
  10. Most of the followup to https://sbforge.org/fisheye/cru/CR-NAS-372 (commit: f3a1ba688da30792c7846d519fc99bc6c448c30d) (details)
  11. Most of the followup nr 2 to https://sbforge.org/fisheye/cru/CR-NAS-372 (commit: 4cc7008f4620754fa82ca22dd2ae81bbe88625f1) (details)
  12. Partial followup on CR-NAS-372. (commit: 1197c122a2491839b401dc97122d644b31da1bf5) (details)
  13. Fixed method call (commit: d79ad774301a18f159cfa257a9f61c1f322c9d3d) (details)
  14. Further followup on CR-NAS-372. (commit: 8d4ebfd77f7f61844663c86e18df4668d4dc2534) (details)
  15. Merge branch 'bitmag' of /home/csr/projects/netarchivesuite with (commit: 1767d415911495676652ecf7ee9050cfda9a43a9) (details)
  16. Most of the followup nr 3 to https://sbforge.org/fisheye/cru/CR-NAS-372 (commit: b3cd9fcee1116c7eb651328059ef0bc1e7ba1797) (details)
  17. Some trivial documentation followups to (commit: f86fec56c346c383f94f3f5111be69d97143252e) (details)
  18. Followup on TestBitrepository stuff (commit: 374be4d1731ec21db2ccc30da2c6d12fe9285c86) (details)
  19. Fixes according to CR-NAS-373 (commit: 08c5a0110ef55abdbc806e49969199c8a3b007a4) (details)
The file was modifiedpom.xml (diff)
The file was modifieddeploy/deploy-core/pom.xml (diff)
The file was modifiedarchive/archive-core/pom.xml (diff)
Commit 0656feba923374c1de9d2a7267784530a83a6507 by Colin Rosenthal (csr)
Moved initialisation of bitrepository connection to first upload, so
viewer instances don't need a valid bitmag config.
(commit: 0656feba923374c1de9d2a7267784530a83a6507)
The file was modifiedarchive/archive-core/src/main/java/dk/netarkivet/archive/arcrepository/distribute/JMSBitmagArcRepositoryClient.java (diff)
Commit 51496b92545fe793eb11c297ea69e42ce968f0cb by Colin Rosenthal (csr)
Set CollectionID for upload to default to the NAS environment name.
(commit: 51496b92545fe793eb11c297ea69e42ce968f0cb)
The file was modifiedarchive/archive-core/src/main/java/dk/netarkivet/archive/arcrepository/distribute/JMSBitmagArcRepositoryClient.java (diff)
Commit 3e1e6d17582fc2d7692727e13f63c6477dfa3e6c by Colin Rosenthal (csr)
Added a check that the CollectionID is known to the bitrepository.
(commit: 3e1e6d17582fc2d7692727e13f63c6477dfa3e6c)
The file was modifiedarchive/archive-core/src/main/java/dk/netarkivet/archive/arcrepository/distribute/JMSBitmagArcRepositoryClient.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/ViewerArcRepositoryClient.java (diff)
The file was modifiedarchive/archive-core/src/main/java/dk/netarkivet/archive/arcrepository/distribute/JMSBitmagArcRepositoryClient.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/PreservationArcRepositoryClient.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/HarvesterArcRepositoryClient.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/ArcRepositoryClient.java (diff)
Commit 7fc4cd52261be9f3332edbafed22e42691621480 by Colin Rosenthal (csr)
Modified to handle case where bitarchive is a symbolic link.
(commit: 7fc4cd52261be9f3332edbafed22e42691621480)
The file was modifiedarchive/archive-core/src/main/java/dk/netarkivet/archive/bitarchive/BitarchiveAdmin.java (diff)
Commit bcb1233a7ab6325d68fa64e34dfb51bf984e9641 by Colin Rosenthal (csr)
Follow-ups following code review:
https://sbforge.org/fisheye/cru/CR-NAS-371
(commit: bcb1233a7ab6325d68fa64e34dfb51bf984e9641)
The file was modifiedarchive/archive-core/src/main/java/dk/netarkivet/archive/bitarchive/BitarchiveAdmin.java (diff)
The file was addedNarcana.md
The file was modifiedNarcana.md (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/BitmagArcRepositoryClient.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/LocalArcRepositoryClient.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/GetFileIDsNoFormatter.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/BitarchiveRecord.java (diff)
The file was addedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/HostNameUtils.java
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/TestBitrepository.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/BitrepositoryUtils.java (diff)
The file was modifiedarchive/archive-core/src/main/java/dk/netarkivet/archive/arcrepository/distribute/JMSBitmagArcRepositoryClient.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/Bitrepository.java (diff)
The file was removedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/HostName.java
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/GetFileIDsListFormatter.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/NetarchivesuiteBlockingEventHandler.java (diff)
The file was modifiedarchive/archive-core/src/main/java/dk/netarkivet/archive/arcrepository/distribute/JMSBitmagArcRepositoryClient.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/HostNameUtils.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/NetarchivesuiteBlockingEventHandler.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/Bitrepository.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/BitmagArcRepositoryClient.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/BitrepositoryUtils.java (diff)
The file was modifiedarchive/archive-core/src/main/java/dk/netarkivet/archive/arcrepository/distribute/JMSBitmagArcRepositoryClient.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/Bitrepository.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/BitmagArcRepositoryClient.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/BitrepositoryUtils.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/Bitrepository.java (diff)
Commit 1767d415911495676652ecf7ee9050cfda9a43a9 by Colin Rosenthal (csr)
Merge branch 'bitmag' of /home/csr/projects/netarchivesuite with
conflicts.
(commit: 1767d415911495676652ecf7ee9050cfda9a43a9)
The file was addedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/hadoop/HadoopBatchJob.java
The file was modifiedarchive/archive-core/src/main/java/dk/netarkivet/archive/arcrepository/distribute/JMSBitmagArcRepositoryClient.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/Bitrepository.java (diff)
Commit f86fec56c346c383f94f3f5111be69d97143252e by Colin Rosenthal (csr)
Some trivial documentation followups to
https://sbforge.org/fisheye/cru/CR-NAS-373
(commit: f86fec56c346c383f94f3f5111be69d97143252e)
The file was modifiedarchive/archive-core/src/main/java/dk/netarkivet/archive/arcrepository/distribute/JMSBitmagArcRepositoryClient.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/NetarchivesuiteBlockingEventHandler.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/TestBitrepository.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/GetFileIDsListFormatter.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/HostNameUtils.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/TestBitrepository.java (diff)
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/distribute/arcrepository/bitrepository/GetFileIDsNoFormatter.java (diff)