Skip to content
Snippets Groups Projects
  1. Mar 23, 2018
    • John McCabe's avatar
      Use http package consts for http methods · fac33456
      John McCabe authored
      
      This commit replaces occurences of http method strings with the
      corresponding consts from the http package.
      
      *Note* UPDATE is not strictly speaking a valid method and as such isn't
      part of the http package (should be a PUT or PATCH?)
      
      Signed-off-by: default avatarJohn McCabe <john@johnmccabe.net>
      fac33456
    • Alex Ellis's avatar
      Add direct_functions mode to gateway for tuning · 0c7e59fe
      Alex Ellis authored
      
      Adds a pair of configuration options for performance tuning. The
      gateway can now invoke functions directly and can bypass the
      provider. See updated table in README.md for configuration values.
      
      BaseURLResolver is added with unit tests that decouples resolving
      upstream URL from the reverse proxy client code.
      
      - SingleHostBaseURLResolver resolves a single upstream host
      - FunctionAsHostBaseURLResolver resolves host based upon conventions
      within the URL of the request to a function for direct access
      
      Tested with Kubernetes (faas-netes) and faas-swarm through UI, CLI
      calling system endpoints and functions directly.
      
      Signed-off-by: default avatarAlex Ellis (VMware) <alexellis2@gmail.com>
      0c7e59fe
  2. Mar 22, 2018
  3. Mar 21, 2018
  4. Mar 20, 2018
  5. Mar 18, 2018
  6. Mar 17, 2018
  7. Mar 15, 2018
  8. Mar 14, 2018
  9. Mar 13, 2018
  10. Mar 10, 2018
  11. Mar 09, 2018
  12. Mar 08, 2018
  13. Mar 07, 2018
  14. Mar 05, 2018
Loading