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-02-27Update command-line-commands.mdpatch-45Erich Wegscheider
Capitalized "Git"
2019-02-27Merge branch 'sh-remove-nplusone-admin-runners-tags' into 'master'Douglas Barbosa Alexandre
Remove N+1 query for tags in /admin/runners page See merge request gitlab-org/gitlab-ce!25572
2019-02-26Remove N+1 query for tags in /admin/runners pageStan Hu
As discussed in https://github.com/mbleigh/acts-as-taggable-on/issues/91, we can avoid N+1 queries if we use `tags` instead of `tag_list`. Seen while reviewing https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19740.
2019-02-26Merge branch 'dimitrieh-master-patch-11599' into 'master'Robert Speicher
update persona links issue template See merge request gitlab-org/gitlab-ce!25560
2019-02-26update persona links issue templateDimitrie Hoekstra
2019-02-26Merge branch 'add-name_without_type-to-environments-json' into 'master'Stan Hu
Add name_without_type to environments.json See merge request gitlab-org/gitlab-ce!25492
2019-02-26Add name_without_type to environments.jsonVladimir Shushlin
It's needed to show shorter names in environments "folders"
2019-02-26Merge branch 'revert-48e6db0d' into 'master'Stan Hu
Revert "Merge branch '56726-fix-n+1-in-issues-and-merge-requests-api' into 'master'" See merge request gitlab-org/gitlab-ce!25570
2019-02-26Merge branch '57905-etag-caching-probably-broken-since-11-5-0' into 'master'Robert Speicher
Fix ETag caching not being used for AJAX requests Closes #57905 See merge request gitlab-org/gitlab-ce!25400
2019-02-26Revert "Merge branch '56726-fix-n+1-in-issues-and-merge-requests-api' into ↵Heinrich Lee Yu
'master'" This reverts merge request !25042
2019-02-26Merge branch 'revert-8baf9e5f' into 'master'Sean McGivern
Revert "Merge branch '13784-simple-masking-of-protected-variables-in-logs' into 'master'" See merge request gitlab-org/gitlab-ce!25566
2019-02-26Revert "Merge branch '13784-simple-masking-of-protected-variables-in-logs' ↵Kamil Trzciński
into 'master'" This reverts merge request !25293
2019-02-26Merge branch '56726-fix-n+1-in-issues-and-merge-requests-api' into 'master'Kamil Trzciński
Fix N+1 query in Issues and MergeRequest API when issuable_metadata presense See merge request gitlab-org/gitlab-ce!25042
2019-02-26Reduce code duplicationAlexander Koval
Move logic of obtaining Issuable data to separate method
2019-02-26Merge branch ↵Filipa Lacerda
'46750-ci-empty-environment-is-created-even-when-a-job-isn-t-run-when-manual' into 'master' Sort Environments by Last Updated Closes #46750 See merge request gitlab-org/gitlab-ce!25260
2019-02-26Merge branch 'refactor/get_rid_of_schedule_installation_service' into 'master'Sean McGivern
Get rid of ScheduleInstallationService See merge request gitlab-org/gitlab-ce!25420
2019-02-26Get rid of ScheduleInstallationServiceJoão Cunha
- deletes schedule_installation_service.rb - moves schedule_installation_service.rb logic to create_service.rb - moves specs as well Removes code duplication Remove unecessary spec block Abide review suggestions Test installable applications which are not associated to a cluster Fix a typo Removes duplciated expectation Reuse variable instead of redefining Remove method in favor of a local scoped lambda Improve 'failing service' shared examples Test the increase of status count Remove duplicated test Enable fronzen literal
2019-02-26Merge branch '58202-extend-utility-classes-for-gitlab-ui-search-box' into ↵Annabel Dunstone Gray
'master' Resolve "Extend utility classes for `gitlab-ui`search-box" Closes #58202 See merge request gitlab-org/gitlab-ce!25554
2019-02-26Resolve "Extend utility classes for `gitlab-ui`search-box"Martin Wortschack
2019-02-26Merge branch 'ce-revert-d5ce84fd' into 'master'Lin Jen-Shin
Revert "Merge branch 'revert-82d7b5a0-ce' into 'master'" Closes #57857 and #50747 See merge request gitlab-org/gitlab-ce!25559
2019-02-26Merge branch 'add_YouTrack_integration' into 'master'Sean McGivern
Added YouTrack integration Closes #42595 See merge request gitlab-org/gitlab-ce!25361
2019-02-26Merge branch 'docs-add-proofreader-adiferd' into 'master'Rémy Coutable
Add adiferd as Indonesia proofreader See merge request gitlab-org/gitlab-ce!25143
2019-02-26Merge branch 'update-security-dev-workflow' into 'master'Yorick Peterse
Add task for adding links to the security release issue See merge request gitlab-org/gitlab-ce!25562
2019-02-26Merge branch '51819-show-feed-toggle-under-system-notes' into 'master'Phil Hughes
Add support for toggling discussion filter from notes section Closes gitlab-ee#7716 and #51819 See merge request gitlab-org/gitlab-ce!25426
2019-02-26Add support for toggling discussion filter from notes sectionKushal Pandya
Adds discussion note style section under notes app from where user can toggle discussion when they have selected a filter to show only system notes.
2019-02-26Merge branch '13784-simple-masking-of-protected-variables-in-logs' into 'master'Kamil Trzciński
Simple masking of protected variables in logs backend See merge request gitlab-org/gitlab-ce!25293
2019-02-26Add Maskable concern for CI variablesMatija Čupić
This adds a concern that abstracts the concept of masking a variable, including the RegEx for validation.
2019-02-26Merge branch 'osw-create-and-store-merge-ref-for-mrs' into 'master'Douwe Maan
Support merge ref writing (without merging to target branch) Closes #47110 See merge request gitlab-org/gitlab-ce!24692
2019-02-26Add task for adding links to the sec release issueHeinrich Lee Yu
2019-02-26Merge branch 'jc-fix-set-project-writable' into 'master'Douglas Barbosa Alexandre
Fix method to mark a project repository as writable See merge request gitlab-org/gitlab-ce!25546
2019-02-26Merge branch 'patch-45' into 'master'Filipa Lacerda
Fix incorrect checkbox description. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/56519 Closes #56519 See merge request gitlab-org/gitlab-ce!25392
2019-02-26Merge branch 'jest-graphql' into 'master'Filipa Lacerda
Added GraphQL Jest transform See merge request gitlab-org/gitlab-ce!25556
2019-02-26Added GraphQL Jest transformPhil Hughes
2019-02-26Fix Ci::Pipeline#all_merge_requests missing forked MRsStan Hu
Ci::Pipeline#all_merge_requests was only returning merge requests for that project, but it should include merge requests from forks as well. Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-26Fix Etag expiration for forked projectsStan Hu
When a pipeline is for a forked merge request, we have to invalidate the ETag for both the target and source project pipelines. Before we were only invalidating the target project's pipeline.
2019-02-26Fix ETag caching not being used for AJAX requestsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-26Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable
Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
2019-02-26Fix issues filter search token ee importLuke Bennett
2019-02-26Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński
Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
2019-02-26Merge branch 'sh-fix-cpp-templates-404' into 'master'Nick Thomas
Fix 404s when C++ .gitignore template selected Closes #57857 See merge request gitlab-org/gitlab-ce!25416
2019-02-26Merge branch 'enable_trace_sidekiq_development' into 'master'Douwe Maan
Turn on backtrace for sidekiq in development See merge request gitlab-org/gitlab-ce!25515
2019-02-26Merge branch ↵Lin Jen-Shin
'quarantine-spec/features/issues/filtered_search/search_bar_spec.rb' into 'master' [CE] Quarantine spec/features/issues/filtered_search/search_bar_spec.rb:89 See merge request gitlab-org/gitlab-ce!25551
2019-02-26Merge branch '50313-use-kaniko-to-build-containers-in-autodevops' into 'master'Kamil Trzciński
Use auto-build-image in AutoDevOps See merge request gitlab-org/gitlab-ce!24279
2019-02-26Merge branch '54417-improve-authorize-dsl' into 'master'Kamil Trzciński
Improve GraphQL Authorization DSL Closes #57828 See merge request gitlab-org/gitlab-ce!25328
2019-02-26Quarantine spec/features/issues/filtered_search/search_bar_spec.rb:89Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-26Fix project set_repository_writable!John Cai
2019-02-26Fix incorrect Pages Domains HTTPS checkkbox descAnton Melser
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/56519
2019-02-26Merge branch 'docs-anchors4-ha' into 'master'Evan Read
Docs: Fix anchors in HA docs See merge request gitlab-org/gitlab-ce!25415
2019-02-26Merge branch 'revert-82d7b5a0-ce' into 'master'Robert Speicher
[CE port] Revert "Automatic merge of gitlab-org/gitlab-ce master" See merge request gitlab-org/gitlab-ce!25537
2019-02-26Merge branch ↵Clement Ho
'57582-dropdown-icon-misalignment-on-issues-list-on-mobile-screen' into 'master' Fix alignment of dropdown icon on issuable on mobile Closes #57582 See merge request gitlab-org/gitlab-ce!25205