- Dec 11, 2018
-
-
Steven Murray authored
Added MEDIA_TYPE and VENDOR columns to TAPE table and upgraded xrootd-ssi-protobuf-interface to v0.29
-
- Nov 08, 2018
-
-
Michael Davis authored
-
- Oct 12, 2018
-
- 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.
-
- Sep 26, 2018
-
-
Michael Davis authored
Adds better cleanup of Requests. The Send() method is synchronous as before, for Metadata requests. The new SendAsync() method is for Data and Stream requests, where the Response is returned asynchronously. The framework now provides a DataFuture object for the asynch case. After the Request has been sent, call DataFuture::wait() to clean up the Request object once all data has been received.
-
- Aug 14, 2018
-
- Jul 31, 2018
-
-
Steven Murray authored
-
- Jul 25, 2018
-
-
Giuseppe Lo Presti authored
-
- Jun 21, 2018
-
-
Steven Murray authored
Done
-
- Jun 14, 2018
-
-
Michael Davis authored
-
Michael Davis authored
-
- Jun 13, 2018
-
-
Michael Davis authored
-
- Jun 04, 2018
-
-
Michael Davis authored
-
- May 18, 2018
-
-
Michael Davis authored
-
- May 17, 2018
-
-
Michael Davis authored
-
Michael Davis authored
-
- May 16, 2018
-
-
Michael Davis authored
-
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
-
Michael Davis authored
PB now accommodates "lpa" and "lpr" responses as well as "af ls"
-
- Apr 12, 2018
-
-
Michael Davis authored
For now: puts a message in the log, does nothing and returns success.
-
- Apr 04, 2018
-
-
Michael Davis authored
-
- Mar 29, 2018
-
-
Michael Davis authored
-
- Mar 28, 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 19, 2018
-
-
Michael Davis authored
-
- Mar 09, 2018
-
-
Michael Davis authored
-
Michael Davis authored
-
- Mar 08, 2018
-
-
Michael Davis authored
-
- Mar 05, 2018
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Json output is now available by setting the XRootD debug level appropriately
-
Michael Davis authored
Integrates XRootD logging
-
- Jan 30, 2018
-
-
Michael Davis authored
Not required by new SSI interface as endpoint is specified in the workflow not in a configuration file. But it is still needed by cta-admin.
-