- 05 Dec, 2018 40 commits
-
-
Douglas Barbosa Alexandre authored
To constantly re-verify repositories we should find projects whe the last verification attempt happened before the minimum re-verification interval. This interval says after how many days (at least) a repository should be re-rverified.
-
Douglas Barbosa Alexandre authored
This commit add a minimum_reverification_interval column to the geo_nodes table. This columns says after how many days (at least) a repository should reverified.
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
Add support for Group-level project templates Closes #6861 See merge request gitlab-org/gitlab-ee!6878
-
Rubén Dávila authored
-
Kamil Trzciński authored
Add API endpoint for vulnerability history at group level See merge request gitlab-org/gitlab-ee!8603
-
Steve Azzopardi authored
CE upstream - 2018-12-04 18:45 UTC Closes gitlab-ce#53600 See merge request gitlab-org/gitlab-ee!8705
-
Nick Thomas authored
Fix gitlab:geo:check rake task See merge request gitlab-org/gitlab-ee!8714
-
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
-
Michael Kozono authored
-
Steve Azzopardi authored
-
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
-
Olivier Gonzalez authored
Provide vulnerability counts per day per severity for the last 90 days.
-
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
-