- 22 Oct, 2018 40 commits
-
-
Robert Speicher authored
Move Project#rename_repo to a service class See merge request gitlab-org/gitlab-ce!22419
-
Mek Stittri authored
Make the 'Accepting merge requests' workflow consistent See merge request gitlab-org/gitlab-ce!22467
-
Clement Ho authored
Fix/update prettier script See merge request gitlab-org/gitlab-ce!22476
-
Mike Greiling authored
-
Mike Greiling authored
Extract JobContainerItem component See merge request gitlab-org/gitlab-ce!22505
-
Winnie Hellmann authored
-
Robert Speicher authored
Backport rescue in Project#import_url from EE See merge request gitlab-org/gitlab-ce!22520
-
Douglas Barbosa Alexandre authored
[QA] Port recent changes from EE See merge request gitlab-org/gitlab-ce!22391
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Marcia Ramos authored
docs-Update proofreader.md See merge request gitlab-org/gitlab-ce!22427
-
Ray Paik authored
-
Marcia Ramos authored
Update repository mirroring documentation to reflect current state. Closes gitlab-ee#4302 See merge request gitlab-org/gitlab-ce!21792
-
Evan Read authored
-
Yorick Peterse authored
EE added a `rescue` to the method Project#import_url, which could cause merge conflicts when changing this method. This commit backports those changes to CE, reducing the chances of running into a merge conflict.
-
Rémy Coutable authored
Teach Danger how to pick up renamed files Closes #52783 See merge request gitlab-org/gitlab-ce!22396
-
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.
-
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
-
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
Improve HelmClient and KubernetesClient See merge request gitlab-org/gitlab-ce!22375
-
Rémy Coutable authored
[CE backport] QA: Use strings for context descriptions See merge request gitlab-org/gitlab-ce!22469
-
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
-
Dmitriy Zaporozhets authored
Move shared examples into the only file where used (Clusters::CreateService spec) See merge request gitlab-org/gitlab-ce!22407
-
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
-
Lukas Eipert authored
Danger apparently has three different objects which could contain files you often want to check: - git.added_files - git.modified_files - git.renamed_files The problem: If a file is renamed, `modified_files` contains the file path before the rename. In some Danger checks we use `added_files` + `modified_files`, which might contain the deleted paths of renamed files, but missing the new paths of renamed files. So we need to consider `renamed_files` as well.
-
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
-
Rémy Coutable authored
Add Applications API endpoints for listing and deleting entries. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52559 See merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22296
-
Rémy Coutable authored
-
Phil Hughes authored
Frontend: Review app changes Closes #33418 See merge request gitlab-org/gitlab-ce!22363
-
Filipa Lacerda authored
-
Phil Hughes authored
Remove base64 encoding from files that contain plain text Closes #48746 See merge request gitlab-org/gitlab-ce!22425
-
Jacques Erasmus authored
-
Filipa Lacerda authored
Remove window scroll in features/project/job_spec Closes #52690 See merge request gitlab-org/gitlab-ce!22512
-
Grzegorz Bizon authored
Add RAW file format which is used to store security reports Closes gitlab-ee#7996 See merge request gitlab-org/gitlab-ce!22365
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-