summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue with assignee object not being returnedPhil Hughes2016-04-221-0/+21
* Merge branch 'issue_3799' into 'master' Rémy Coutable2016-04-221-0/+30
|\
| * Merge remote-tracking branch 'origin/master' into issue_3799Alfredo Sumaran2016-04-2162-278/+1950
| |\
| * | Add testsAlfredo Sumaran2016-04-181-0/+30
* | | Merge branch 'confirmation-screen' into 'master' Robert Speicher2016-04-221-2/+2
|\ \ \
| * | | Improved confirmation UXconfirmation-screenPhil Hughes2016-04-211-2/+2
* | | | Merge branch 'rs-diff_view' into 'master' Rémy Coutable2016-04-222-8/+20
|\ \ \ \
| * | | | Clarify that the diff view setting always comes from the cookiers-diff_viewRobert Speicher2016-04-191-8/+0
| * | | | Always read diff_view setting from the cookieRobert Speicher2016-04-141-0/+20
* | | | | Use association search in issuable create serviceGrzegorz Bizon2016-04-221-6/+6
* | | | | Add affinity checks in issue create serviceGrzegorz Bizon2016-04-221-2/+9
* | | | | Update specs to accomodate issuable assign changesGrzegorz Bizon2016-04-224-21/+31
* | | | | Verify label affiliation before assigning to issueGrzegorz Bizon2016-04-221-0/+28
| |/ / / |/| | |
* | | | Merge branch '15465-fix-sort-by-due-date' into 'master' Yorick Peterse2016-04-211-0/+13
|\ \ \ \
| * | | | Remove the `.distinct` when finding issues15465-fix-sort-by-due-dateRémy Coutable2016-04-211-0/+13
* | | | | Merge branch 'dev_issue_15331' into 'master' Robert Speicher2016-04-212-2/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix failing specAlfredo Sumaran2016-04-212-2/+15
* | | | | Merge branch 'label-dropdown-fix' into 'master' Jacob Schatz2016-04-211-0/+79
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge remote-tracking branch 'origin/master' into label-dropdown-fixlabel-dropdown-fixAlfredo Sumaran2016-04-206-7/+318
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran2016-04-2052-129/+1662
| |\ \ \ \ \
| * | | | | | Add tests to check if a new label is addedAlfredo Sumaran2016-04-151-0/+79
* | | | | | | Merge branch 'fix/label-filters' into 'master' Douwe Maan2016-04-212-28/+53
|\ \ \ \ \ \ \
| * | | | | | | refactored specs based on feedbackfix/label-filtersJames Lopez2016-04-212-31/+18
| * | | | | | | use wait_for_ajax instead of sleeping for 2 days!James Lopez2016-04-211-10/+12
| * | | | | | | refactored specs, adding more scenariosJames Lopez2016-04-212-22/+34
| * | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/label-filtersJames Lopez2016-04-2137-59/+1223
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | final line missingJames Lopez2016-04-201-1/+1
| * | | | | | | fix rubocop warningJames Lopez2016-04-201-2/+2
| * | | | | | | udpated a few things based on MR feedback. Also added model specJames Lopez2016-04-202-171/+192
| * | | | | | | filter labels by including all filter titles as part of the queryJames Lopez2016-04-191-0/+170
* | | | | | | | Merge branch 'issue_5838' into 'master' Rémy Coutable2016-04-214-14/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | Add changelog entry and fix convention in a specissue_5838Felipe Artur2016-04-201-1/+1
| * | | | | | | | Projects members tab should follow visibility levelsFelipe Artur2016-04-184-27/+16
| * | | | | | | | Show project members only for membersFelipe Artur2016-04-181-0/+27
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'fix/cross-project-labels-project-reference' into 'master' Grzegorz Bizon2016-04-211-16/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix cross-project label ref with invalid projectGrzegorz Bizon2016-04-211-16/+26
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-2114-164/+222
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-1925-92/+750
| |\ \ \ \ \ \ \
| * | | | | | | | Fix rubocopKamil Trzcinski2016-04-181-1/+1
| * | | | | | | | Fix testsKamil Trzcinski2016-04-182-25/+26
| * | | | | | | | Make some logic less twistableKamil Trzcinski2016-04-171-1/+1
| * | | | | | | | Write specs for this featureKamil Trzcinski2016-04-163-1/+159
| * | | | | | | | Rename CiStatus to StatusableKamil Trzcinski2016-04-162-2/+10
| * | | | | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-1635-204/+1195
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Cleanup changesKamil Trzcinski2016-04-132-6/+1
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-1324-97/+550
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix CiStatus implementation and testsKamil Trzcinski2016-04-131-1/+1
| * | | | | | | | | | Fix rest of rspec and spinach testsKamil Trzcinski2016-04-121-3/+12
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-115-14/+122
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix specsKamil Trzcinski2016-04-1113-160/+47