-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerize development environment #3
Labels
Comments
mmenozzi
added a commit
that referenced
this issue
Sep 26, 2019
mmenozzi
added a commit
that referenced
this issue
Sep 26, 2019
mmenozzi
added a commit
that referenced
this issue
Sep 26, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 4, 2019
Before this refactor tests were stopped after an arbitrary delay. This delay was too low under certain conditions (for example under docker on macOS). So instead of creating a configurable delay mechanism this commit introduces a stopWhen logic which stops the event loop when a given condition is reached. If the condition is not reached within a certain timeout the test fails.
mmenozzi
added a commit
that referenced
this issue
Oct 4, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 4, 2019
mmenozzi
added
enhancement
and removed
ES Console
ElasticSearch Console for jobs search and re-queue.
labels
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
Before this refactor tests were stopped after an arbitrary delay. This delay was too low under certain conditions (for example under docker on macOS). So instead of creating a configurable delay mechanism this commit introduces a stopWhen logic which stops the event loop when a given condition is reached. If the condition is not reached within a certain timeout the test fails.
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
mmenozzi
added a commit
that referenced
this issue
Oct 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To speedup the setup of the development environment with the different needed services it will be useful to "dockerize" development environment.
The text was updated successfully, but these errors were encountered: