summaryrefslogtreecommitdiff
path: root/spec/features/merge_requests/widget_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve MR feature specs and reduce duplicationrc/improve-mr-feature-specsRémy Coutable2018-01-181-304/+0
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Fix loading branches list on cherry pick modal after merge.acet-fix-branches-list-on-cherry-pick-modal-after-mergeFatih Acet2017-12-041-0/+12
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* Allow merge when no pipeline success38389-allow-merge-without-successEric Eastwood2017-10-051-1/+18
* Port fast-forward widget_spec test from EEEric Eastwood2017-09-191-0/+22
* Fix MR widget with external CI services/integrations33287-fix-mr-widget-errors-with-external-servicesEric Eastwood2017-09-181-0/+18
* Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-071-0/+13
* Use `empty_project` where possible in spec/features/merge_requestsRobert Speicher2017-07-271-2/+2
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-061-1/+3
|\
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-13/+10
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-17/+11
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-3/+3
|/
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-1/+1
* Change `logout` uses to `gitlab_sign_out`Robert Speicher2017-06-191-1/+1
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-2/+2
* Merge branch '32447-remove-source-branch-is-displayed-to-mergers-who-cannot-a...Fatih Acet2017-05-261-0/+21
|\
| * Set up merge request from fork more simply.Bryce Johnson2017-05-241-10/+2
| * Move spec and add one for merge button not disabled.Bryce Johnson2017-05-241-0/+29
* | Merge branch 'wait-for-ajax-handling-all-js-requests' into 'master'Douwe Maan2017-05-241-8/+8
|\ \
| * | Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-8/+8
| |/
* | Add transient head_pipeline_of to pipeline factoriesissue_32225Felipe Artur2017-05-221-11/+7
|/
* Merge branch 'issue_27168_2' into 'master' Sean McGivern2017-05-091-4/+13
|\
| * Fix specs 2Felipe Artur2017-05-081-3/+3
| * Fix SpecsFelipe Artur2017-05-081-4/+13
* | Merge request widget redesignFatih Acet2017-05-091-5/+28
|/
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
* Port of fix/29125-ee to CEDouglas Barbosa Alexandre2017-04-191-0/+21
* Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-061-1/+1
* Add feature specs for new MR widget blocked statefeature/gb/add-blocked-pipeline-mr-widget-stateGrzegorz Bizon2017-03-071-1/+26
* Default to subtle MR mege button until CI status is available28010-mr-merge-button-default-to-dangerEric Eastwood2017-03-021-2/+65
* Show merge errors in merge request widgetSean McGivern2017-02-161-0/+15
* Fixed random merge request widget failurePhil Hughes2017-02-081-2/+0
* Added specs for merge request environment listmerge-request-environment-list-specPhil Hughes2017-02-031-15/+38
* Added test for initial merge request widget statemr-widget-initial-state-testsPhil Hughes2017-01-261-0/+34