This is an automated email from the ASF dual-hosted git repository.

alexkli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git.


    from 4dc9faa  fix: if agent was leftover restore first before installing 
agent
     new 480d373  add debug() logs with DEBUG=wskdebug providing time spent 
details
     new e2fd50d  performance: avoid reading namespace list if not in wskprops, 
use from initial action GET
     new 560f81d  performance: keep action code in memory and use that on 
restore
     new ef712b8  performance: create backup action in parallel when debugger 
is already ready
     new ff21682  performance: parallelize container and openwhisk tasks at 
startup
     new 4b4662f  fix missing EOL at end of file
     new 18cf6a8  remove incorrect and unnecessary module export statements in 
agents
     new b903c36  performance: move `docker info` check out of critical path
     new fa5b0b4  performance: do not delete backup and helper actions on exit 
by default

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 agent/agent-activationdb.js                        |   3 +-
 agent/agent-concurrency.js                         |   3 +-
 agent/agent-ngrok.js                               |   3 +-
 index.js                                           |   7 ++
 package-lock.json                                  |  57 ++++++++-
 package.json                                       |   5 +-
 src/agentmgr.js                                    | 104 +++++++++++++----
 .../nodejs/commonjs-flat/action.js => src/debug.js |  13 ++-
 src/debugger.js                                    | 128 ++++++++++++--------
 src/invoker.js                                     |  26 +++--
 src/watcher.js                                     |   2 +
 test/agentmgr.test.js                              | 129 ++++++++++++++++-----
 test/install/Dockerfile                            |   2 +-
 test/ngrok.test.js                                 |   4 +-
 test/test.js                                       |   2 -
 15 files changed, 354 insertions(+), 134 deletions(-)
 copy test/nodejs/commonjs-flat/action.js => src/debug.js (65%)

Reply via email to