- May 17, 2017
-
-
Julien Leduc authored
Adding cta_tagged_rpm stage. CTA_RELEASE and CTA_VERSION are not exported as is to avoid overriding environment variables used by cmake. Therefore I am using TAG_VERSION and TAG_RELEASE.
-
Julien Leduc authored
Fixing issue #108: rpmbuild runs cmake underneath, but this second instance needs to propagate the variables passed to the initial cmake.
-
Steven Murray authored
Fixed. The cta command-line tool will now timeout after 15 seconds when trying to connect to the CTA front-end daemons. The previous timeout was 8 minutes.
-
Eric Cano authored
The test remains disabled as it still take quite a bit of time.
-
Eric Cano authored
This is done by replacing unique_ptr/bare pointer with 2 shared_ptr. Also added suppressions for helgrind complains about rados.
- May 16, 2017
-
-
Julien Leduc authored
Print CTA_BUILD_ID in the jobs and not the full SHA of the commit of course. The generated rpm version was OK but the logs were useless.
-
Julien Leduc authored
`CI_BUILD_REF` environment variable has been dropped in [gitlab 9.0](https://cern.service-now.com/service-portal/view-outage.do?n=OTG0037271)
-
- May 15, 2017
-
-
Steven Murray authored
Fixed. Removed the dependency between cta-cli and the xrootd "meta package".
-
- May 12, 2017
-
-
Steven Murray authored
-
- Apr 29, 2017
-
-
Steven Murray authored
-
- May 09, 2017
-
-
Eric Cano authored
-
Eric Cano authored
Lambdas were stored on stack and passed to async. They are now stored in object with proper lifetime. Improved ArchiveMount::getNextJobBatch(): we now clean up the empty queues.
-
Eric Cano authored
BackendVFS now throws the same exceptions as BackendRados. The exceptions of the user provided update callback are now passed through. A unit test was added.
-
- May 08, 2017
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
This reverts commit 22685812.
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Apr 28, 2017
-
-
Steven Murray authored
-
- May 08, 2017
-
-
Steven Murray authored
Added comment to cta_catalogue_db.conf.example that explains which connection string should be used when
-
- May 05, 2017
-
-
Eric Cano authored
Added an intermediate interface to reuse SchedulerDatabaseFactory. Added optional debug infos for BackendVFS constructor. The unit test is currently disabled.
-
- May 03, 2017
-
-
Eric Cano authored
The ArchiveJobs are now updated using asynchronous IO.
-
- May 02, 2017
-
-
Steven Murray authored
When dropping the database schema, tables and sequences are only dropped if they are present. This commit avoids the message "table or view does not exist" by modifying cta-catalogue-schema-drop to simply not try to delete tables that do not exist.
-
- Apr 28, 2017
-
-
Steven Murray authored
-
Steven Murray authored
cta/CTA#87 cta-catalogue-delete-all-data and cta-catalogue-schema-drop should require interactive confirmation Removed the now redundant locking commands for the catalogue schema. These commands were made redundant when the cta-catalogue-schema-drop command was made interactive.
-
Eric Cano authored
The VFS implementation only launches the operation in the background (via std::async). The Rados implementation uses the aio features of Rados. Lock and update are launched in the background via std::async. Also now uses override for Backend virtual function.
-
Eric Cano authored
-
Steven Murray authored
cta/CTA#87 cta-catalogue-delete-all-data and cta-catalogue-schema-drop should require interactive confirmation Made the cta-catalogue-schema-drop command interactive
-
- Apr 26, 2017
-
-
Steven Murray authored
-
Steven Murray authored
-
Eric Cano authored
-
Eric Cano authored
-
Steven Murray authored
-
Steven Murray authored
-
- Apr 25, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-