- 15 Jan, 2019 40 commits
-
-
GitLab Bot authored
-
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
Fix typo in GitHub integration docs See merge request gitlab-org/gitlab-ee!9137
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Document four backticks feature in markdown See merge request gitlab-org/gitlab-ce!24349
-
Evan Read authored
-
GitLab Bot authored
-
Nick Thomas authored
Add clear_credentials method to ProjectImportData See merge request gitlab-org/gitlab-ce!24373
-
Nick Thomas authored
Clear our import data credentials when adding new mirrors Closes gitlab-ce#55729 See merge request gitlab-org/gitlab-ee!9134
-
Stan Hu authored
-
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
-
Kushal Pandya authored
Fixes bad wording in FF loading state Closes #9190 See merge request gitlab-org/gitlab-ee!9153
-
GitLab Bot authored
-
Kamil Trzciński authored
Refactor only/except configuration policies See merge request gitlab-org/gitlab-ce!24359
-
Sean McGivern authored
Add ApprovalState See merge request gitlab-org/gitlab-ee!8974
-
Filipa Lacerda authored
-
GitLab Bot authored
-
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
-
GitLab Bot 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.
-
Kamil Trzciński authored
Support Ajax endpoints for FeatureFlagsController See merge request gitlab-org/gitlab-ee!9127
-
Filipa Lacerda authored
Backporting a change in ee branch See merge request gitlab-org/gitlab-ce!23559
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
Grzegorz Bizon authored
Remove cancel all jobs button in general jobs list view Closes #34665 See merge request gitlab-org/gitlab-ce!24010
-
GitLab Bot authored
-
Kushal Pandya authored
Geo: Don't show external link icon for current node See merge request gitlab-org/gitlab-ee!9130
-
Kushal Pandya authored
Make parseBoolean idempotent See merge request gitlab-org/gitlab-ce!24365
-
Winnie Hellmann authored
-
Shinya Maeda authored
- Support show, create, update, destroy endpoints - Add tests Add changelog Refactor fix Use rails status
-
-
Mark Chao authored
This is supposed to be a static state, not depending on current approvals count.
-
Mark Chao authored
This is useful for maintainer to set project-wide restriction on number of approvals required, but let MR author choose whom to approve. Change any_approval_allowed? as it now has different meaning to approved?
-
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
-