1. f9e53fa Add ASF License headers to all source files. Fix other scan errors. (#33) by Matt Rutkowski · 7 years ago master
  2. e449983 Add disclaimer for Node version (#36) by Matt Rutkowski · 7 years ago
  3. 54fee27 Fix a few inaccuracies / provide clarity (#31) by Matt Rutkowski · 7 years ago
  4. 2d02487 fixed support for debugging rules, plus tests (#27) by Nick Mitchell · 7 years ago
  5. bb32b67 Fix windows postinstall (#28) by Nick Mitchell · 7 years ago
  6. e2855b4 Fix invoke and attach (#26) by Nick Mitchell · 7 years ago
  7. 82718fe Create CONTRIBUTING.md by Matt Rutkowski · 7 years ago
  8. b5c6c5b add support for the new auth keys, where namespace is not required to be set (#19) by Nick Mitchell · 7 years ago
  9. 8ecf554 bump version to 0.0.21 for invoke poller fix by Nick M. Mitchell · 7 years ago
  10. 07a19cb fix a bug in the way we poll for completion of invocations (#17) by Nick Mitchell · 7 years ago
  11. 3a8a2c6 fix image links in README.md for npmjs (#16) by Nick Mitchell · 7 years ago
  12. a488cd8 add keywords, repository, and bugs fields to package.json (#15) by Nick Mitchell · 7 years ago
  13. 223b67c bump package version to 0.0.13 (#14) by Nick Mitchell · 7 years ago
  14. 39d855a make sure deps/invoker shows up in the npm package; plus fix some more npm file location issues (#13) by Nick Mitchell · 7 years ago
  15. 6bcdc47 move docs folder into client subdir (#12) by Nick Mitchell · 7 years ago
  16. 6451c57 reworkings to support npm.org-based installation (#11) by Nick Mitchell · 7 years ago
  17. b0e5286 workaround for breaking change in the openwhisk backend (#10) by Nick Mitchell · 7 years ago
  18. f588d7a Cleanup stubs on exit (#9) by Nick Mitchell · 7 years ago
  19. fe6c4ad Added a nodejs example (#1) by kerryspchang · 8 years ago
  20. 38974b4 update the video links in the README.md by Nick M. Mitchell · 8 years ago
  21. d99a01f add video links to README.md by Nick M. Mitchell · 8 years ago
  22. 6043797 change title of README.md by Nick M. Mitchell · 8 years ago
  23. 664e0a3 fix a typo in the diff_and_publish image import in README.md by Nick M. Mitchell · 8 years ago
  24. 276b610 add more screenshots and otherwise expand README.md by Nick M. Mitchell · 8 years ago
  25. 1c4e2d5 fixes for EventEmitter garbage, and generally for multiple registrations on invocation-done by Nick M. Mitchell · 8 years ago
  26. 3ec9b93 add architecture pngs by Nick M. Mitchell · 8 years ago
  27. affbb17 fix broken link to architecture.md, and convert architecture pdfs to pngs by Nick M. Mitchell · 8 years ago
  28. b3211db updated docs, plus some initial architecture documentation by Nick M. Mitchell · 8 years ago
  29. 572ad80 add a test for invoke with two args, and update driver to support expectedOutput by Nick M. Mitchell · 8 years ago
  30. c836b0d cleanup for activation fetcher; use docs=true and name=waitForThisAction by Nick M. Mitchell · 8 years ago
  31. f8e5f76 for now, point openwhisk npm directly to github, so we pick up the latest version by Nick M. Mitchell · 8 years ago
  32. 78c7b49 fix for rules by Nick M. Mitchell · 8 years ago
  33. 2b8a29d fix scanCode -- was glob expanding too early by Nick M. Mitchell · 8 years ago
  34. af9532e more init cleanups by Nick M. Mitchell · 8 years ago
  35. 8bfd24e improve error handling of lib/init.db by Nick M. Mitchell · 8 years ago
  36. 4fb5cb8 optimize init.db for production use, and, for now, disable the python init by Nick M. Mitchell · 8 years ago
  37. 88b7e63 switch to kerry's node-inspector fork by Nick M. Mitchell · 8 years ago
  38. ce832c1 bug fix for the invoke command: the .then(next) was in the wrong place, resulting in premature return to the repl by Nick M. Mitchell · 8 years ago
  39. 0d327d0 update the test driver to print out the failing step command by Nick M. Mitchell · 8 years ago
  40. 2716a60 bug fix for attach (wasn't counting down the latch properly), and jshint fixes by Nick M. Mitchell · 8 years ago
  41. 6d34817 fixes for jshint in inspect.js by Nick M. Mitchell · 8 years ago
  42. 0a6211a fixes for attach: avoid double "ok", and support attaching to rules of sequence of actionOfInterest by Nick M. Mitchell · 8 years ago
  43. 64f57e6 some refinements to the inspect command by Nick M. Mitchell · 8 years ago
  44. f88c69f fix a bug where "invoke" alone (no args) wouldn't invoke the lastAttached action (regression) by Nick M. Mitchell · 8 years ago
  45. 6a868c9 fix bug where second and subsequent invocations wouldn't fire off the debugger by Nick M. Mitchell · 8 years ago
  46. ab59d28 python support by Nick M. Mitchell · 8 years ago
  47. 7aedaa5 update swift test message to include "swift", to allow for easier test filtering by Nick M. Mitchell · 8 years ago
  48. 11612d2 fix debug-swift to use xcrun, and to fix jshint issue by Nick M. Mitchell · 8 years ago
  49. 018cf19 improve error handling in errorWhile by Nick M. Mitchell · 8 years ago
  50. aa299a6 update scanCode to ignore pyc by Nick M. Mitchell · 8 years ago
  51. 2c1cbb4 fix in create command for inline code specifications: python is sensitive about spaces by Nick M. Mitchell · 8 years ago
  52. 028fdb5 add some comments to debug-swift by Nick M. Mitchell · 8 years ago
  53. 64084e7 implement arg-modifying support for swift debugging by Nick M. Mitchell · 8 years ago
  54. f846f83 fix error handling for attach in the case of no action by Nick M. Mitchell · 8 years ago
  55. 04714d9 add coyright notice checker to the tests by Nick M. Mitchell · 8 years ago
  56. 76689f2 remove debugging printf from debug-nodejs by Nick M. Mitchell · 8 years ago
  57. dcabe0d add copyright notice to debug-bootstrap.swift by Nick M. Mitchell · 8 years ago
  58. 70bec93 add copyright notice to inspect.js by Nick M. Mitchell · 8 years ago
  59. 25b3e2f add copyright notice to diff.js by Nick M. Mitchell · 8 years ago
  60. 6156e96 add copyright notice to wskdb by Nick M. Mitchell · 8 years ago
  61. 720dd7d fix for broke launchAndQuit test after its move by Nick M. Mitchell · 8 years ago
  62. d608739 moved launchAndQuit.js test into a subdir by Nick M. Mitchell · 8 years ago
  63. 0906e61 update invoke to handle invoking the last attached action by Nick M. Mitchell · 8 years ago
  64. c293eec minor tweaks to notation used in inspect for rules and sequences by Nick M. Mitchell · 8 years ago
  65. b04a5ad more bug fixes for node-inspector port retry by Nick M. Mitchell · 8 years ago
  66. 1d41bcc bug fix for node-inspector retry loop on EADDRINUSE by Nick M. Mitchell · 8 years ago
  67. 1815519 update inspect command to use => rather than |-> for rules by Nick M. Mitchell · 8 years ago
  68. 0140d6b new test for attach to non-existent action; support for expect failure by Nick M. Mitchell · 8 years ago
  69. aac3e1d add a cli command to switch between cli and ui debugging preference on the fly by Nick M. Mitchell · 8 years ago
  70. 038bee3 fixes to debug-nodejs: cli kill bug, ui debugging worked around node-inspector bugs by Nick M. Mitchell · 8 years ago
  71. 32651da fix bug in attach, look for non-existent actions; update invoke to print only response result by Nick M. Mitchell · 8 years ago
  72. 45caf1d eliminate some console.log from debug-bootstrap.js by Nick M. Mitchell · 8 years ago
  73. 80b3ac8 update waitForActivation to accept an option to print only the activation result by Nick M. Mitchell · 8 years ago
  74. 072469c update list command to print out attached/new attributes by Nick M. Mitchell · 8 years ago
  75. e65971b update errorWhile to handle 404s by Nick M. Mitchell · 8 years ago
  76. b16caa6 properly kill the node-inspector subprocesses by Nick M. Mitchell · 8 years ago
  77. 9524043 add diff and publish support, plus for nodejs try to use the original action's name for the temp file by Nick M. Mitchell · 8 years ago
  78. 7d81a0b fix typo in error handler in activations.js by Nick M. Mitchell · 8 years ago
  79. af78c38 fix jshint complaint in rewriter.js by Nick M. Mitchell · 8 years ago
  80. 04a0731 improve error handling in the case of network disconnection by Nick M. Mitchell · 8 years ago
  81. d3c0458 update rule inspect to color the action if attached by Nick M. Mitchell · 8 years ago
  82. e0f7cce update inspect command to support rules by Nick M. Mitchell · 8 years ago
  83. 19392a0 add retry in rule deletion by Nick M. Mitchell · 8 years ago
  84. 4906700 remove old prereq sentence in README.md by Nick M. Mitchell · 8 years ago
  85. ac90778 closes #1 by Nick M. Mitchell · 8 years ago
  86. 44a8bbd update README.md to mention Swift support, and to describe prerequisities. by Nick M. Mitchell · 8 years ago
  87. 7edb460 fix up README.md to reflect more properly the --action-only -> --all switch by Nick M. Mitchell · 8 years ago
  88. 7d0b558 change the attach behavior so that it attaches only to the specified action by default; change -a to mean all by Nick M. Mitchell · 8 years ago
  89. 8c6a16c new inspect command, plus a new test for it by Nick M. Mitchell · 8 years ago
  90. f7e6e0d fix the test driver to handle "ok" messages mixed into the middle of a data buffer blob by Nick M. Mitchell · 8 years ago
  91. 5cbc8fa improve the error message from debug-nodejs by Nick M. Mitchell · 8 years ago
  92. c732297 handle a "null" return code from the swift debugger subprocess by Nick M. Mitchell · 8 years ago
  93. e72b619 add copyright notice to lib/main.js by Nick M. Mitchell · 8 years ago
  94. d509fef update README.md to remove mention of npm install by Nick M. Mitchell · 8 years ago
  95. 3484aaf update the initialization step to include the initial top-level npm install by Nick M. Mitchell · 8 years ago
  96. eea80c9 fix npm warnings in deps/nodejs6 by Nick M. Mitchell · 8 years ago
  97. c26918f add npm-debug to gitignore by Nick M. Mitchell · 8 years ago
  98. 17abb80 initial swift debugging support by Nick M. Mitchell · 8 years ago
  99. 98b4350 add a missing cleanup call in debug-nodejs by Nick M. Mitchell · 8 years ago
  100. 73dfcec update the test driver to support the lldb breakpoint text by Nick M. Mitchell · 8 years ago