- Apr 15, 2019
-
-
Cedric CAFFY authored
-
- Feb 27, 2019
-
-
Cedric CAFFY authored
Harmonized the copyNb type to uint32_t Corrected a bug in RetrieveQueue::getContainerSummary() --> After insertion in the queue, the number of files and bytes added were equal to 0.
-
- Feb 25, 2019
-
-
Steven Murray authored
-
- Feb 22, 2019
-
-
Steven Murray authored
-
Steven Murray authored
This commit works towards issue cta/CTA#436.
-
- Feb 19, 2019
-
-
Steven Murray authored
-
- Feb 14, 2019
-
-
David Smith authored
-
- Feb 12, 2019
-
-
Steven Murray authored
CatalogueTest now asserts new archive file identifiers are unique as opposed to strictly incrementing sequentially by 1
-
- Feb 11, 2019
-
-
Steven Murray authored
Woah! Got carried away with const. This commit Removes the const qualifier from the ArchiveFileItor::next() method because next() modifies the iterator. To loop through an ArchiveFileItor: auto itor = catalogue.getArchiveFilesForRepackItor(vid, startFSeq); while(itor.hasMore()) { const auto archiveFile = itor.next(); // Do something with archiveFile }
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Feb 06, 2019
-
-
Steven Murray authored
-
- Feb 05, 2019
-
-
Steven Murray authored
-
Steven Murray authored
Modified MysqlCatalogue.cpp to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery()
-
Steven Murray authored
-
Steven Murray authored
Modified RdbmsArchiveFileItorImpl.cpp to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery()
-
Steven Murray authored
-
Steven Murray authored
Modified DropSchemaCmd to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery()
-
Steven Murray authored
Modified CreateSchemaCmd to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery()
-
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
-
Steven Murray authored
-
- Feb 02, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- Jan 24, 2019
-
-
Steven Murray authored
implementation of "cta-admin archivefile ls -all". A missing order by clause meant that non deterministic listings were given. This commit adds the missing "order by" clause.
-
- Jan 21, 2019
-
-
Steven Murray authored
Following on from GitLab issue cta/CTA#371, replaced INTEGER with NUMERIC(20, 0) within oracle_catalogue_schema_header.sql
-
Steven Murray authored
Following on from GitLab issue cta/CTA#371, replaced INTEGER with NUMERIC(20, 0) within mysql_catalogue_schema_header.sql
-
Steven Murray authored
Changed common_catalogue_schema.sql for cta/CTA#371 'Change INTEGER columns of CTA catalogue schema to NUMERIC(20,0)'
-
- Jan 17, 2019
-
-
Steven Murray authored
Fixed cta/CTA#364 RdbmsArchiveFileItorImpl constructor should NOT return database connection to pool
-
- Jan 14, 2019
-
-
Steven Murray authored
-
- Dec 19, 2018
-
- Dec 18, 2018
-
-
Steven Murray authored
-
- Dec 17, 2018
-
-
Steven Murray authored
Added the first version of the specification of the Catalogue::getTapeFilesForRepack() method - there's no implementation yet
-
- Dec 13, 2018
-
-
Cedric CAFFY authored
-
- Dec 12, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
- Dec 11, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
Added MEDIA_TYPE and VENDOR columns to TAPE table and upgraded xrootd-ssi-protobuf-interface to v0.29
-