- Mar 12, 2020
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Feb 18, 2020
-
-
Cedric CAFFY authored
Added UNIQUE constraint on STORAGE_CLASS_NAME and removed the the UNIQUE constraint on DISK_INSTANCE_NAME and STORAGE_CLASS_NAME
-
- Feb 10, 2020
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Replaced CTA_CATALOGUE 'COMPLETE' STATUS to 'PRODUCTION'
-
- Jan 24, 2020
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Added SchemaMetadataGetter class in order to filter the database-metadata content returned by the SQLite schema we use to check the Catalogue database Example: for Postgres, we cannot get the NOT NULL constraint names, so we filter these constraint names from the SQLite database in order to not display that the Postgres catalogue has missing NOT NULL constraints
-
Cedric CAFFY authored
ARCHIVE_ROUTE_COPY_NB_GT_ZERO renamed to ARCHIVE_ROUTE_COPY_NB_GT_ZERO_CK LOGICAL_LIBRARY_LLN renamed to LOGICAL_LIBRARY_LLN_UN TAPE_FILE_COPY_NB_GT_ZERO renamed to TAPE_FILE_COPY_NB_GT_0_CK USAGESTATS_GID_TS renamed to USAGESTATS_GID_TS_PK
-
Cedric CAFFY authored
Renamed constraint CTA_CATALOGUE_STATUS_CONTENT_CK to CATALOGUE_STATUS_CONTENT_CK to have a less than 30 characters constraint name
-
Cedric CAFFY authored
-
- Dec 09, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Dec 06, 2019
-
-
Cedric CAFFY authored
The insertion of the version of the Catalogue schema into the DB is now done when the schema sql files are generated. (catalogue/CMakeLists.txt) The CTA_CATALOGUE_SCHEMA_VERSION_MAJOR and the CTA_CATALOGUE_SCHEMA_VERSION_MINOR are also inserted in version.hpp.in
-
- Dec 05, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Nov 28, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- Nov 27, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- Oct 10, 2019
-
- Sep 26, 2019
-
-
Steven Murray authored
Revert "Revert "Renamed TAPE.ENCRYPTION_KEY to TAPE.ENCRYPTION_KEY_NAME in and only in the CTA database schema"" This reverts commit a1bc7400.
-
- Sep 25, 2019
-
-
Steven Murray authored
Revert "Renamed TAPE.ENCRYPTION_KEY to TAPE.ENCRYPTION_KEY_NAME in and only in the CTA database schema" This reverts commit 7c8d0e8d.
-
Steven Murray authored
-
- Sep 23, 2019
-
-
Eric Cano authored
-
- Sep 20, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- Aug 16, 2019
-
-
Eric Cano authored
-
Michael Davis authored
If CHECKSUM_BLOB is NULL, the code will fall back on CHECKSUM_ADLER32.
-
- Jul 05, 2019
-
-
Victor Kotlyar authored
Add isFromCastor field to the catalogue DB. CTA only sets this filed to false and respects it in the getTapesForWriting
-
Michael Davis authored
-
- Jul 04, 2019
-
-
Michael Davis authored
-
- Jul 02, 2019
-
-
Victor Kotlyar authored
Implement catalogue createDiskSystem, getAllDiskSystems, deleteDiskSystem methods.
-
Victor Kotlyar authored
tapes Add read-only tape flag support in the catalogue for the TAPE table. Add RdbmsCatalogue::setTapeReadOnly method to modify this flag with "cta-admin tape ch" command. Add RdbmsCatalogue::setTapeReadOnlyOnError to set this flag from taped. Add support for rdonly flag listing for "cta-admin tape ls" and "cta-admin sq" command.
-
- Jul 01, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Adds support for byte array columns in the DB. Implementation done for SQLite, the others are placeholders.
-
Michael Davis authored
The blob is a set of type/value pairs which can be serialised to a byte array for storage in the DB.
-