Commit graph

150 commits

Author SHA1 Message Date
Chris Kuehl
f115c8624a README: better description of capabilities and reasons 2015-10-09 13:23:17 -07:00
Chris Kuehl
f3b356630f Merge pull request #39 from Yelp/asottile-patch-1
Descendants not ancestors
2015-10-03 00:45:22 -07:00
Chris Kuehl
cd8f4bccf1 cli_test: update help message 2015-10-03 00:36:35 -07:00
Anthony Sottile
d0c28bd03e Descendants not ancestors 2015-10-02 22:28:40 -07:00
Chris Kuehl
44ee1d4486 Bump to v0.5.0 2015-10-02 18:14:02 -07:00
Buck Evan
5e8e55c351 Merge pull request #37 from chriskuehl/add-standard-flags
Add standard command-line flags
2015-10-02 18:08:34 -07:00
Chris Kuehl
958c6420a5 Add command-line option sanity check tests 2015-10-02 17:54:06 -07:00
Chris Kuehl
6b7f0ce3fa Add standard command-line flags 2015-10-02 15:53:07 -07:00
Buck Evan
bac1bf99b0 Merge pull request #36 from chriskuehl/printerr
Prefix output with [dumb-init]
2015-10-02 12:44:45 -07:00
Chris Kuehl
316f6b0d93 Prefix output with [dumb-init] 2015-10-02 10:51:09 -07:00
Chris Kuehl
cd79164d94 Bump to v0.4.0 2015-09-29 13:46:23 -07:00
Chris Kuehl
2aa56d6aab Merge pull request #25 from chriskuehl/background-support
Properly respond to job control signals
2015-09-29 13:44:28 -07:00
Chris Kuehl
43a7e40563 Bump to v0.3.1 2015-09-29 11:19:05 -07:00
Chris Kuehl
ebafb14130 Merge pull request #33 from chriskuehl/fix-exec-failures
Exit nonzero if exec fails
2015-09-29 11:17:37 -07:00
Chris Kuehl
dd361496d1 tests/child_processes_test: fix py34 2015-09-29 10:54:20 -07:00
Chris Kuehl
d178fbaf52 Print better error message when exec fails 2015-09-29 10:49:08 -07:00
Chris Kuehl
a78ac8fe23 Exit nonzero if exec fails 2015-09-29 10:43:45 -07:00
Chris Kuehl
b42f376351 Add tests for background process support 2015-09-25 18:19:24 -07:00
Chris Kuehl
b39643dcbc Properly respond to job control signals 2015-09-25 18:19:23 -07:00
Anthony Sottile
f3aa9cc93c Merge pull request #29 from chriskuehl/mock-all-the-things
Use mock.patch.dict to patch environment
2015-09-22 16:09:25 -07:00
Chris Kuehl
4b9d6927de Use mock.patch.dict to patch environment 2015-09-22 15:19:44 -07:00
Kent Wills
7825fda346 Merge pull request #24 from chriskuehl/ci-run-tox
Run tox in CI
2015-09-22 13:43:35 -07:00
Kent Wills
5f2a032fae Merge pull request #28 from chriskuehl/avoid-env-pollution
Ensure tests don't pollute each others' environment
2015-09-22 13:41:39 -07:00
Chris Kuehl
8b66e27897 Ensure tests don't pollute each others' environment
As much as possible, anyway...
2015-09-22 01:20:48 -07:00
Chris Kuehl
1cc08b4698 gitignore: add .cache 2015-09-22 01:19:38 -07:00
Chris Kuehl
da4abada27 Update wget url in README 2015-09-18 11:23:26 -07:00
Chris Kuehl
86531125f7 Bump to v0.3.0 2015-09-18 11:08:49 -07:00
Chris Kuehl
2ae2aceb28 Run tox in CI to better catch regressions 2015-09-18 11:06:08 -07:00
Chris Kuehl
3ecf882c02 Merge pull request #22 from chriskuehl/kill-session-on-exit
Send TERM to all children when the main child exists in setsid mode
2015-09-18 11:05:58 -07:00
Kent Wills
5238bd9690 Merge pull request #23 from chriskuehl/faster-dumb-init
Compile dumb-init with -O3
2015-09-18 10:21:34 -07:00
Chris Kuehl
a0274f17c4 Compile dumb-init with -O3 2015-09-18 09:43:33 -07:00
Chris Kuehl
d59a190a5d Send TERM to all children when the main child exists in setsid mode 2015-09-16 20:00:15 -07:00
Chris Kuehl
d43bc4ac3d Kill hanging tests after 5 seconds 2015-09-16 19:41:49 -07:00
Buck Evan
dbf416b6f5 Merge pull request #20 from chriskuehl/less-flaky-tests
Rewrite tests in Python using pytest
2015-09-16 18:19:12 -07:00
Chris Kuehl
fc8d6111ed Address Circle CI review comments 2015-09-16 17:23:45 -07:00
Chris Kuehl
80c0d3f113 Replace Travis with CircleCI 2015-09-16 17:06:34 -07:00
Chris Kuehl
e6fd9233cb Python test fixes for lucid 2015-09-11 17:24:18 -07:00
Chris Kuehl
e3d9f84d6f Rewrite tests in Python using pytest 2015-09-11 16:50:05 -07:00
Anthony Sottile
88af52b504 Merge pull request #16 from chriskuehl/update-contrib
CONTRIBUTING: Travis runs itests, fix twine command
2015-09-11 10:32:20 -07:00
Kent Wills
9a21c30ad6 Merge pull request #18 from Yelp/hotfix_python3
python test-tty hotfix
2015-09-10 18:07:05 -07:00
Kent Wills
7a648c54d1 python test-tty hotfix 2015-09-10 18:05:11 -07:00
Chris Kuehl
3e9831ba5b CONTRIBUTING: Travis runs itests, fix twine command 2015-09-10 17:53:31 -07:00
Chris Kuehl
9342a58aa7 Bump to v0.2.0 2015-09-10 17:45:58 -07:00
Kent Wills
df82b84727 Merge pull request #9 from chriskuehl/zombie-reaping
Properly reap zombie processes
2015-09-10 17:43:13 -07:00
Chris Kuehl
5b47ea8f34 Add basic test for zombies 2015-09-10 17:28:39 -07:00
Chris Kuehl
6e2b2eee00 Properly reap zombie processes 2015-09-10 17:28:39 -07:00
Kent Wills
93271f3681 Merge pull request #10 from Yelp/foreground_process_support
change setpgid to setsid
2015-09-10 17:17:37 -07:00
Kent Wills
ed316ee24f minor changes 2015-09-10 17:01:49 -07:00
Chris Kuehl
9083e1e2d3 Fix some dependency issues in testing/building 2015-09-10 15:34:09 -07:00
Kent Wills
d5f0be96d3 update docstrings, fix itest, add to dockerignore 2015-09-10 15:34:09 -07:00