summaryrefslogtreecommitdiff
path: root/app/services/boards/create_service.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-2/+6
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-5/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Move Multiple Issue Boards for Projects to Core53811-issue-boards-to-core-projects-backend-ceAlexandru Croitor2019-06-261-1/+1
| | | | | Refactor code to allow multiple issue boards management for projects in CE
* Fix rubocop Style/ZeroLengthPredicateSemyon Pupkov2018-09-181-1/+1
|
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
| | | | | | For directories application_settings --> labels. Partially addresses #47424.
* Group boards CE backportFelipe Artur2017-08-281-3/+3
|
* This makes the `Boards::CreateService` more reusable for EEbvl-backport-board-issue-create-serviceBob Van Landuyt2017-07-071-8/+11
|
* Expand/collapse close & backlog lists in issue boardsPhil Hughes2017-05-311-0/+1
| | | | | | | | | 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
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-1/+1
|
* Remove backlog lists from board servicesDouglas Barbosa Alexandre2017-02-031-1/+0
|
* Remove Boards::BaseServiceDouglas Barbosa Alexandre2016-10-111-1/+1
|
* Update Boards::CreateService to handle with the has_many associationDouglas Barbosa Alexandre2016-10-111-5/+10
|
* Fix board create service namespace to avoid autoload issuesDouglas Barbosa Alexandre2016-08-171-1/+1
|
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-171-7/+1
|
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-2/+2
|
* Create Backlog/Done lists when creating a new boardDouglas Barbosa Alexandre2016-08-171-5/+8
|
* Add service to create a new board for a projectDouglas Barbosa Alexandre2016-08-171-0/+19