Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openfaas/golang-http-template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.0
Choose a base ref
...
head repository: openfaas/golang-http-template
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 6, 2021

  1. Update info message to match version

    Refers to request in:
    openfaas/templates#265
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    b29fec5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Allow for shorter graceful shutdown

    The healthcheck_interval env-var allows a user to specify a
    shorter time before shutting down the HTTP server to new
    connections.
    
    This change has been tested upstream in the of-watchdog which
    wraps this template.
    
    The default behaviour is to continue to use the write_timeout
    for a safe shutdown duration.
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    b77a0ec View commit details
    Browse the repository at this point in the history
  2. Add a maximum timeout for shutting down

    The shutdown operation now has a maximum duration to wait for
    active connections to complete.
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    a693532 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Move to Go 1.16 images

    Verified visually.
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5f0e44b View commit details
    Browse the repository at this point in the history
  2. Update to Alpine 1.14

    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2931d51 View commit details
    Browse the repository at this point in the history
  3. Upgrade to of-watchdog 0.9.0

    Introduces new quick shutdown mechanics.
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    c646a79 View commit details
    Browse the repository at this point in the history
Loading