summaryrefslogtreecommitdiff
path: root/spec/services/boards
Commit message (Expand)AuthorAgeFilesLines
* CE-port for 7714-view-recent-boardsHeinrich Lee Yu2019-03-011-0/+12
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-242-4/+4
* Automatically navigate to last board visitedBrett Walker2018-10-262-0/+100
* Filter out archived issues from group issue boardBrett Walker2018-09-141-2/+10
* Fix more specsFelipe Artur2018-04-051-1/+1
* Show issues of subgroups in group-level issue boardFelipe Artur2018-04-051-5/+20
* Fix 404 in group boards when moving issue between listsissue_44551Felipe Artur2018-04-031-1/+1
* Bring one group board to CEFelipe Artur2018-03-038-382/+220
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-225-5/+5
* Backport specsFelipe Artur2017-08-311-1/+1
* Continue BE backportFelipe Artur2017-08-311-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-0210-10/+10
* Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-282-2/+2
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-2710-10/+10
* This makes the `Boards::CreateService` more reusable for EEbvl-backport-board-issue-create-serviceBob Van Landuyt2017-07-071-0/+2
* Fixed issue boards closed list not listing all issuesPhil Hughes2017-06-281-1/+1
* change tests based on backend feedbackexpand-backlog-closed-lists-issue-boardsPhil Hughes2017-06-071-10/+4
* updated service specPhil Hughes2017-06-061-7/+30
* moved creating backlog list into list servicePhil Hughes2017-06-062-2/+2
* spec updatesPhil Hughes2017-05-312-2/+12
* Change Done column to Closed in issue boardsblackst0ne2017-03-246-17/+17
* Display all closed issues in “done” board listJarka Kadlecova2017-03-231-1/+2
* Preserve order by priority on issues boardpreserve_order_issue_boardValery Sizov2017-03-141-0/+26
* [Issue Board Sorting] More accurate move through the listorderable-issuesValery Sizov2017-03-071-7/+7
* Address review commentsValery Sizov2017-03-071-1/+1
* Addressing review commentsValery Sizov2017-03-061-1/+3
* [Issue sorting on board] Addressing review issuesValery Sizov2017-03-032-28/+2
* [Issue board sorting] SpecsValery Sizov2017-02-281-0/+12
* Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre2017-02-031-0/+12
* Remove backlog lists from board servicesDouglas Barbosa Alexandre2017-02-037-87/+6
* Allow user to create a board list based on a group labelDouglas Barbosa Alexandre2016-10-192-0/+8
* Fix typo on Boards::Issues::ListService specDouglas Barbosa Alexandre2016-10-111-1/+1
* Update board specs to use board factory instead of project_with_boardDouglas Barbosa Alexandre2016-10-113-10/+8
* Refactoring service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-111-6/+6
* Fix rubocop offensesDouglas Barbosa Alexandre2016-10-111-11/+11
* Add Boards::ListService service to list project boardsDouglas Barbosa Alexandre2016-10-111-0/+37
* Removes all labels from project boards when moving and issue to doneDouglas Barbosa Alexandre2016-10-111-15/+19
* Update Boards::Issues::MoveService to move issues on a specific boardDouglas Barbosa Alexandre2016-10-111-12/+12
* Update Boards::Issues::ListService to list issues for a board listDouglas Barbosa Alexandre2016-10-111-7/+24
* Update Boards::Lists::MoveService to move lists inside a specific boardDouglas Barbosa Alexandre2016-10-111-4/+4
* Update Boards::Lists::GenerateService to generate for a specific boardDouglas Barbosa Alexandre2016-10-111-6/+6
* Update Boards::Lists::CreateService to create lists for a specific boardDouglas Barbosa Alexandre2016-10-111-7/+7
* Add Boards::Lists::ListService to list lists for a specific boardDouglas Barbosa Alexandre2016-10-111-0/+18
* Update Boards::CreateService to handle with the has_many associationDouglas Barbosa Alexandre2016-10-111-12/+10
* Update issue board specAnnabel Dunstone Gray2016-10-061-5/+4
* Merge branch 'issue-boards-new-issue' into 'master' Fatih Acet2016-10-061-0/+33
|\
| * Add service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-061-0/+33
* | Revert "Label list shows all issues (opened or closed) with that label"Douglas Barbosa Alexandre2016-10-061-4/+4
|/
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-265-16/+12
* Fix issue boards leak private label names and descriptionsDouglas Barbosa Alexandre2016-08-291-1/+10