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-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-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
2019-02-26Improve GraphQL Authorization DSLLuke Duncalfe
Previously GraphQL field authorization happened like this: class ProjectType field :my_field, MyFieldType do authorize :permission end end This change allowed us to authorize like this instead: class ProjectType field :my_field, MyFieldType, authorize: :permission end A new initializer registers the `authorize` metadata keyword on GraphQL Schema Objects and Fields, and we can collect this data within the context of Instrumentation like this: field.metadata[:authorize] The previous functionality of authorize is still being used for mutations, as the #authorize method here is called at during the code that executes during the mutation, rather than when a field resolves. https://gitlab.com/gitlab-org/gitlab-ce/issues/57828
2019-02-25Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono
This reverts commit 9202bbd129537a698b986e6295d0c783b5a84815, reversing changes made to 4b282e9ce1ae246c4538b3ede18d1380ea778029.
2019-02-25Revert "Merge branch 'sh-fix-cpp-templates-404' into 'master'"Michael Kozono
This reverts commit 4b282e9ce1ae246c4538b3ede18d1380ea778029, reversing changes made to b6f37434a7022be1be40c0d0519aea3ceca25ea5.
2019-02-25Revert "Merge branch ↵Michael Kozono
'49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' into 'master'" This reverts commit 7981c0292b07a0138b096fa082341fcb13e9ce2b, reversing changes made to 9202bbd129537a698b986e6295d0c783b5a84815.
2019-02-25Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono
This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
2019-02-25Merge branch 'zj-load-languages-from-database' into 'master'Nick Thomas
Load repository language from the DB if detected Closes #47390 See merge request gitlab-org/gitlab-ce!25518
2019-02-25Merge branch 'refactor/56367-extract-resolve-with-issue-button-component' ↵Filipa Lacerda
into 'master' Extract ResolveWithIssueButton from NoteableDiscussion component Closes #56367 See merge request gitlab-org/gitlab-ce!25093
2019-02-25Extract ResolveWithIssueButton from NoteableDiscussion componentWinnie Hellmann
2019-02-25Merge branch ↵Filipa Lacerda
'55925-if-there-is-only-one-changed-page-in-review-app-go-directly-there' into 'master' If there is one changed page in review app, link to it Closes #55925 See merge request gitlab-org/gitlab-ce!25048
2019-02-25Merge branch '53655-board-milestone-fix' into 'master'Douwe Maan
Port of See merge request gitlab-org/gitlab-ce!23868
2019-02-25Merge branch '58020-fix-merge-api-endpoint-param' into 'master'Lin Jen-Shin
Respect the `should_remove_source_branch` parameter to the merge API Closes #58020 See merge request gitlab-org/gitlab-ce!25525
2019-02-25Link to Changed Page if Only One Change PresentAndrew Fontaine
Given a static page mapping, and a review app with a single static page change, the review app link will now go directly to that change instead of to the home page of the review app.