- 08 Apr, 2019 40 commits
-
-
Luke Duncalfe authored
-
Luke Duncalfe authored
To create a new merge request: git push -u origin -o merge_request.create To create a new merge request setting target branch: git push -u origin -o merge_request.create \ -o merge_request.target=123 To update an existing merge request with a new target branch: git push -u origin -o merge_request.target=123 A new Gitlab::PushOptions class handles parsing and validating the push options array. This can be the start of the standard of GitLab accepting push options that follow namespacing rules. Rules are discussed in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/43263. E.g. these push options: -o merge_request.create -o merge_request.target=123 Become parsed as: { merge_request: { create: true, target: '123', } } And are fetched with the class via: push_options.get(:merge_request) push_options.get(:merge_request, :create) push_options.get(:merge_request, :target) A new MergeRequests::PushOptionsHandlerService takes the `merge_request` namespaced push options and handles creating and updating merge requests. Any errors encountered are passed to the existing `output` Hash in Api::Internal's `post_receive` endpoint, and passed to gitlab-shell where they're output to the user. Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/43263
-
Michael Kozono authored
Backport `add_default_project_creation_setting` to CE See merge request gitlab-org/gitlab-ce!27141
-
Michael Kozono authored
Fix stage index migration failing in PostgreSQL 10 Closes #59985 See merge request gitlab-org/gitlab-ce!26972
-
Mike Lewis authored
Refactor Issues doc Closes #56877 See merge request gitlab-org/gitlab-ce!24695
-
Mike Lewis authored
-
Mike Greiling authored
Document IS_GITLAB_EE environment variable Closes #60131 See merge request gitlab-org/gitlab-ce!27120
-
Mike Greiling authored
Enable ESLint rule jest/no-focused-tests See merge request gitlab-org/gitlab-ce!27132
-
Winnie Hellmann authored
-
Mike Greiling authored
Override problematic display with utility class Closes #60231 See merge request gitlab-org/gitlab-ce!27138
-
Kamil Trzciński authored
-
Douglas Barbosa Alexandre authored
GraphQL complexity limit too low for Schema load / IntrospectionQuery Closes #60123 See merge request gitlab-org/gitlab-ce!27063
-
Lin Jen-Shin authored
CE: Extract EE specific files/lines for Discussion spec/services See merge request gitlab-org/gitlab-ce!26950
-
Achilleas Pipinellis authored
Edits to documentation dev doc index See merge request gitlab-org/gitlab-ce!27135
-
Mike Lewis authored
-
sarahghp authored
-
Brett Walker authored
An IntrospectionQuery required more complexity points.
-
Marcia Ramos authored
Fix typo “settings” in Merge requests docs See merge request gitlab-org/gitlab-ce!27020
-
Achilleas Pipinellis authored
Improvements to Documentation style and structure information See merge request gitlab-org/gitlab-ce!27098
-
Mike Lewis authored
-
Rémy Coutable authored
Add test suite with PostgreSQL 10 to be run on a schedule. Also, move MySQL tests to run only on master branch, and on schedules. See merge request gitlab-org/gitlab-ce!26920
-
Balasankar "Balu" C authored
Also, move MySQL tests to run only on master branch, and on schedules. Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-
Kamil Trzciński authored
Improve performance of PR import See merge request gitlab-org/gitlab-ce!27121
-
Robert Speicher authored
Extract a Git::HooksService Closes #15463 See merge request gitlab-org/gitlab-ce!26726
-
Rémy Coutable authored
Fix `updated_at` doesn't apply to `state_event` updates of issues via API. Closes #51279 and #46980 See merge request gitlab-org/gitlab-ce!27124
-
Sean McGivern authored
-
Sean McGivern authored
Externalize strings in flash messages See merge request gitlab-org/gitlab-ce!27106
-
Martin Wortschack authored
- Externalize strings in controllers - Update PO file
-
Kamil Trzciński authored
This removes unneeded `.reload` call which makes AR to load ALL objects, and create its in-memory representation.
-
Achilleas Pipinellis authored
Add useful tips about big repositories See merge request gitlab-org/gitlab-ce!27005
-
Phil Hughes authored
Adds EE folder in the stylelint command See merge request gitlab-org/gitlab-ce!27058
-
Rémy Coutable authored
Display maximum artifact size from runtime config See merge request gitlab-org/gitlab-ce!26784
-
Achilleas Pipinellis authored
Docs: Fix anchors related to variables doc See merge request gitlab-org/gitlab-ce!27081
-
Marcel Amirault authored
-
Winnie Hellmann authored
-
Rémy Coutable authored
Add doc when rspec-set won't work See merge request gitlab-org/gitlab-ce!27050
-
Fatih Acet authored
Update dependency @gitlab/svgs to ^1.59.0 See merge request gitlab-org/gitlab-ce!27104
-
Kamil Trzciński authored
-
Kamil Trzciński authored
Update RegExp syntax link to RE2 See merge request gitlab-org/gitlab-ce!27090
-
Cody Mize authored
CI ref pattern matching now uses RE2 instead of Ruby. See https://about.gitlab.com/2019/04/01/security-release-gitlab-11-dot-9-dot-4-released/ for more information.
-