Skip to content
Snippets Groups Projects
  1. Oct 27, 2021
  2. Sep 16, 2021
  3. Jun 18, 2021
  4. Jun 09, 2021
  5. May 03, 2021
  6. Apr 26, 2021
    • Antoine Lambert's avatar
      tox: Add sphinx environments to check sane doc build · dd59b67c
      Antoine Lambert authored
      Enable to check package documentation can be built without producing
      sphinx warnings.
      
      The sphinx environment is designed to be used in continuous integration
      in order to prevent breaking documentation build when committing changes.
      
      The sphinx-dev environment is designed to be used inside a full swh
      development environment.
      
      Related to T3258
      dd59b67c
  7. Apr 16, 2021
  8. Apr 08, 2021
  9. Mar 15, 2021
  10. Feb 25, 2021
  11. Feb 09, 2021
  12. Jan 27, 2021
  13. Jan 13, 2021
  14. Dec 17, 2020
  15. Dec 08, 2020
  16. Dec 04, 2020
    • David Douard's avatar
      Use msgpack Timestamp extension type to encode datetime objects in the journal · 8dd97125
      David Douard authored
      The encoding of datetime objects is done using msgpack extension types
      (instead of former b'swhtype" custom types).
      
      Note that this imply that the timezone of the encoded datime is "lost in
      translation": the resulting datetime will be a (tz-aware) UTC datetime
      object.
      
      Support for decoding these later is however provided for backward
      compatbility.
      
      Also make the serialization code of the journal independant from
      swh.core.api.serializer.
      
      This later move aims at making the msgpack serialization process of the
      journal to be specified (and predictable). The code from swh.core is
      dedicated at RPC and can thus do much more "custom types" than what is
      needed for the journal. So by not using the serialization code from the
      swh.core pakage, we make sure we do not inadvertently encode unspecified
      objects in the journal.
      
      Related to T2834
      8dd97125
  17. Nov 27, 2020
  18. Nov 02, 2020
  19. Oct 27, 2020
  20. Oct 12, 2020
  21. Oct 02, 2020
  22. Sep 29, 2020
  23. Sep 17, 2020
  24. Aug 19, 2020
    • vlorentz's avatar
      Fix deserialization of extra_headers. · 4d3cb983
      vlorentz authored
      kafka_to_value didn't recursively convert to tuples, so they were
      of type Tuple[List[bytes], ...] instead of Tuple[Tuple[bytes, bytes], ...]
      4d3cb983
  25. Aug 07, 2020
  26. Aug 06, 2020
  27. Jul 31, 2020
  28. Jul 30, 2020
  29. Jul 06, 2020
  30. Jul 01, 2020
Loading