Skip to content
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

init #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

init #19

wants to merge 6 commits into from

Commits on Jul 12, 2019

  1. Fix deadlock in stdin

    There was no signal set up when the pipeline was shutting down.
    Now it will stop either if it receives an EOF or if the pipeline
    is shutting down.
    tehmoon committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    72cf4e6 View commit details
    Browse the repository at this point in the history
  2. Remove the --data flag in http module

    Initial work for the json flag which incidentaly made me realize I could
    remove the `--data` flag. It is replaced by adding the `--data-timeout`
    flag that will be triggered if no data is received from the pipeline.
    
    Usually, unless it is to mirror data, the pipeline will already be
    filled with data when reaching the module.
    But HTTP does not work with mirroring data, because the server has to
    fully read the request in order to send the response. This why we
    have websockets.
    tehmoon committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    c7830ba View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Fix flag usage

    tehmoon committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    e65d036 View commit details
    Browse the repository at this point in the history
  2. init

    tehmoon committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    4226c82 View commit details
    Browse the repository at this point in the history
  3. init http

    tehmoon committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    6d3fc02 View commit details
    Browse the repository at this point in the history
  4. Update elasticsearch to > 7.x

    tehmoon committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    007f1ad View commit details
    Browse the repository at this point in the history