You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/11/27 18:08:38 UTC

[cordova-paramedic] branch janpio-misc updated (8efb65d -> 9a617d6)

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

janpio pushed a change to branch janpio-misc
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git.


    from 8efb65d  some comments what the script is doing
     new 1e699a4  0.6.0-dev
     new 0baf75d  fix license
     new 3819786  replace author
     new aea5e1e  output where logfiles are written to
     new 9a617d6  gitignore package-lock.json

The 5 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:
 .gitignore          | 1 +
 lib/ParamedicLog.js | 1 +
 package.json        | 6 +++---
 3 files changed, 5 insertions(+), 3 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 01/05: 0.6.0-dev

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-misc
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit 1e699a4a2cfc44c844be13cd68febd7681831a06
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Nov 27 19:07:29 2018 +0100

    0.6.0-dev
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index ae23186..5b9fda4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "cordova-paramedic",
-  "version": "0.5.0",
   "license": "Apache 2.0",
+  "version": "0.6.0-dev",
   "description": "Use medic to test a cordova plugin locally",
   "main": "paramedic.js",
   "bin": {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 03/05: replace author

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-misc
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit 3819786acbc8b63a02dd1811f31073dbad814ddc
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Nov 27 19:07:45 2018 +0100

    replace author
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index f32ccae..778982c 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
     "medic",
     "test"
   ],
-  "author": "Jesse MacFadyen",
+  "author": "Apache Software Foundation",
   "dependencies": {
     "cordova-common": "^1.1.0",
     "expect-telnet": "^0.5.2",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 02/05: fix license

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-misc
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit 0baf75db31adb8639540a14f9576807f095b8be7
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Nov 27 19:07:38 2018 +0100

    fix license
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 5b9fda4..f32ccae 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "cordova-paramedic",
-  "license": "Apache 2.0",
   "version": "0.6.0-dev",
+  "license": "Apache-2.0",
   "description": "Use medic to test a cordova plugin locally",
   "main": "paramedic.js",
   "bin": {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 05/05: gitignore package-lock.json

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-misc
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit 9a617d6add19ecaf5d2bebedfe5295323c1e7ffb
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Nov 27 19:08:28 2018 +0100

    gitignore package-lock.json
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 900c1cd..57529f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ npm-debug.log
 tmp/
 node_modules/
 .vscode/
+package-lock.json


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 04/05: output where logfiles are written to

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-misc
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit aea5e1ef53f851106f8194669ecd36d7bef92b0d
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue Nov 27 19:07:58 2018 +0100

    output where logfiles are written to
---
 lib/ParamedicLog.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/ParamedicLog.js b/lib/ParamedicLog.js
index 1f33173..0cb159b 100644
--- a/lib/ParamedicLog.js
+++ b/lib/ParamedicLog.js
@@ -93,6 +93,7 @@ ParamedicLog.prototype.generateLogs = function (logCommand) {
 
     try {
         fs.writeFileSync(logFile, result.output);
+        logger.info('Logfiles written to ' + logFile);
     } catch (ex) {
         logger.error('Cannot write the log results to the file. ' + ex);
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org