Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42 | GitLab Bot | 2021-05-19 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42 | GitLab Bot | 2021-02-18 | 1 | -2/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42 | GitLab Bot | 2020-10-21 | 1 | -5/+13 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 1 | -0/+2 |
| | |||||
* | Move Multiple Issue Boards for Projects to Core53811-issue-boards-to-core-projects-backend-ce | Alexandru Croitor | 2019-06-26 | 1 | -1/+1 |
| | | | | | Refactor code to allow multiple issue boards management for projects in CE | ||||
* | Fix rubocop Style/ZeroLengthPredicate | Semyon Pupkov | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner | gfyoung | 2018-07-16 | 1 | -0/+2 |
| | | | | | | For directories application_settings --> labels. Partially addresses #47424. | ||||
* | Group boards CE backport | Felipe Artur | 2017-08-28 | 1 | -3/+3 |
| | |||||
* | This makes the `Boards::CreateService` more reusable for EEbvl-backport-board-issue-create-service | Bob Van Landuyt | 2017-07-07 | 1 | -8/+11 |
| | |||||
* | Expand/collapse close & backlog lists in issue boards | Phil Hughes | 2017-05-31 | 1 | -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 boards | blackst0ne | 2017-03-24 | 1 | -1/+1 |
| | |||||
* | Remove backlog lists from board services | Douglas Barbosa Alexandre | 2017-02-03 | 1 | -1/+0 |
| | |||||
* | Remove Boards::BaseService | Douglas Barbosa Alexandre | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | Update Boards::CreateService to handle with the has_many association | Douglas Barbosa Alexandre | 2016-10-11 | 1 | -5/+10 |
| | |||||
* | Fix board create service namespace to avoid autoload issues | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Extract base service class for boards related services | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -7/+1 |
| | |||||
* | Order board lists by list_type, and position | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -2/+2 |
| | |||||
* | Create Backlog/Done lists when creating a new board | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -5/+8 |
| | |||||
* | Add service to create a new board for a project | Douglas Barbosa Alexandre | 2016-08-17 | 1 | -0/+19 |