Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 5月 19, 2023
  2. 5月 10, 2023
  3. 4月 29, 2023
    • Stan Hu's avatar
      Make it possible to run Puma v6 · dbc751f6
      Stan Hu 创作于
      Puma v6.0 dropped `nakayoshi_fork` in
      https://github.com/puma/puma/issues/2925 since "it has very minimal
      gain and can trigger nasty bugs in c-extensions due to usage of
      GC.compact." If the call to `nakayoshi_fork` is made with Puma 6, the
      Web server will crash and fail to start up.
      
      To avoid this, conditionally enable it only if Puma v5 is loaded.
      
      Changelog: fixed
      dbc751f6
  4. 11月 10, 2022
  5. 6月 29, 2022
    • Matthias Kaeppler's avatar
      Fix env var check for DISABLE_PUMA_WORKER_KILLER · 2efc367a
      Matthias Kaeppler 创作于
      This was merely testing for truthiness, but any string
      is truthy, including "false" or "0".
      
      This caused the worker killer to not start in charts
      since here we set this to "false".
      
      Also removed the double negatives.
      
      Changelog: fixed
      2efc367a
  6. 5月 12, 2021
  7. 2月 24, 2021
  8. 1月 22, 2021
  9. 1月 18, 2021
  10. 1月 11, 2021
  11. 12月 13, 2019
  12. 10月 28, 2019
    • Andrew Newdigate's avatar
      Include puma logs alongside rails logs in GDK · 2995ff12
      Andrew Newdigate 创作于
      Currently puma logs are emitted to a different location than rails logs.
      In development environments, having a single stream of logs for puma
      and rails simplifies things and ensures that developers will see puma
      errors, instead of having them emitted to a file that is not usually
      checked.
      2995ff12
  13. 10月 04, 2019
  14. 6月 11, 2019
  15. 10月 26, 2018
加载中