- 12 Dec, 2018 40 commits
-
-
Yorick Peterse authored
The automatic merging code used `--strategy=ours`, which turned out to be incorrect; instead we wanted `--strategy=recursive --strategy-option=ours`. This small difference results in merging throwing away _all_ EE changes in favour of CE changes, instead of only doing this for conflicts. This commit ensures that EE has all the appropriate changes. The diff was generated by cherry picking all merge commits made since two days ago, picking them with `--strategy=recursive --strategy-option=ours`.
-
Yorick Peterse authored
EE Fix issuables sort direction button parameters See merge request gitlab-org/gitlab-ee!8826
-
Robert Speicher authored
Revert unnecessary changes to CI configuration See merge request gitlab-org/gitlab-ee!8822
-
Robert Speicher authored
Removed duplicate line from SelectsHelper See merge request gitlab-org/gitlab-ee!8823
-
Robert Speicher authored
EE: Resolve various database deprecation warnings See merge request gitlab-org/gitlab-ee!8818
-
Robert Speicher authored
Support older NGINX version forwarding the client certificate for smartcard auth See merge request gitlab-org/gitlab-ee!8784
-
GitLab Bot authored
-
Robert Speicher authored
Resolve various database deprecation warnings See merge request gitlab-org/gitlab-ce!23772
-
Felipe Artur authored
Fix labels parameter being deleted from filter when clicking sort direction button on issues/merge requests search bar.
-
Yorick Peterse authored
This was added by accident due to a CE and EE MR both modifying this file in a slightly different way.
-
Robert Speicher authored
This reverts commit 2fc61b12, reversing changes made to e26d96d3.
-
GitLab Bot authored
-
Robert Speicher authored
Refactor Project#create_or_update_import_data See merge request gitlab-org/gitlab-ce!23701
-
Robert Speicher authored
Move more EE specific code out of CE code See merge request gitlab-org/gitlab-ee!8424
-
Douwe Maan authored
Allow matching only the repo-root for CODEOWNERS Closes #8593 See merge request gitlab-org/gitlab-ee!8708
-
GitLab Bot authored
-
Nick Thomas authored
Do not save user preferences on read-only mode Closes #55024 See merge request gitlab-org/gitlab-ce!23698
-
Felipe Artur authored
-
Yorick Peterse authored
This fixes two cases of EE specific code extending ActiveRecord::Migration, instead of extending ActiveRecord::Migration[4.2].
-
Yorick Peterse authored
The use of `table_exists?` in the opclasses support initializer triggers a deprecation warning. Using `data_source_exists?` removes this deprecation.
-
Yorick Peterse authored
Extending from ActiveRecord::Migration is deprecated, but was still used in a bunch of places.
-
Yorick Peterse authored
The use of `table_exists?` in the opclasses support initializer triggers a deprecation warning. Using `data_source_exists?` removes this deprecation.
-
GitLab Bot authored
-
Robert Speicher authored
Move EE code out of app/helpers and into ee/app/helpers See merge request gitlab-org/gitlab-ee!8702
-
-
-
Douglas Barbosa Alexandre authored
Instance level Maven endpoint (second attempt) Closes #7769 See merge request gitlab-org/gitlab-ee!8757
-
Dmitriy Zaporozhets authored
-
Yorick Peterse authored
Extending from ActiveRecord::Migration is deprecated, but was still used in a bunch of places.
-
GitLab Bot authored
-
Phil Hughes authored
Resolve "Empty state shown when the group security dashboard request fails" Closes #8704 See merge request gitlab-org/gitlab-ee!8703
-
Sam Beckham authored
-
Kamil Trzciński authored
Add basic implementation of CI/CD bridge job See merge request gitlab-org/gitlab-ce!23730
-
GitLab Bot authored
-
Nick Thomas authored
Wait for push before trying to create a new MR See merge request gitlab-org/gitlab-ce!23745
-
GitLab Bot authored
-
Nick Thomas authored
Fix creation query for pools repository See merge request gitlab-org/gitlab-ce!23729
-
Zeger-Jan van de Weg authored
-
Nick Thomas authored
Send a notification email on mirror update errors Closes #54650 See merge request gitlab-org/gitlab-ce!23595
-
Nick Thomas authored
[EE] Send a notification email on mirror update errors See merge request gitlab-org/gitlab-ee!8801
-