Skip to content

Remove Unicorn support (configuration)

Aleksei Lipniagov requested to merge alipniagov/remove-unicorn-configuration into main

What does this Merge Request do and why?

Removes Unicorn configuration support from GDK.
Puma is the only webserver we support now.
Docs MR: !2000 (merged)

Related GitLab MRs (listed in the description): gitlab!61888 (merged)

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users. - technically no, but we expect that Unicorn is no longer supported and we announced that already in many places
  • [-] Tests added for new functionality. If not, please raise Issue to follow-up.
  • [-] Documentation added/updated, if needed. - have a separate MR
  • [-] gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports