summaryrefslogtreecommitdiff
path: root/spec/features/boards/boards_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Boards spec update to take into account removed backlogPhil Hughes2017-02-031-145/+72
|
* Fix typo: seach to searchfix-boards-search-typovictorwu2016-12-291-3/+3
|
* Simplify copy on "Create a new list" dropdown in Issue Boardsvrod2016-11-231-8/+8
|
* Fixed issue boards when not logged inissue-boards-signed-out-statePhil Hughes2016-11-141-0/+4
|
* Creates new list from a new labelissue-board-new-label-new-listPhil Hughes2016-11-041-0/+19
| | | | Closes #23026
* Adds label description to issue board titleissue-boards-list-desciption-tooltipPhil Hughes2016-11-011-1/+7
| | | | Closes #22710
* Create new list dropdown stays open after new listissue-boards-new-list-stop-closingPhil Hughes2016-10-271-0/+13
| | | | Closes #22852
* Stop unauthized users dragging on issue boardsboard-dragging-disabledPhil Hughes2016-10-251-0/+4
| | | | Closes #23763
* Fix board relates specsDouglas Barbosa Alexandre2016-10-111-8/+8
|
* Update board specs to use board factory instead of project_with_boardDouglas Barbosa Alexandre2016-10-111-2/+3
|
* Update issue board specAnnabel Dunstone Gray2016-10-061-2/+2
|
* Merge branch 'issue-boards-label-filter-fix' into 'master' Fatih Acet2016-09-271-0/+23
|\ | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue board label filtering not removing labels ## What does this MR do? When trying to remove a label filter it would actually add it instead making it impossible to remove the label filter without modifying the URL. This fixes that by correctly removing the label from the filter. ## What are the relevant issue numbers? Closes #21417 See merge request !6208
| * Tests fixissue-boards-label-filter-fixPhil Hughes2016-09-071-0/+2
| |
| * tests updatePhil Hughes2016-09-071-0/+2
| |
| * Fixed issue board label filtering not removing labelsPhil Hughes2016-09-071-0/+19
| | | | | | | | Closes #21417
* | Merge branch 'improvement/project-with-board-factory' into 'master' Robert Speicher2016-09-271-5/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve project_with_board factory to create the default lists ## What does this MR do? Create the default lists after creating a project with the `project_with_board` factory. This makes the setup phase on tests be more simpler. ## Why was this MR needed? These two lists are present in every issue board, so we don't have to create them manually in every test. See merge request !6480
| * | Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-261-5/+1
| | |
* | | Merge branch 'issue-boards-filter-label-spaces' into 'master' Fatih Acet2016-09-261-1/+30
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed list issues not loading with spaces in filtered values ## What does this MR do? Vue resource is very kindly encoding our URL params when sending. However - we didn't actually want the `+` to be encoded because Rails reads that as a space, but doesn't read the encoded value as a space :confused: This converts the `+` into spaces :thumbsup: ## What are the relevant issue numbers? Closes #21920 See merge request !6258
| * | Fixed list issues not loading with spaces in filtered valuesissue-boards-filter-label-spacesPhil Hughes2016-09-081-1/+30
| |/ | | | | | | | | | | Vue resource is kindly encoding our URL params but Rails sadly doesn't seem to understand them. Closes #21920
* | Refactor boards_spec.rb to avoid code duplicationfix-board-spec-failuresStan Hu2016-09-161-105/+72
| | | | | | | | | | Originally created to address #21197, but !6224 solved the intermittent spec failures.
* | Fixed testsissue-boards-keyboard-shortcutPhil Hughes2016-09-151-22/+13
|/ | | | Added wait for vue helper
* Shows count at bottom of listPhil Hughes2016-08-311-0/+15
| | | | Only visible when scrollable area is larger than height
* Changed frontend to use issue count from backendPhil Hughes2016-08-311-4/+2
|
* Added search for all lists on issue boardsPhil Hughes2016-08-301-26/+39
| | | | Closes #21139
* Fixed keyboard shortcuts not working on issue boardsissue-boards-keyboard-shortcutsPhil Hughes2016-08-191-0/+12
| | | | Closes #21071
* Attempted improvement to stop boards spec failingboards-spec-improvementsPhil Hughes2016-08-181-1/+25
|
* Test updatePhil Hughes2016-08-171-20/+5
| | | | It wasnt testing what it was saying it should be...
* Fixed failing testPhil Hughes2016-08-171-0/+2
|
* Added wait for vue in logged out & guest testsPhil Hughes2016-08-171-0/+2
|
* Fixed permissions around create new list buttonPhil Hughes2016-08-171-1/+27
|
* Testing buildsPhil Hughes2016-08-171-2/+15
|
* Fix feature spec for issues boardDouglas Barbosa Alexandre2016-08-171-16/+32
|
* Updated testsPhil Hughes2016-08-171-9/+3
|
* Updated tests for creating with boardPhil Hughes2016-08-171-2/+4
|
* Tests updatedPhil Hughes2016-08-171-18/+7
|
* Tests updatePhil Hughes2016-08-171-57/+81
|
* Added vue resource interceptorPhil Hughes2016-08-171-2/+31
|
* Updated rspec to not use sleep when draggingPhil Hughes2016-08-171-1/+4
| | | | Fixed JS tests
* Fixed blank state nevermind buttonPhil Hughes2016-08-171-1/+1
|
* Removes checkmarks from new list dropdown when deleting listPhil Hughes2016-08-171-0/+14
|
* Fixed bug with creating new list from Backlog or done labelPhil Hughes2016-08-171-1/+23
|
* Reverted milestone upcoming default filterPhil Hughes2016-08-171-22/+21
|
* Defaults milestone filter to upcomingPhil Hughes2016-08-171-23/+24
|
* Increased scrolling speed when dragging issuePhil Hughes2016-08-171-6/+1
| | | | Fixed failing tests
* Hides label for current listPhil Hughes2016-08-171-22/+27
| | | | | | Added confidential icon Fixed assignee tooltip Updates some tests
* Added tests for infinite scrolling listsPhil Hughes2016-08-171-0/+44
|
* Fixed issue with filtering by label on issue not updating dropdownPhil Hughes2016-08-171-0/+47
|
* Added filter testsPhil Hughes2016-08-171-5/+145
|
* Added some testsPhil Hughes2016-08-171-34/+209
|
* Keeps the filters after a reloadPhil Hughes2016-08-171-1/+1
|