- 31 Jul, 2018 1 commit
-
-
Steven Murray authored
-
- 04 Jul, 2018 1 commit
-
-
Eric Cano authored
The catalogue can receive polymorphic items as input for recording. The strict sequencing of fSeqs is still enforced. Currently, 2 items types are recorded: files and placehoders. Files are recorded to the tape catalogue, while place holders are not, but they are used to enforce the fSeq sequencing.
-
- 22 Jun, 2018 1 commit
-
-
Steven Murray authored
Done.
-
- 21 Jun, 2018 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
Done
-
- 30 May, 2018 1 commit
-
-
Steven Murray authored
-
- 27 Apr, 2018 1 commit
-
-
Steven Murray authored
-
- 17 Apr, 2018 1 commit
-
-
Steven Murray authored
-
- 10 Apr, 2018 9 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
RdbmsCatalogue::getRequesterGroupMountPolicy() now returns optional<common::dataStructures::MountPolicy>
-
Steven Murray authored
RdbmsCatalogue::getRequesterGroupMountPolicy() now returns std::unique_ptr<> instead of a raw pointer
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- 26 Mar, 2018 1 commit
-
-
Steven Murray authored
-
- 16 Mar, 2018 1 commit
-
-
Steven Murray authored
-
- 28 Feb, 2018 1 commit
-
-
Steven Murray authored
-
- 13 Feb, 2018 3 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- 09 Feb, 2018 1 commit
-
-
Steven Murray authored
Added CatalogueRetryWrapper.hpp
-
- 06 Feb, 2018 3 commits
-
-
Steven Murray authored
This reverts commit fc001693. The CI was incorrectly failing. There was nothing wrong with the original commit that made the Catalogue class a pure interface.
-
Steven Murray authored
This reverts commit abe44e72.
-
Steven Murray authored
-
- 31 Jan, 2018 1 commit
-
-
Steven Murray authored
Moved maxTriesToConnect parameter to CatalogueFactory::create().
-
- 30 Jan, 2018 1 commit
-
-
Steven Murray authored
Refactored retryOnLostConnection() from OracleCatalogue and RdbmsCatalogue
-
- 29 Jan, 2018 11 commits
-
-
Steven Murray authored
RdbmsCatalogue::prepareToRetrieveFileByDiskFileId() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::prepareToRetrieveFile() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::noSpaceLeftOnTape() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::tapeMountedForRetrieve() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::tapeMountedForArchive() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::prepareForNewFile() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::tapeLabelled() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::getTapesForWriting() should re-connect to database if connection lost.
-
Steven Murray authored
Revert "cta/CTA#186 CTA should cope with idle database connections being dropped by the database server" This reverts commit 1be86a70.
-
Steven Murray authored
Refactored RdbmsCatalogue::getTapesForWriting() to be like OracleCatalogue::filesWrittenToTape()
-
Steven Murray authored
-