- 05 Dec, 2018 40 commits
-
-
Phil Hughes authored
Merge branch '8444-update-error-message-displayed-when-adding-an-unsupported-project-to-ops-dashboard' into 'master' Resolve "Update error message displayed when adding an unsupported project to Ops Dashboard" Closes #8444 See merge request gitlab-org/gitlab-ee!8672
-
Kamil Trzciński authored
Group SAML metadata endpoint Closes #6090 See merge request gitlab-org/gitlab-ee!5782
-
Kamil Trzciński authored
EE: Use group clusters when deploying (DeploymentPlatform) See merge request gitlab-org/gitlab-ee!8218
-
James Lopez authored
Merge branch 'ee-50626-searching-users-by-the-admin-panel-wipes-query-when-using-sort' into 'master' Fix losing search query when sort users on admin users page See merge request gitlab-org/gitlab-ee!8640
-
Rémy Coutable authored
Remove code related to automatic merging See merge request gitlab-org/gitlab-ee!8709
-
Grzegorz Bizon authored
Port of Rename project's pipelines relation See merge request gitlab-org/gitlab-ee!8619
-
Francisco Javier López authored
-
Tristan Read authored
-
James Edwards-Jones authored
Also adds tests for that feature flag, pushing it over the danger-review limit requiring longer commit message.
-
Douglas Barbosa Alexandre authored
Merge branch '8591-geo-http-403-when-dismissing-free-trial-of-gitlab-com-gold-message' into 'master' Don't show 'Free Trial of GitLab.com Gold' message for secondary nodes Closes #8591 See merge request gitlab-org/gitlab-ee!8635
-
Yorick Peterse authored
We're moving the automatic merging logic to a separate repository, so there's no need in keeping this file around. [ci skip]
-
Yorick Peterse authored
[ci skip]
-
Nick Thomas authored
Run Geo check during gitlab check task, plus refactors See merge request gitlab-org/gitlab-ee!8616
-
Andreas Brandl authored
Remove redundant indices on GitLab.com Closes gitlab-ce#53993 and gitlab-ce#53989 See merge request gitlab-org/gitlab-ee!8695
-
Achilleas Pipinellis authored
add 11.6-ce-to-ee docs See merge request gitlab-org/gitlab-ee!8680
-
Kamil Trzciński authored
Port to EE: Merge request pipelines See merge request gitlab-org/gitlab-ee!8601
-
James Ramsay authored
-
Douwe Maan authored
Extract code into IssueBoardEntity / serializer (follow up) See merge request gitlab-org/gitlab-ee!8679
-
Phil Hughes authored
Support location.positions in code climate MR-widget Closes #6813 See merge request gitlab-org/gitlab-ee!8098
-
Nick Thomas authored
AES-256-GCM cipher mode requires a key that is exactly 32 bytes long. We already handle the case when the key is too long, by truncating, but the key can also be too short in some installations. Switching to a key that is always exactly the right length (by virtue of right-padding ASCII 0 characters) allows encryption to proceed, without breaking backward compatibility. When the key is too short, encryption fails with an `ArgumentError`, causing the web hooks functionality to be unusable. As a result, zero rows can exist with values encrypted with the too-short key. When the key is too long, it is silently truncated. In this case, the key is unchanged, so values encrypted with the new too-long key will still be successfully decrypted.
-
Thong Kuah authored
This reflects how we now create or update
-
Thong Kuah authored
If the service fails mid-point, then we should be able to re-run this service. So, detect presence of any previously created Kubernetes resource and update or create accordingly. Fix specs accordingly. In the case of finalize_creation_service_spec.rb, I decided to stub out the async worker rather than maintaining individual stubs for various kubeclient calls for that worker. Also add test cases for group clusters
-
Thong Kuah authored
We remove configure_project_service_account and replace ClusterPlatformConfigureWorker as they perform exactly the same piece of work. This also makes GKE cluster creation to be the same as Adding existing cluster - they both now use another worker to execute CreateOrUpdateNamespaceService.
-
ddavison authored
-
Mek Stittri authored
-
Filipa Lacerda authored
Resolve "Bug: Avatar Icons have wrong tooltip in approval" Closes #6309 See merge request gitlab-org/gitlab-ee!6269
-
Lukas Eipert authored
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54868
-
Filipa Lacerda authored
Use new information-o icon for Security Dashboard Closes #8506 See merge request gitlab-org/gitlab-ee!8668
-
Stan Hu authored
Geo: Add LFS support to HTTP & SSH push to secondary specs See merge request gitlab-org/gitlab-ee!7808
-
🤖 GitLab Bot 🤖 authored
This reverts commit 22954f22
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Stan Hu authored
Geo: Fix push to secondary over SSH for LFS See merge request gitlab-org/gitlab-ee!8044
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-