1. fa7fa7e fix: Fix problematic error returns (#164) by cui fliter · 7 months ago master
  2. bb84088 update go version to 1.22 and update module dependencies (#163) by David Grove · 11 months ago
  3. f366049 remove Travis CI configuration; add GitHub action status badge (#162) by David Grove · 11 months ago
  4. 32c4c3c Port CI from TravisCI to GitHub Actions (#161) by David Grove · 12 months ago
  5. 0fb42a7 Update .asf.yaml - fix spelling (#160) by John Bampton · 12 months ago
  6. 13fc65f add Env field in action (#158) by Giuseppe De Palma · 2 years, 5 months ago
  7. 71124f1 remove travis from required checks for merging PRs (#157) by David Grove · 2 years, 9 months ago
  8. 18a6a86 Removes pointer to pointer reference in activations (#156) by Jon Friesen · 3 years ago
  9. 1ca8976 Adds a new method for getting the number of activations in the namespace. (#155) by Davi DeBarros · 3 years ago
  10. a6921af Support array result (#153) by ningyougang · 3 years, 1 month ago
  11. 3870989 fix travis URL (#152) by David Grove · 4 years ago
  12. ea317ea configure github project via asf.yaml (#149) by David Grove · 4 years, 6 months ago
  13. 87edc23 Prep. for 1.2.0 release (#147) by Matt Rutkowski · 4 years, 7 months ago 1.2.0
  14. cfe1b51 chore: fix spelling (#148) by John Bampton · 4 years, 7 months ago
  15. 5cd1006 Update go.mod to use go v1.15 (#146) by Matt Rutkowski · 4 years, 7 months ago
  16. 08fe785 Update testify dep. version and clarify use of go get (#145) by Matt Rutkowski · 4 years, 7 months ago
  17. cc53c35 chore: update docs & provide example code (#144) by Sameer Bihari · 4 years, 7 months ago
  18. 9c1b901 Migrate to Go Modules (#143) by Matt Rutkowski · 4 years, 7 months ago
  19. 17d5563 update status code if action returns error (#142) by ShubhamGupta9582 · 4 years, 9 months ago
  20. b7123e8 Add omit tag to ErrorResponse.Response field (#121) by Rikuo Takahama · 4 years, 9 months ago
  21. e252972 update for travis migration (#140) by David Grove · 4 years, 9 months ago
  22. 49c58e0 prep for 1.1.0 release (#139) by David Grove · 5 years ago 1.1.0
  23. 44551f1 Add DelAnnotations field to support del annotation (#137) by ningyougang · 5 years ago
  24. d725034 Bump up go version to 1.13.14 for travis (#138) by jiangpch · 5 years ago
  25. a804fb8 Add `updated` field on package, rule, and trigger entity (#135) by Seonghyun Oh · 6 years ago
  26. 049acfb Add updated field on Action struct (#129) by Seonghyun Oh · 6 years ago
  27. d272b2b Parse an action's application error (#133) by Mark Deuser · 6 years ago
  28. ee5b870 Support alt. namespace resource uuid as tenant id to API gateway service (#130) by Matt Rutkowski · 6 years ago
  29. 716c6f9 add expected blank line to top of license to placate rcverify.sh (#128) by David Grove · 6 years ago 1.0.0
  30. a0c1dcb Add changelog (#127) by David Grove · 6 years ago
  31. d8ccb14 Remove 'incubat(ing, ion, or)' designation and disclaimer (#126) by Matt Rutkowski · 6 years ago
  32. a5bc161 Remove Incubat(ing, ion, or) from docs (#125) by Matt Rutkowski · 6 years ago
  33. 7862108 handle err return from url.Parse in GetUrlBase (#123) by David Grove · 6 years ago
  34. 47ad342 Add dynamic column sizing to wsk activation list command (#120) by Lars Andersson · 6 years ago
  35. 4286a82 update end year to 2019 (#117) by David Grove · 7 years ago 0.10.0-incubating
  36. 67f06bc Added extra columns to activation records summary rows (#116) by Lars Andersson · 7 years ago
  37. af04d34 Correct typo in debug statement (#115) by James Dubee · 7 years ago
  38. a57389d Update .gitignore (#114) by rodric rabbah · 7 years ago
  39. e76bcda replace godep with govendor (#113) by matthiaskubik · 7 years ago
  40. 41bdfc4 Load X509 cert on client creation (#112) by Mingyu Zhou · 7 years ago
  41. c7013c9 fixing logic on test for result success (#105) by tysonnorris · 7 years ago
  42. deb0008 add Concurrency to Limits (#94) by tysonnorris · 7 years ago
  43. 14b3a05 Fix invalid warning message (#91) by James Dubee · 7 years ago
  44. 198447c Allow NewClient to run concurrently (#103) by Lionel Villard · 7 years ago
  45. 7a15f18 Update Go Version (#104) by James Dubee · 7 years ago
  46. 9802140 golint package path update (#101) by Mark Deuser · 7 years ago
  47. 61f21e1 allow additional headers to override auth header val (#100) by David Cariello · 7 years ago
  48. 2ea476e Replace trigger service type with interface (#99) by Vadim Raskin · 7 years ago
  49. d7cee96 Change the copyright back to the template (#98) by Vincent · 7 years ago 0.9.0-incubating 0.9.0-incubating
  50. 90976ef Update the doc of client go to make it clear for 0.9.0 (#96) by Vincent · 7 years ago
  51. df79c14 add OS and CPU architecture to user agent header (#95) by David Cariello · 7 years ago
  52. 1e50522 Add the DISCLAIMER file for Apache incubator project (#93) by Vincent · 7 years ago
  53. 35b332f Update Travis to use ASF-Release.cfg. (#92) by Matt Rutkowski · 7 years ago
  54. df32dca Remove the disclaimer and the reference as experimental (#86) by Vincent · 7 years ago
  55. a951ed9 Fix Makefile to use latest Hash ASF license header. (#85) by Matt Rutkowski · 7 years ago
  56. 22500af Restore the LICENSE and NOTICE to fit the source code release (#84) by Vincent · 7 years ago
  57. c11312f Fix markdown files with a typo. in the Hash license header. (#83) by Matt Rutkowski · 7 years ago
  58. c2e7b0d Update .md files to pass scancode with latest .cfg (#81) by Matt Rutkowski · 7 years ago
  59. c5e0a4c Add the licenses of the dependencies into LICENSE (#75) by Vincent · 7 years ago
  60. e452b52 Parse numbers correctly in error response. (#80) by Christian Bickel · 7 years ago
  61. 0c2b697 add license header to Makefile (#79) by Ying Chun Guo · 7 years ago
  62. 3d62dac Handle error code (tid) not as int. (#77) by Christian Bickel · 7 years ago
  63. 7671398 Add scancode using ASF config. to Travis build. (#76) by Matt Rutkowski · 7 years ago
  64. defaf97 Changing default namespace from guest to _ (#71) by Priti Desai · 7 years ago
  65. 9168e12 update notice file (#74) by Ying Chun Guo · 7 years ago
  66. e4b5f82 travis2slack hook; try again with URL encrypting... (#73) by David Grove · 7 years ago
  67. dc9ed92 adding start library for easy implementation of Go actions (#70) by Sciabarra.com ltd · 8 years ago
  68. 94cbf5d add webhook for slack notifications of PR results (#72) by David Grove · 8 years ago
  69. 1759868 Add support for APIs defined with web actions having the require-whisk-auth annotation (#69) by Mark Deuser · 8 years ago
  70. 012fd0f Additional HTTP Headers (#67) by James Dubee · 8 years ago
  71. 717bc3a Add license headers (#66) by Vincent · 8 years ago
  72. 92fcff9 Add the NOTICE file for further development by Vincent Hou · 8 years ago
  73. 025300c Parse new 'rules' field in 'trigger get' response (#63) by Mark Deuser · 8 years ago
  74. 72bf712 Add code query parameter for action get (#49) by James Dubee · 8 years ago
  75. a81a9be Adding support for annotations in Rules (#62) by Priti Desai · 8 years ago
  76. d7cab42 Adding placeholder for apigw access token by Priti Desai · 8 years ago
  77. f9938a3 Use a transport based on the DefaultTransport to pick up proxy support (#55) by Mark Deuser · 8 years ago
  78. 6ab08ed Format source code by dubeejw · 8 years ago
  79. 6a2b07a Go format source code by dubeejw · 8 years ago
  80. a086445 Add path param support (#56) by Jesus Alva · 8 years ago
  81. ba3bbee Remove client code that will be removed from the API. (#58) by rodric rabbah · 8 years ago
  82. ab02253 Fix typos/grammar in trace source file. (#53) by Matt Rutkowski · 8 years ago
  83. d3b5495 Skip testing whether the HTTP body indicates a whisk failure result while command is 'wsk action invoke NNN --result' (#52) by jiangpch · 8 years ago
  84. ad814bc Changes to support review requests, change the name of the object from ApiPathParameter -> ApiParameter and drop the omitempty from requred fields. by Jesus G. Alva · 8 years ago
  85. 32bd805 Added entry for reference to path parameters...an operation can have a 'parameters' entry that can be an object or a reference (a string). Added the name of the reference to the parameter object which should suffice by Jesus G. Alva · 8 years ago
  86. 6e7d1c3 Adding support for path parameters for api gateway by Jesus G. Alva · 8 years ago
  87. a67e850 Add the support of certificate checking for secure mode (#2864) by Vincent · 8 years ago
  88. ad5aa34 Allow CLI to Save Code from Action (#2544) by James Dubee · 8 years ago
  89. 2e78a67 Revert "Add the support of certificate checking for secure mode (#39)" by James Dubee · 8 years ago
  90. cef179c Add the support of certificate checking for secure mode (#39) by Vincent · 8 years ago
  91. 4a63a30 Added changes for classes and variables casing to be get exported and can be used in other places (#2675) (#38) by Vincent · 8 years ago
  92. c6e512b Don't assume apihost is https for sdk and action urls (#2748) by Ben Browning · 8 years ago
  93. d9d11f0 CLI User Agent Header (#2591) by David Cariello · 8 years ago
  94. 00db68b Add the default timeout for http request (#35) by Vincent · 8 years ago
  95. 6572868 Remove bluemix URL as the default URL for client go (#33) by Vincent · 8 years ago
  96. 5b0dd27 Replace the path of wskprops' parent dir with the path of wskprops (#34) by Vincent · 8 years ago
  97. c69110e Remove the whisk base url from the wskprops (#32) by Vincent · 8 years ago
  98. 8a672e5 Return the configs even if the parameter is invalid (#30) by Vincent · 8 years ago
  99. 9967197 Load the credentials for the client go library (#29) by Vincent · 8 years ago
  100. b239221 Allow CLI to sort entities by name (#2326) by Brandon Lee Underwood · 8 years ago