- 11 Feb, 2019 1 commit
-
-
Steven Murray authored
-
- 06 Feb, 2019 1 commit
-
-
Steven Murray authored
-
- 05 Feb, 2019 2 commits
-
-
Steven Murray authored
Modified RdbmsCatalogue to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery() Please note that OracleCatalogue::filesWrittenToTape() now updates the TAPE table row with AUTOCOMMIT_ON before going on to handle the individual file entries. This can be improved when Conn:setAutocommit() becomes available.
-
Steven Murray authored
-
- 02 Feb, 2019 1 commit
-
-
Steven Murray authored
-
- 18 Dec, 2018 1 commit
-
-
Steven Murray authored
-
- 17 Dec, 2018 1 commit
-
-
Steven Murray authored
Added the first version of the specification of the Catalogue::getTapeFilesForRepack() method - there's no implementation yet
-
- 11 Dec, 2018 1 commit
-
-
Steven Murray authored
Added MEDIA_TYPE and VENDOR columns to TAPE table and upgraded xrootd-ssi-protobuf-interface to v0.29
-
- 01 Nov, 2018 2 commits
-
-
Steven Murray authored
Moved OracleCatalogue::deleteArchiveFile to RdbmsCatalogue because Oracle, MySQL and PostgreSQL support 'SELECT FOR UPDATE'. SQLite is the odd one out in that it does not provide support.
-
Steven Murray authored
-
- 29 Oct, 2018 1 commit
-
-
Steven Murray authored
-
- 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
-