From 50abbd3e53d4f5e3e67543650a13aca9a54b37c2 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Wed, 25 Jul 2018 02:30:33 -0700 Subject: Enable frozen string in app/models/*.rb Partially addresses #47424. --- changelogs/unreleased/frozen-string-enable-app-models.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/frozen-string-enable-app-models.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/frozen-string-enable-app-models.yml b/changelogs/unreleased/frozen-string-enable-app-models.yml new file mode 100644 index 00000000000..4c149ea55ef --- /dev/null +++ b/changelogs/unreleased/frozen-string-enable-app-models.yml @@ -0,0 +1,5 @@ +--- +title: Enable frozen string in app/models/*.rb +merge_request: 20851 +author: gfyoung +type: performance -- cgit v1.2.3 From fc4a0cd055643d6d66ed0dc8f0ba3ad5f09f6a95 Mon Sep 17 00:00:00 2001 From: Oswaldo Ferreira Date: Tue, 31 Jul 2018 12:47:22 -0300 Subject: Only serializes diff files found by paths query --- changelogs/unreleased/48246-osw-load-diffs-improvement.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/48246-osw-load-diffs-improvement.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/48246-osw-load-diffs-improvement.yml b/changelogs/unreleased/48246-osw-load-diffs-improvement.yml new file mode 100644 index 00000000000..c4292ab0d29 --- /dev/null +++ b/changelogs/unreleased/48246-osw-load-diffs-improvement.yml @@ -0,0 +1,5 @@ +--- +title: Improve performance when fetching collapsed diffs and commenting in merge requests +merge_request: 20940 +author: +type: performance -- cgit v1.2.3 From d60f7d0d46a931c92b5d7b50991009a7d9b5612e Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Wed, 1 Aug 2018 20:11:42 +0100 Subject: Automatically expand runner's settings block when linking to the runner's settings page by using page anchor on the link --- changelogs/unreleased/49851-link-to-runners.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/unreleased/49851-link-to-runners.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/49851-link-to-runners.yml b/changelogs/unreleased/49851-link-to-runners.yml new file mode 100644 index 00000000000..89fd6853bc8 --- /dev/null +++ b/changelogs/unreleased/49851-link-to-runners.yml @@ -0,0 +1,6 @@ +--- +title: Automatically expand runner's settings block when linking to the runner's settings + page +merge_request: +author: +type: other -- cgit v1.2.3 From 0cd76190deb01db8ff080186f3daa5b6067a27f6 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Sun, 22 Jul 2018 22:48:53 +1200 Subject: Lock helm charts to the VERSION already specified for each application. Fix up VERSION for each of the applications * There is no 0.0.1 helm version for jupyterhub. Use the latest version instead * `:nginx` is not a valid chart version. Lock the ingress application GitLab installs to the latest chart version. * Use the latest gitlab-runner chart to prevent GitLab installing older versions when users have been installing the lastest version Always install from the VERSION and not the database `version` column. This should fix cases like https://gitlab.com/gitlab-org/gitlab-ee/issues/6795 in the instances where an install command failed previously, which locked the version in the database to an older version. Also, ensure that the version column is updated to the version we are installing. Add specs to show how previously failed appplications will be handled when the helm installation is run again Add changelog entry --- ...talled-by-one-click-install-buttons-should-be-version-locked.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/unreleased/48834-chart-versions-for-applications-installed-by-one-click-install-buttons-should-be-version-locked.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/48834-chart-versions-for-applications-installed-by-one-click-install-buttons-should-be-version-locked.yml b/changelogs/unreleased/48834-chart-versions-for-applications-installed-by-one-click-install-buttons-should-be-version-locked.yml new file mode 100644 index 00000000000..d79b95411aa --- /dev/null +++ b/changelogs/unreleased/48834-chart-versions-for-applications-installed-by-one-click-install-buttons-should-be-version-locked.yml @@ -0,0 +1,6 @@ +--- +title: Chart versions for applications installed by one click install buttons should + be version locked +merge_request: 20765 +author: +type: fixed -- cgit v1.2.3 From 05c7c7e0ef0639fde2d98ad3fe9f09b2297ffa4b Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Wed, 1 Aug 2018 22:43:27 +1200 Subject: Update Helm Tiller used by gitlab-managed-apps to 2.7.2 --- changelogs/unreleased/49830-use-helm-272.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/49830-use-helm-272.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/49830-use-helm-272.yml b/changelogs/unreleased/49830-use-helm-272.yml new file mode 100644 index 00000000000..f6ecc12dbfa --- /dev/null +++ b/changelogs/unreleased/49830-use-helm-272.yml @@ -0,0 +1,5 @@ +--- +title: Use Helm 2.7.2 for GitLab Managed Apps +merge_request: 20956 +author: +type: changed -- cgit v1.2.3 From a0a36a9994fcae93da850a679e475d501442041f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=99=88=20=20jacopo=20beschi=20=F0=9F=99=89?= Date: Thu, 2 Aug 2018 09:34:44 +0000 Subject: Resolve "Remove ghost notification settings for groups and projects" --- ...4824-remove-ghost-notification-settings-for-group-and-project.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/44824-remove-ghost-notification-settings-for-group-and-project.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/44824-remove-ghost-notification-settings-for-group-and-project.yml b/changelogs/unreleased/44824-remove-ghost-notification-settings-for-group-and-project.yml new file mode 100644 index 00000000000..ddc878ee710 --- /dev/null +++ b/changelogs/unreleased/44824-remove-ghost-notification-settings-for-group-and-project.yml @@ -0,0 +1,5 @@ +--- +title: Adds foreign key to notification_settings.user_id +merge_request: 20567 +author: Jacopo Beschi @jacopo-beschi +type: added -- cgit v1.2.3 From 07009a1f4893652e152794ae8160a2f46e00772c Mon Sep 17 00:00:00 2001 From: James Lopez Date: Thu, 26 Jul 2018 12:55:21 +0200 Subject: Add Object Storage to GitLab project import - Refactor uploads manager - Refactor importer, update import spec - Add more object storage specs --- .../48773-gitlab-project-import-should-use-object-storage.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/48773-gitlab-project-import-should-use-object-storage.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/48773-gitlab-project-import-should-use-object-storage.yml b/changelogs/unreleased/48773-gitlab-project-import-should-use-object-storage.yml new file mode 100644 index 00000000000..f298380b920 --- /dev/null +++ b/changelogs/unreleased/48773-gitlab-project-import-should-use-object-storage.yml @@ -0,0 +1,5 @@ +--- +title: Add object storage logic to project import +merge_request: 20773 +author: +type: added -- cgit v1.2.3 From 52e5250b42b04ea07f0ba033912de9142d12b8cb Mon Sep 17 00:00:00 2001 From: Dennis Tang Date: Thu, 2 Aug 2018 14:18:17 +0000 Subject: Resolve "Top nav search bar produces console error when unauthenticated" --- ...op-nav-search-bar-produces-console-error-when-unauthenticated.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/49861-top-nav-search-bar-produces-console-error-when-unauthenticated.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/49861-top-nav-search-bar-produces-console-error-when-unauthenticated.yml b/changelogs/unreleased/49861-top-nav-search-bar-produces-console-error-when-unauthenticated.yml new file mode 100644 index 00000000000..30f5002c5b5 --- /dev/null +++ b/changelogs/unreleased/49861-top-nav-search-bar-produces-console-error-when-unauthenticated.yml @@ -0,0 +1,5 @@ +--- +title: fix error caused when using the search bar while unauthenticated +merge_request: 20970 +author: +type: fixed -- cgit v1.2.3 From 8fb4b243c2ef675c330047335b15412dd2e20b98 Mon Sep 17 00:00:00 2001 From: Drew Blessing Date: Thu, 2 Aug 2018 12:42:12 -0500 Subject: Update Rouge to 3.2.0 --- changelogs/unreleased/rouge-3-2-0.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/rouge-3-2-0.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/rouge-3-2-0.yml b/changelogs/unreleased/rouge-3-2-0.yml new file mode 100644 index 00000000000..15ac4cc1e76 --- /dev/null +++ b/changelogs/unreleased/rouge-3-2-0.yml @@ -0,0 +1,5 @@ +--- +title: Update to Rouge 3.2.0, including Terraform and Crystal lexer and bug fixes +merge_request: 20991 +author: +type: changed -- cgit v1.2.3