summaryrefslogtreecommitdiff
path: root/app/controllers/boards
Commit message (Collapse)AuthorAgeFilesLines
* Add preload in issues controllerChantal Rollison2018-10-181-9/+8
|
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-183-0/+6
| | | | | | | | | | | | 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.
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* [Backport] View summed weights of issues in board columnFelipe Artur2018-07-301-6/+11
|
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-071-3/+11
|
* Add :weight as an allowed serializable field in ↵Rémy Coutable2018-05-161-1/+1
| | | | | | app/controllers/boards/issues_controller.rb Signed-off-by: Rémy Coutable <remy@rymai.me>
* Show issues of subgroups in group-level issue boardFelipe Artur2018-04-051-1/+2
|
* Address review commentsFelipe Artur2018-03-051-7/+6
|
* Bring one group board to CEFelipe Artur2018-03-031-3/+15
|
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-1/+1
|
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+6
| | | | | | | | | | | This ensures that we have more visibility in the number of SQL queries that are executed in web requests. The current threshold is hardcoded to 100 as we will rarely (maybe once or twice) change it. In production and development we use Sentry if enabled, in the test environment we raise an error. This feature is also only enabled in production/staging when running on GitLab.com as it's not very useful to other users.
* 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