Commit Graph

21 Commits

Author SHA1 Message Date
Heinrich Lee Yu 7d5ee4181a Refactor groups and projects boards actions
Move common functionality to BoardsActions concern
2019-03-13 20:33:35 +08:00
Brett Walker 7aeab58f48 Automatically navigate to last board visited 2018-10-26 12:49:16 +00:00
gfyoung 12ee2753c1 Enable even more frozen string in app/controllers
Enables frozen string for some vestigial files as
well as the following:

* app/controllers/projects/**/*.rb
* app/controllers/sherlock/**/*.rb
* app/controllers/snippets/**/*.rb
* app/controllers/users/**/*.rb

Partially addresses #47424.
2018-09-25 22:43:49 -07:00
Felipe Artur 97067682ec CE backport - Allow viewing only one board when multiple issue boards is not enabled 2018-05-22 15:04:20 -03:00
Christiaan Van den Poel 66ebb206b0 disables the shortcut to the issue boards when issues are disabled 2018-01-08 09:06:25 +00:00
Luke Bennett 19dcb2da05
Use path helper instead of url helper 2017-12-03 18:46:07 +00:00
Felipe Artur f5bb1789ee Fix specs BACKPORT 2017-09-04 16:55:29 -03:00
Felipe Artur 8077b728bc Continue BE backport 2017-08-31 14:48:57 -03:00
Felipe Artur f2a43ff5b7 Group boards CE backport 2017-08-28 18:56:49 -03:00
Douglas Barbosa Alexandre 53f50edf4d Fix board relates specs 2016-10-11 11:47:56 -03:00
Douglas Barbosa Alexandre 723ed9cc3a Update Projects::BoardsController#show to look up for a specific board 2016-10-11 11:39:05 -03:00
Douglas Barbosa Alexandre ecf4c10e9c Add index action to Projects::BoardsController to return project boards 2016-10-11 11:39:05 -03:00
Phil Hughes 236178c301 Fixed boards filters 2016-08-30 14:50:46 +01:00
Douglas Barbosa Alexandre cd98ff179c Move action to render board lists to `Projects::Boards::ListsController` 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre 01b9744d1e Returns label description in JSON when listing lists/issues 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre 215bfd1c9d Returns label priority in JSON when listing lists/issues 2016-08-17 12:58:59 -03:00
Douglas Barbosa Alexandre a8b1ad250e Add authorization to issues board related controllers 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 e199884478 Projects::BoardsController#show returns a list of board lists 2016-08-17 12:58:58 -03:00
Douglas Barbosa Alexandre a84176bada Creates a new board when project does not have one 2016-08-17 12:58:58 -03:00
Douglas Barbosa Alexandre 7649937452 Initial issues board page 2016-08-17 12:58:58 -03:00