- 04 Mar, 2019 40 commits
-
-
Stan Hu authored
Put batch_comments_spec.rb in quarantine See merge request gitlab-org/gitlab-ee!9837
-
GitLab Bot authored
-
Kamil Trzciński authored
Expose additional merge request pipeline variables See merge request gitlab-org/gitlab-ce!24595
-
Hiroyuki Sato authored
Conflicts: doc/ci/variables/README.md spec/models/ci/pipeline_spec.rb
-
GitLab Bot authored
-
Annabel Dunstone Gray authored
commit page info-well overflow fix #56436 Closes #56436 See merge request gitlab-org/gitlab-ce!24799
-
Gokhan Apaydin authored
-
Winnie Hellmann authored
-
GitLab Bot authored
-
Stan Hu authored
sidekiq: terminate child processes at shutdown See merge request gitlab-org/gitlab-ce!25669
-
Mark Lapierre authored
Quarantine git protocol v2 tests See merge request gitlab-org/gitlab-ce!25744
-
GitLab Bot authored
-
Phil Hughes authored
Removes EE differences from ci_icon.vue Closes gitlab-ee#10084 See merge request gitlab-org/gitlab-ce!25742
-
Nick Thomas authored
Sidekiq jobs frequently spawn long-lived child processes to do work. In some circumstances, these can be reparented to init when sidekiq is terminated, leading to duplication of work and strange concurrency problems. This commit changes sidekiq so that, if run as a process group leader, it will forward `INT` and `TERM` signals to the whole process group. If the memory killer is active, it will also use the process group when resorting to `kill -9` to shut down. These changes mean that a naive `kill <pid-of-sidekiq>` will now do the right thing, killing any child processes spawned by sidekiq, as long as the process supervisor placed it in its own process group. If sidekiq isn't a process group leader, this new code is skipped.
-
Mark Lapierre authored
-
Rémy Coutable authored
Revert "Merge branch '9224/create-mr-from-vulnerability-feedback' into 'master'" Closes #10181 See merge request gitlab-org/gitlab-ee!9828
-
Winnie Hellmann authored
This reverts merge request !9326
-
Marcia Ramos authored
Add note on NPM registry support within subgroup See merge request gitlab-org/gitlab-ee!9824
-
Dmitriy Zaporozhets authored
-
GitLab Bot authored
-
Ramya Authappan authored
De-quarantine project activity test Closes gitlab-org/quality/staging#21 See merge request gitlab-org/gitlab-ce!25630
-
Filipa Lacerda authored
-
Marcia Ramos authored
Write docs about "How to add a new package manager support" Closes #9141 See merge request gitlab-org/gitlab-ee!9273
-
Ramya Authappan authored
De-quarantine ldap admin sync spec Closes gitlab-org/quality/nightly#49 See merge request gitlab-org/gitlab-ee!9761
-
Filipa Lacerda authored
Move batchComments module out of CE store creation Closes #10002 and #10008 See merge request gitlab-org/gitlab-ee!9788
-
GitLab Bot authored
-
Douwe Maan authored
Types::BaseField accepts authorize after reload See merge request gitlab-org/gitlab-ce!25694
-
Douwe Maan authored
Update Gitaly docs now NFS isn't required anymore See merge request gitlab-org/gitlab-ce!25397
-
Zeger-Jan van de Weg authored
-
GitLab Bot authored
-
Tim Zallmann authored
CE Add error string formatter for stylelint See merge request gitlab-org/gitlab-ce!25668
-
Tim Zallmann authored
EE Add error string formatter for stylelint See merge request gitlab-org/gitlab-ee!9782
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rémy Coutable authored
Resolve some Rake task differences See merge request gitlab-org/gitlab-ce!25644
-
GitLab Bot authored
-
Phil Hughes authored
Resolve "Move files in the Web IDE" Closes #49397 See merge request gitlab-org/gitlab-ce!25431
-
Natalia Tepluhina authored
- fixed test spec - added warning only if file is deleted
-
Phil Hughes authored
Resolve "Move files in the Web IDE" See merge request gitlab-org/gitlab-ee!9820
-
Natalia Tepluhina authored
- fixed rename behavior; - added move behavior
-
Filipa Lacerda authored
CE backport of issuable-ee-differences See merge request gitlab-org/gitlab-ce!25730
-