Skip to content
Snippets Groups Projects
  1. Jan 27, 2020
    • Michael Davis's avatar
      [cta-admin] Handle user errors from CTA Frontend: · e4047b3f
      Michael Davis authored
      - XRootD/SSI/Protobuf errors or CTA Exceptions return error code 1
        (something went wrong with communication or in the frontend)
      
      - User errors return error code 2 (user specified an invalid drive,
        vid, etc.)
      
      - If text output, print error message on stderr and exit with code 2
      
      - If --json output, print error message on stderr, print empty JSON
        array [] on stdout, and exit with code 2
      e4047b3f
  2. Jan 24, 2020
  3. Jan 21, 2020
  4. Jan 20, 2020
  5. Dec 18, 2019
  6. Dec 17, 2019
  7. Dec 16, 2019
  8. Jul 03, 2019
  9. Jun 24, 2019
  10. Jun 21, 2019
  11. Jun 19, 2019
  12. Jun 18, 2019
  13. Jun 17, 2019
  14. Jun 06, 2019
  15. Jun 03, 2019
  16. May 21, 2019
  17. Apr 23, 2019
  18. Apr 15, 2019
  19. Feb 07, 2019
  20. Feb 04, 2019
  21. Jan 10, 2019
  22. Nov 08, 2018
  23. Oct 12, 2018
  24. Sep 28, 2018
  25. Sep 27, 2018
    • Michael Davis's avatar
      [cta-admin] Adds --json option · 995780e8
      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.
      995780e8
  26. Sep 26, 2018
    • Michael Davis's avatar
      [XrdSsiPb] Updates submodule to v0.23 · f8758643
      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.
      f8758643
  27. Jun 14, 2018
  28. Jun 13, 2018
Loading