summaryrefslogtreecommitdiff
path: root/features/steps/shared/issuable.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove prev/next buttons on issues and merge requests18026-consider-removing-issue-merge-request-previous-next-buttonsAlejandro Rodríguez2016-06-061-16/+0
| | | | The buttons were rarely used and added at least 1 query each on every page load.
* Modify tests to match new navigation behaviour for project pagesDmitriy Zaporozhets2016-05-161-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed testsPhil Hughes2016-04-161-1/+1
|
* Load related MRs/branches asynchronouslyYorick Peterse2016-04-131-2/+5
| | | | | | | | | | | | Currently this works by loading the HAML partials via XHR. While this is not the nicest setup it _is_ the easiest setup using the tools we currently have. Loading this data asynchronously doesn't make loading the related MRs/branches itself faster, it merely ensures that loading the issue itself is not slowed down. Fixes gitlab-org/gitlab-ce#14949
* Merge branch 'fix/13928-wrong-iid-of-max-iid' into 'master' Douwe Maan2016-03-151-0/+4
|\ | | | | | | | | | | | | | | Fixes "iid of max iid" in Issuable sidebar for merged MR Fixes #13928. See merge request !3046
| * Fixes "iid of max iid" in Issuable sidebar for merged MRfix/13928-wrong-iid-of-max-iidRémy Coutable2016-03-081-0/+4
| | | | | | | | Fixes #13928
* | Updated testsPhil Hughes2016-03-041-1/+1
|/
* Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issuesDouglas Barbosa Alexandre2016-02-171-0/+16
|
* Fix the "x of y" displayed at the top of Issuables' sidebarfix/13356-issuable-index-of-total-in-sidebarRémy Coutable2016-02-151-0/+24
| | | | | | | | 1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper module. 3. Added acceptance specs for the sidebar counter.
* Little refactor plus some specs.Rubén Dávila2016-01-211-0/+13
|
* Improve & adds specs for Issue/MR referencesRémy Coutable2016-01-131-0/+134
| | | | | - Improve specs for private Issue/MR referenced in public Issue - Add specs for private Issue/MR referenced in public MR
* Fix rubocop issues at feature/ directoryDmitriy Zaporozhets2015-06-221-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Revert "Fix tests"Dmitriy Zaporozhets2015-01-141-1/+1
| | | | This reverts commit 1e45ba7f169781d7c1d79fdfcee14760558db253.
* Fix testsDmitriy Zaporozhets2015-01-141-1/+1
|
* Fix issueable context update and fix testsDmitriy Zaporozhets2014-12-221-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor Markdown preview testsVinnie Okada2014-10-181-0/+15
Create a new shared module for common issue/merge request behavior, use `expect` syntax instead of `should`, and avoid `visible: false` in the `have_css` matcher.