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
2019-04-02Add basic pipeline smoke testpipeline_smoke_testZeff Morgan
2019-04-02Merge branch ↵Lin Jen-Shin
'ce-6119-extract-ee-specific-files-lines-for-spec-services-groups' into 'master' Remove groups destroy race condition spec See merge request gitlab-org/gitlab-ce!26851
2019-04-02Merge branch 'sh-cache-pipeline-find-commits' into 'master'Kamil Trzciński
Cache FindCommit results in pipelines view See merge request gitlab-org/gitlab-ce!26776
2019-04-02Merge branch 'docs-image-realignment' into 'master'Achilleas Pipinellis
Docs: image realignment See merge request gitlab-org/gitlab-ce!26799
2019-04-02Docs: image realignmentMarcel Amirault
2019-04-02Merge branch 'docs-move-variables-ref-to-new-doc' into 'master'Achilleas Pipinellis
Docs: move variables reference to its own doc See merge request gitlab-org/gitlab-ce!26763
2019-04-02Fix conflicts with masterMarcia Ramos
Pull master
2019-04-02Merge branch 'jv-gitaly-unlink-repository' into 'master'Grzegorz Bizon
Stop calling UnlinkRepositoryFromObjectPool RPC Closes #59777 See merge request gitlab-org/gitlab-ce!26821
2019-04-02Stop calling UnlinkRepositoryFromObjectPool RPCJacob Vosmaer
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/59777. In earlier iterations of our implementation of Git object deduplication we thought we would be making extensive use of Git remotes in pool repositories in the future, and that we should manage these remotes carefully from the start. We now expect we only care about one remote, namely the source project. The other remotes are there only for forensic purposes. Before this MR we tried to also remove pool remotes when member projects got deleted, with the UnlinkRepositoryFromObjectPool RPC. This is fragile when there are race conditions (see https://gitlab.com/gitlab-org/gitaly/issues/1568#note_153955926). We have spent some time making this RPC less fragile in https://gitlab.com/gitlab-org/gitaly/merge_requests/1151 but looking at this problem again, I think we should just stop calling it.
2019-04-02Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'Robert Speicher
Jarv/dev to gitlab 2019 04 02 Closes #2810 See merge request gitlab-org/gitlab-ce!26846
2019-04-02Merge branch 'qa/document_click_vs_go_to' into 'master'Rémy Coutable
Document `click_` vs. `go_to_` standard for e2e tests Closes #59645 See merge request gitlab-org/gitlab-ce!26825
2019-04-02Merge branch 'expose-mr-pipeline-parameters-for-merge-widget-ce' into 'master'Kamil Trzciński
Backport: Expose merge request pipeline parameters for MR widget See merge request gitlab-org/gitlab-ce!26826
2019-04-02Merge branch 'diff-tree-mobile-bug' into 'master'Filipa Lacerda
Fixed positioning of the diff tree list on mobile Closes #59739 See merge request gitlab-org/gitlab-ce!26820
2019-04-02Cache FindCommit results in pipelines viewStan Hu
For each pipeline, the controller will call `Pipeline#latest?` to determine if the pipeline's ref is the latest for that branch. Since it's likely that the same branches are being used in each pipeline, we can reduce Gitaly overhead by caching the results of the FindCommit call.
2019-04-02Merge branch 'id-split-self-approval-restrictions' into 'master'Nick Thomas
Backport splitting approval changes from CE See merge request gitlab-org/gitlab-ce!26323
2019-04-02Backport splitting approval changes from CEIgor
Author and committers approvals are split in EE This commit provides backports for those changes This reverts commit 886f00bcba23d67e2c86591c2eb5359ef457a2f9.
2019-04-02Merge branch 'docs-css' into 'master'Phil Hughes
Adds documentation about the utility classes See merge request gitlab-org/gitlab-ce!26824
2019-04-02Adds documentation about the utility classesFilipa Lacerda
2019-04-02Merge branch 'fix-expand-full-file-on-image' into 'master'Douwe Maan
Fixed expand full file button showing on images Closes #59695 See merge request gitlab-org/gitlab-ce!26830
2019-04-02Merge branch 'jprovazn-graphql-prometheus' into 'master'Dmitriy Zaporozhets
Monitor GraphQL with Prometheus See merge request gitlab-org/gitlab-ce!26569
2019-04-02Monitor GraphQL with PrometheusJan Provaznik
Extends graphql's platform tracing class to observe duration of graphql methods. In graphql 1.8.11 is added prometheus class but it's not very useful for us because it uses prometheus_exporter to export results.
2019-04-02Merge branch 'design-management-upload-client-ce' into 'master'Filipa Lacerda
CE backport of design-management-upload-client See merge request gitlab-org/gitlab-ce!26766
2019-04-02Remove groups destroy race condition specSean McGivern
This was removed in the below MR in EE only, as it was causing failures related to Geo. https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3999
2019-04-02Merge branch 'sh-fix-rugged-tree-entries' into 'master'Sean McGivern
Avoid excessive recursive calls with Rugged TreeEntries Closes #59759 See merge request gitlab-org/gitlab-ce!26813
2019-04-02Merge branch ↵Rémy Coutable
'ce-10828-follow-up-from-ee-port-externalize-strings-in-projects-controllers' into 'master' (CE Port) "Follow-up from "(EE port) Externalize strings in projects controllers"" See merge request gitlab-org/gitlab-ce!26832
2019-04-02(CE Port) "Follow-up from "(EE port) Externalize strings in projects ↵Martin Wortschack
controllers""
2019-04-02Fixed positioning of the diff tree list on mobilePhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59739
2019-04-02Backport EE changeShinya Maeda
This is for merge request pipelines
2019-04-02Merge branch 'issue_51789_part_1' into 'master'Sean McGivern
Migrate issuable states to integer patch 1 of 2 Closes #51789 See merge request gitlab-org/gitlab-ce!25107
2019-04-02Merge branch 'contribute/fix-project-name-members-page' into 'master'Sean McGivern
Don't sanitize project names on project members page Closes #58751 See merge request gitlab-org/gitlab-ce!25946
2019-04-02CE backport of design-management-upload-clientPhil Hughes
2019-04-02Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵John Jarvis
jarv/dev-to-gitlab-2019-04-02
2019-04-02Merge branch 'security-exif-migration' into 'master'GitLab Release Tools Bot
Rake task for removing exif from uploads Closes #2810 See merge request gitlab/gitlabhq!2922
2019-04-02Rake task for removing exif from uploadsJan Provaznik
Adds a rake task which can be used for removing EXIF data from existing uploads.
2019-04-02Merge branch 'security-2819-xss-resolve-conflicts-branch-name' into 'master'GitLab Release Tools Bot
Fix XSS in resolve conflicts form See merge request gitlab/gitlabhq!2977
2019-04-02Merge branch 'security-56224' into 'master'GitLab Release Tools Bot
Fix related branches visible in issues for guests See merge request gitlab/gitlabhq!2996
2019-04-02Merge branch 'security-id-potential-denial-languages' into 'master'GitLab Release Tools Bot
Return cached languages if they've been detected before See merge request gitlab/gitlabhq!2998
2019-04-02Merge branch 'security-55503-fix-pdf-js-vulnerability' into 'master'GitLab Release Tools Bot
Fix PDF.js vulnerability See merge request gitlab/gitlabhq!2999
2019-04-02Merge branch 'security-use-untrusted-regexp' into 'master'GitLab Release Tools Bot
Use UntrustedRegexp for CI refs matching See merge request gitlab/gitlabhq!3005
2019-04-02Merge branch 'security-milestone-labels' into 'master'GitLab Release Tools Bot
[master] Check label_ids parent when updating issue board See merge request gitlab/gitlabhq!3027
2019-04-02Merge branch 'security-mass-assignment-on-project-update' into 'master'GitLab Release Tools Bot
Disallow changing namespace of a project in update method See merge request gitlab/gitlabhq!3028
2019-04-02Merge branch 'security-disallow-guests-to-access-releases' into 'master'GitLab Release Tools Bot
Disallow guest users from accessing Releases See merge request gitlab/gitlabhq!3041
2019-04-02Merge branch 'kube_helm_auto_devops_213' into 'master'Kamil Trzciński
Bump Kubectl and Helm in Auto-DevOps.gitlab-ci.yml See merge request gitlab-org/gitlab-ce!26534
2019-04-02Merge branch 'coverage-parsing-examples' into 'master'Grzegorz Bizon
Tweak coverage parsing examples See merge request gitlab-org/gitlab-ce!26732
2019-04-02Merge branch '56557-add-managed-field-to-cluster' into 'master'Kamil Trzciński
Adds `managed` boolean column to Clusters table Closes #56557 See merge request gitlab-org/gitlab-ce!26675
2019-04-02Add new field to Clusters tableMayra Cabrera
Adds boolean field 'managed' to clusters table. This new column will be used to distinguish those clusters that are automatically managed by gitlab. Needed for https://gitlab.com/gitlab-org/gitlab-ce/issues/56557
2019-04-02Merge branch 'fix-transfer-group-possibilities' into 'master'James Lopez
Fix group transfer selection possibilities Closes #52295 See merge request gitlab-org/gitlab-ce!26123
2019-04-02Fix group transfer selection possibilitiesPeter Marko
2019-04-02Merge branch '58879-document-local-tiller-docs' into 'master'Evan Read
Document that local tiller is used for Auto DevOps Closes #58879 See merge request gitlab-org/gitlab-ce!26688
2019-04-02Document that local tiller is used for Auto DevOpsThong Kuah
Also note that apps will be released into the Kubernetes namespace for the environment, and that GitLab < 11.4 used a dedicated Tiller