summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/boards_responses.rb
Commit message (Collapse)AuthorAgeFilesLines
* Simplify query and add tests for authorization changeHeinrich Lee Yu2018-10-261-7/+3
|
* Update boards issue creation authorizationHeinrich Lee Yu2018-10-261-1/+8
|
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
| | | | | | | | | | | | Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
* Bring one group board to CEFelipe Artur2018-03-031-2/+42
|
* Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-2/+2
| | | | | And use .rubocop.yml to exclude paths we don't care, rather than using the cop itself to exclude.
* WIPLin Jen-Shin2017-11-061-4/+2
|
* Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-1/+2
|
* Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
|
* Continue BE backportFelipe Artur2017-08-311-0/+42