summaryrefslogtreecommitdiff
path: root/app/models/board.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+7
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-8/+0
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-1/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-3/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Create an event on epic actionsJan Provaznik2019-09-031-0/+1
| | | | | Creates new event when an epic is created, closed, reopened or commented.
* Move order lambda to list scope63212-n-1-queries-in-projects-id-boards-apicharlieablett2019-06-271-2/+2
| | | | - apply ordering to both list scopes in `Board`
* Compound lists scopes to preserve orderingcharlieablett2019-06-261-1/+1
|
* Remove N+1 query for project and group boardscharlieablett2019-06-261-0/+3
| | | | | | - Add test for N+1 queries - Add destroyable lists scope to Board and List - Preload lists for both project and group boards
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
|
* Fix 403 errors when adding an assignee list in project boardsStan Hu2019-02-141-0/+4
| | | | | | | | | | | | Due to a bug in `BoardPolicy`, users were getting back a 403 error when trying to assign users to an assignee list and seeing "Something went wrong while fetching assignees list". For some reason, the declarative policy runtime was ignoring the ternary condition. To work around the issue, we make the project board an explicit condition check. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9727
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
| | | | Partially addresses #47424.
* Unify app/views/shared/issuable/_search_bar.html.hamlLin Jen-Shin2018-07-051-0/+4
| | | | This brings some EE changes which don't hurt
* Bring one group board to CEFelipe Artur2018-03-031-3/+5
|
* Small fixesFelipe Artur2017-08-311-0/+8
|
* Group boards CE backportFelipe Artur2017-08-281-1/+5
|
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-1/+1
| | | | | | | | This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk).
* Expand/collapse close & backlog lists in issue boardsPhil Hughes2017-05-311-0/+4
| | | | | | | | | 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-2/+2
|
* Remove backlog lists from boardsDouglas Barbosa Alexandre2017-02-031-4/+0
|
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-261-0/+8
|
* The lists: Backlog, and Done cannot be destroyedDouglas Barbosa Alexandre2016-08-171-1/+1
|
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-1/+1
|
* Add Board modelDouglas Barbosa Alexandre2016-08-171-0/+7