Skip to content
Snippets Groups Projects
  1. Aug 22, 2018
  2. Aug 21, 2018
  3. Aug 16, 2018
  4. Aug 15, 2018
  5. Aug 13, 2018
  6. Aug 11, 2018
  7. Aug 09, 2018
  8. Aug 07, 2018
  9. Aug 02, 2018
  10. Aug 01, 2018
  11. Jul 31, 2018
  12. Jul 30, 2018
  13. Jul 26, 2018
  14. Jul 25, 2018
  15. Jul 24, 2018
  16. Jul 23, 2018
  17. Jul 21, 2018
  18. Jul 20, 2018
    • Edward Wilde's avatar
      Adds annotation attribute to CreateFunctionRequest · be907d22
      Edward Wilde authored
      
      1. Add new annotation attributes which may be used
      by the back-end for making scheduling or routing decisions.
      
      2. Updated tests/README.md to give clearer instructions on creating and
      tearing down the stack required to run the integration tests
      
      3. Update ci.sh
       * Fail as soon as an error is encountered
       * Allow script to run locally in development environment, test if repos
      are already cloned etc..
       * Deploy ./stack.yml used by existing integration tests
      
      Signed-off-by: default avatarEdward Wilde <ewilde@gmail.com>
      be907d22
    • Alex Ellis (VMware)'s avatar
      Refactor scaling to use existing code · 9512f09d
      Alex Ellis (VMware) authored
      
      Existing code has been used for scaling up and querying replicas.
      This meant the new code was deleted and there is less duplication
      now.
      
      The cache store a whole query response rather than just the
      available replica count and the tests were updated. This has been
      tested with Docker swarm and the image:
       openfaas/gateway:scale-17-07-2018
      
      This feature now needs the env-var of scale_from_zero to be enabled
      in order to turn on the scaling behaviour.
      
      Signed-off-by: default avatarAlex Ellis (VMware) <alexellis2@gmail.com>
      9512f09d
    • Alex Ellis (VMware)'s avatar
      Disable scaling from zero by default · c58af8da
      Alex Ellis (VMware) authored
      
      This disables the scaling proxy by default since it is not the
      default user-experience and is still under refinement.
      
      Signed-off-by: default avatarAlex Ellis (VMware) <alexellis2@gmail.com>
      c58af8da
Loading