Skip to content
Snippets Groups Projects
  1. Mar 09, 2024
    • Georges Racinet's avatar
      rhgitaly::gitlab: making ref prefix constants public · 19cc03aa
      Georges Racinet authored
      They can be useful besides for concatenation purposes.
      19cc03aa
    • Georges Racinet's avatar
      rhgitaly::streaming: helpers for async channels · 9997f21c
      Georges Racinet authored
      Up to know, all the streaming gRPC methods we implemented have
      been using the `spawn_blocking` pattern, but some `RefService` methods
      will not need to actually open repositories, changelogs etc, hence
      will be implemented with async tasks (`tokio::spawn`).
      
      This defines types shortcuts and reexposes `send()` with the only
      possible error treatment in case the channel is broken: logging it.
      9997f21c
  2. Mar 08, 2024
  3. Mar 07, 2024
  4. Sep 18, 2023
  5. Apr 01, 2021
  6. Mar 07, 2024
  7. Mar 03, 2024
  8. Mar 02, 2024
    • Georges Racinet's avatar
      GetTreeEntries: structured errors, Python only · fa53ea51
      Georges Racinet authored
      This is the Python part of #156, and it also serves to prepare
      the Comparison test that will validate the Rust side.
      
      In ordinary integration tests, we do not assert the exact value
      of the structured error: the Comparison tests will be much better
      to make sure they are correct, so we content ourselves with maintaining
      coverage in them.
      fa53ea51
  9. Feb 28, 2024
  10. Feb 27, 2024
  11. Feb 26, 2024
  12. Feb 14, 2024
  13. Feb 13, 2024
  14. Feb 12, 2024
Loading