- Jun 19, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- Jun 18, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
- Jun 17, 2019
-
-
Michael Davis authored
-
- Jun 06, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
- Jun 03, 2019
-
-
Cedric CAFFY authored
-
- May 21, 2019
-
-
Steven Murray authored
-
- Apr 23, 2019
-
-
Michael Davis authored
Fixes race condition: for text stream responses, guarantees that header is printed before the stream data.
-
- Apr 15, 2019
-
-
Cedric CAFFY authored
Simple repack on CI
-
Eric Cano authored
Replaced the map of tape files with a list as the assumption that we have one copy per copyNb is no more valid with repack.
-
- Feb 07, 2019
-
-
Michael Davis authored
-
- Feb 04, 2019
-
-
Michael Davis authored
-
- Jan 10, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
- 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.
-
- Jun 14, 2018
-
-
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 04, 2018
-
-
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 09, 2018
-
-
Michael Davis authored
-