- May 20, 2019
-
-
Steven Murray authored
Renamed the database constraint TAPE_FILE_SS_VID_FSEQ to TAPE_FILE_SS_VID_FSEQ_FK so that it follows CTA naming convention
-
- May 17, 2019
-
-
Steven Murray authored
-
- May 15, 2019
-
-
Steven Murray authored
-
- May 10, 2019
-
-
Steven Murray authored
-
- May 07, 2019
-
-
Steven Murray authored
-
Steven Murray authored
Fixed.
-
Giuseppe Lo Presti authored
Moreover, the PL/SQL code for the CTA catalogue is temporarily moved out of the catalogue folder as it requires some schema changes that are still work in progress in a dev branch. Until then, all migration code is evolved in the migration/ folder.
-
- Apr 29, 2019
-
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
References: https://gitlab.cern.ch/cta/CTA/issues/479 (on the CTA side) Jira: CASTOR-5526: support the migration to CTA (on the CASTOR side) The latter won't be updated further, all required code will be committed here and gitlab tickets will be updated accordingly.
-
- Apr 15, 2019
-
-
Eric Cano authored
-
Eric Cano authored
-
Cedric CAFFY authored
Corrected cta-admin af ls command so that it fills the superseded vid and superseded columns in the result
-
Cedric CAFFY authored
-
Eric Cano authored
Replaced the map of tape files with a list as the assumption that we have one copy per copyNb is no more valid with repack.
-
Cedric CAFFY authored
Added a check while mounting a tape for writing : if some tape files located in the writing tape are not superseded by others, the write session will fail. Note: The test CatalogueTest.exist_non_superseded_files_after_fseq is supposed to fail.
-
Cedric CAFFY authored
-
- Apr 09, 2019
-
-
Steven Murray authored
-
- Apr 05, 2019
-
-
Eric Cano 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
-