Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-04Extract code into IssueBoardEntityBrett Walker
2018-11-09Revert "Extract code into IssueBoardEntity"Thong Kuah
This reverts commit 8c126525faba40032244328187ba73a53b6eaf4c.
2018-11-06Extract code into IssueBoardEntityBrett Walker
2018-10-19Add preload in issues controllerChantal Rollison
2018-09-19Enable frozen string in app/controllers/**/*.rbgfyoung
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.
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-07-30[Backport] View summed weights of issues in board columnFelipe Artur
2018-06-07Backport of "Add assignee lists to boards"Mario de la Ossa
2018-05-16Add :weight as an allowed serializable field in ↵Rémy Coutable
app/controllers/boards/issues_controller.rb Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-05Show issues of subgroups in group-level issue boardFelipe Artur
2018-03-05Address review commentsFelipe Artur
2018-03-03Bring one group board to CEFelipe Artur
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-01Track and act upon the number of executed queriesYorick Peterse
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.
2017-11-20Add issue sidebar and toggle_subscription endpoint in board issues dataOswaldo Ferreira
2017-10-06Create idea of read-only databaseToon Claes
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.
2017-09-12fix another N+1 query for label prioritiesmicael.bergeron
added a QueryRecorder for IssuesController#index.json
2017-09-12add association preloading for issue boardsmicael.bergeron
2017-09-06Finish backports and fix specsFelipe Artur
2017-08-31Small fixesFelipe Artur
2017-08-31Continue BE backportFelipe Artur
2017-08-29Group boards CE backportFelipe Artur