- 20 Mar, 2020 10 commits
-
-
Steve Azzopardi authored
When installing knative with GitLab managed apps. There is no service named `knative-ingressgateway` under the `istio-system` namespace. For example: <details> <summary> kubectl get svc --namespace=isito-system </summary> ``` cluster-local-gateway ClusterIP istio-ingressgateway LoadBalancer istio-pilot ClusterIP istio-telemetry ClusterIP ``` </details>
-
Kushal Pandya authored
Added the shared Edit Title component Closes #207236 See merge request gitlab-org/gitlab!27582
-
Kushal Pandya authored
Refactor additional Geo Node tests Closes #209262 See merge request gitlab-org/gitlab!27629
-
Tiger Watson authored
Add unlock_membership_to_ldap boolean to Groups See merge request gitlab-org/gitlab!26474
-
Heinrich Lee Yu authored
Optimize projects_with_prometheus_alerts query See merge request gitlab-org/gitlab!27544
-
Heinrich Lee Yu authored
Optimize projects_reporting_ci_cd_back_to_github query See merge request gitlab-org/gitlab!27533
-
Evan Read authored
Docs: Add upgrade guide for AutoDevOps Postgres See merge request gitlab-org/gitlab!26952
-
Thong Kuah authored
Add guide on how to migrate from older 0.7.1 based PostgreSQL to newer 8.2.1 based PostgreSQL.
-
Alex Buijs authored
By using batch counting
-
Stan Hu authored
Add index on users.unlock_token See merge request gitlab-org/gitlab!27628
-
- 19 Mar, 2020 30 commits
-
-
Evan Read authored
Describe User statistics page of the Admin Area See merge request gitlab-org/gitlab!27300
-
Evan Read authored
Fix example `.gitlab-ci.yml` for serverless See merge request gitlab-org/gitlab!27592
-
Douglas Barbosa Alexandre authored
Ensure import by URL works after a failed import Closes #31589 See merge request gitlab-org/gitlab!27547
-
Lin Jen-Shin authored
Only make Review App deployment automatic for frontend changes Closes #208834 See merge request gitlab-org/gitlab!27010
-
James Fargher authored
Move NotificationService#prometheus_alerts_fired to CE Closes #210527 See merge request gitlab-org/gitlab!27353
-
Ash McKenzie authored
Use find_by instead of where + first See merge request gitlab-org/gitlab!27618
-
Stan Hu authored
This prevents queries using the unlock_token from bogging down the server.
-
Toon Claes authored
Adds sha256 to package files See merge request gitlab-org/gitlab!27518
-
Russell Dickenson authored
Bulk-insert docs: drop ON CONFLICT restriction See merge request gitlab-org/gitlab!27559
-
Zack Cuddy authored
This MR splits off from: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27624 In the above MR, GlPopover is implemented. There are some problems when fully mounting it in a spec. Using shallowMount and stubbing it fixes the problem, however, the affected tests were written without vue-test-utils and thus cannot shallowMount. This MR simply rewrites the impacted tests with vue-test-utils and shallowMounts the components.
-
Mike Jang authored
Update Cognito docs - empty `extern_uid` See merge request gitlab-org/gitlab!27285
-
Wojciech Pater authored
-
Russell Dickenson authored
-
Giorgenes Gelatti authored
Adds sha256 to files as some packages require it (for example the upcoming PyPi).
-
Mike Jang authored
Remove unsupported SAML providers See merge request gitlab-org/gitlab!27135
-
Cynthia Ng authored
-
Mayra Cabrera authored
Link tables blacklist from renaming doc See merge request gitlab-org/gitlab!27567
-
Mike Greiling authored
Add a note about CI assets required by outside projects Closes #211809 See merge request gitlab-org/gitlab!27609
-
Mark Florian authored
Remove d3 module (not used anymore) and upgrade d3-scale See merge request gitlab-org/gitlab!27502
-
Andrew Fontaine authored
Resolve "Reorganise Security Dashboard frontend files" See merge request gitlab-org/gitlab!23879
-
Achilleas Pipinellis authored
Edits to SAST intro See merge request gitlab-org/gitlab!26711
-
Nick Gaskill authored
-
Dmytro Zaporozhets authored
First part of transition from ghost boolean column to user_type See merge request gitlab-org/gitlab!27387
-
Dmytro Zaporozhets authored
Extract unique_internal to a module See merge request gitlab-org/gitlab!27386
-
Martin Wortschack authored
Remove action buttons for special users See merge request gitlab-org/gitlab!27162
-
Arturo Herrero authored
-
Mark Florian authored
This is a conflict that occurred after https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27136 got merged.
-
Marcel Amirault authored
Docs: Fix foss-links See merge request gitlab-org/gitlab!27573
-
Bob Van Landuyt authored
Enable new packages list by removing feature flag Closes #55220 and #33905 See merge request gitlab-org/gitlab!18860
-
Nicolò Maria Mezzopera authored
Removed feature flag Removed unncessary controller methods Updated packages_helper Updated tests Added tests for sorting
-