-
-
Notifications
You must be signed in to change notification settings - Fork 503
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: define proper execution order for container lifecycle hooks (#…
…1922) * chore: simplify test method * feat: define execution order for default hooks and user-defined hooks * chore: extract default hooks to variables * docs: include execution order in docs * docs: update docs for default logging hook * chore: use ✅ consistently in post hooks * fix: lint * feat: define Readiness hooks * fix: move cassandra's startup commands to the post-ready hook * feat: add a WithReadyCommand that happens after the container is ready * chore: move rabbitmq post-starts to post-ready * chore: move elasticsearch post-starts to post-ready * chore: simplify using new functional option * chore: remove PreRedies * chore: apply exec options to ready commands * chore: add unit test for ready command * fix: lint * chore: use WithAfterReadyCommand * docs: reword * docs: remove extra spaces * fix: lint * chore: update postreadies in openLDAP module * docs: refine
- Loading branch information
1 parent
50fc8e7
commit c906e65
Showing
12 changed files
with
488 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.