You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/09/09 23:21:51 UTC

[1/7] cordova-plugin-console git commit: CB-11091 Incremented plugin version.

Repository: cordova-plugin-console
Updated Branches:
  refs/heads/1.0.x 450752ba5 -> e4deaa235


CB-11091 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/e3d8c5b0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/e3d8c5b0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/e3d8c5b0

Branch: refs/heads/1.0.x
Commit: e3d8c5b059bec8d1432c9fc71ecedd63c9d5ca45
Parents: 450752b
Author: Steve Gill <st...@gmail.com>
Authored: Fri Apr 15 13:45:27 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Apr 15 13:45:27 2016 -0700

----------------------------------------------------------------------
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e3d8c5b0/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index a2e2021..05623ae 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-console",
-  "version": "1.0.3",
+  "version": "1.0.4-dev",
   "description": "Cordova Console Plugin",
   "cordova": {
     "id": "cordova-plugin-console",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e3d8c5b0/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index fcb2356..e8a6158 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-console"
-      version="1.0.3">
+      version="1.0.4-dev">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e3d8c5b0/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 7b12611..cad02c9 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-console-tests"
-    version="1.0.3">
+    version="1.0.4-dev">
     <name>Cordova Console Plugin Tests</name>
     <license>Apache 2.0</license>
 


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


[6/7] cordova-plugin-console git commit: CB-11795 Add 'protective' entry to cordovaDependencies

Posted by st...@apache.org.
CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of the plugin by incompatible version of cordova. This also assumes that we will not introduce any regressions in compatibility w/ cordova in minor and patch releases. On every major release we will need to add similar entry with _next_ major version.

 This closes #19


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/5da8de06
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/5da8de06
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/5da8de06

Branch: refs/heads/1.0.x
Commit: 5da8de06c4707308dfa92f97ea39244d719897c9
Parents: ee3cec1
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Wed Aug 31 16:22:58 2016 +0300
Committer: sgrebnov <se...@gmail.com>
Committed: Thu Sep 8 11:44:30 2016 +0300

----------------------------------------------------------------------
 package.json | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/5da8de06/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 05623ae..45038e1 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,13 @@
   },
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
+  "engines": {
+    "cordovaDependencies": {
+      "2.0.0": {
+        "cordova": ">100"
+      }
+    }
+  },
   "devDependencies": {
     "jshint": "^2.6.0"
   }


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


[4/7] cordova-plugin-console git commit: Add badges for paramedic builds on Jenkins

Posted by st...@apache.org.
Add badges for paramedic builds on Jenkins


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/336554cd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/336554cd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/336554cd

Branch: refs/heads/1.0.x
Commit: 336554cd3d049706392f66678ebf139a2cbd42f9
Parents: fcbde7c
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Fri Jun 10 11:39:09 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Fri Jun 10 11:39:09 2016 +0300

----------------------------------------------------------------------
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/336554cd/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a975335..3e01475 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,9 @@ description: Get JavaScript logs in your native logs.
 #         under the License.
 -->
 
-[![Build Status](https://travis-ci.org/apache/cordova-plugin-console.svg?branch=master)](https://travis-ci.org/apache/cordova-plugin-console)
+|Android|iOS| Windows 8.1 Store | Windows 8.1 Phone | Windows 10 Store | Travis CI |
+|:-:|:-:|:-:|:-:|:-:|:-:|
+|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-console)](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-console/)|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-console)](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-console/)|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-console)](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-console/)|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-console)](http://cordova-ci.cloudapp.net:8080/job/cordova-period
 ic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-console/)|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-console)](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-console/)|[![Build Status](https://travis-ci.org/apache/cordova-plugin-console.svg?branch=master)](https://travis-ci.org/apache/cordova-plugin-console)
 
 # cordova-plugin-console
 


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


[3/7] cordova-plugin-console git commit: Add pull request template.

Posted by st...@apache.org.
Add pull request template.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/fcbde7c1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/fcbde7c1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/fcbde7c1

Branch: refs/heads/1.0.x
Commit: fcbde7c135f4ca9c96df90aaeafa2485152483ea
Parents: fe6ca89
Author: Nikhil Khandelwal <ni...@microsoft.com>
Authored: Mon May 23 13:53:58 2016 -0700
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Mon May 23 13:53:58 2016 -0700

----------------------------------------------------------------------
 .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/fcbde7c1/.github/PULL_REQUEST_TEMPLATE.md
----------------------------------------------------------------------
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..4bd6da9
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,23 @@
+<!--
+Please make sure the checklist boxes are all checked before submitting the PR. The checklist
+is intended as a quick reference, for complete details please see our Contributor Guidelines:
+
+http://cordova.apache.org/contribute/contribute_guidelines.html
+
+Thanks!
+-->
+
+### Platforms affected
+
+
+### What does this PR do?
+
+
+### What testing has been done on this change?
+
+
+### Checklist
+- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and submitted to secretary@apache.org.
+- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
+- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
+- [ ] Added automated test coverage as appropriate for this change.


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


[7/7] cordova-plugin-console git commit: CB-11832 Updated version and RELEASENOTES.md for release 1.0.4

Posted by st...@apache.org.
CB-11832 Updated version and RELEASENOTES.md for release 1.0.4


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/e4deaa23
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/e4deaa23
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/e4deaa23

Branch: refs/heads/1.0.x
Commit: e4deaa235c3ca81a4d2df02ee536b56d54a15080
Parents: 5da8de0
Author: Steve Gill <st...@gmail.com>
Authored: Thu Sep 8 23:38:54 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Sep 8 23:38:54 2016 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 11 +++++++++--
 package.json     |  2 +-
 plugin.xml       |  2 +-
 tests/plugin.xml |  2 +-
 4 files changed, 12 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e4deaa23/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 88ffa28..76cc093 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,9 +20,16 @@
 -->
 # Release Notes
 
+### 1.0.4 (Sep 08, 2016)
+* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to `cordovaDependencies`
+* add `JIRA` issue tracker link
+* Add badges for paramedic builds on Jenkins
+* Add pull request template.
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
+
 ### 1.0.3 (Apr 15, 2016)
-* CB-10720 Minor spelling/formatting changes.
-* CB-10636 Add `JSHint` for plugins
+* [CB-10720](https://issues.apache.org/jira/browse/CB-10720) Minor spelling/formatting changes.
+* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
 
 ### 1.0.2 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e4deaa23/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 45038e1..39dc761 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-console",
-  "version": "1.0.4-dev",
+  "version": "1.0.4",
   "description": "Cordova Console Plugin",
   "cordova": {
     "id": "cordova-plugin-console",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e4deaa23/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index e8a6158..b2fb3f0 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-console"
-      version="1.0.4-dev">
+      version="1.0.4">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/e4deaa23/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index cad02c9..cce2c53 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-console-tests"
-    version="1.0.4-dev">
+    version="1.0.4">
     <name>Cordova Console Plugin Tests</name>
     <license>Apache 2.0</license>
 


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


[2/7] cordova-plugin-console git commit: CB-10996 Adding front matter to README.md

Posted by st...@apache.org.
CB-10996 Adding front matter to README.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/fe6ca895
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/fe6ca895
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/fe6ca895

Branch: refs/heads/1.0.x
Commit: fe6ca895cdadcfa65688d212103989a702c1413e
Parents: e3d8c5b
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Fri Apr 22 19:35:50 2016 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Apr 22 19:35:50 2016 -0700

----------------------------------------------------------------------
 README.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/fe6ca895/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e5f845b..a975335 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+---
+title: Console
+description: Get JavaScript logs in your native logs.
+---
 <!---
 # license: Licensed to the Apache Software Foundation (ASF) under one
 #         or more contributor license agreements.  See the NOTICE file


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


[5/7] cordova-plugin-console git commit: add JIRA issue tracker link

Posted by st...@apache.org.
add JIRA issue tracker link

 This closes #14


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/ee3cec1b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/ee3cec1b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/ee3cec1b

Branch: refs/heads/1.0.x
Commit: ee3cec1bc07c9e451e4d69da4c0e2460a1b655c5
Parents: 336554c
Author: Julien Bouquillon <ju...@bouquillon.com>
Authored: Thu Sep 10 18:26:38 2015 +0200
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Aug 29 17:40:51 2016 -0700

----------------------------------------------------------------------
 README.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/ee3cec1b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3e01475..ebd0939 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,9 @@ are not available until after the `deviceready` event.
         console.log("console.log works well");
     }
 
+:warning: Report issues on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Console%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
+
+
 ## Installation
 
     cordova plugin add cordova-plugin-console


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