Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-24Fix specconcurrent-test-reports-parsingShinya Maeda
2018-10-24Concurrent test reoprts parsingShinya Maeda
2018-10-23Merge branch 'patch-31' into 'master'Evan Read
Add information about the uid_attribute custom setting in the SAML docs See merge request gitlab-org/gitlab-ce!22500
2018-10-23Merge branch 'add-new-kubernetes-spec-helpers' into 'master'Dmitriy Zaporozhets
Introduce new Kubernetes spec helpers See merge request gitlab-org/gitlab-ce!22525
2018-10-23Introduce new kubernetes spec helpersMayra Cabrera
Add create_role_binding, create_namespace and get_namespace kubernetes spec helpers. This new helpers are going to be used on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22011
2018-10-22Merge branch 'revert-eac645d7' into 'master'Robert Speicher
Revert "Merge branch 'refactor-cluster-create-service-spec' into 'master'" See merge request gitlab-org/gitlab-ce!22523
2018-10-22Merge branch '46884-remove-card-title' into 'master'Annabel Dunstone Gray
Remove card-title in card-header Closes #46884 See merge request gitlab-org/gitlab-ce!19335
2018-10-22Revert "Merge branch 'refactor-cluster-create-service-spec' into 'master'"Thong Kuah
This reverts merge request !22407
2018-10-22Merge branch 'feature/gb/improve-include-config-errors-reporting' into 'master'Douwe Maan
Improve validation errors for external CI/CD configuration Closes #51369 See merge request gitlab-org/gitlab-ce!22394
2018-10-22Merge branch '51716-add-kubernetes-namespace-model' into 'master'Andreas Brandl
Add Clusters::KubernetesNamespace model See merge request gitlab-org/gitlab-ce!22404
2018-10-22Merge branch 'blackst0ne-bump-mermaid' into 'master'Mike Greiling
Bump mermaid to 8.0.0-rc.8 Closes #52601, #50105, and #40470 See merge request gitlab-org/gitlab-ce!22509
2018-10-22Merge branch 'change-branch-font-type-in-tag-creation' into 'master'Annabel Dunstone Gray
Change branch font type in tag creation See merge request gitlab-org/gitlab-ce!22454
2018-10-22Merge branch 'refactor-project-rename-repo' into 'master'Robert Speicher
Move Project#rename_repo to a service class See merge request gitlab-org/gitlab-ce!22419
2018-10-22Merge branch 'docs-accepting-merge-requests-label-is-the-ssot' into 'master'Mek Stittri
Make the 'Accepting merge requests' workflow consistent See merge request gitlab-org/gitlab-ce!22467
2018-10-22Merge branch 'mg-update-prettier-script' into 'master'Clement Ho
Fix/update prettier script See merge request gitlab-org/gitlab-ce!22476
2018-10-22Fix/update prettier scriptMike Greiling
2018-10-22Merge branch 'winh-extract-job-container-item' into 'master'Mike Greiling
Extract JobContainerItem component See merge request gitlab-org/gitlab-ce!22505
2018-10-22Extract JobContainerItem componentWinnie Hellmann
2018-10-22Merge branch 'backport-ee-import-url-rescue' into 'master'Robert Speicher
Backport rescue in Project#import_url from EE See merge request gitlab-org/gitlab-ce!22520
2018-10-22Merge branch 'qa-backport-recent-ee-changes' into 'master'Douglas Barbosa Alexandre
[QA] Port recent changes from EE See merge request gitlab-org/gitlab-ce!22391
2018-10-22Make the 'Accepting merge requests' workflow consistentRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-22Merge branch 'patch-28' into 'master'Marcia Ramos
docs-Update proofreader.md See merge request gitlab-org/gitlab-ce!22427
2018-10-22docs-Update proofreader.mdRay Paik
2018-10-22Add Clusters::KubernetesNamespace modelMayra Cabrera
This model will be used to persist into database Kubernetes properties, such as namespace, service account name and service account token.
2018-10-22Edited uid_attribute information with suggested changesBlair Lunceford
2018-10-22Merge branch 'docs/refactor-repository-mirroring' into 'master'Marcia Ramos
Update repository mirroring documentation to reflect current state. Closes gitlab-ee#4302 See merge request gitlab-org/gitlab-ce!21792
2018-10-22Update repository mirroring documentation to reflect current state.Evan Read
2018-10-22Backport rescue in Project#import_url from EEYorick Peterse
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.
2018-10-22Merge branch 'leipert-danger-fix-moved-files' into 'master'Rémy Coutable
Teach Danger how to pick up renamed files Closes #52783 See merge request gitlab-org/gitlab-ce!22396
2018-10-22Move Project#rename_repo to a service classYorick Peterse
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.
2018-10-22Merge branch 'patch-30' into 'master'Achilleas Pipinellis
docs-Update index.md See merge request gitlab-org/gitlab-ce!22478
2018-10-22Merge branch 'patch-29' into 'master'Achilleas Pipinellis
docs-Update CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!22477
2018-10-22Change branch font type in tag creationGeorge Tsiolis
2018-10-22Merge branch 'abuango-office365-broken-link-fix' into 'master'Achilleas Pipinellis
Update Guide for Microsoft Teams Notification Integration See merge request gitlab-org/gitlab-ce!22423
2018-10-22Update Guide for Microsoft Teams Notification IntegrationAbubakar Siddiq Ango
2018-10-22Merge branch 'ce-52112-fix-review-apps-cleanup-ce' into 'master'Nick Thomas
Improve HelmClient and KubernetesClient See merge request gitlab-org/gitlab-ce!22375
2018-10-22Merge branch 'mk/backport-use-strings-for-context-description-qa' into 'master'Rémy Coutable
[CE backport] QA: Use strings for context descriptions See merge request gitlab-org/gitlab-ce!22469
2018-10-22Merge branch 'ml-qa-logging' into 'master'Nick Thomas
QA: Log page actions Closes gitlab-qa#142 See merge request gitlab-org/gitlab-ce!22084
2018-10-22Merge branch 'mr-creation-source-project-filtering' into 'master'Filipa Lacerda
Fixed source projects not filtering Closes #52728 See merge request gitlab-org/gitlab-ce!22515
2018-10-22Merge branch 'refactor-cluster-create-service-spec' into 'master'Dmitriy Zaporozhets
Move shared examples into the only file where used (Clusters::CreateService spec) See merge request gitlab-org/gitlab-ce!22407
2018-10-22Improve specs for abstract remote `include` fileGrzegorz Bizon
2018-10-22Improve error message when `include` is blockedGrzegorz Bizon
2018-10-22Merge branch 'docs-fix-sbt-version-in-test-scala-application' into 'master'Achilleas Pipinellis
Update test-scala-application.md to use sbtVersion instead of sbt-version Closes #52957 See merge request gitlab-org/gitlab-ce!22514
2018-10-22Fixed source projects not filteringPhil Hughes
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
2018-10-22Create helper to get all changed filesLukas Eipert
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.
2018-10-22Merge branch 'drop-allow_overflow-option-duration_in_numbers' into 'master'Grzegorz Bizon
Drop allow overflow option duration in numbers Closes #52284 See merge request gitlab-org/gitlab-ce!22246
2018-10-22Merge branch 'improve-specs-for-ci-processbuildservice' into 'master'Grzegorz Bizon
Improve specs for Ci::ProcessBuildService Closes #52279 See merge request gitlab-org/gitlab-ce!22254
2018-10-22Merge branch '52559-applications-api-get-delete' into 'master'Rémy Coutable
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
2018-10-22Update test-scala-application.md to use sbtVersion instead of sbt-versionRémy Coutable
2018-10-22Merge branch 'fe-ac-review-app-changes-33418' into 'master'Phil Hughes
Frontend: Review app changes Closes #33418 See merge request gitlab-org/gitlab-ce!22363