Skip to content
Snippets Groups Projects
  1. May 12, 2023
  2. Apr 13, 2023
  3. Apr 12, 2023
    • Georges Racinet's avatar
      GitLab 15.5: internal API auth with a JWT token · 0fa7b602a843
      Georges Racinet authored
      The internal API now requires a JWT token derived from the shared
      secret, and for now also accepts only `gitlab-shell` as issuer.
      
      Finally, installation of the distribution in CI over the dusty
      `octobus/ci-base` image requires `ffi.h` (for `cryptography`, probably
      bindings to Rust code). It is simpler to use `python:3.9` instead,
      which installs `cffi` with a prebuilt wheel (and is based on Debian 11).
      0fa7b602a843
  4. Mar 31, 2023
  5. Feb 13, 2023
  6. Sep 05, 2022
  7. Jul 08, 2022
  8. Jun 20, 2022
  9. Jun 12, 2022
  10. May 31, 2022
  11. May 16, 2022
  12. Apr 05, 2022
  13. Mar 14, 2022
  14. Feb 05, 2022
    • Georges Racinet's avatar
      Stop post-processing branchmap entries for obsolescence · c78aee1fe363
      Georges Racinet authored
      With the Mercurial 6.1 (core see heptapod#633) taking obsolescence
      into account while updating branchmap, it is no longer necessary
      to perform the (very slow) post-processing provided by the evolve
      extension.
      
      Because of the big jump in minimum required Mercurial version,
      we make it a major version change.
      
      Fixing heptapod#632 will thus boil down to requiring
      py-heptapod>=4.0.0dev0
      
      This post-processing was the standard if evolve is activated
      (through the single heads enforcement logic),
      but the heptapod extension was (and still is) disabling it because
      it needs to call it itself anyway.
      See 834eb9379d73 for details.
      c78aee1fe363
  15. Feb 26, 2022
  16. Jan 25, 2022
  17. Jan 23, 2022
  18. Jan 03, 2022
Loading