From b1318cd18873971041a8fa0ec52cfbdc420a007f Mon Sep 17 00:00:00 2001 From: Martin Wortschack Date: Tue, 12 Mar 2019 15:20:52 +0100 Subject: Clean up empty repository state UI - Remove irrelevante information - Remove horizontal scrolling on smaller viewports - Hide auto devops flash message for empty projects --- .../56833-project-improve-empty-repository-state-ui-fe.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/56833-project-improve-empty-repository-state-ui-fe.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/56833-project-improve-empty-repository-state-ui-fe.yml b/changelogs/unreleased/56833-project-improve-empty-repository-state-ui-fe.yml new file mode 100644 index 00000000000..19cf3d69db1 --- /dev/null +++ b/changelogs/unreleased/56833-project-improve-empty-repository-state-ui-fe.yml @@ -0,0 +1,5 @@ +--- +title: 'Project: Improve empty repository state UI' +merge_request: 26024 +author: +type: other -- cgit v1.2.1 From 428ee4bc6017c2df2a1fa02a358c33b7b67480a8 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Tue, 12 Mar 2019 22:38:18 +1300 Subject: Explicitly set master_auth for new GKE clusters From 1.12, GKE will disable basic auth and client certificate by default. Explicitly enable those now (currently we use 1.10/1.11 clusters) so that GKE cluster configuration will continue to work. --- changelogs/unreleased/58208-explicitly-set-masterauth.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/unreleased/58208-explicitly-set-masterauth.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/58208-explicitly-set-masterauth.yml b/changelogs/unreleased/58208-explicitly-set-masterauth.yml new file mode 100644 index 00000000000..e3512d11113 --- /dev/null +++ b/changelogs/unreleased/58208-explicitly-set-masterauth.yml @@ -0,0 +1,6 @@ +--- +title: Explicitly set master_auth setting to enable basic auth and client certificate + for new GKE clusters +merge_request: 26018 +author: +type: other -- cgit v1.2.1 From 6adca3683fe9d14c51cd7e3e9e667b976f28fc13 Mon Sep 17 00:00:00 2001 From: Mayra Cabrera Date: Thu, 14 Mar 2019 02:27:19 +0000 Subject: Fixes jupyter installation randomly failing Disables jupyter prepuller to avoid Helm chart to await for upgrading the jupyter hub images that are used by the hub pod to spawn user pods arrives on the nodes where users can spawn first. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58927 --- changelogs/unreleased/58927-jupyterhub-fails-to-install.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/58927-jupyterhub-fails-to-install.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/58927-jupyterhub-fails-to-install.yml b/changelogs/unreleased/58927-jupyterhub-fails-to-install.yml new file mode 100644 index 00000000000..2502b981337 --- /dev/null +++ b/changelogs/unreleased/58927-jupyterhub-fails-to-install.yml @@ -0,0 +1,5 @@ +--- +title: Fixes jupyter installation randomly failing +merge_request: 26126 +author: +type: fixed -- cgit v1.2.1 From 150f7c1e9c8d4a9d8134664d00a6385ac21a1939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20L=C3=B3pez?= Date: Thu, 14 Mar 2019 10:05:17 +0000 Subject: Fix Bitbucket import In https://gitlab.com/gitlab-org/gitlab-ce/commit/ebf16ada856efb85424a98848c141f21e609886a we introduced a SHA validator, to ensure that the data provided in merge request diffs, was legit. Nevertheless, the validator assumed that the SHA should be 40 chars long. When we import a project from BitBucket, the retrieved SHA is shorter (12 chars long). Therefore, this validator prevented to create a valid MergeRequestDiff for ever MergeRequest (triggering an exception). --- changelogs/unreleased/fj-58804-fix-bitbucket-import.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/fj-58804-fix-bitbucket-import.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/fj-58804-fix-bitbucket-import.yml b/changelogs/unreleased/fj-58804-fix-bitbucket-import.yml new file mode 100644 index 00000000000..dc44c64a055 --- /dev/null +++ b/changelogs/unreleased/fj-58804-fix-bitbucket-import.yml @@ -0,0 +1,5 @@ +--- +title: Fix bug in BitBucket imports with SHA shorter than 40 chars +merge_request: 26050 +author: +type: fixed -- cgit v1.2.1 From fa168b5ff179fe469b00bbcf983d0c4152dcd41b Mon Sep 17 00:00:00 2001 From: Mayra Cabrera Date: Thu, 14 Mar 2019 15:45:54 +0000 Subject: Revert "Merge branch '58927-jupyterhub-fails-to-install' into 'master'" This reverts merge request !26126 --- changelogs/unreleased/58927-jupyterhub-fails-to-install.yml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 changelogs/unreleased/58927-jupyterhub-fails-to-install.yml (limited to 'changelogs') diff --git a/changelogs/unreleased/58927-jupyterhub-fails-to-install.yml b/changelogs/unreleased/58927-jupyterhub-fails-to-install.yml deleted file mode 100644 index 2502b981337..00000000000 --- a/changelogs/unreleased/58927-jupyterhub-fails-to-install.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fixes jupyter installation randomly failing -merge_request: 26126 -author: -type: fixed -- cgit v1.2.1