- 23 Oct, 2018 21 commits
-
-
Grzegorz Bizon authored
CE upstream - 2018-10-22 21:21 UTC Closes #4302 See merge request gitlab-org/gitlab-ee!8038
-
Sean McGivern authored
Fix GitLab version for elasticsearch See merge request gitlab-org/gitlab-ee!8049
-
Nick Thomas authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Disable Feature Flags and Packages if repository is disabled See merge request gitlab-org/gitlab-ee!8037
-
Kamil Trzciński authored
This tests permissions when repository is disabled
-
Lin Jen-Shin authored
-
Grzegorz Bizon authored
EE: Support license management and performance See merge request gitlab-org/gitlab-ee!8023
-
Andreas Brandl authored
Add indexes to all geo event foreign keys Closes #7955 See merge request gitlab-org/gitlab-ee!7990
-
Yorick Peterse authored
-
Marcia Ramos authored
Add note about OpenShift specific configuration Closes #4584 See merge request gitlab-org/gitlab-ee!8026
-
Kamil Trzciński authored
This introduces a new syntax for all licenses and performance jobs: ```yaml job: reports: performance: performance.json license_management: gl-license-management-report.json ```
-
Kamil Trzciński authored
Rename 'sast_container' to 'container_scanning' in GITLAB_FEATURES See merge request gitlab-org/gitlab-ee!7981
-
Olivier Gonzalez authored
-
Kamil Trzciński authored
Revert "Revert "Update code quality documentation"" See merge request gitlab-org/gitlab-ee!7947
-
Toon Claes authored
-
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
-
Achilleas Pipinellis 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 19 commits
-
-
Mayra Cabrera authored
-
GitLab Bot authored
# Conflicts: # app/models/clusters/platforms/kubernetes.rb # app/services/projects/after_rename_service.rb # qa/qa/git/repository.rb [ci skip]
-
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
Revert "Merge branch 'refactor-cluster-create-service-spec' into 'master'" See merge request gitlab-org/gitlab-ce!22523
-
Annabel Dunstone Gray authored
Remove card-title in card-header Closes #46884 See merge request gitlab-org/gitlab-ce!19335
-
Thong Kuah authored
This reverts merge request !22407
-
Douwe Maan authored
Improve validation errors for external CI/CD configuration Closes #51369 See merge request gitlab-org/gitlab-ce!22394
-
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
-
Andreas Brandl authored
Add Clusters::KubernetesNamespace model See merge request gitlab-org/gitlab-ce!22404
-
Mike Greiling authored
Bump mermaid to 8.0.0-rc.8 Closes #52601, #50105, and #40470 See merge request gitlab-org/gitlab-ce!22509
-
Robert Speicher authored
This reverts commit c3c22cb2.
-
Annabel Dunstone Gray authored
Change branch font type in tag creation See merge request gitlab-org/gitlab-ce!22454
-
Robert Speicher authored
Move Project#rename_repo to a service class See merge request gitlab-org/gitlab-ce!22419
-
Robert Speicher authored
EE: Move Project#rename_repo to a service class See merge request gitlab-org/gitlab-ee!8028
-
Kamil Trzciński authored
-
Mek Stittri authored
Make the 'Accepting merge requests' workflow consistent See merge request gitlab-org/gitlab-ce!22467
-
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.
-
Clement Ho authored
Fix/update prettier script See merge request gitlab-org/gitlab-ce!22476
-