summaryrefslogtreecommitdiff
path: root/spec/helpers/merge_requests_helper_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix 404 when upstream has disabled merge requestsmhasbini2017-04-271-1/+45
|
* Change issues sentence to use natural sortingJeff Stubler2017-04-251-5/+32
|
* Merge branch 'restore-issues_mentioned_but_not_closing' into 'master'Sean McGivern2017-02-081-0/+82
|\ | | | | | | | | pass in current_user in MergeRequest and MergeRequestsHelper See merge request !8624
| * tests for #mr_closes_issues and #mr_issues_mentioned_but_not_closing in ↵Dongqing Hu2017-01-251-0/+82
| | | | | | | | MergeRequestsHelper
* | Fix MR widget urlJarka Kadlecova2017-02-071-4/+6
| |
* | Use `:empty_project` where possible in helper specsrs-empty_project-helpersRobert Speicher2017-01-251-5/+5
|/
* Address MR commentsJarka Kadlecova2017-01-131-0/+15
|
* Remove JiraIssue model and replace references with ExternalIssueIlan Shamir2016-06-161-3/+3
|
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-1/+1
|
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
| | | | Also removes the note from the development/testing.md guide
* Move `ci_build_details_path` helper spec to correct locationRobert Speicher2015-12-211-0/+20
| | | | Also, make it not fail.
* Backport JIRA serviceDrew Blessing2015-12-181-4/+17
|
* Include full path of source and target branch names in New Merge Request pageStan Hu2015-09-301-0/+32
Previous title would only show the group name, which could be confusing. Closes #2875