summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-sidebar-showing-mobile-merge-requests' into 'master'Tim Zallmann2017-06-301-0/+9
|\
| * Refactored tests and added a breakpoint to the merge_request_tabsfix-sidebar-showing-mobile-merge-requestsJose Ivan Vargas2017-06-291-0/+9
* | Merge branch '33082-use-update_pipeline_schedule-for-edit-and-take_ownership-...Douwe Maan2017-06-291-0/+84
|\ \
| * | Make membership required for create_user_by_membershipShinya Maeda2017-06-281-3/+3
| * | use go instead of let procShinya Maeda2017-06-281-4/+4
| * | Fixed typo and hash alighmentShinya Maeda2017-06-281-2/+2
| * | Improve description_forShinya Maeda2017-06-281-2/+1
| * | IMprove access_matchersShinya Maeda2017-06-281-25/+22
| * | Remove author. Replace Result to Got.Shinya Maeda2017-06-281-1/+1
| * | Fix static analysysShinya Maeda2017-06-281-10/+10
| * | Resolve static analysisShinya Maeda2017-06-281-2/+2
| * | Add changelog. Add AccessMatchersForControllerShinya Maeda2017-06-281-0/+88
| |/
* | Merge branch 'dm-merge-request-creations-controller' into 'master'Sean McGivern2017-06-291-1/+6
|\ \
| * | Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-1/+6
| |/
* | Merge branch 'bvl-rename-all-reserved-paths' into 'master'Sean McGivern2017-06-291-0/+8
|\ \
| * | Use the migration name as a key in redisBob Van Landuyt2017-06-261-0/+4
| * | Track all renames in redisBob Van Landuyt2017-06-261-0/+4
* | | Merge branch 'shell-test-rebuild' into 'master'Robert Speicher2017-06-281-8/+11
|\ \ \
| * | | Reinstall shell on the test env if it's outdatedshell-test-rebuildAlejandro Rodríguez2017-06-191-8/+11
* | | | Merge branch 'rc/a-better-stub-env' into 'master'Grzegorz Bizon2017-06-281-9/+27
|\ \ \ \
| * | | | Use a slightly cleaner approach to stub ENVrc/a-better-stub-envRémy Coutable2017-06-281-9/+27
| | |_|/ | |/| |
* | | | Merge branch 'fix-duplicate-shared-examples' into 'master'Grzegorz Bizon2017-06-281-1/+1
|\ \ \ \
| * | | | Move share examples to their correct locationfix-duplicate-shared-examplesRémy Coutable2017-06-271-1/+1
| |/ / /
* | | | Vendor the gitlab-git-test repoJacob Vosmaer (GitLab)2017-06-2812-2/+99
|/ / /
* | | Merge branch 'pat-alert-when-signin-disabled' into 'master'Rémy Coutable2017-06-271-0/+21
|\ \ \
| * | | Provide hint to create a personal access token for Git over HTTPRobin Bobbitt2017-06-261-0/+21
| | |/ | |/|
* | | Merge branch 'sh-unset-stubenv' into 'master'Rémy Coutable2017-06-271-0/+8
|\ \ \
| * | | Reset the state of StubENV's @env_already_stubbed after each spec runsh-unset-stubenvStan Hu2017-06-261-0/+8
| |/ /
* | | Merge branch '23036-replace-dashboard-mr-spinach' into 'master'Rémy Coutable2017-06-261-0/+19
|\ \ \ | |/ / |/| |
| * | Replaces 'dashboard/merge_requests' spinach with rspecAlexander Randa2017-06-261-0/+19
* | | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...28717-additional-metrics-review-branchPawel Chojnacki2017-06-2221-168/+181
|\ \ \ | |/ /
| * | Don't reset the session when the example failed, because we need capybara-scr...dm-restore-capybara-screenshotDouwe Maan2017-06-211-2/+3
| * | Backport filtered search lazy token consistent state fixEric Eastwood2017-06-211-0/+3
| * | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-2110-112/+112
| * | Merge branch 'hide-edit-comment-and-report-as-abuse-conditionally' into 'master'Douwe Maan2017-06-201-6/+7
| |\ \
| | * | Remove PersonalSnippet case for reportable_note specshide-edit-comment-and-report-as-abuse-conditionallyLuke "Jared" Bennett2017-06-201-28/+8
| | * | Fixed reportable_note_shared_example for the reportable_note/snippets_specLuke "Jared" Bennett2017-06-161-13/+34
| * | | Change `logout` uses to `gitlab_sign_out`Robert Speicher2017-06-191-3/+3
| * | | Change `login_with` uses to `gitlab_sign_in`Robert Speicher2017-06-192-6/+6
| * | | Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
| * | | Rename methods in the LoginHelpers moduleRobert Speicher2017-06-191-26/+31
| | |/ | |/|
| * | Merge branch '33779-reset-session-before-blocking-requests' into 'master'Robert Speicher2017-06-162-6/+9
| |\ \
| | * | Call Capybara.reset_sessions! before block_and_wait_for_requests_complete33779-reset-session-before-blocking-requestsRémy Coutable2017-06-162-6/+9
| * | | Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'Sean McGivern2017-06-165-10/+10
| |\ \ \ | | |/ / | |/| |
| | * | Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-155-10/+10
* | | | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...Pawel Chojnacki2017-06-1617-52/+179
|\ \ \ \ | |/ / /
| * | | Avoid including Capybara::DSL to conflict with definition of pagesh-fix-issue-33756Stan Hu2017-06-151-5/+3
| * | | Don't include Capybara::DSL in the global scopeStan Hu2017-06-151-0/+2
| * | | Wait for all Ajax and Vue requests to complete in JavaScript testsStan Hu2017-06-151-1/+1
| | |/ | |/|
| * | Merge branch 'deprecate-gitaly-path' into 'master'Sean McGivern2017-06-151-2/+7
| |\ \ | | |/ | |/|