Highlights for the week ending 2020-02-26
What does this Merge Request do?
This MR updates CHANGELOG.md
to include highlights for the week ending 2020-02-26. Here's the expanded version:
gdk pristine
command !1811 (merged)
Add Re-installs Ruby gems, Node modules, cleans tmp directories and clears go cache.
nakayoshi_fork
for Puma by default !1832 (merged)
Enable The nakayoshi_fork
setting for Puma was enabled by default. Thanks @Aleksei Lipniagov
For more detail see https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/master/doc/howto/puma.md
!1844 (merged)
Tidy up gdk commands docsUpdates the GDK commands page by moving out non gdk <command>
content into separate howto pages.
gdk measure-workflow
command !1828 (merged)
Add Allows custom JS workflows to be executed. Thanks @timzallmann
!1842 (merged)
Add KAS URL configurationAdds auto-configuration of GitLab backend's KAS awareness. Thanks @hfyngvason
gdk reset-data
command !1174 (merged)
Add Backs up and then resets the PostgreSQL database, git repository and Rails uploads directories. Thanks @lulalala
!1833 (merged)
Add steps to enable Rails console and toggle flagsDocuments how to run a Rails console and toggle GitLab feature flags. Thanks @msedlakjakubowski
@matteeyah became a GDK maintainer
Thanks @matteeyah !
Merge Request checklist
-
Tests added for new functionality. If not, please raise Issue to follow-up. -
This change is backward compatible. If not, please include steps to communicate to our users. -
Documentation added/updated, if needed. -
gdk doctor
test added, if needed.