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

Transport updates #15

Merged

Commits on Jun 25, 2019

  1. perform clean shutdown when SIGTERM or KeyboardInterrupt are received

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    50ab8cd View commit details
    Browse the repository at this point in the history
  2. make outbound queue stoppable

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    d7b32ff View commit details
    Browse the repository at this point in the history
  3. fix omit paths syntax; change coverage output paths

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    12ebbd8 View commit details
    Browse the repository at this point in the history
  4. move webhook handling into AdminServer; make available via Responder;…

    … support multiple webhook targets; send webhooks over open websockets
    
    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    10561e7 View commit details
    Browse the repository at this point in the history
  5. use webhook-url parameter to attach webhook

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    f054098 View commit details
    Browse the repository at this point in the history
  6. add 'performance' to list of demos

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    2d8289a View commit details
    Browse the repository at this point in the history
  7. enable concurrent sends, retries in admin server and outbound transports

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    646f5ae View commit details
    Browse the repository at this point in the history
  8. update task processor interface; add tests

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    772fdf9 View commit details
    Browse the repository at this point in the history
  9. add admin server unit tests

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    8033b2f View commit details
    Browse the repository at this point in the history
  10. use standard MockResponder in routing test

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    d18fd4c View commit details
    Browse the repository at this point in the history
  11. add outbound transport unit tests

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    18d7c65 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. rename new files after repository move

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    d375976 View commit details
    Browse the repository at this point in the history
  2. make .coverage into a directory

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    279e84d View commit details
    Browse the repository at this point in the history
  3. add basic manage script

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    01f9295 View commit details
    Browse the repository at this point in the history
  4. demo updates to support new directory structure

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    e2c8378 View commit details
    Browse the repository at this point in the history
  5. use a single queue for outbound messages

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    08f62af View commit details
    Browse the repository at this point in the history
  6. add inbound transport tests

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    ec4844b View commit details
    Browse the repository at this point in the history
  7. fix variable reference

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    6480eef View commit details
    Browse the repository at this point in the history
  8. adjust outbound queue behaviour to raise CancelledError/TimeoutError

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    73cd577 View commit details
    Browse the repository at this point in the history
  9. fix deprecation warnings

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    e9126ea View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    1fad278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    412648e View commit details
    Browse the repository at this point in the history
  3. make .coverage directory

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    b98e5b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    aa8865c View commit details
    Browse the repository at this point in the history
  2. Update CI configuration

    - Change location of test results
    - Collect coverage report.
    
    Signed-off-by: Wade Barnes <wade.barnes@shaw.ca>
    WadeBarnes committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    8830f7c View commit details
    Browse the repository at this point in the history