- 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
-
Michael Davis authored
xrootd.spec.in in the XRootD SSI branch does not package the SSI libraries/headers. I'm putting a patched version here temporarily until Michal or Andy can fix it in the main XRootD repository.
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
- Apr 20, 2017
-
-
Steven Murray authored
Done.
-
- Apr 13, 2017
-
-
Eric Cano authored
-