Skip to content
Snippets Groups Projects
  1. Nov 03, 2021
    • Georges Racinet's avatar
      Error handling: ensure tracebacks are produced in GitLab mirror hook · db818910
      Georges Racinet authored
      (adapted graft of 4728e33a7d5c)
      
      Here we consider straight Abort errors to be user errors, hence not
      warranting a server-side traceback in the logs. On the other hand, all
      other uncatched errors will be logged at error level.
      
      This makes use of `hg-loggingmod` 0.3.0 ability to log tracebacks in
      the logs.
      
      This can certainly be improved further, as it doesn't prevent
      server-side tracebacks to be displayed to SSH clients, for instance.
      db818910
  2. Oct 13, 2021
  3. Aug 03, 2021
  4. Jul 05, 2021
  5. Jul 01, 2021
  6. Jun 25, 2021
    • Georges Racinet's avatar
      post-receive: fire after locks release for MR creation pushvar · 3238d801
      Georges Racinet authored
      Because the Rails application can perform Mercurial writes
      synchronously during treatment of the post-receive API call,
      we need the latter to happen only after full locks release.
      
      The only currently know case happens during Merge Request,
      creation, hence we change the behaviour on this stable branch
      only in that case. It would probably be better to make this
      inconditionally for the default branch (after all
      PostReceive should mean the reception is fully done).
      
      Closes heptapod#505
      3238d801
  7. Jun 24, 2021
  8. Jun 23, 2021
  9. Jun 16, 2021
  10. Jun 11, 2021
  11. May 27, 2021
  12. May 26, 2021
Loading