Commit Graph

15 Commits

Author SHA1 Message Date
Alexandru Croitor 0f6c42c5ce Move Multiple Issue Boards for Projects to Core
Refactor code to allow multiple issue boards management for projects
in CE
2019-06-26 12:28:00 +03:00
Semyon Pupkov def3ab2971 Fix rubocop Style/ZeroLengthPredicate 2018-09-18 14:31:17 +05:00
gfyoung 265478ad74 Enable frozen string in apps/services/**/*.rb
For directories application_settings --> labels.

Partially addresses #47424.
2018-07-16 12:36:41 -07:00
Felipe Artur f2a43ff5b7 Group boards CE backport 2017-08-28 18:56:49 -03:00
Bob Van Landuyt c478202ebf This makes the `Boards::CreateService` more reusable for EE 2017-07-07 11:50:01 +02:00
Phil Hughes f452c1aa7d Expand/collapse close & backlog lists in issue boards
The closed & backlog lists in issue boards are no collapsible. They can
be collapsed independently of each other & this selection is then saved
to the browser through localStorage. When the page loads, the code gets
the data from localStorage & determines whether to show or hide the list

Closes #23917
2017-05-31 12:34:54 +01:00
blackst0ne 1fb9de2bf7 Change Done column to Closed in issue boards 2017-03-24 23:40:35 +11:00
Douglas Barbosa Alexandre 860fafee13 Remove backlog lists from board services 2017-02-03 17:02:43 +03:00
Douglas Barbosa Alexandre 478b3d64f8 Remove Boards::BaseService 2016-10-11 11:39:05 -03:00
Douglas Barbosa Alexandre e46a4aabd9 Update Boards::CreateService to handle with the has_many association 2016-10-11 11:39:04 -03:00
Douglas Barbosa Alexandre 997e77e74a Fix board create service namespace to avoid autoload issues 2016-08-17 12:58:59 -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 b07c5f23b8 Order board lists by list_type, and position 2016-08-17 12:58:57 -03:00
Douglas Barbosa Alexandre 4180a15c56 Create Backlog/Done lists when creating a new board 2016-08-17 12:58:57 -03:00
Douglas Barbosa Alexandre a77aee9369 Add service to create a new board for a project 2016-08-17 12:58:57 -03:00