Commit Graph

  • 1a47029f43 feat: dockerize wait-for-it script Aneesh Relan 2022-12-12 15:06:17 +0530
  • d49d19a9b7
    Merge 0fb55db1e1 into 81b1373f17 Job Diógenes Ribeiro Borges 2022-08-17 11:51:20 +0800
  • 0fb55db1e1
    Merge branch 'vishnubob:master' into master Job Diógenes Ribeiro Borges 2022-08-11 08:20:29 -0300
  • 4e884ec3ba
    feat: move normal log messages to stdout instead of stderr Aneesh Relan 2022-03-08 11:42:13 +0530
  • d7c50ec7ce
    Merge ad1b8f2747 into 81b1373f17 Elijah Boston 2022-03-01 21:30:39 +0100
  • ad1b8f2747 use httpd service Elijah 2022-03-01 14:54:42 -0500
  • 02bdf147b4 format Elijah 2022-02-25 13:30:21 -0500
  • 68ca9ef6cd format Elijah 2022-02-25 13:27:56 -0500
  • bd5c38d948 install bash Elijah 2022-02-25 13:12:27 -0500
  • 8102ecb617 use bash Elijah 2022-02-25 13:08:17 -0500
  • 8eb2a13bc7 use mini_httpd Elijah 2022-02-25 13:03:09 -0500
  • c40d175b7c fix branch name Elijah 2022-02-25 13:00:53 -0500
  • 7862761f13 make executable Elijah 2022-02-25 12:54:49 -0500
  • d695acb5d9 checkout first Elijah 2022-02-25 12:52:48 -0500
  • ccd8874b66 use local action Elijah 2022-02-25 12:51:18 -0500
  • 7cc5f83da1 Convert to Github Action Elijah 2022-02-25 12:29:49 -0500
  • 0b00f0e714
    Fix typos discovered by codespell Christian Clauss 2022-01-07 21:53:32 +0100
  • a6a28125ee
    Fix typos discovered by codespell Christian Clauss 2021-10-21 22:45:29 +0200
  • 80029244ad Add double quotes to prevent globbing and word splitting Younes AKHOUAYRI 2021-10-21 18:57:18 +0200
  • 61fd1abffa
    Merge 10753549cf into 81b1373f17 evandrocoan 2021-10-03 17:04:46 -0300
  • 10753549cf Created the --verbose mode to show progress each attempt (for slow CI machines) evandrocoan 2021-10-03 17:02:49 -0300
  • b7bfa9052b
    Merge 36baf32e9e into 81b1373f17 evandrocoan 2021-10-03 05:41:14 -0300
  • 36baf32e9e Add netcat support from command line evandrocoan 2021-10-03 05:40:00 -0300
  • 7c7d674505
    Merge d34c7531aa into 81b1373f17 Vedran Prišćan 2021-05-17 18:34:09 +0200
  • df258ec78e
    Merge 2092272c49 into 81b1373f17 Borislav Kirilov 2021-02-10 10:39:12 +0200
  • 2092272c49 Renamed the option 'wait' to 'interval' as it is more appropriate Borislav Kirilov 2021-02-10 10:38:00 +0200
  • 317a949c85 Added two more options to the script - First is 'wait time', which allows to specify time interval between each polling - previously it was hardcoded to 1 sec. Second option is 'command' - this allows you to test not only for port being open, but also to execute some testing command / script. For example, you might want to wait, until a REST API server becomes alive - you can have a script that makes calls to this server in order to check if it is alive and with the new option you can call this script and wait until it returns success as return code. Here is some sample usage in ENTRYPOINT: ENTRYPOINT [./wait-for-it.sh, -t, 0, -w, 60, -c, ./check_if_api_is_alive.sh, --, npm, start]. And here is how 'check_if_api_is_alive.sh' script might look like - 'curl --fail --silent localhost:8888/application/health | grep UP || exit 1' Borislav Kirilov 2021-02-09 16:14:28 +0200
  • 557cb18889 1.0.1 Alexander J. Lallier 2020-12-18 15:04:15 -0500
  • 486780c23c
    Merge pull request #4 from alallier/fixForAlpine3-10 Alexander J. Lallier 2020-12-18 15:02:22 -0500
  • 913b6b3e7a Fix if statement to handle Bash Boolean checking correctly Alexander J. Lallier 2020-12-18 14:58:19 -0500
  • d9b93e83cf detects busybox 1.30.0+ with updated timeout flags Ian Turgeon 2019-11-04 12:04:51 -0500
  • b0f598b2be Merge branch 'master' of github.com:vishnubob/wait-for-it into fixForAlpine3-10 Alexander J. Lallier 2020-12-18 14:55:47 -0500
  • d34c7531aa add timeout of 10 seconds for network redirection Vedran Prišćan 2020-12-09 13:42:26 +0100
  • 71990de64a use netcat if the command exists, set netcat connection timeout to 10 seconds Vedran Prišćan 2020-12-09 12:39:07 +0100
  • b03bae0bfc
    Merge 95f4b1dff1 into 81b1373f17 gururajrkatti 2020-11-18 15:43:54 +0530
  • 95f4b1dff1
    Add support to ppc64le gururajrkatti 2020-11-18 10:59:51 +0530
  • 77bcfc0b1f
    Merge 71cff7b8f3 into 81b1373f17 Alexandre Viau 2020-11-14 00:23:26 -0300
  • 2d09b4b0f9
    Merge 3f77c48894 into 81b1373f17 Jonathan D'Andries 2020-10-09 10:43:05 +0200
  • fa929f7ef2
    Merge 74cd9cb1a7 into 81b1373f17 Ville Skyttä 2020-10-09 10:38:43 +0200
  • 5718edf56a
    Merge 5ba7be4ea4 into 81b1373f17 Frédéric MARTIN 2020-09-16 15:25:12 +0800
  • d9aa281f41
    Merge f919f9c8c8 into 81b1373f17 Michał Zubkowicz 2020-09-06 15:58:17 +0200
  • 8054dd87e6
    Merge a37413088c into 81b1373f17 Paul Leclercq 2020-08-27 13:34:58 -0400
  • 40b9fa2fce
    Merge 4921aa3603 into 81b1373f17 Marc Abramowitz 2020-08-25 22:16:28 +0300
  • 05a950f91a
    Merge e7d5be3c21 into 81b1373f17 Viktor Szépe 2020-08-25 10:40:37 +0100
  • 81b1373f17
    Merge pull request #86 from garethrandall/master master Douglas Gibbons 2020-08-22 16:18:37 -0700
  • 5a33b169b5
    Merge pull request #91 from renanbr/php-composer Douglas Gibbons 2020-08-22 16:08:30 -0700
  • 125caf6224
    Merge pull request #103 from vishnubob/testfix Douglas Gibbons 2020-08-22 11:14:47 -0700
  • 301eb66592 Removed dtt from tests Douglas Gibbons 2020-08-22 11:14:00 -0700
  • 3995c046f8
    Merge pull request #89 from private-forks/clean_docs Douglas Gibbons 2020-08-22 09:35:37 -0700
  • 97baa5a74c
    Merge e5d6a962bf into c096cface5 Samuel Gordalina 2020-06-24 23:59:11 -0700
  • e5d6a962bf Add documentation to README.md Samuel Gordalina 2020-06-24 23:58:53 -0700
  • aeaeba9275 Update --reverse flag help Samuel Gordalina 2020-06-24 23:44:49 -0700
  • d0225aaba3 Add test case Samuel Gordalina 2020-06-24 23:38:25 -0700
  • 5b732ebf3d Return the correct code Samuel Gordalina 2020-06-24 23:38:20 -0700
  • daab47c59a Add --reverse flag Samuel Gordalina 2020-06-24 23:19:16 -0700
  • aa89c9f6e3
    Merge b4be356972 into c096cface5 Christopher Fenner 2020-05-26 23:54:19 +0200
  • b4be356972
    fix MD040 & MD041 Christopher Fenner 2020-05-26 23:53:21 +0200
  • e7d5be3c21
    Introduce shellcheck Viktor Szépe 2020-05-03 13:36:40 +0200
  • 4921aa3603 Append license to file header Marc Abramowitz 2020-04-30 13:44:21 -0700
  • 3e54d27a4b
    Merge 78c7b2824d into c096cface5 Nándor István Krácser 2020-03-08 00:36:02 +0000
  • e31cddb7e6 Merge 9657233100 into c096cface5 Dennis 2020-02-09 13:30:09 +0100
  • c096cface5
    Merge pull request #92 from vishnubob/containertests Douglas Gibbons 2020-02-04 18:32:06 -0800
  • 035b80087a Added container-runners.py to test against different environments Douglas Gibbons 2020-02-03 20:38:49 -0800
  • ea95fd208b * Python 3 compatibility * New port for every test Douglas Gibbons 2020-02-03 20:30:41 -0800
  • 742b16ec5c Initial Composer setup renanbr 2020-02-03 21:24:52 +0100
  • 5fc21943fe
    Merge pull request #90 from krufab/busybox-timeout-update-fix Douglas Gibbons 2020-02-02 14:38:18 -0800
  • ed77b63706 Added support for new busybox timeout version Fabio Kruger 2020-02-01 13:39:58 +0100
  • 782bcf693e README: fix markdown formatting Sergey Kolomenkin 2020-01-30 19:03:27 +0300
  • 9657233100 Add a timeout on connecting to a TCP device Dennis Schroer 2020-01-30 16:56:00 +0100
  • ef92efbffb Avoid sending a newline character which confuses servers. Gareth Randall 2020-01-03 23:38:39 +0400
  • e914e5a6f7
    Merge pull request #3 from alallier/updateFromUpstream Eric Newport 2019-12-11 12:24:50 -0500
  • fcd852518a Merge branch 'master' of github.com:vishnubob/wait-for-it into updateFromUpstream Alexander J. Lallier 2019-12-11 07:54:46 -0500
  • db42ada4e9
    Merge 2eac7bc119 into 54d1f0bfeb robertp-indeed 2019-11-21 12:37:21 -0600
  • 2eac7bc119 fix: Change timeout invocation to support breaking change robertp 2019-11-21 12:31:28 -0600
  • 986ea15549
    Merge 59bcd4b53e into 54d1f0bfeb Ian Turgeon 2019-11-04 12:28:06 -0500
  • 59bcd4b53e detects busybox 1.30.0+ with updated timeout flags Ian Turgeon 2019-11-04 12:04:51 -0500
  • fa1da6da47 wai-for-it ash version tested inside alpine docker Job Diogenes Ribeiro Borges 2019-10-10 14:59:33 -0300
  • e87126f322 wait-for-it busybox ash version Job Diogenes Ribeiro Borges 2019-10-10 10:07:01 -0300
  • 77378c6b94
    Merge 3f4f2de63c into 54d1f0bfeb Ben Wolfe 2019-10-03 15:12:19 +0000
  • 3f4f2de63c Allow multiple host checks Ben Wolfe 2019-10-03 11:03:53 -0400
  • 5ba7be4ea4 Adding and optional delay after the test succeeds to trigger the command. Frédéric MARTIN 2019-09-26 15:19:51 +0200
  • a37413088c doc: add image to readme Paul Leclercq 2019-09-24 11:15:08 +0200
  • 10f77e8a15 doc: add wait for it image Paul Leclercq 2019-09-24 11:13:29 +0200
  • a06ae7eadb
    Merge 6e87e214a0 into 54d1f0bfeb Julien Gueytat 2019-08-01 10:16:34 +0000
  • 6e87e214a0 no more special case for timeout busybox Julien Gueytat 2019-08-01 12:15:42 +0200
  • 4771863cf9
    Merge aaccbf1733 into 54d1f0bfeb kris 2019-07-01 11:06:45 +0000
  • aaccbf1733 only add the -t option to the timeout command for busybox version 1.29 and below kriskbx 2019-07-01 12:55:40 +0200
  • 74cd9cb1a7 Exit with 0 and output usage to stdout with --help Ville Skyttä 2017-11-01 09:16:37 +0200
  • 54d1f0bfeb Merge branch 'fwoelffel-master' Douglas Gibbons 2018-11-03 18:27:06 -0700
  • 9995b72132 Merge branch 'master' of https://github.com/fwoelffel/wait-for-it into fwoelffel-master Douglas Gibbons 2018-11-03 18:24:15 -0700
  • 4dd67a65e1
    Merge pull request #60 from aviau/patch-1 Douglas Gibbons 2018-11-03 17:24:55 -0700
  • 4d0a46be28 Merge branch 'scop-deps' Douglas Gibbons 2018-11-03 17:19:28 -0700
  • e34c502a3e
    README: community section + mention Debian package Alexandre Viau 2018-08-18 15:53:04 -0400
  • edd7d9deff
    fix realpath command not found (on mac) Olda Šálek 2018-02-07 10:19:01 +0100
  • 0394949ad0 Removed duplicate comment Christophe Vidal 2018-02-05 21:11:09 +0700
  • 14c85eaa3e
    Merge pull request #2 from alallier/master Eric Newport 2018-01-15 01:35:20 -0500
  • 4c853b03ac Added package.json to allow for normal downloades Alexander J. Lallier 2018-01-14 16:48:14 -0500
  • 019f3bb5bc Fall back to readlink -f if realpath is not available or fails Ville Skyttä 2017-12-30 09:25:54 +0200
  • bae7b76275
    Remove duplicate line BeHe 2017-11-22 13:41:46 +0100
  • 5fe30e7a26 Use parameter expansion instead of basename Ville Skyttä 2017-11-01 09:05:58 +0200