- 04 Mar, 2019 1 commit
-
-
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.
-
- 01 Mar, 2019 30 commits
-
-
Douwe Maan authored
SIGSTP should be SIGTSTP Closes #40396 See merge request gitlab-org/gitlab-ce!25682
-
Tim Zallmann authored
Use `folder-open` from sprite icons for Browse Files button in Tag page Closes #58274 See merge request gitlab-org/gitlab-ce!25635
-
Phil Hughes authored
Adds documentation for frontend single repo move See merge request gitlab-org/gitlab-ce!25650
-
Filipa Lacerda authored
-
Nick Thomas authored
-
Filipa Lacerda authored
Move EE differences in CE diff files into CE Closes gitlab-ee#9969, gitlab-ee#9973, and gitlab-ee#9974 See merge request gitlab-org/gitlab-ce!25678
-
Sean McGivern authored
Bump fog-aws to 3.3.0 and associated dependencies See merge request gitlab-org/gitlab-ce!21788
-
Kamil Trzciński authored
Fix inconsistent `branch?` behavior between Ci::Pipeline and Ci::Build See merge request gitlab-org/gitlab-ce!25629
-
Sean McGivern authored
-
Sean McGivern authored
IssuableFinder - Always use CTE for group counts Closes #54643 See merge request gitlab-org/gitlab-ce!25411
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
Fixes issue with AWS V4 signatures not working with Ceph S3: https://github.com/fog/fog-aws/issues/462
-
Ramya Authappan authored
Link to instructions to run SSH tests on GDK See merge request gitlab-org/gitlab-ce!25661
-
Shinya Maeda authored
between Ci::Pipeline and Ci::Build Add spec Add more tests ok
-
Fatih Acet authored
Freeze date in merge request status view spec See merge request gitlab-org/gitlab-ce!25671
-
Evan Read authored
Update convdev.md for clarity See merge request gitlab-org/gitlab-ce!25626
-
Evan Read authored
Docs: Replace issue with a link to the feature See merge request gitlab-org/gitlab-ce!25670
-
Evan Read authored
Increase jupyter seo See merge request gitlab-org/gitlab-ce!25663
-
Evan Read authored
Minor grammar update See merge request gitlab-org/gitlab-ce!25643
-
Brendan O'Leary 🐢 authored
-
Fatih Acet authored
Improve labels select rendering Closes #48230 and #57734 See merge request gitlab-org/gitlab-ce!25281
-
Robert Speicher authored
Previously, when this spec ran on the 28th of February, "one month ago" isn't actually a month ago, it's "28 days ago". Now we freeze the date to one that works as intended, since the point of the test is only that it shows a relative date in the tooltip, not necessarily that it's an exact, specific date.
-
Michael Kozono authored
-
Fatih Acet authored
Externalize markdown toolbar tooltips Closes #53413 See merge request gitlab-org/gitlab-ce!25529
-
Enrique Alcántara authored
Replace tooltip texts in the markdown toolbar with bindings to gettext calls Author: Enrique Alcantara <enrique@crunch.io>
-
Fatih Acet authored
Refactor note_form_spec.js to use Vue test utils See merge request gitlab-org/gitlab-ce!25571
-
- 28 Feb, 2019 9 commits
-
-
Stan Hu authored
bin/background_jobs: use pgroups Closes #40396 See merge request gitlab-org/gitlab-ce!25654
-
Robert Speicher authored
Remove an obsolete workaround for GRPC unavailable errors See merge request gitlab-org/gitlab-ce!25645
-
Nick Thomas authored
-
Annabel Dunstone Gray authored
Resolve "Broken master due to stylelint errors" Closes #58362 See merge request gitlab-org/gitlab-ce!25662
-
Daniel Gruesso authored
-
Fatih Acet authored
-
Mark Lapierre authored
-
Dan Davison authored
Pare down create_project_with_auto_devops_spec See merge request gitlab-org/gitlab-ce!25577
-
Fatih Acet authored
Resolve "Update the spinner component" Closes #20084 See merge request gitlab-org/gitlab-ce!25186
-