summaryrefslogtreecommitdiff
path: root/app/controllers/boards
Commit message (Collapse)AuthorAgeFilesLines
* Add issue sidebar and toggle_subscription endpoint in board issues dataOswaldo Ferreira2017-11-201-0/+1
|
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-1/+1
| | | | | | | | | | | | In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
* fix another N+1 query for label priorities34510-board-issues-sql-speedupmicael.bergeron2017-09-121-2/+2
| | | | added a QueryRecorder for IssuesController#index.json
* add association preloading for issue boardsmicael.bergeron2017-09-121-4/+9
|
* Finish backports and fix specsFelipe Artur2017-09-061-1/+1
|
* Small fixesFelipe Artur2017-08-311-1/+1
|
* Continue BE backportFelipe Artur2017-08-312-0/+2
|
* Group boards CE backportFelipe Artur2017-08-283-0/+184