49 Commits (master)
 

Author SHA1 Message Date
Douglas Gibbons 81b1373f17
Merge pull request #86 from garethrandall/master
Avoid sending a newline character which confuses servers.
4 years ago
Douglas Gibbons 5a33b169b5
Merge pull request #91 from renanbr/php-composer
Publish to PHP Composer
4 years ago
Douglas Gibbons 125caf6224
Merge pull request #103 from vishnubob/testfix
Removed dtt from tests
4 years ago
Douglas Gibbons 301eb66592 Removed dtt from tests 4 years ago
Douglas Gibbons 3995c046f8
Merge pull request #89 from private-forks/clean_docs
README: fix markdown formatting
4 years ago
Douglas Gibbons c096cface5
Merge pull request #92 from vishnubob/containertests
Containertests
4 years ago
Douglas Gibbons 035b80087a Added container-runners.py to test against different environments 4 years ago
Douglas Gibbons ea95fd208b * Python 3 compatibility
* New port for every test
4 years ago
renanbr 742b16ec5c Initial Composer setup 4 years ago
Douglas Gibbons 5fc21943fe
Merge pull request #90 from krufab/busybox-timeout-update-fix
Added support for new busybox timeout version
4 years ago
Fabio Kruger ed77b63706 Added support for new busybox timeout version 4 years ago
Sergey Kolomenkin 782bcf693e README: fix markdown formatting
- limit line length (does not affect rendering)
- add first-level header first
- converted google domain from hyperlinks into plain text
- add language specification for code fragments

Here is a command to run Markdown syntax check:

```
docker run --rm --network none -v "/$PWD:/markdown:ro" 06kellyjac/markdownlint-cli:0.21.0-alpine //markdown
```

All the changes above fixed the following list of errors:

```
/markdown/README.md:1 MD041/first-line-heading/first-line-h1 First line in file should be a top level heading [Context: "## wait-for-it"]
/markdown/README.md:3 MD013/line-length Line length [Expected: 80; Actual: 280]
/markdown/README.md:7 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/markdown/README.md:21 MD013/line-length Line length [Expected: 80; Actual: 131]
/markdown/README.md:23 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/markdown/README.md:30 MD013/line-length Line length [Expected: 80; Actual: 124]
/markdown/README.md:32 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/markdown/README.md:39 MD013/line-length Line length [Expected: 80; Actual: 239]
/markdown/README.md:41 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/markdown/README.md:48 MD013/line-length Line length [Expected: 80; Actual: 185]
/markdown/README.md:50 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
```
4 years ago
Gareth Randall ef92efbffb Avoid sending a newline character which confuses servers. 4 years ago
Douglas Gibbons 54d1f0bfeb Merge branch 'fwoelffel-master' 6 years ago
Douglas Gibbons 9995b72132 Merge branch 'master' of https://github.com/fwoelffel/wait-for-it into fwoelffel-master 6 years ago
Douglas Gibbons 4dd67a65e1
Merge pull request #60 from aviau/patch-1
README: community section+ mention Debian package
6 years ago
Douglas Gibbons 4d0a46be28 Merge branch 'scop-deps' 6 years ago
Alexandre Viau e34c502a3e
README: community section + mention Debian package 6 years ago
Ville Skyttä 019f3bb5bc Fall back to readlink -f if realpath is not available or fails 6 years ago
Ville Skyttä 5fe30e7a26 Use parameter expansion instead of basename 7 years ago
Ville Skyttä f9a0dc44d3 Use type -p instead of which 7 years ago
Frédéric Woelffel 410d77eda4 Add a WAITFORIT_ prefix in front of all variables 7 years ago
Douglas Gibbons db049716e4 Merge pull request #40 from szczad/master
fix: preserve quotation when passing arguments to command.
7 years ago
Grzegorz Szczudlik 8ed92e8cab fix: preserve quotation when passing arguments to command. 7 years ago
Douglas Gibbons 8b4051d5f3 Merge pull request #6 from iturgeon/master
Add support for distros that use Busybox like Alpine
7 years ago
Douglas Gibbons a2acebe3f5 Merge pull request #32 from douglas-gibbons/master
Automatic tests for wait-for-it
7 years ago
Douglas Gibbons 8ed81e3803 Fixes to test script for flake8 7 years ago
Douglas Gibbons b638c19027 Update to README.md 7 years ago
Douglas Gibbons f9b79b2e51 Tidy up of vars in tests 7 years ago
Douglas Gibbons 13745289ba Modified error output for 'ls' command to cope with different test environments 7 years ago
Douglas Gibbons 4fd1b45cff Added some real tests 7 years ago
Douglas Gibbons 13c00e35ea Start of test framework 7 years ago
Douglas Gibbons 7f645ced94 Start of test framework 7 years ago
Giles Hall ac372412a1 Update README.md 7 years ago
Giles Hall 409b4a7bfd Update README.md 7 years ago
Giles Hall 209be48eb6 Update README.md 7 years ago
Giles Hall e686775c5b readme update 7 years ago
Giles Hall e1f115e4ca Update README.md 8 years ago
Giles Hall 1f3eb2c350 Update README.md 8 years ago
Giles Hall 11afe7b6b9 Update README.md 8 years ago
iturgeon 8f52a814ef Adds support for distros that use busybox like Alpine
Checks for busybox by looking at the realpath for timeout
If busybox is detected, uses timeout with a -t option and
uses nc instead of /bin/tcp
8 years ago
Giles Hall a454892f3c Merge pull request #4 from Silex/patch-1
Fix invalid use of return value
8 years ago
Philippe Vaucher 55c54a5abd Fix invalid use of return value 8 years ago
Giles Hall 20c60949de license added 8 years ago
Giles Hall 4e94d7dbb1 more small doc fixes 8 years ago
Giles Hall bf194c8fb4 doc fixes 8 years ago
Giles Hall a150deb10a doc fixes 8 years ago
Giles Hall 41deb2dbbe small fixes 8 years ago
Giles Hall e559a8e0fb initial commit 8 years ago