- 15 Jan, 2019 20 commits
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53069
-
Kushal Pandya authored
Add syntax highlighting to suggestion preview Closes #55945 See merge request gitlab-org/gitlab-ce!24358
-
Jacques Erasmus authored
-
Achilleas Pipinellis authored
Document four backticks feature in markdown See merge request gitlab-org/gitlab-ce!24349
-
Evan Read authored
-
Nick Thomas authored
Add clear_credentials method to ProjectImportData See merge request gitlab-org/gitlab-ce!24373
-
Phil Hughes authored
Optimization of setup of Main Nav Layout, Contextual Sidebar and Fly Out Nav Closes #56257 See merge request gitlab-org/gitlab-ce!24362
-
Tim Zallmann authored
-
Kamil Trzciński authored
Refactor only/except configuration policies See merge request gitlab-org/gitlab-ce!24359
-
Rémy Coutable authored
Fix failing MySQL spec due to deadlock condition Closes #55161 See merge request gitlab-org/gitlab-ce!24378
-
Grzegorz Bizon authored
-
Lin Jen-Shin authored
Ignore Repository::AmbiguousRefError in db/fixtures/development See merge request gitlab-org/gitlab-ce!24366
-
Grzegorz Bizon authored
Introduce `default:` configuration entry setting that makes it possible to configure a default value of an entry, what overrides class-level `def self.default` value.
-
Filipa Lacerda authored
Backporting a change in ee branch See merge request gitlab-org/gitlab-ce!23559
-
Phil Hughes authored
Resolve "When merging an MR, the squash checkbox isn't always supported" Closes #52278 See merge request gitlab-org/gitlab-ce!24296
-
Natalia Tepluhina authored
-
Grzegorz Bizon authored
Remove cancel all jobs button in general jobs list view Closes #34665 See merge request gitlab-org/gitlab-ce!24010
-
Kushal Pandya authored
Make parseBoolean idempotent See merge request gitlab-org/gitlab-ce!24365
-
Winnie Hellmann authored
-
Stan Hu authored
`spec/features/uploads/user_uploads_file_to_note_spec.rb` was failing in master because MySQL detected a deadlock when a DELETE and INSERT for the same indexed item occurred within a transaction in the `uploads` table. Due to InnoDB's next-key locking algorithm (innodb_locks_unsafe_for_binlog in https://dev.mysql.com/doc/refman/5.5/en/innodb-parameters.html), InnoDB sets an exclusive lock for any of the indexed records it encounters, so the INSERT will fail until the DELETE is committed. To fix this, we just disable the transaction for MySQL and keep it for PostgreSQL. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55161
-
- 14 Jan, 2019 20 commits
-
-
Evan Read authored
Clarify cluster integration link is for all Kubernetes See merge request gitlab-org/gitlab-ce!24364
-
Clement Ho authored
Generate searchable JSDoc documentation See merge request gitlab-org/gitlab-ce!23583
-
Winnie Hellmann authored
-
Clement Ho authored
Externalize strings from `/app/views/projects/project_members` See merge request gitlab-org/gitlab-ce!23227
-
George Tsiolis authored
-
Annabel Dunstone Gray authored
Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}` Closes #56266 See merge request gitlab-org/gitlab-ce!24333
-
George Tsiolis authored
-
Stan Hu authored
This backports changes made in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9134.
-
Phil Hughes authored
Moves shared code into a mixin See merge request gitlab-org/gitlab-ce!24322
-
Marcia Ramos authored
Add Import/Export dev docs Closes #36055 See merge request gitlab-org/gitlab-ce!23835
-
James Lopez authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
GitLab 11.4.3 "Outbound requests" setting path See merge request gitlab-org/gitlab-ce!22898
-
Dylan Griffith authored
Not just GKE
-
Rémy Coutable authored
Fix no avatar not showing in user selection box Closes #56268 See merge request gitlab-org/gitlab-ce!24346
-
Achilleas Pipinellis authored
Add 11.7 -> 11.8 update doc See merge request gitlab-org/gitlab-ce!24283
-
Lukas 'Eipi' Eipert authored
-
Dmitriy Zaporozhets authored
Resolve "Add "What's new" menu item in top navigation" Closes #25341 See merge request gitlab-org/gitlab-ce!23186
-
Brandon Labuschagne authored
-
Rémy Coutable authored
Fix Bitbucket Server importer error handling Closes #56154 See merge request gitlab-org/gitlab-ce!24343
-