- 14 Nov, 2018 40 commits
-
-
Fatih Acet authored
Fix version system note Closes #53882 See merge request gitlab-org/gitlab-ce!23030
-
Douglas Barbosa Alexandre authored
Exclude qa and docs from Rails 4 builds Closes #54059 See merge request gitlab-org/gitlab-ce!23091
-
Stan Hu authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54059
-
Annabel Dunstone Gray authored
-
Stan Hu authored
Fix bug causing not all emails to show up in commit email selectbox Closes #54045 See merge request gitlab-org/gitlab-ce!23079
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
Fatih Acet authored
Fix styling of snippet and commit discussion comments Closes #53918 See merge request gitlab-org/gitlab-ce!23035
-
Douwe Maan authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54045
-
Fatih Acet authored
Fix vertical line alignment in discussion & diff border-radius Closes #53975 See merge request gitlab-org/gitlab-ce!23075
-
Fatih Acet authored
Add white background to commit diff comments See merge request gitlab-org/gitlab-ce!23078
-
Annabel Dunstone Gray authored
-
Rémy Coutable authored
Fix Git protocol v2 e2e test Closes gitlab-org/quality/staging#16 See merge request gitlab-org/gitlab-ce!23067
-
Rémy Coutable authored
Update proofreader.md See merge request gitlab-org/gitlab-ce!20752
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
Clement Ho authored
Updates pipeline code to use gitlab-ui See merge request gitlab-org/gitlab-ce!22999
-
Annabel Dunstone Gray authored
-
Mark Lapierre authored
Remove references to `Factory`
-
Filipa Lacerda authored
Fix collapsed files not fully fully expanding Closes #53866 See merge request gitlab-org/gitlab-ce!23019
-
Filipa Lacerda authored
-
Clement Ho authored
Disable updating appearance of filter tokens for special values Closes #53636 See merge request gitlab-org/gitlab-ce!22865
-
Heinrich Lee Yu authored
-
Marcia Ramos authored
Add a new markup languages section See merge request gitlab-org/gitlab-ce!22921
-
Nick Thomas authored
Show navigation line separator when instance metrics is disabled See merge request gitlab-org/gitlab-ce!22940
-
Tim Zallmann authored
Add missing slash in frontend testing guide See merge request gitlab-org/gitlab-ce!23027
-
Sean McGivern authored
Switch to Rails 5 Closes #14286 and #48991 See merge request gitlab-org/gitlab-ce!21492
-
Marin Jankovski authored
Move cloud-native-image to the post-test stage Closes charts/gitlab#897 See merge request gitlab-org/gitlab-ce!22942
-
Nick Thomas authored
Bump GitLab Workhorse to 7.1.1 See merge request gitlab-org/gitlab-ce!23053
-
Stan Hu authored
Bump `binding_of_caller` gem version to 0.8.0 See merge request gitlab-org/gitlab-ce!23040
-
Shinya Maeda authored
-
Phil Hughes authored
Merge branch '54002-activity-feed-missing-padding-in-event-note-when-a-branch-is-deleted' into 'master' Resolve "Activity Feed - Missing padding in event note when a branch is deleted" Closes #54002 See merge request gitlab-org/gitlab-ce!23038
-
Martin Wortschack authored
-
Stan Hu authored
This version now supports redis[s]:// URL schemes.
-
Jan Provaznik authored
-
Jan Provaznik authored
In Rails 5 all models by default inherit from ApplicationRecord.
-
Jan Provaznik authored
-
Jan Provaznik authored
We want to run CI with rails 4 for a short-term (until we are sure that we will ship with rails 5). The problem is that rails 4 can not handle rails 5 schema.rb properly - specifically `t.index` directive can not handle multiple indexes on the same column. Because combination of rails 4 + rails 5 schema will be used only in CI for a short-term, we can just ignore these incompatibility failures. This patch adds `rails5` helper for specs.
-
Jan Provaznik authored
-