- 23 Oct, 2018 4 commits
-
-
Toon Claes authored
Because the Geo Event tables do a `on_delete: :cascade`, the foreign keys in `geo_event_log` need to have an index. Otherwise the deletion would be very slow. See https://docs.gitlab.com/ee/development/migration_style_guide.html#adding-foreign-key-constraints Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/7955
-
Phil Hughes authored
[EE-PORT] Resolve "Filter discussion (tab) by comments or activity in issues and merge requests" See merge request gitlab-org/gitlab-ee!7816
-
Felipe Artur authored
-
Evan Read authored
Document setting changes that need to be in audit log See merge request gitlab-org/gitlab-ee!7983
-
- 22 Oct, 2018 36 commits
-
-
Robert Speicher authored
CE upstream - 2018-10-22 13:22 UTC Closes gitlab-ce#52690, #7996, gitlab-ce#52559, gitlab-ce#52728, and gitlab-qa#142 See merge request gitlab-org/gitlab-ee!8029
-
Robert Speicher authored
-
Kamil Trzciński authored
EE Port for Add Clusters::KubernetesNamespace model - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22404 See merge request gitlab-org/gitlab-ee!8012
-
Robert Speicher authored
This reverts commit c3c22cb2.
-
Robert Speicher authored
EE: Move Project#rename_repo to a service class See merge request gitlab-org/gitlab-ee!8028
-
Yorick Peterse authored
This moves the logic of Project#rename_repo and all methods _only_ used by this method into a new service class: Projects::AfterRenameService. By moving this code into a separate service class we can more easily refactor it, and we also get rid of some RuboCop "disable" statements automatically. During the refactoring of this code, I removed most of the explicit logging using Gitlab::AppLogger. The data that was logged would not be useful when debugging renaming issues, as it does not add any value on top of data provided by users. I also removed a variety of comments that either mentioned something the code does in literal form, or contained various grammatical errors. Instead we now resort to more clearly named methods, removing the need for code comments. This method was chosen based on analysis in https://gitlab.com/gitlab-org/release/framework/issues/28. In this issue we determined this method has seen a total of 293 lines being changed in it. We also noticed that RuboCop determined the ABC size (https://www.softwarerenovation.com/ABCMetric.pdf) was too great.
-
Douglas Barbosa Alexandre authored
[QA] Move epic-related method to EE class See merge request gitlab-org/gitlab-ee!7988
-
Nick Thomas authored
[QA] Fix verbose? being renamed to debug? See merge request gitlab-org/gitlab-ee!8033
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mayra Cabrera authored
This model will be used to persist into database Kubernetes properties, such as namespace, service account name and service account token.
-
Marcia Ramos authored
Port from CE - update repo mirroring documentation See merge request gitlab-org/gitlab-ee!7790
-
Evan Read authored
-
Filipa Lacerda authored
-
GitLab Bot authored
# Conflicts: # locale/gitlab.pot [ci skip]
-
Achilleas Pipinellis authored
docs-Update index.md See merge request gitlab-org/gitlab-ce!22478
-
Achilleas Pipinellis authored
docs-Update CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!22477
-
Rémy Coutable authored
CE upstream - 2018-10-20 00:21 UTC Closes gitlab-ce#52916, gitlab-ce#52918, gitlab-runner#3642 et #8062 See merge request gitlab-org/gitlab-ee!8022
-
Achilleas Pipinellis authored
Update Guide for Microsoft Teams Notification Integration See merge request gitlab-org/gitlab-ce!22423
-
Abubakar Siddiq Ango authored
-
Nick Thomas authored
Fix review apps cleanup Closes #7657 and gitlab-ce#52112 See merge request gitlab-org/gitlab-ee!7772
-
Nick Thomas authored
Improve HelmClient and KubernetesClient See merge request gitlab-org/gitlab-ce!22375
-
Rémy Coutable authored
Fixed link in README.md See merge request gitlab-org/gitlab-ee!8020
-
Rémy Coutable authored
[CE backport] QA: Use strings for context descriptions See merge request gitlab-org/gitlab-ce!22469
-
Rémy Coutable authored
QA: Use strings for context descriptions Closes #8015 See merge request gitlab-org/gitlab-ee!7984
-
Nick Thomas authored
[EE] QA: Log page actions See merge request gitlab-org/gitlab-ee!7803
-
Nick Thomas authored
QA: Log page actions Closes gitlab-qa#142 See merge request gitlab-org/gitlab-ce!22084
-
Filipa Lacerda authored
Fixed source projects not filtering Closes #52728 See merge request gitlab-org/gitlab-ce!22515
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Dmitriy Zaporozhets authored
Move shared examples into the only file where used (Clusters::CreateService spec) See merge request gitlab-org/gitlab-ce!22407
-
Nick Thomas authored
Add approve quick action Closes #1873 See merge request gitlab-org/gitlab-ee!7989
-
Achilleas Pipinellis authored
Update test-scala-application.md to use sbtVersion instead of sbt-version Closes #52957 See merge request gitlab-org/gitlab-ce!22514
-
Phil Hughes authored
Filtering source projects in the merge request creation form would show a flash error because it is trying to filter remotely to an undefined URL. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52728
-
Grzegorz Bizon authored
Drop allow overflow option duration in numbers Closes #52284 See merge request gitlab-org/gitlab-ce!22246
-
Grzegorz Bizon authored
Improve specs for Ci::ProcessBuildService Closes #52279 See merge request gitlab-org/gitlab-ce!22254
-