- Jun 06, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- Jun 03, 2019
-
-
Cedric CAFFY authored
-
- Apr 15, 2019
-
-
Cedric CAFFY authored
Simple repack on CI
-
- Jan 10, 2019
-
-
Michael Davis authored
-
- Nov 08, 2018
-
-
Michael Davis authored
-
- Sep 28, 2018
-
-
Michael Davis authored
-
Michael Davis authored
-
- Sep 27, 2018
-
-
Michael Davis authored
Usage: cta-admin --json <command> <subcommand> <options> For stream commands only (where each line of the result is sent back in a protocol buffer), return the results in JSON format instead of a text table.
-
- Jun 13, 2018
-
-
Michael Davis authored
-
- May 17, 2018
-
-
Michael Davis authored
-
- May 15, 2018
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Better to have all formatting on the client side, so we format the header and the reponse values in the same place. (Also no need to send this data over the wire as it's always the same).
-
Michael Davis authored
-
- Mar 29, 2018
-
-
Michael Davis authored
-
- Mar 26, 2018
-
-
Michael Davis authored
OptionStrList takes a filename as its value. It reads the file into a list of strings in the protobuf. On the server side, the values are unpacked and made available as std::vector<std::string>. For example implementation, see "cta-admin repack add"
-
- Mar 08, 2018
-
-
Michael Davis authored
-
- Mar 05, 2018
-
- Jan 12, 2018
-
-
Michael Davis authored
Default now set to 10s. Note that XRD_TIMEOUTRESOLUTION must be set <= 10s, otherwise timeout defaults to 15s.
-
- Aug 25, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
- Aug 24, 2017
-
-
Michael Davis authored
-
- Aug 22, 2017
-
-
Michael Davis authored
-
- Aug 21, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
- Aug 17, 2017
-
-
Michael Davis authored
This allows specifying different protocol buffers for EOS and CTA Admin messages, both of which must be processed by the same XRootD plugin in the CTA Frontend.
-
Michael Davis authored
-
- Aug 16, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
- Aug 11, 2017
-
-
Victor Kotlyar authored
-
- Aug 10, 2017
-
-
Victor Kotlyar authored
Use precision .00 for Mbytes. Move library name to the front.
-
- Jul 27, 2017
-
-
Victor Kotlyar authored
Converted all bytes to Mbytes. Removed extra space in the output. Reordered fields.
-
- Jun 30, 2017
-
-
Eric Cano authored
-
- Jun 27, 2017
-
-
Steven Murray authored
First version of a streaming "cta archivefile ls" command.
-
- Jun 26, 2017
-
-
Eric Cano authored
Fixed the timings so they show up in all states. Removed lds command. Added error message when a drive is not found for single drive ls.
-
Steven Murray authored
Removed the member variable XrdCtaFile::error that was incorrectly shadowing XrdSfsFile::error.
-
Steven Murray authored
Added the XrdCtaFile::m_listingArchiveFiles member variable and factorized XrdCtaFile::readFromCmdlineOutput() out from XrdCtaFile::read() so that in the future the XrdCtaFile::read() method will be able to treat the listing of archive files differently from other cta commands. Currently none of the cta commands are incrementally generating and streaming large result sets back to the cta command-line tool. All commands are generating the entire result in the constructor of XrdCtaFile. The result is streamed back to the cta command-line tool, but the result is generated in one single stepi before any streaming starts. The listing of archive files is being gradually modified to incrementaly generate the result in each call to XrdCtaFile::read(). This commit is one step in this larger modification.
-
Steven Murray authored
Removed unnecessary member variable XrdCtaFile::m_cmdlineReturnCode
-