Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Use a cache key of IP/port #7

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

Commits on Sep 29, 2019

  1. Use a cache key of IP/port

    This change moves away from using a hostname as a key, because
    sometimes, within a Pod, the IP is the same i.e. 127.0.0.1, but
    the port will be different. This change uses the full URL instead
    as a key.
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    50cccdf View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Add log statements for invoke

    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    35358aa View commit details
    Browse the repository at this point in the history
  2. Add support for proxying logs

    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    77b7676 View commit details
    Browse the repository at this point in the history
  3. Add experimental log forwarding for faas-netes

    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    e5c7799 View commit details
    Browse the repository at this point in the history
  4. Only close log body if status code incorrect

    The log handler will close the connection when ready, which
    may be after the copy operation has completed.
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    5738a13 View commit details
    Browse the repository at this point in the history