- Feb 10, 2020
-
-
Cedric CAFFY authored
Added Statistics Schema + CppSchemaStatementsReader to compare the statistics database against its schema
-
- Feb 25, 2019
-
-
Cedric CAFFY authored
Queueing of Archive jobs now use the ContainerAlgorithms instead of the methods in the ArchiveQueue object Created a base class (interface) that allows to add and remove object(s) from the ownership of an Agent (implementation : AgentWrapper) or from an AgentReference (implementation : AgentReference)
-
- Feb 11, 2019
-
-
Cedric CAFFY authored
Started to queue the ArchiveRequest for Repack
-
- Feb 07, 2019
-
-
Cedric CAFFY authored
Removed the "User" message from the cta.proto (duplication of UserIdentity message)
-
- Feb 05, 2019
-
-
Cedric CAFFY authored
Moved the getPoppingElementsCandidates() method from RetrieveQueueFailedAlgorithms, RetrieveQueueToTransferAlgorithms and RetrieveQueueToReportToRepackForSuccessAlgorithms into RetrieveQueueAlgorithms This removed the duplication of the code in this method repeated 3 times
-
Cedric CAFFY authored
The getNextSucceededRetrieveRequestForRepackBatch is implemented and integrated in the expandRepackRequest test
-
- Jan 22, 2019
-
-
Cedric CAFFY authored
-
- Dec 07, 2017
-
-
Eric Cano authored
Each thread has its own rados context. The thead pool, when used will allow better parallelism of asynchronous requests. This required some rework on the backend creations as the threads will need logging.
-
- Nov 04, 2015
-
-
Eric Cano authored
New URLs are rados://user@pool and file:///tmp/XXXXX. Otherwise, we fall back to interpreting the URL as a bare path.
-
- Jun 01, 2015
-
-
Eric Cano authored
Implemented unit tests for storage classes and archive routes.
-
- May 08, 2015
-
-
Steven Murray authored
License comment is no longer filtered out by doxygen when generating web pages of the individual source files.
-
- May 07, 2015
-
-
Steven Murray authored
-
- Feb 27, 2015
-
-
Eric Cano authored
-