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