- 23 Nov, 2018 9 commits
-
-
Sean McGivern authored
1. When every issue has a relative position set, we don't need to perform any updates, or calculate the maximum position in the parent. 2. If we do need to calculate the maximum position in the parent, many parents (specifically, groups with lots of projects) leads to a slow query where only the index on issues.relative_position is used, not the index on issues.project_id. Adding the GROUP BY forces Postgres to use both indices.
-
Grzegorz Bizon authored
Explicitly set locale fallbacks Closes #54274 See merge request gitlab-org/gitlab-ce!23271
-
Rémy Coutable authored
Rails5 deprecation: :nothing option is deprecated, Use head method to respond with empty response body. See merge request gitlab-org/gitlab-ce!23311
-
Phil Hughes authored
Correctly styles tags in jobs sidebar Closes #54391 See merge request gitlab-org/gitlab-ce!23319
-
Filipa Lacerda authored
The tags were using the `label` class instead of `bagde` which is the new BS class
-
Jasper Maes authored
-
Phil Hughes authored
Allow commenting to resolved non-diff discussions Closes #54330 See merge request gitlab-org/gitlab-ce!23279
-
Rémy Coutable authored
Add support for custom highlighting slash commands via warning flags See merge request gitlab-org/gitlab-ce!23277
-
Sean McGivern authored
Rails5: env is deprecated and will be removed from Rails 5.1 Closes #54384 See merge request gitlab-org/gitlab-ce!22626
-
- 22 Nov, 2018 31 commits
-
-
Stan Hu authored
Clear BatchLoader context between Sidekiq jobs Closes #53079 See merge request gitlab-org/gitlab-ce!23308
-
Douwe Maan authored
-
Kamil Trzciński authored
Update Runner Chart to 0.1.38 See merge request gitlab-org/gitlab-ce!23304
-
Rémy Coutable authored
Include wildcard for `gitlab:assets:compile` only parameter See merge request gitlab-org/gitlab-ce!23305
-
Stan Hu authored
Documentation: Correct blocked SMTP ports for GKE See merge request gitlab-org/gitlab-ce!23275
-
Kamil Trzciński authored
Add specs for entities autocomplete Closes #48534 See merge request gitlab-org/gitlab-ce!23250
-
Tomasz Maczukin authored
-
Rémy Coutable authored
More env vars for group & project names in QA See merge request gitlab-org/gitlab-ce!23303
-
Tomasz Maczukin authored
-
George Tsiolis authored
-
Filipa Lacerda authored
Made diff file headers sticky Closes #48816 See merge request gitlab-org/gitlab-ce!23249
-
Jarka Košanová authored
-
Dylan Griffith authored
This will help with https://gitlab.com/gitlab-org/gitlab-qa/issues/349 as we need to use much shorter project and group names for HTTPS to work
-
Fatih Acet authored
-
Rémy Coutable authored
Add rails version to all migrations Closes #54098 See merge request gitlab-org/gitlab-ce!23057
-
Filipa Lacerda authored
Show toggle tree button on merge request commits Closes #53019 See merge request gitlab-org/gitlab-ce!23238
-
Rémy Coutable authored
Limit `gitlab:assets:compile` job to branches and tags Closes #54361 See merge request gitlab-org/gitlab-ce!23302
-
Kushal Pandya authored
Fix typos occured to occurred See merge request gitlab-org/gitlab-ce!23105
-
George Tsiolis authored
-
Rémy Coutable authored
Resolve "`fetch-assets` job times out so `package-and-qa` jobs can't complete" Closes #54293 See merge request gitlab-org/gitlab-ce!23267
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48816
-
Jan Provaznik authored
DB schema generated by a migration may look different in rails 4 and 5 (because rails 5 may use different default values). For this reason it's important to explicitly set for which rails version a migration was written for. See https://stackoverflow.com/questions/35929869/activerecordmigration-deprecation-warning-asks-for-rails-version-but-im-no/35930912#35930912
-
Jan Provaznik authored
-
Jan Provaznik authored
When switching to rails 5, we added migration version to all migration classes. This patch makes it possible to run versioned migrations also with rails 4
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53019
-
Achilleas Pipinellis authored
Fix markdown to render correctly See merge request gitlab-org/gitlab-ce!23221
-
Achilleas Pipinellis authored
Remove broken link that 404s and has no alternative See merge request gitlab-org/gitlab-ce!23295
-
Douwe Maan authored
SystemCheck: Use a more reliable way to detect current Ruby version Closes #46950 See merge request gitlab-org/gitlab-ce!23291
-
Sean McGivern authored
Revert "Merge branch 'revert-e2aa2177' into 'master'" Closes #54267 See merge request gitlab-org/gitlab-ce!23237
-
Rémy Coutable authored
Add cop prohibiting params argument in url_for Closes #47986 See merge request gitlab-org/gitlab-ce!23115
-
Jarka Košanová authored
-