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
2017-11-17Add inline editing to issues on mobile39497-inline-edit-issue-on-mobileEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39497
2017-11-15Merge branch 'update-emoji-digests-with-latest-from-gemojione' into 'master'Filipa Lacerda
Update Emoji digests and assets with latest from Gemojione v3.3.0 Closes #32634 See merge request gitlab-org/gitlab-ce!15390
2017-11-15Merge branch 'tree_item_limit' into 'master'Douwe Maan
Truncate tree to max 1,000 items and display notice to users Closes #39746 See merge request gitlab-org/gitlab-ce!15333
2017-11-15Merge branch ↵Douwe Maan
'40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-added' into 'master' Resolve "Only one note webhook is triggered when a comment with time spent is added" Closes #40122 See merge request gitlab-org/gitlab-ce!15381
2017-11-15Merge branch '39573-hashed-storage-backup' into 'master'Stan Hu
Fix gitlab:backup rake for hashed storage based repositories Closes #39573 See merge request gitlab-org/gitlab-ce!15400
2017-11-15Merge branch ↵Sean McGivern
'40186-the-ee_compat_check-job-sometimes-fail-on-the-git-apply-3way-step-for-forks' into 'master' Always fetch master from the canonical remote Closes #40186 See merge request gitlab-org/gitlab-ce!15399
2017-11-15Merge branch 'fix-typo' into 'master'Sean McGivern
fix typo See merge request gitlab-org/gitlab-ce!15374
2017-11-15ChangelogGabriel Mazetto
2017-11-15Add total_time_spent to the `changes` hash in issuable Webhook payloadsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-15Truncate tree to max 1,000 items and display notice to usersDrew Blessing
Rendering ten thousands of tree items consumes a lot of server time and can cause timeouts in extreme cases. Realistically, displaying more than 1,000 files is probably not useful so truncate and show the user a notice instead. 'Find files' can be used to locate specific files beyond the 1,000 limit.
2017-11-15Fix dumping hashed storage based repositoryGabriel Mazetto
2017-11-15Always fetch master from the canonical remoteRémy Coutable
This way, if a fork's master branch is far behind the canonical's master, it won't use the tip of the fork's master branch as merge base and thus won't create a huge and wrong patch file. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-15Move :gay_pride_flag: to flags categoryEric Eastwood
2017-11-15Merge branch 'dm-import-service-polymorphism' into 'master'Yorick Peterse
Prefer polymorphism over specific type checks in Import service See merge request gitlab-org/gitlab-ce!15397
2017-11-15Prefer polymorphism over specific type checks in Import serviceDouwe Maan
2017-11-15Merge branch 'workhorse-3-3-1' into 'master'Rémy Coutable
Update gitlab-workhorse to v3.3.1 See merge request gitlab-org/gitlab-ce!15371
2017-11-15Merge branch 'rs-qa-default-timeout' into 'master'Grzegorz Bizon
Raise the QA Capybara's default wait time from 4 to 10 Closes gitlab-qa#103 See merge request gitlab-org/gitlab-ce!15382
2017-11-15Merge branch 'update-merge-worker-metrics' into 'master'Sean McGivern
Add simple logging to UpdateMergeRequestsWorker#perform See merge request gitlab-org/gitlab-ce!15360
2017-11-15Merge branch 'ce-backport-39009-fix-approvals-showing-up-in-empty-mr-widget' ↵Phil Hughes
into 'master' Remove approvals when in empty MR widget state -- CE backport See merge request gitlab-org/gitlab-ce!15362
2017-11-15Merge branch ↵Phil Hughes
'33338-internationalization-support-for-prometheus-service-configuration' into 'master' Resolve "Internationalization support for Prometheus Service Configuration" Closes #33338 See merge request gitlab-org/gitlab-ce!15336
2017-11-15Resolve "Internationalization support for Prometheus Service Configuration"Jose Ivan Vargas Lopez
2017-11-15Add basic emoji development docsEric Eastwood
2017-11-15Add rainbow_flag to emoji support mapEric Eastwood
Tested on the following platforms that split the emoji into separate characters currently. - Windows 10 FCU - Chrome 62.0.3202.89 - Firefox 57.0b14 - MS Edge 41.16299.15.0 - macOS 10.12.6 - Chrome 63.0.3239.40 - Safari 11.0.1 (12604.3.5.1.1) - Firefox 57.0 - Ubuntu 16.04 - Chromium 62.0.3202.75 - Firefox 56.0
2017-11-15Merge branch 'patch-2' into 'master'Achilleas Pipinellis
Replace 'charts' with 'chart' See merge request gitlab-org/gitlab-ce!15385
2017-11-15Merge branch '38007-update-licensing-docs' into 'master'Achilleas Pipinellis
Update licensing docs to clarify process for node modules Closes #38007 See merge request gitlab-org/gitlab-ce!14575
2017-11-15Merge branch '40161-extra-margin-on-svg-logo-in-header' into 'master'Annabel Dunstone Gray
40161 Remove extra margin from wordmark in header Closes #40161 See merge request gitlab-org/gitlab-ce!15389
2017-11-15Merge branch 'gitaly-fix-broken-specs' into 'master'Robert Speicher
skip_gitaly_mock disables Gitaly in specs See merge request gitlab-org/gitlab-ce!15383
2017-11-15Regenerate emoji digests with latest gemojioneEric Eastwood
2017-11-1540161 Remove extra margin from wordmark in headertauriedavis
2017-11-15Replace 'charts' with 'chart'Nestor Pestelos
Auto DevOps' gitlab-ci.yml expects a directory named 'chart'. See also: https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/114
2017-11-15we need to disable gitaly for some testsKim "BKC" Carlbäcker
2017-11-14Update CHANGELOG.md for 10.1.4Felipe Artur
[ci skip]
2017-11-14Merge branch 'master' of github.com:gitlabhq/gitlabhqFelipe Artur
2017-11-14Merge branch dev/master into masterFelipe Artur
2017-11-14[ci-skip] lintingMicael Bergeron
2017-11-14Merge branch 'bvl-subgroup-in-dropdowns' into 'master'Sean McGivern
Include child projects a user can manage in namespace dropdowns Closes #39987 See merge request gitlab-org/gitlab-ce!15294
2017-11-14Merge branch 'update-metrics-for-k8s-1.7' into 'master'Tim Zallmann
Update queries to remove duplicate entries (CE version) See merge request gitlab-org/gitlab-ce!15254
2017-11-14Merge branch 'fix-typo' into 'master'Annabel Dunstone Gray
Fix typo See merge request gitlab-org/gitlab-ce!15358
2017-11-14Raise the QA Capybara's default wait time from 4 to 10Robert Speicher
We were seeing intermittent failures on CI due to slow responses from certain endpoints.
2017-11-14Guarantee the order of groups in the dropdownBob Van Landuyt
So the groups with the same parent are listed together. The recursive cte seemed to do it by itself, but it is not guaranteed. By ordering on the `route.path` that includes every parent group, we can assume they're going to be in the right order.
2017-11-14Include child projects a user can manage in namespace dropdownsBob Van Landuyt
These dropdown options are used for creating and transfering projects.
2017-11-14Merge branch '32098-pipelines-navigation' into 'master'Phil Hughes
Stops page reload when changing tabs or pages - uses API requests instead See merge request gitlab-org/gitlab-ce!15280
2017-11-14Stops page reload when changing tabs or pages - uses API requests insteadFilipa Lacerda
2017-11-14Merge branch 'enable-scss-lint-unnecessary-mantissa' into 'master'Clement Ho
Enable UnnecessaryMantissa in scss-lint See merge request gitlab-org/gitlab-ce!15255
2017-11-14Update getting_started_part_one.mdChế Tiệp Chân Khoa
2017-11-14rework the logging to be simpler and add a thresholdmicael.bergeron
2017-11-14Merge branch 'bvl-fork-network-memberships-for-deleted-source' into 'master'Yorick Peterse
Don't try to create fork network memberships for forks of forks Closes #40072 See merge request gitlab-org/gitlab-ce!15366
2017-11-14Update gitlab-workhorse to v3.3.1Nick Thomas
2017-11-14Merge branch 'issue_40058' into 'master'Sean McGivern
Prevent position update for image diff notes Closes #40058 See merge request gitlab-org/gitlab-ce!15357
2017-11-14Merge branch 'fix-filter-by-my-reaction' into 'master'Sean McGivern
Fix filter by my reaction is not working Closes #39930 See merge request gitlab-org/gitlab-ce!15345