1. Jun 12, 2023
    • Alberto Miranda's avatar
      Update `ADM_deploy_adhoc_storage` RPC · 9f4134ac
      Alberto Miranda authored
      - scord-ctl: The new implementation for the RPC handler makes use of
        the new configuration files to construct the command line for
        deployment. The RPC handler will now reply with the generated path
        for the adhoc storage system (`adhoc_dir`) in addition to an
        appropriate error code.
      
      - scord: The RPC handler has been refactored and will now propagate
        `adhoc_dir` to the client API.
      
      - API: The newly generated `adhoc_dir` is propagated to client code.
      
      - examples: Updated to account for the new `adhoc_storage_path` argument in
        the APIs.
      
      foo
      9f4134ac
    • Alberto Miranda's avatar
      Heavy refactor to `logger` module · 421c5ed1
      Alberto Miranda authored
      - Move as much code as possible to `logger.cpp`
      - Create `logger_base` with common code
      - Create `logger_sync` and `logger_async` classes to allow creating
        synchronous and asynchronous loggers as needed.
      - Replace all mentions to `global_logger` by `default_logger`
      421c5ed1
  2. Jun 07, 2023
  3. May 31, 2023
  4. May 29, 2023
  5. May 26, 2023
  6. May 23, 2023
  7. May 17, 2023
  8. May 11, 2023
  9. May 10, 2023
  10. May 09, 2023
  11. Mar 28, 2023
  12. Feb 27, 2023