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

Version 0.17.1 #2

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

Version 0.17.1 #2

wants to merge 10 commits into from

Commits on Jan 24, 2018

  1. Gracehttp + Shutdown hooks.

    * Use grace for signal handling and fork/spawn.
    - Add shutdown hooks for per app handling.
    - Wait group for server handler to ensure all requests are completed.
    - Only use for the server, not the harness.
    * Required output for harness to work.
    klauspost authored and David Kane committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    0b1323f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Remove JSON binding to Params

    David Kane committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    130df85 View commit details
    Browse the repository at this point in the history
  2. Re-add BindJSON

    David Kane committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    704527e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Add GetJSON func

    David Kane committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    a3cc0cb View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Rejig GetJSON to GetBody

    David Kane committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    fa16038 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Let caller log error

    David Kane committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    c4a891e View commit details
    Browse the repository at this point in the history
  2. Check if body has already been read

    David Kane committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    2eaac02 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Change request changes, remove comments

    David Kane committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    90eab7a View commit details
    Browse the repository at this point in the history
  2. Re-add removed comment

    David Kane committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    fd87597 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Fix up fsnotify import path

    David Kane committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    076e3b9 View commit details
    Browse the repository at this point in the history