- 15 Jan, 2019 12 commits
-
-
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 28 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
-
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
-
Lin Jen-Shin authored
Ensure pool participants are linked before GC Closes gitaly#1354 See merge request gitlab-org/gitlab-ce!24230
-
Mike Greiling authored
Bump minimal node version from 6 to 8.10.0 Closes #54065 See merge request gitlab-org/gitlab-ce!24305
-
Achilleas Pipinellis authored
Update Gitaly documentation to indicate which version shipped with Gitaly TLS support See merge request gitlab-org/gitlab-ce!24334
-
Zeger-Jan van de Weg authored
In theory the case could happen that the initial linking of the pool fails and so do all the retries that Sidekiq performs. This could lead to data loss. To prevent that case, linking is done before Gits GC too. This makes sure that case doesn't happen.
-
Drew Blessing authored
-
Grzegorz Bizon authored
-
Douwe Maan authored
Adjust applied suggestion reverting previous changes Closes #56017 See merge request gitlab-org/gitlab-ce!24250
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-