Skip to content
Snippets Groups Projects
  1. Feb 10, 2017
  2. Feb 09, 2017
  3. Feb 08, 2017
  4. Feb 07, 2017
  5. Feb 06, 2017
  6. Feb 04, 2017
  7. Feb 03, 2017
  8. Feb 02, 2017
  9. Feb 01, 2017
  10. Jan 31, 2017
    • Rodric Rabbah's avatar
      Enhance web actions with formdata input and binary data output. · 2f8e2706
      Rodric Rabbah authored
      Pass transaction id in case of errors.
      
      Add support for formdata.
      
      Allow binary content type: The http web action must respond with either a plain text body or a base64 encoded body.
      The header content-type must be set to interpret the reponse if base64 encoded body is given. (This applies to a JSON response as well.)
      Content-type must be one of known Spray types - no custom headers permitted.
      2f8e2706
    • Rodric Rabbah's avatar
      Validate entity size on activations. · 7d34d0e8
      Rodric Rabbah authored
      Make activation entity limit configuration from singleton matching other limits.
      Pass description for size violation.
      Update tests.
      7d34d0e8
  11. Jan 30, 2017
  12. Jan 27, 2017
    • Rodric Rabbah's avatar
      Allow unauthenticated invocation of actions. · d4c1ebc0
      Rodric Rabbah authored
      Allow result projection by property name.
      Fix view to lookup identity for namespace.
      Add headers to parameters passed to action.
      Pass request metadata to anonymous activations (previously was only for meta actions).
      Pass projection path to action.
      Support an extension following action name to specify content type for the response. Only supported values are accepted and others rejected with appropriate messages. Extension is requierd.
      Allow http response type which sets headers and code directly from the action.
      Provide default projection for supported media types.
      Catch timeout exception due to long activation and return proper code.
      Add test for web actions from CLI.
      d4c1ebc0
    • Rodric Rabbah's avatar
      Add namespace CRUD for wskadmin. · e42c87f7
      Rodric Rabbah authored
      Add tips for using wskadmin to docs.
      e42c87f7
  13. Jan 26, 2017
    • Mark Deuser's avatar
      Repackage routemgmt actions · ed68bc3c
      Mark Deuser authored
      - As a .zip
      - Use common utilities module
      Refactor routemgmt actions
      - No longer store API configuration in a separate database
      - Use the API GW as the API configuration data store
      Small updates to automated tests
      
      Add test case to validate API GW filtering when >1 APIs exist
      Fix test that creates an API from swagger
      
      Swagger test fix for PG environments (namespace for CLI can vary)
      
      Consistent API GW tenant instance support across all actions
      - default to 'openwhisk'
      ed68bc3c
  14. Jan 25, 2017
  15. Jan 24, 2017
  16. Jan 20, 2017
  17. Jan 19, 2017
  18. Jan 18, 2017
Loading