Skip to content
Snippets Groups Projects
  1. Feb 01, 2021
  2. Jan 12, 2021
  3. Jan 11, 2021
  4. Feb 01, 2021
  5. Dec 10, 2020
  6. Jan 29, 2021
  7. Jan 28, 2021
  8. Feb 01, 2021
  9. Jan 28, 2021
  10. Dec 28, 2020
  11. Jan 31, 2021
  12. Sep 03, 2019
    • Georges Racinet's avatar
      auth: use a ~/.git-credentials file if it exists to fetch credentials · 031b90d72d36
      Georges Racinet authored
      In some situations we code the plain auth-less uri in the hgrc paths
      section (for convenience) and want to use a centrally-stored
      credentials file.
      
      Though it is possible to use the hgrc [auth] section, it would be also
      nice to access .git-credentials (still usefull for git direct access),
      avoiding double maintenance of credentials.
      
      This probably does not cover all possible situations with git
      credentials handling but it provides a working base.
      
      closes #305
      031b90d72d36
  13. Jan 11, 2021
  14. Jan 27, 2021
    • Georges Racinet's avatar
      tag command: made usable as a function · 2845e04d82d0
      Georges Racinet authored
      This makes the `git` keyword argument effectively optional in
      the function backing the `tag` command, that some downstream
      code may call directly, without being aware the argument exists.
      
      An example would be py-heptapod tests, and more generally tests
      based on mercurial-testhelpers that needs to work regardless
      of if hg-git is activated or not.
      2845e04d82d0
    • Georges Racinet's avatar
      ci: building Docker images on dedicated shared runners · 2e9478f62ea3
      Georges Racinet authored
      The site-local caching system currently used by many shared runners
      on foss.heptapod.net does not behave well with image pushes
      (see foss.heptapod.net#94).
      
      Some runners have been set up that don't use such caching, bearing with
      the `container-registry-push` tag.
      
      This also means that Kaniko doesn't need to use the Heptapod Internal
      Tooling CA.
      2e9478f62ea3
  15. Nov 23, 2020
  16. Jan 09, 2021
  17. Jan 14, 2014
  18. Dec 14, 2020
Loading