summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'issue_5838' into 'master' Rémy Coutable2016-04-213-14/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show project members only for members fixes #5838 See merge request !3752
| * | | | | Projects members tab should follow visibility levelsFelipe Artur2016-04-183-14/+14
| | |_|_|/ | |/| | |
* | | | | Merge branch 'issue_14678' into 'master' Jacob Schatz2016-04-201-0/+79
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Refresh page according remaining todos Fixes #14678 See merge request !3428
| * | | | Grammar fixAlfredo Sumaran2016-04-181-1/+1
| | | | |
| * | | | Merge branch 'master' into issue_14678Alfredo Sumaran2016-04-114-4/+127
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/todos.js.coffee
| * | | | | Todos specAlfredo Sumaran2016-04-071-0/+79
| | | | | |
* | | | | | Forgot a Rubocop offense, doh!Rémy Coutable2016-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Address MR feedbackRémy Coutable2016-04-201-33/+40
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Fix functionality of due this week. Add due this month and overdue, remove ↵Mehmet Beydogan2016-04-201-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | due tomorrow to issues. Fix typos on sorting dropdown related to due date Remove constant array and add Structs on Issue to keep due date data to fill options
* | | | | | Add due_date:time field to Issue modelMehmet Beydogan2016-04-201-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add due_date text field to sidebar issue#show Add ability sorting issues by due date ASC and DESC Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options Add handling issue due_date field for MergeRequest Update CHANGELOG Fix ambigous match for issues#show sidebar Fix SCREAMING_SNAKE_CASE offenses for due date contants Add specs for due date sorting and filtering on issues
* | | | | | Merge branch 'multi-filter-labels' into 'master' Jacob Schatz2016-04-203-1/+186
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mutliple label filter Fixes #989 See merge request !3438
| * | | | | fix failing testsArinde Eniola2016-04-152-1/+14
| | | | | |
| * | | | | rename the test fileArinde Eniola2016-04-141-0/+0
| | | | | |
| * | | | | add some tests for the new featureArinde Eniola2016-04-141-0/+172
| | | | | |
* | | | | | Add testsfix-mr-cherry-pick-without-merge-commitDouwe Maan2016-04-201-0/+44
| | | | | |
* | | | | | Merge branch 'feature/raw-trace-output' into 'master' Rémy Coutable2016-04-201-0/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add raw build trace output Closes #15308, #15147 Changes in the UI: - on finished build: ![raw-on-finished-build](/uploads/0e0904940db5b381ae064d49343c6508/raw-on-finished-build.png) - on running build: ![raw-on-running-build](/uploads/0e4c800b68c12bdd0cbd2eea732b22ff/raw-on-running-build.png) See merge request !3767
| * | | | | | Improve and fix specs for raw tracefeature/raw-trace-outputTomasz Maczukin2016-04-191-4/+8
| | | | | | |
| * | | | | | Add feature specs for raw traceTomasz Maczukin2016-04-191-0/+26
| | | | | | |
* | | | | | | Merge branch 'license-templates-and-api-12804' into 'master' Robert Speicher2016-04-202-0/+100
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License templates when creating/editing a LICENSE file Closes #12804 See merge request !3660
| * | | | | | Fix specsRémy Coutable2016-04-182-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>