Skip to content
Snippets Groups Projects
  1. Dec 22, 2017
    • ThibG's avatar
      Display deleted users' role as “Suspended” (#6080) · 6eb60260
      ThibG authored
      Deleted users are technically suspended, but the code displaying their status
      in the admin interface was broken and displayed a javascript object holding
      translations of the possible user roles instead.
      6eb60260
  2. Dec 20, 2017
  3. Dec 17, 2017
  4. Dec 15, 2017
  5. Dec 14, 2017
  6. Dec 13, 2017
  7. Dec 12, 2017
    • Quenty31's avatar
      Update: #5985 and #5817 (#5996) · 0370ba7b
      Quenty31 authored
      0370ba7b
    • erin's avatar
      Improve error handling in streaming/index.js (#5968) · c986218c
      erin authored
      On an unhandled worker exception, we should log the exception
      and exit with nonzero status, instead of letting workers
      silently fail and restarting them in an endless loop.
      
      Note: we previously tried to handle the `'error'` signal.
      That's not a signal Node fires; my patch traps `'uncaughtException'`,
      which is what the code was _trying_ to do.
      c986218c
Loading