summaryrefslogtreecommitdiff
path: root/app/controllers/projects/boards_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-1/+1
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-17/+1
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-2/+2
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-2/+3
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-3/+3
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-1/+0
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-2/+2
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-2/+1
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+0
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+5
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+1
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-1/+0
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-0/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-0/+2
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+0
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+2
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-3/+3
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+22
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+1
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-2/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+2
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-141-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-3/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-0/+3
* Move Multiple Issue Boards for Projects to Core53811-issue-boards-to-core-projects-backend-ceAlexandru Croitor2019-06-261-1/+1
* Refactor groups and projects boards actionsHeinrich Lee Yu2019-03-131-38/+1
* Automatically navigate to last board visitedBrett Walker2018-10-261-1/+19
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* CE backport - Allow viewing only one board when multiple issue boards is not ...ce_backport_issue_5128Felipe Artur2018-05-221-3/+6
* disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel2018-01-081-0/+1
* Use path helper instead of url helperLuke Bennett2017-12-031-1/+1
* Fix specs BACKPORTFelipe Artur2017-09-041-1/+1
* Continue BE backportFelipe Artur2017-08-311-1/+1
* Group boards CE backportFelipe Artur2017-08-281-14/+13
* Fix board relates specsDouglas Barbosa Alexandre2016-10-111-1/+1
* Update Projects::BoardsController#show to look up for a specific boardDouglas Barbosa Alexandre2016-10-111-2/+13
* Add index action to Projects::BoardsController to return project boardsDouglas Barbosa Alexandre2016-10-111-3/+12
* Fixed boards filtersPhil Hughes2016-08-301-0/+2
* Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre2016-08-171-12/+4
* Returns label description in JSON when listing lists/issuesDouglas Barbosa Alexandre2016-08-171-1/+1
* Returns label priority in JSON when listing lists/issuesDouglas Barbosa Alexandre2016-08-171-1/+1
* Add authorization to issues board related controllersDouglas Barbosa Alexandre2016-08-171-0/+13
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-171-1/+1
* Projects::BoardsController#show returns a list of board listsDouglas Barbosa Alexandre2016-08-171-1/+2
* Creates a new board when project does not have oneDouglas Barbosa Alexandre2016-08-171-0/+2
* Initial issues board pageDouglas Barbosa Alexandre2016-08-171-0/+7