Skip to content
Snippets Groups Projects
  1. Jan 19, 2019
    • Burton Rheutan's avatar
      Gateway UI - validate manual input · 988c8551
      Burton Rheutan authored
      
      This change validates manual input to the gateway UI when deploying
      new functions. This is to prevent poor user experience when attempting
      to deploy a function manually from the UI.
      
      The validation check on the function name is the same pattern that
      is used in the CLI to ensure that when the deploy button is pressed,
      the function will not fail validation.
      
      Signed-off-by: default avatarBurton Rheutan <rheutan7@gmail.com>
      988c8551
  2. Jan 17, 2019
  3. Jan 16, 2019
  4. Jan 13, 2019
  5. Jan 12, 2019
  6. Jan 11, 2019
  7. Jan 10, 2019
  8. Jan 09, 2019
  9. Jan 07, 2019
  10. Jan 05, 2019
  11. Jan 04, 2019
  12. Jan 02, 2019
  13. Jan 01, 2019
  14. Dec 30, 2018
  15. Dec 29, 2018
  16. Dec 25, 2018
    • Alex Ellis's avatar
      Enable basic auth for armhf stack · ea40055c
      Alex Ellis authored
      
      - basic auth is now optional for armhf - finishes work of #999
      
      Happy Holidays
      
      Signed-off-by: default avatarAlex Ellis (VMware) <alexellis2@gmail.com>
      ea40055c
    • Richard Gee's avatar
      Consolidate deploy_stack.sh files · a02e2d2a
      Richard Gee authored
      
      Currently there are multiple deploy_stack.sh files and the user has to select the version appropriate to the target architecture so that the correct images are deployed.  Further, the armhf deploy script lacks the basic auth by default scripting that is in the x86_64 version.
      
      This change adds a case/select to deploy_stack.sh that will determine the hardware architecture and select the appropriate docker-compose file.
      
      The deploy_stack.armhf.sh is also changed, rather than deleted, so that existing references are still valid.
      
      Signed-off-by: default avatarRichard Gee <richard@technologee.co.uk>
      a02e2d2a
  17. Dec 19, 2018
  18. Dec 11, 2018
  19. Dec 06, 2018
  20. Dec 05, 2018
    • Burton Rheutan's avatar
      Download vendor cdn files for gateway · a51d42c9
      Burton Rheutan authored
      
      This change set downloads the CDN resources for the gateway
      and bundles them with the other static resources for the UI.
      
      This is needed for situations where a user does not have access
      to the CDN either because of firewall rules or network policy.
      
      The files and versions remain the same, only now loaded locally
      with directory paths matching the CDN paths.
      
      Signed-off-by: default avatarBurton Rheutan <rheutan7@gmail.com>
      a51d42c9
Loading