summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'issue_14684' into 'master' Douwe Maan2016-05-161-10/+35
|\ | | | | | | | | | | | | Toggle email signup confirmation in admin settings Implements toggling verification email #14684 See merge request !3862
| * Change landing page when skipping confirmation email and add documentationFelipe Artur2016-05-161-11/+34
| |
| * Change skip_user_confirmation_email to send_user_confirmation_emailFelipe Artur2016-05-161-0/+2
| |
* | Merge branch 'unexpected-filtering-on-merge-requests' into 'master' Rémy Coutable2016-05-161-0/+15
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Add tests for unintentional filtering bug in MR !3872 has a lack of tests for Merge Requests while !3872 has only ones for Issues. This MR has complementary tests for MR list. See merge request !4154
| * | Add tests for unintentional filtering bug in MR (cf. !3872)Takuya Noguchi2016-05-151-0/+15
| |/
* | Force password change after admin reset13691-allow-admin-to-reset-user-password-and-force-password-reset-on-next-loginSean McGivern2016-05-161-0/+3
|/ | | | | | When an admin changes a user's password for them, force the user to reset the password after logging in by expiring the new password immediately.
* Update specsDouwe Maan2016-05-131-1/+1
|
* Fix minor typos in admin health check pageDrew Blessing2016-05-121-1/+1
|
* Merge branch 'default-scope-on-builds-page' into 'master' Robert Speicher2016-05-122-0/+2
|\ | | | | | | | | | | | | | | | | | | Fix a description for default scope on builds Should be "**All* builds (from this project)" for the {project,admin} builds page without scope. Fix a regression on !2243 (#4240). See merge request !4118
| * Fix a description for default scope on buildsTakuya Noguchi2016-05-132-0/+2
| |
* | Merge branch 'health-check-route'Douwe Maan2016-05-121-0/+55
|\ \ | |/ |/| | | | | # Conflicts: # db/schema.rb
| * Add tests for the health check featureDJ Mountney2016-05-101-0/+55
| |
* | Fix an issue when filtering merge requests with more than one labelRémy Coutable2016-05-101-0/+137
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add integration specs for tagsRémy Coutable2016-05-104-0/+218
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'rs-backport-ee-372' into 'master' Rémy Coutable2016-05-091-0/+63
|\ | | | | | | | | | | | | Backport changes from gitlab-org/gitlab-ee!372 Mostly replaces several Spinach tests with RSpec Feature tests. See merge request !4043
| * Backport changes from gitlab-org/gitlab-ee!372rs-backport-ee-372Robert Speicher2016-05-041-0/+63
| | | | | | | | Mostly replaces several Spinach tests with RSpec Feature tests.
* | Use outer join for issues ordering by milestones due.Takuya Noguchi2016-05-061-0/+2
|/
* 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
| | | | |