- 18 Dec, 2018 1 commit
-
-
Grzegorz Bizon authored
-
- 13 Dec, 2018 15 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
This only implements one of three upcoming strategies of connecting upstream pipeline with a downstream pipeline. Here we change bridge job status to success as soon as downstream pipeline gets enqueued for processing.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Douwe Maan authored
Move GenerateGitLabSubscriptions to post-deploy migration See merge request gitlab-org/gitlab-ee!8831
-
Filipa Lacerda authored
Fixed notes not being applied to diff lines See merge request gitlab-org/gitlab-ee!8828
-
Phil Hughes authored
-
Robert Speicher authored
Reinstate changes lost due to automatic merging See merge request gitlab-org/gitlab-ee!8829
-
- 12 Dec, 2018 24 commits
-
-
Stan Hu authored
This avoids Sidekiq versioning pitfalls where the deploy host schedules a new migration, and the older Sidekiq hosts don't know about this migration. See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5746
-
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`.
-
Marin Jankovski authored
Increase parallelism for EE-only RSpec jobs See merge request gitlab-org/gitlab-ee!8824
-
Yorick Peterse authored
EE Fix issuables sort direction button parameters See merge request gitlab-org/gitlab-ee!8826
-
Phil Hughes authored
-
Phil Hughes authored
-
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
We recently increased global RSpec parallelism to 50, so these EE-only jobs often became the bottleneck.
-
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].
-