Skip to content

WIP: Puma in GDK

Andrew Newdigate requested to merge an-multithreaded-ee into master

What does this MR do?

This is the EE version of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22372

Extend @yorickpeterse's WIP Puma MR, rebasing from master and including the start of GDK support https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1899

How to use

  1. Ensure that gitlab-development-kit!532 (merged) is merged (note: this MR - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22372 - must be merged first)

  2. Run gdk with the EXPERIMENTAL_PUMA flag set: eg EXPERIMENTAL_PUMA=1 gdk run or EXPERIMENTAL_PUMA=1 gdk run web etc

Merge request reports