1. e5e8bf0 Separate the source directories for different files to package (#307) by Vincent · 6 years ago
  2. 0c34a07 Bug fix: Use configured prototcol for API requests (#300) by David Grove · 6 years ago
  3. e8cc839 Run unit and native tests separately (#304) by James Dubee · 6 years ago
  4. fb7584b Add ASF license header to .gradle files. by Matt Rutkowski · 6 years ago
  5. c3f054f Remove extra slashes. Otherwise generates possible malformed +build comment error. (#302) by rodric rabbah · 6 years ago
  6. 6cae2e3 Refactor parseSwaggerApi function so that it avoids references to global Flags and Client. (#303) by rodric rabbah · 6 years ago
  7. c76de67 Allow CLI build to write results to any specified directory (#298) by rodric rabbah · 6 years ago
  8. edb9597 Wait for 2 minutes for logs. (#299) by Christian Bickel · 6 years ago
  9. c020c1d Restore the LICENSE and NOTICE to fit the source code release (#295) by Vincent · 6 years ago
  10. 27de5ba Account for variable length timestamps when stripping logs (#292) by James Dubee · 6 years ago
  11. d19adcd Add retries to log integration test (#287) by James Dubee · 6 years ago
  12. 6a79a69 Update .md and .sh files to pass scancode. (#288) by Matt Rutkowski · 6 years ago
  13. dfc498d Add the licenses of the dependencies into LICENSE (#271) by Vincent · 6 years ago
  14. 955f84e Update Travis to use Scandcode with the ASF Release configuration. (#278) by Matt Rutkowski · 6 years ago
  15. ed795ed Bump client to display numeric codes correctly again. (#285) by Christian Bickel · 6 years ago
  16. 999cf0e add license header to 4 files by Daisy Guo · 6 years ago
  17. 1e1477b Bump go-client to handle error code (tid) not as int. (#284) by Christian Bickel · 6 years ago
  18. a582d1a log test var refactor (#280) by David Cariello · 6 years ago
  19. e9c213d Allow exclusion of api_host validation (#276) by David Cariello · 6 years ago
  20. dfdf854 Remove JSON.parseFull references by dubeejw · 6 years ago
  21. 8dbc273 Revert the Travis build due to the recent failures by Vincent Hou · 6 years ago
  22. efa19bb Fix spray-json import to comply with newer versions. (#273) by Markus Thömmes · 6 years ago
  23. bfd4f0b Use utils from incubator-openwhisk and rename duplicate tests to be accurate (#270) by David Cariello · 6 years ago
  24. ea12cc2 Add the LICENSE and NOTICE files into the binary packages by Vincent Hou · 6 years ago
  25. 3397d54 Rely on single base test versions from incubator openwhisk (#262) by David Cariello · 6 years ago
  26. 232fbe4 --web-secure generated integer must be within api gw max int range (#267) by Mark Deuser · 6 years ago
  27. c1f96ec Update the releases page based on the commit build (#263) by Vincent · 6 years ago
  28. 71ca821 update notice file (#265) by Ying Chun Guo · 6 years ago
  29. 247a95e Remove the deletion of the previous latest tag (#261) by Vincent · 6 years ago
  30. bf161d3 Update the version of client go to e4b5f823ee5e29e2598381e8013d572f78d443f5 by Vincent Hou · 6 years ago
  31. 5c8e541 add webhook for slack notification of PR test results (#256) by David Grove · 6 years ago
  32. ba08720 Only use OPENWHISK_HOME for tests (#257) by Vincent · 6 years ago
  33. 3e4daed Update the commit time for the the tag "latest" (#255) by Vincent · 6 years ago
  34. 6e19596 Timestamp test improvement (#254) by David Cariello · 6 years ago
  35. 79d8862 Add the support to specify the version of the binaries (#251) by Vincent · 6 years ago
  36. 1c241dc Fix Go regex for path parameter parsing (#246) by Mark Deuser · 6 years ago
  37. 90f07ed Add --web-secure option to action create/update (#244) by Mark Deuser · 6 years ago
  38. 377940b Remove notes.md by dubeejw · 6 years ago
  39. a9e183f Fix intermittent test failure (#247) by James Dubee · 6 years ago
  40. 6a82a5e Remove email addresses (#250) by James Dubee · 6 years ago
  41. a6a0c7a Use proper license headers (#249) by James Dubee · 6 years ago
  42. 956bd84 Fix test to not compare namespace to subject (#248) by James Dubee · 6 years ago
  43. 6ca5a6e Use HTTP instead of HTTPS for controller (#242) by James Dubee · 6 years ago
  44. ff385df Addition HTTP Headers (#238) by James Dubee · 6 years ago
  45. 02dfc8d Travis local cli (#229) by Jonathan Springer · 6 years ago
  46. c472d4a Add license headers by Vincent Hou · 6 years ago
  47. 56ecb4e Switch to Maven based dependency (#234) by Chetan Mehrotra · 6 years ago
  48. c080279 Support new trigger "rules" field (#227) by Mark Deuser · 6 years ago
  49. 473873d Constants by dubeejw · 6 years ago
  50. e00d408 Bump client-go hash by dubeejw · 6 years ago
  51. 5b25427 Update tests by dubeejw · 6 years ago
  52. 61df3c7 Fetch action code only when needed by dubeejw · 6 years ago
  53. 9509fc0 Add the LICENSE file and NOTICE file by Vincent Hou · 6 years ago
  54. 6349a5b Fix User Agent Test by dubeejw · 6 years ago
  55. ad8ff76 Fix trigger test by dubeejw · 6 years ago
  56. 011fe3d Fix keystore by dubeejw · 6 years ago
  57. abc668c sync tests with openwhisk (#228) by Mark Deuser · 6 years ago
  58. 293573a Refactor WskBasicTests by dubeejw · 6 years ago
  59. 2e43848 Sync tests by dubeejw · 6 years ago
  60. 1448d31 Update README to include i18n step. by Jonathan Springer · 6 years ago
  61. f1af1e5 Support for Api GW path param support (#170) by Jesus Alva · 6 years ago
  62. 8ee3747 Make './gradlew build' depend on 'compile' task (#217) by Jonathan Springer · 6 years ago
  63. 12063b2 Prevent execution of 'incubator-openwhisk' tests when './gradlew test' is run (#215) by Jonathan Springer · 6 years ago
  64. 44e3bfc Fix test breakage... by dubeejw · 6 years ago
  65. f02d6a7 Fail Travis when Go formatting errors exist by dubeejw · 6 years ago
  66. c615efb Go format source code by dubeejw · 6 years ago
  67. ce9b6be Add i18n process to build.gradle (#209) by Jonathan Springer · 6 years ago
  68. 9da99c2 Travis cd to right directory to ls deployed files (#208) by Jonathan Springer · 6 years ago
  69. fdbf506 Use regular old gogradle (#207) by Jonathan Springer · 6 years ago
  70. 51e39ef Fix environment variable definition (#205) by James Dubee · 6 years ago
  71. d137131 Fix API_KEY for lastest tag (#204) by James Dubee · 6 years ago
  72. 30b10b5 update commons-io to 2.6 by Tyson Norris · 6 years ago
  73. 6fbc0bb Create tarball for Nginx container in OpenWhisk as part of release deploy script (#184) by Jonathan Springer · 6 years ago
  74. 7a2bd06 Updathe godep dependency installation (#202) by Vincent · 6 years ago
  75. f07b8e1 Add ppc64le to arch to build cli (#199) by Sudipto Biswas · 6 years ago
  76. a7608b2 Fix tests to use proper memory sizes. (#198) by Jonathan Springer · 6 years ago
  77. 7b78091 Handle namespace API listing on the client. (#191) by rodric rabbah · 6 years ago
  78. 0fb150b Fixes #180 - common not using the path set when calling the CLI. by dan mcweeney · 6 years ago
  79. 556cfb0 Add s390x architecture to build. by Jonathan Springer · 6 years ago
  80. a6bfa01 Change to ensure we can't pass in both --kind and --docker at the same time. It should produce an error. by Jesus G. Alva · 6 years ago
  81. 7f65275 remove swift:3 by Carlos Santana · 6 years ago
  82. 479b8ee fix flags.common.param by Adnan Baruni · 6 years ago
  83. 69d4764 fix flags.common.param by Adnan Baruni · 6 years ago
  84. b2595ec fix flags.common.param by Adnan Baruni · 6 years ago
  85. 67f4e96 support trigger update for feed triggers by Adnan Baruni · 6 years ago
  86. 515d0dd Enable v2 views. (#2762) by rodric rabbah · 6 years ago
  87. 6fffec7 Better error controller message for authorization failure (#2877) by Mark Deuser · 6 years ago
  88. d29bd3c Clean up all the Travis environment by Vincent Hou · 6 years ago
  89. fe59142 Refactor api gw test's throttle clearance method (#2965) by Mark Deuser · 6 years ago
  90. 3dd373a Clean up all the test cases (#2962) by Vincent · 6 years ago
  91. 196ad40 Completely settle throttle after the API GW test suite is run (#2963) by Mark Deuser · 6 years ago
  92. 09cbb75 Replace test cases of api gateway with REST (#2944) by Vincent · 6 years ago
  93. 015a969 Re-implement the test cases under whisk.core.cli.test package in REST by Viola Gao · 6 years ago
  94. 3bda579 Add the support of certificate checking for secure mode (#2864) by Vincent · 6 years ago
  95. 31f4e0e WIP Support retrieving status and configuration of feed triggers in CLI (#2893) by Adnan Baruni · 6 years ago
  96. 71877f8 Replace basic runtimes with REST implementation (#2920) by Vincent · 6 years ago
  97. 0b88c71 Replace sequence with REST implementation (#2917) by Vincent · 6 years ago
  98. c073786 Update the test cases about rules with REST implementation (#2895) by Vincent · 6 years ago
  99. 2120761 Replace the test cases of action and package with REST implementation (#2621) by Vincent · 7 years ago
  100. 2ac591e Fix issue with trailing spaces and handle comments in the property file. (#2772) by Gabriel Nicolas Avellaneda · 7 years ago