Skip to content
Snippets Groups Projects
  1. Feb 13, 2017
    • Justin Berstler's avatar
      Add kafka_python library to the Python action runtime (#1829) · 5be176b2
      Justin Berstler authored
      * Add kafka_python library to the Python action runtime
      
      * Update doc and Python package sniff test
      
      Please squash into previous commit
      5be176b2
    • rodric rabbah's avatar
      Tweak tests in pr#1716, set fileHandleLimit to 1024 (#1847) · 46337725
      rodric rabbah authored
      * set fileHandleLimit to 1024 and add testcase
      
      * Make test tighter.
      46337725
    • rodric rabbah's avatar
      Handle application errors in web actions. (#1801) · 900da09f
      rodric rabbah authored
      * Handle application error (handled exception).
      
      If the activation result is an activation error, treat it like a successful
      activation with one distinction: rather than projecting the result per the
      path specified in the URL, project only the error field. The resulting JSON
      value must be of the expected type otherwise, an appropriate error is reported.
      
      This change will allow an HTTP response to set it own status code on error
      for example, but also means that the action producing the error response must
      be aware of the extension type.
      
      The extension type is not passed to the action - perhaps it should be. Even so,
      in the case of a sequence, one would need to forward this type to individual
      components to handle the error case (or result) correctly.
      
      Add tests for failure to activate because of the throttles.
      
      * Tighten extension match, add matcher unit test.
      
      * Consolidate extension maps.
      
      * Remove print, fix typo.
      900da09f
  2. Feb 10, 2017
  3. Feb 09, 2017
  4. Feb 08, 2017
  5. Feb 07, 2017
  6. Feb 06, 2017
  7. Feb 04, 2017
  8. Feb 03, 2017
  9. Feb 02, 2017
  10. Feb 01, 2017
  11. 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
  12. Jan 30, 2017
  13. 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
  14. 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
  15. Jan 25, 2017
  16. Jan 24, 2017
  17. Jan 20, 2017
  18. Jan 19, 2017
Loading