summaryrefslogtreecommitdiff
path: root/spec/features/merge_requests
Commit message (Expand)AuthorAgeFilesLines
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-285-14/+14
* Merge branch 'winh-revert-6ac777a7592533d9c7b3682b2b9ca8caccca3f4d' into 'mas...Jacob Schatz2017-06-211-8/+8
|\
| * Revert "Merge branch 'winh-merge-request-related-issues' into 'master'"winh-revert-6ac777a7592533d9c7b3682b2b9ca8caccca3f4dwinh2017-06-211-8/+8
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
|/
* Change `logout` uses to `gitlab_sign_out`Robert Speicher2017-06-192-5/+5
* Change `login_with` uses to `gitlab_sign_in`Robert Speicher2017-06-191-5/+5
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-1935-44/+42
* Adjust position and wording for related issues in merge requestsWinnie Hellmann2017-06-191-8/+8
* Re-enable autocomplete for milestones, tags, releases, and wikiEric Eastwood2017-06-191-0/+14
* Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'Sean McGivern2017-06-161-3/+3
|\
| * Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-3/+3
* | Create responsive mobile view for pipelines tableAnnabel Dunstone Gray2017-06-162-2/+2
|/
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-142-3/+9
* Added more actions and report as abuse to all notesLuke "Jared" Bennett2017-06-072-0/+12
* Merge branch 'auto-search-when-state-changed' into 'master'Phil Hughes2017-06-071-9/+7
|\
| * Use data attributes instead of classClement Ho2017-06-071-6/+6
| * Merge branch 'master' into auto-search-when-state-changedClement Ho2017-06-061-5/+8
| |\
| * | Fix rspecClement Ho2017-06-061-9/+7
* | | Merge branch 'issue_27166_2' into 'master'Douwe Maan2017-06-071-1/+27
|\ \ \ | |_|/ |/| |
| * | Avoid repeated queries for pipeline builds on merge requestsissue_27166_2Felipe Artur2017-06-061-1/+27
* | | Move issuable bulk edit form into a new sidebar.28340-mass-edit-issues-and-mrs-from-sidebarBryce Johnson2017-06-061-5/+8
| |/ |/|
* | Merge branch 'pull-mirror-overhaul-ce-backport' into 'master'Douwe Maan2017-06-051-0/+6
|\ \
| * | backports changed import logic from pull mirroring feature into CETiago Botelho2017-06-051-0/+6
* | | Merge branch '31983-increase-merge-request-diff-file-size-limit-for-default-t...Douwe Maan2017-06-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Increase diff limits to 100 KB for collapse and 200 KB overall31983-increase-merge-request-diff-file-size-limit-for-default-toggle-openingSean McGivern2017-06-021-1/+1
| |/
* | Fix replying to a commit discussion displayed in the context of an MRDouwe Maan2017-06-011-1/+40
|/
* Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-313-4/+40
|\
| * Merge branch '32447-remove-source-branch-is-displayed-to-mergers-who-cannot-a...Fatih Acet2017-05-263-4/+40
| |\
| | * Update MWPS feature spec per change to remove source branch default.32447-remove-source-branch-is-displayed-to-mergers-who-cannot-actually-delete-the-source-branch-from-a-forked-projectBryce Johnson2017-05-251-2/+2
| | * Set up merge request from fork more simply.Bryce Johnson2017-05-241-10/+2
| | * Remove spec from created_from_fork_spec.Bryce Johnson2017-05-241-15/+0
| | * Move spec and add one for merge button not disabled.Bryce Johnson2017-05-241-0/+29
| | * Add spec for disabled Remove source branch checkbox.Bryce Johnson2017-05-231-0/+15
| | * Set merge params to force_remove_source_branch by default.Bryce Johnson2017-05-231-2/+4
| | * Shush rubocop.Bryce Johnson2017-05-221-1/+0
| | * Upgrade Remove Source Branch checkbox UX.Bryce Johnson2017-05-221-0/+14
* | | Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-2621-80/+98
|\ \ \ | |/ /
| * | Merge branch 'dm-outdated-system-note' into 'master'Grzegorz Bizon2017-05-242-1/+3
| |\ \
| | * | Fix specsdm-outdated-system-noteDouwe Maan2017-05-231-1/+1
| | * | Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan2017-05-231-0/+2
| * | | Merge branch 'wait-for-ajax-handling-all-js-requests' into 'master'Douwe Maan2017-05-2417-61/+55
| |\ \ \ | | |/ / | |/| |
| | * | Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-2217-61/+55
| | |/
| * | Merge branch 'issue_32225' into 'master'Robert Speicher2017-05-233-16/+10
| |\ \
| | * | Add transient head_pipeline_of to pipeline factoriesissue_32225Felipe Artur2017-05-223-16/+10
| | |/
| * | Fix specs32418-make-link-to-self-less-obviousAnnabel Dunstone Gray2017-05-191-1/+1
| |/
| * Consolidate user avatar Vue logicBryce Johnson2017-05-181-1/+1
| * Fix linking to unresolved/expanded diff note32424-fix-linking-to-unresolved-expanded-diff-noteEric Eastwood2017-05-171-0/+28
* | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-1/+1
|/
* Wait for all Vue resources to finish in merge immediately specsh-disable-merge-worker-in-specStan Hu2017-05-161-1/+1
* Disable Sidekiq in spec to prevent transient build failuresStan Hu2017-05-161-3/+5