- 26 Sep, 2017 7 commits
-
-
Greg Stark authored
Migration 20170919211300_remove_temporary_ci_builds_index.rb created a temporary partial index and tried to drop it at the end of the migration. In some circumstances apparently it failed to drop the index and it ended up in our schema.rb. This accidentally failed to fail due to a bug in the regular expression for partial indexes which caused the index creation in schema.rb to be ignored. Now that that's fixed we could be resurrecting this zombie index from the past in some but not all databases. Add a migration to drop this index if it's present to reconcile this discrepancy.
-
Phil Hughes authored
Avoid wrapping users in dropdown Closes #38077 See merge request gitlab-org/gitlab-ce!14410
-
Yorick Peterse authored
Document manual cleanup after background migration stealing See merge request gitlab-org/gitlab-ce!14477
-
Kamil Trzciński authored
Fix locked shared runners problem Closes gitlab-runner#2782 See merge request gitlab-org/gitlab-ce!14483
-
Douwe Maan authored
Update gitlab-shell to 5.9.2 See merge request gitlab-org/gitlab-ce!14446
-
Douwe Maan authored
Remove dead `Gitlab::Markdown::Pipeline` class See merge request gitlab-org/gitlab-ce!14487
-
Annabel Dunstone Gray authored
Update color variables See merge request gitlab-org/gitlab-ce!14456
-
- 25 Sep, 2017 33 commits
-
-
Jacob Schatz authored
RepoEditor: Fix reopening the existing file on refresh. Closes #38250 See merge request gitlab-org/gitlab-ce!14449
-
Rémy Coutable authored
Fix a dash being rendered in the note's access role Closes #37912 See merge request gitlab-org/gitlab-ce!14450
-
Micael Bergeron authored
-
Robert Speicher authored
Add a `:type` to all specs See merge request gitlab-org/gitlab-ce!14371
-
Rémy Coutable authored
Remove execution permission (unix file permissions) for documentation Closes #38287 See merge request gitlab-org/gitlab-ce!14471
-
Achilleas Pipinellis authored
Fix auto devops typos in Pipeline Settings view Closes #38155 See merge request gitlab-org/gitlab-ce!14403
-
Robert Speicher authored
-
Yorick Peterse authored
Fix PG::UniqueViolation external_email migration Closes #38246 See merge request gitlab-org/gitlab-ce!14474
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Sean McGivern authored
-
Phil Hughes authored
Removes cycle analytics service and store from global namespace See merge request gitlab-org/gitlab-ce!14463
-
Filipa Lacerda authored
-
Douwe Maan authored
Migrate Gitlab::Git::Repository#log to Gitaly Closes gitaly#508 See merge request gitlab-org/gitlab-ce!14179
-
Douwe Maan authored
Prevent URL concatenation for avatars Closes #38189 See merge request gitlab-org/gitlab-ce!14437
-
Douwe Maan authored
Improve list of sorting options Closes #36929 See merge request gitlab-org/gitlab-ce!14320
-
Filipa Lacerda authored
Add context tabs to dashboard/projects Closes #29045 See merge request gitlab-org/gitlab-ce!14364
-
Stan Hu authored
Missing parens prevented this migration from working in some cases. Closes #38246
-
Kim "BKC" Carlbäcker authored
-
Filipa Lacerda authored
Fixed fly-out error if mousePos array is empty See merge request gitlab-org/gitlab-ce!14338
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
kushalpandya authored
-
Douwe Maan authored
Resolve "Undefined run_command when running rake gitlab:check" Closes #38280 See merge request gitlab-org/gitlab-ce!14469
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
Merge branch '38021-add-instructions-for-upgrading-from-ce-to-ee-using-gitlab-omnibus-chart-docs' into 'master' Add instructions for upgrading from CE to EE using GitLab Omnibus chart - docs Closes #38021 See merge request gitlab-org/gitlab-ce!14347
-
Joshua Lambert authored
-
Douwe Maan authored
Re-allow `name` attribute on user-provided anchor HTML Closes #38196 See merge request gitlab-org/gitlab-ce!14452
-
Douwe Maan authored
Refactor spec/policies/project_policy_spec.rb to minimize the diff with EE See merge request gitlab-org/gitlab-ce!14434
-
Phil Hughes authored
Remove navbar gradient Closes #37287 See merge request gitlab-org/gitlab-ce!14457
-
Rémy Coutable authored
Remove Grit settings from default settings See merge request gitlab-org/gitlab-ce!14465
-
Rémy Coutable authored
fix minor spelling mistakes See merge request gitlab-org/gitlab-ce!14467
-
kushalpandya authored
-