Skip to content
Snippets Groups Projects
  1. Feb 15, 2020
  2. Feb 05, 2020
  3. Jan 30, 2020
  4. Jan 23, 2020
  5. Jan 21, 2020
  6. Jan 17, 2020
  7. Jan 16, 2020
    • Georges Racinet's avatar
      Passing some of ui.environ to external hook environ · 44aa75b4
      Georges Racinet authored
      What this really does is make `ui.system()` pass the `HEPTAPOD_*`
      environment variables to the resulting subprocess.
      
      Since `ui.environ` is used as a WSGI request-local substitute to the
      (process-wide) environ, the question whether it should
      be always fully forwarded will have to be raised in Mercurial upstream.
      
      In the meanwhile, Heptapod will pass its variables to external hooks.
      Closes: heptapod#72
      44aa75b4
  8. Jan 19, 2020
  9. Jan 16, 2020
  10. Jan 15, 2020
  11. Jan 14, 2020
  12. Jan 10, 2020
  13. Jan 08, 2020
  14. Jan 07, 2020
  15. Jan 06, 2020
  16. Jan 05, 2020
  17. Dec 25, 2019
  18. Dec 24, 2019
  19. Dec 21, 2019
    • Georges Racinet's avatar
      git_sync: stop using SSH · 2d639205
      Georges Racinet authored
      This is part of heptapod#144: now that we're firing the
      pre-receive hook ourselves, we don't need to go over SSH at all.
      
      This also means that we don't need the `repositories-root`
      confiuration item anymore.
      2d639205
Loading