1. 74f34db Add Apache 2 License badge to README. (#9) by Matt Rutkowski · 7 years ago master
  2. 1a06a39 Update README.md (#8) by Matt Rutkowski · 7 years ago
  3. 1ec57d9 Explain how OpenWhisk API can be used from Python (#7) by Alex Glikson · 7 years ago
  4. 475487c update Travis to include scancode utility. (#6) by Matt Rutkowski · 7 years ago
  5. 4fb68ef Update README.md (#5) by cclauss · 7 years ago
  6. b727120 Python 3 and flake8 updates (#3) by cclauss · 7 years ago
  7. 1520fc5 Python 3 plus flake8 changes (#2) by cclauss · 7 years ago
  8. 56ce55d Create LICENSE.txt by Matt Rutkowski · 7 years ago
  9. bd035f8 Create CONTRIBUTING.md by Matt Rutkowski · 7 years ago
  10. bdf19aa Fix spelling mistakes. by Josh Soref · 8 years ago
  11. 066959e Make image prefix configurable. by Markus Thoemmes · 8 years ago
  12. a16ef59 issue #1081 pushImage finalize instead of distDocker by Dominik Jall · 8 years ago
  13. a92ead5 Fixed typo in 'package update' usage help by Alex Glikson · 8 years ago
  14. d5f0ff1 Split CLI tests into basic usage and integration tests. by Rodric Rabbah · 8 years ago
  15. ab409e5 Fix link to CLI and add API host tip. Fix link to db README. by Rodric Rabbah · 8 years ago
  16. 79ff960 Make logsize settable for each action by Markus Thoemmes · 8 years ago
  17. 8bdfe53 Allow CLI to set API host including protocol and port - this removes the hardcoded https dependence for the API base. by Rodric Rabbah · 8 years ago
  18. 3636c70 Further post-ant cleanup by Markus Thoemmes · 8 years ago
  19. 87704fe Remove all ant build files. by Rodric Rabbah · 8 years ago
  20. cc62768 Adds `action update` test that expects failure when missing file is specified by Mark Deuser · 8 years ago
  21. b192c1a Resolve "nodejs:default" kind into "nodejs:6" by Justin Berstler · 8 years ago
  22. e0b20da Add -i/-s for allowing/disallowing untrusted certificates when connecting over HTTPS. by Rodric Rabbah · 8 years ago
  23. e72afc0 Add a switch to all the tests to toggle between Python and GO CLI version. by James Dubee · 8 years ago
  24. c2ebf95 Add --insecure|-i flag to the python CLI for CLI syntax parity with the Go CLI. by Mark Deuser · 8 years ago
  25. b88f151 Fix active ack's completion of the promise. While the promise's future was bounded by timeout, it in fact would not fail as expected by the controller since the promise was never completed. by Rodric Rabbah · 8 years ago
  26. 76fd4d1 Remove CLI manual use of pipe.js and use of parameters and use a new sequence kind and components field. by Perry Cheng · 8 years ago
  27. 232a80a Fix all parts of the docker skeleton action which were completely broken. by Rodric Rabbah · 8 years ago
  28. fdb8c3d Allow for HTTPS proxy to openwhisk via env var, using https_proxy var name matching cloudfoundy http://docs.cloudfoundry.org/cf-cli/http-proxy.html. by Rodric Rabbah · 8 years ago
  29. 57d85aa Ignoring errors on cleanup measures for CLI build, fixes #626 by Markus Thoemmes · 8 years ago
  30. 4ae6da1 Add the iOS app examples and the sdk to local deploy by Vincent Hou · 8 years ago
  31. 87e8723 Update wskadmin by jeremiaswerner · 8 years ago
  32. 957cff5 Removed Cloudant SDK dependency by Philippe Suter · 8 years ago
  33. 1c2448c Add Node.js 6 runtime by Jason Peterson · 8 years ago
  34. 8d93812 Adds support to retrieve logs for a transaction from controller or invoker logs. by Rodric Rabbah · 8 years ago
  35. 481246b Fixes issue #352. by Rodric Rabbah · 8 years ago
  36. 47b1f76 Bump test grace period for swift actions. by Rodric Rabbah · 8 years ago
  37. 29c8553 Factored common shell bits to 'common.sh' from db scripts. by Rodric Rabbah · 8 years ago
  38. 9f71f7f Add tests for creating trigger with an invalid feed from CLI. by Rodric Rabbah · 8 years ago
  39. e3e4eca Fixing issue #132. actions/name?blocking=true&result=true returns the result. by Fatih Ulusoy · 8 years ago
  40. eb6b431 Optimize docker images and travis build by Markus Thoemmes · 8 years ago
  41. 41ba1f1 Moved Swift3 test, fixed formatting issues and extraneous white space in Swift code. Fixed up the CLI comments. Tweaked the Swagger docs more but these are a mess we need to fix more systematically. by Rodric Rabbah · 8 years ago
  42. 3f7af42 Create Swift 3 runtime with KituraNet. Update CLI, add CLI and container tests. by Paul Castro · 8 years ago
  43. 40046aa Adding support for native python actions. Issue #16 by Ioana Baldini · 8 years ago
  44. 28b1228 Print stack trace on one line. by Rodric Rabbah · 8 years ago
  45. faf29b6 issue #291 allow api host to be set if nothing else was set yet. by Dominik Jall · 8 years ago
  46. 9f4c5c7 Consolidated .gitignore files by Markus Thoemmes · 8 years ago
  47. d5a62be issue #197 restructure ansible deployment. using modes for deploy, clean, initdb. by Dominik Jall · 8 years ago
  48. 1ef216c Make the new build.gradle non-invasive. To be updated later by Markus Thoemmes · 8 years ago
  49. 11bee1b Build CLI using Gradle by Markus Thoemmes · 8 years ago
  50. b4eb50f Normalized whitespaces. by Philippe Suter · 8 years ago
  51. ae1b324 Making CouchDB accessible over HTTP (instead of HTTPS) by Philippe Suter · 8 years ago
  52. 923f32f Remove relative path dependences. by Rodric Rabbah · 8 years ago
  53. 3be58d0 add new property whisk.version.tag with image tag and expose on /api/v1 endpoint in controller by Jeremias Werner · 8 years ago
  54. fe76632 Support for Java actions throughout the system by Philippe Suter · 8 years ago
  55. b27639c Bumping gradle version to 2.11 by Markus Thoemmes · 8 years ago
  56. 25e2705 Make up for cloudant returning 202 in a cluster setting by Markus Thoemmes · 8 years ago
  57. faf37ce When setting properties, if apihost is given, use it for namespace lookip. by Rodric Rabbah · 8 years ago
  58. 66aec9d Report HTTP error if possible on CLI commands. by Rodric Rabbah · 8 years ago
  59. 1041894 Support for CouchDb by Philippe Suter · 8 years ago
  60. 0aac14c Remove references to unsupported python versions. by Rodric Rabbah · 8 years ago
  61. 0596296 Add unit test for missing authentication on required authenticated command. by Rodric Rabbah · 8 years ago
  62. 41966e7 Prevent API request if authkey is not set and print error if API host is not set. by Rodric Rabbah · 8 years ago
  63. 853b4c1 Pass authkey to feed delete. by Rodric Rabbah · 8 years ago
  64. 148dab0 Initial OpenWhisk commit by OpenWhisk · 8 years ago