Commit graph

33 commits

Author SHA1 Message Date
Rémy Coutable
3db37e0562 Enable the Style/TrailingCommaInArguments cop
Use the EnforcedStyleForMultiline: no_comma option.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-10 18:25:45 +02:00
Alex Sanford
85bb4d6b86 Add board_move slash command 2017-04-28 12:11:53 +00:00
blackst0ne
1fb9de2bf7 Change Done column to Closed in issue boards 2017-03-24 23:40:35 +11:00
Jarka Kadlecova
7d7cd914d3 Display all closed issues in “done” board list 2017-03-23 08:22:34 +01:00
Valery Sizov
29e34c3326 Preserve order by priority on issues board 2017-03-14 18:13:52 +02:00
Valery Sizov
32538def14 [Issue sorting on board] Addressing review issues 2017-03-03 20:23:33 +02:00
Valery Sizov
39db04bb17 Address review comments 2017-03-02 18:09:48 +02:00
Douwe Maan
ac868482a7 Allow issues in boards to be ordered 2017-02-17 11:29:16 +00:00
Douglas Barbosa Alexandre
274987d5c0 Reuse endpoint to list issues for a list instead of create a new one 2017-02-03 17:02:44 +03:00
Douglas Barbosa Alexandre
478b3d64f8 Remove Boards::BaseService 2016-10-11 11:39:05 -03:00
Douglas Barbosa Alexandre
2c2a1dea67 Refactoring service to create a new issue in a board list 2016-10-11 11:39:05 -03:00
Douglas Barbosa Alexandre
8b15e328a6 Removes all labels from project boards when moving and issue to done 2016-10-11 11:39:04 -03:00
Douglas Barbosa Alexandre
104c4f88cd Update Boards::Issues::MoveService to move issues on a specific board 2016-10-11 11:39:04 -03:00
Douglas Barbosa Alexandre
1fa3f30811 Update Boards::Issues::ListService to list issues for a board list 2016-10-11 11:39:04 -03:00
Fatih Acet
9a13f885a9 Merge branch 'issue-boards-new-issue' into 'master'
Issue boards new issue form

## What does this MR do?

Adds a new issue form into the issue boards lists.

## Screenshots (if relevant)

![Screen_Shot_2016-10-03_at_14.57.30](/uploads/17fe6cd37bd020a2ee1688e0b496c18f/Screen_Shot_2016-10-03_at_14.57.30.png)

![Screen_Shot_2016-10-03_at_14.57.32](/uploads/c3f12bcb9ff9a0e7ce5b0bb06dfb0dd7/Screen_Shot_2016-10-03_at_14.57.32.png)

## What are the relevant issue numbers?

Part of #21219

See merge request !6653
2016-10-06 14:49:59 +00:00
Douglas Barbosa Alexandre
f8da5eb8ef Revert "Label list shows all issues (opened or closed) with that label" 2016-10-06 10:18:06 -03:00
Douglas Barbosa Alexandre
97ec0c05f6 Add service to create a new issue in a board list 2016-10-06 11:00:01 +01:00
Douglas Barbosa Alexandre
3bfb94b759 Label list shows all issues (opened or closed) with that label 2016-08-25 09:39:23 -03:00
Douglas Barbosa Alexandre
a8cc69a281 Validate if the lists are different when moving issues between lists 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre
4de6799ef5 Inherit board related services from BaseService 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre
50ac488c73 Add a movable scope and a movable? method to List model 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre
f77c47a51c Remove lookup inside services to keep them consistent with other ones 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre
affed37065 Use Issues::UpdateService to close/reopen an issue 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre
8e4e294a7c Rename from/to params to from_list_id/to_list_id 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre
1b7f137e95 Fix filtering issues by "No Label" 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre
a8b1ad250e Add authorization to issues board related controllers 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre
c08a14c3c2 Removes all list-labels when moving to Backlog/Done 2016-08-17 12:58:58 -03:00
Douglas Barbosa Alexandre
1fa7274c48 Rename list_id param to id in Boards::Issues::ListService 2016-08-17 12:58:58 -03:00
Douglas Barbosa Alexandre
75f0bc4af8 Add endpoint to allow users to move issues between lists 2016-08-17 12:58:58 -03:00
Douglas Barbosa Alexandre
aff7a2ef55 Extract base service class for boards related services 2016-08-17 12:58:58 -03:00
Douglas Barbosa Alexandre
52b6a7e966 Add service to list issues for a board list 2016-08-17 12:58:58 -03:00
Douglas Barbosa Alexandre
22b8c0b7ae Check if user can update the issue before moving it betweens lists 2016-08-17 12:58:57 -03:00
Douglas Barbosa Alexandre
115fca13c3 Add service to move issues between lists 2016-08-17 12:58:57 -03:00