summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rs-unique-signup-fields' into 'master' Douwe Maan2016-05-042-20/+20
|\ | | | | | | | | | | | | Improve uniqueness of field names on the signup form Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075 See merge request !3826
| * Improve uniqueness of field names on the signup formrs-unique-signup-fieldsRobert Speicher2016-04-192-20/+20
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15075
* | Fix a spec that was failing due to !3483Rémy Coutable2016-05-041-1/+1
| | | | | | | | | | | | | | Spec were skipped in this MR so that tests started to fail in master instead of in this MR! Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher2016-05-021-0/+10
|\ \
| * \ Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski2016-04-261-0/+10
| |\ \
| | * | Prevent private project name and namespace from leaking in the new MR viewRémy Coutable2016-04-251-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #15591. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch '15527-fix-wiki-page-creation-issue' into 'master' Robert Speicher2016-05-022-0/+127
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix error when trying to create a wiki page Closes #15527, #15569, #15623, #15630, #15637, #15653, #15870, #16558, #16875, #16987, #17016, https://github.com/gitlabhq/gitlabhq/issues/10317. See merge request !3924
| * | | | Simplify specs by not over-expecting15527-fix-wiki-page-creation-issueRémy Coutable2016-05-022-28/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Fix error when trying to create a wiki pageRémy Coutable2016-04-292-0/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #15527. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Removes duplicates from the label dropdownPhil Hughes2016-04-291-0/+29
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | It concats the duplicate labels into a single label in the dropdown with the color being a gradient of the differnet colors being concatted. Closes #16555
* | | | Use a better message when milestone is newly createdchange_message_for_newly_created_milestoneArinde Eniola2016-04-291-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make some changes for the checks to determine when the messages should be displayed add item to changelog and also integration test make some changes to the test make some changes
* | | | Load the "New Branch" button asynchronouslyYorick Peterse2016-04-281-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This button depends on Issue#can_be_worked_on? which in turn depends on Issue#related_branches. By rendering this button asynchronously we can finally remove all usages of Issue#related_branches and Issue#referenced_merge_requests from the issues "show" page.
* | | | Fix Todos testtodos-tests-fixAlfredo Sumaran2016-04-271-2/+2
| | | |
* | | | Merge branch 'project-dropdown-tests' into 'master' Jacob Schatz2016-04-271-0/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project title dropdown tests Added a test for when on an issue page to check whether the project dropdown links will still work See !3870 See merge request !3921
| * | | | Project title dropdown testsproject-dropdown-testsPhil Hughes2016-04-261-0/+27
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Added a test for when on an issue page to check whether the project dropdown links will still work See !3870
* | | | Syntax and code improvementsAlfredo Sumaran2016-04-261-3/+4
| | | |
* | | | Use variables instead of letAlfredo Sumaran2016-04-261-3/+2
| | | |
* | | | Update wordingAlfredo Sumaran2016-04-261-2/+2
| | | |
* | | | Use click_linkAlfredo Sumaran2016-04-261-1/+1
| | | |
* | | | Add documentation for "Hide whitespace changes" buttonAlfredo Sumaran2016-04-261-1/+1
| | | |
* | | | Specs for toggle Whitespaces ChangesAlfredo Sumaran2016-04-261-0/+22
|/ / /
* | | Merge branch 'issue_14904' into 'master' Jacob Schatz2016-04-251-0/+21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new shortcuts Closes #14904 - On a project: `i` To navigate to New Issue page. - On a issuable: `l` To open Label dropdown on a issuable. - Global: Typing `?` multiple times now toggles the modal. See merge request !3686
| * | | Add Rspec test for "i" shortcutissue_14904Alfredo Sumaran2016-04-211-0/+21
| | | |
* | | | Fix error on commit builds page when no builds yetGrzegorz Bizon2016-04-251-0/+27
| |/ / |/| | | | | | | | Closes #15509
* | | Merge branch 'rs-todos-feature-spec' into 'master' Robert Speicher2016-04-221-18/+20
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Todos feature spec to be faster and less brittle We now only create two Todos instead of 21 when testing pagination, and we've updated the test to be less brittle when dealing with slower CI environments. See merge request !3889
| * | | Refactor Todos feature spec to be faster and less brittleRobert Speicher2016-04-221-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | We now only create two Todos instead of 21 when testing pagination, and we've updated the test to be less brittle when dealing with slower CI environments.
* | | | Merge branch '15513-fix-undefined-can-method' into 'master' Robert Speicher2016-04-221-0/+20
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Use the `can?` helper instead of `current_user.can?` Fixes #15513. See merge request !3882
| * | | Use the `can?` helper instead of `current_user.can?`15513-fix-undefined-can-methodRémy Coutable2016-04-221-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #15513. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'fix/cherry-pick-specs-location' into 'master' Robert Speicher2016-04-221-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move cherry-pick feature specs to proper directory Cherry pick feature specs were located in `spec/feature/project` directory while we have `spec/feature/projects`. Later location is consistent with our namespaces (we have `Projects::` namespace, not `Project::`). See merge request !3875
| * | | | Move cherry-pick feature specs to proper directoryfix/cherry-pick-specs-locationGrzegorz Bizon2016-04-221-0/+0
| |/ / /
* | | | Merge branch 'issue_3799' into 'master' Rémy Coutable2016-04-222-30/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests for filtering owned projects REF: #3799 See merge request !3873
| * \ \ \ Merge remote-tracking branch 'origin/master' into issue_3799Alfredo Sumaran2016-04-223-3/+21
| |\ \ \ \ | | |/ / /
| * | | | Add tests for filtering owned projectsissue_3799Alfredo Sumaran2016-04-222-30/+27
| | | | |
* | | | | Fixed issue with assignee object not being returnedPhil Hughes2016-04-221-0/+21
| |/ / / |/| | | | | | | | | | | Closes #15515
* | | | Merge branch 'issue_3799' into 'master' Rémy Coutable2016-04-221-0/+30
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow filtering by Owned projects on dashboard page Closes #3799 ![Screen_Shot_2016-04-15_at_9.40.52_PM](/uploads/440498c5647bda282304891307931a02/Screen_Shot_2016-04-15_at_9.40.52_PM.png) See merge request !3762
| * | | Merge remote-tracking branch 'origin/master' into issue_3799Alfredo Sumaran2016-04-2116-22/+703
| |\ \ \
| * | | | Add testsAlfredo Sumaran2016-04-181-0/+30
| | | | |
* | | | | Improved confirmation UXconfirmation-screenPhil Hughes2016-04-211-2/+2
| | | | | | | | | | | | | | | | | | | | Closes #4228
* | | | | Merge branch '15465-fix-sort-by-due-date' into 'master' Yorick Peterse2016-04-211-0/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove the `.distinct` when finding issues See merge request !3858
| * | | | | Remove the `.distinct` when finding issues15465-fix-sort-by-due-dateRémy Coutable2016-04-211-0/+13
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | This is not needed anymore after !3815. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch 'dev_issue_15331' into 'master' Robert Speicher2016-04-211-1/+6
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes window.opener bug Adds `noreferrer` value to rel attribute for external links REF: https://gitlab.com/gitlab-org/gitlab-ce/issues/15331 See merge request !1953
| * | | | Fix failing specAlfredo Sumaran2016-04-211-1/+6
| | | | |
* | | | | Merge branch 'label-dropdown-fix' into 'master' Jacob Schatz2016-04-211-0/+79
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes "create label" functionality on label dropdown **Issue sidebar** ![label_dropdown](/uploads/2a056136fc88626530fc275ded0c2aa3/label_dropdown.gif) **Issues page** ![label_dropdown_issues](/uploads/965fd20f5b206499e9b11a64556c5240/label_dropdown_issues.gif) See merge request !3670
| * | | | Merge remote-tracking branch 'origin/master' into label-dropdown-fixlabel-dropdown-fixAlfredo Sumaran2016-04-204-7/+278
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran2016-04-2011-7/+453
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/shared/issuable/_sidebar.html.haml
| * | | | | | 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-211-28/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filter labels by including ALL filter titles Fixed query to use `AND` and not `OR`. Refactored relevant specs See merge request !3815
| * | | | | | | refactored specs based on feedbackfix/label-filtersJames Lopez2016-04-211-4/+0
| | | | | | | |
| * | | | | | | use wait_for_ajax instead of sleeping for 2 days!James Lopez2016-04-211-10/+12
| | | | | | | |
| * | | | | | | refactored specs, adding more scenariosJames Lopez2016-04-211-18/+15
| | |_|_|/ / / | |/| | | | |