[jira] [Closed] (CB-14192) Cordova iOS doesn't build with Xcode 10

2019-01-08 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody closed CB-14192.

Resolution: Duplicate

I am closing this one as a duplicate since Xcode 10 support is now discussed 
in: https://github.com/apache/cordova-ios/issues/407

> Cordova iOS doesn't build with Xcode 10
> ---
>
> Key: CB-14192
> URL: https://issues.apache.org/jira/browse/CB-14192
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Sebastian Grail
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Xcode 10 uses the new build system by default. Any project not explicitly 
> choosing the legacy build system will build with new system. Currently, 
> Cordova iOS fails to build with the new system. The simplest solution is to 
> explicitly use the legacy build system.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14156) cordova-js browserify issues

2018-09-18 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14156.
--
Resolution: Fixed

Support for browserify removed, as tracked in: 
https://github.com/apache/cordova/issues/8

> cordova-js browserify issues
> 
>
> Key: CB-14156
> URL: https://issues.apache.org/jira/browse/CB-14156
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-js
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> I spotted the following issues with the way {{cordova-js}} uses 
> {{browserify}}:
> * 1: duplicate source files in {{src}}: {{src/cordova_b.js}}, 
> {{src/common/modulemapper_b.js}},
>  {{src/common/pluginloader_b.js}}, {{src/common/init_b.js}}, which only seem 
> to be used by {{tasks/lib/bundle-browserify.js}}
> * 2: I have not been able to make a working {{browserify}} build.
> * 3: {{npm outdated}} shows {{browserify}} as outdated
> Another possible issue that I am not 100% sure about:
> * 4: {{browserify}} is listed as a {{dependencies}} item in {{package.json}} 
> while I think it should have been listed as a {{devDependencies}} item
> I am very concerned that keeping duplicated source files may lead to old bugs 
> including possible security issues leaking through the maintenance process in 
> the future. The changes between the duplicated source files and the 
> non-browserify versions are very limited so it should be possible to resolve 
> this issue using very basic code techniques.
> I think the easiest solution would be to drop the browserify build/test 
> target and remove the duplicated source files. I suspect that the browserify 
> target has not been used for years.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14248) Commit package-lock.json

2018-09-12 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody closed CB-14248.

Resolution: Duplicate

Will be tracked in 
[apache/cordova#4|https://github.com/apache/cordova/issues/4].

> Commit package-lock.json
> 
>
> Key: CB-14248
> URL: https://issues.apache.org/jira/browse/CB-14248
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllComponents, AllPlatforms, AllPlugins
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> As discussed and agreed in [this d...@cordova.apache.org 
> thread|https://lists.apache.org/thread.html/7f92561d382f143aaf49e083bbe215dcf95a3f4d8b6e3cbb6089a5f3@%3Cdev.cordova.apache.org%3E]:
>  package-lock.json should be committed in {{master}} branch of all active 
> Cordova repos (for the next major release).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14148) cordova platform ls shows nonsense www ^3.12.0 platform

2018-08-15 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14148.
--
Resolution: Fixed

Solved in cordova-lib, will be included in cordova-cli & plugman in the next 
major release.

> cordova platform ls shows nonsense www ^3.12.0 platform
> ---
>
> Key: CB-14148
> URL: https://issues.apache.org/jira/browse/CB-14148
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli, cordova-common, cordova-lib
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> As I already reported in 
> [apache/cordova-discuss#86|https://github.com/apache/cordova-discuss/issues/86]
>  and saw someone else report in Slack:
> {code:bash}
> $ cordova --version
> 8.0.0
> {code}
> {code:bash}
> $ cordova platform ls
> Installed platforms:
>  
> Available platforms: 
>  android ~7.0.0
>  browser ~5.0.1
>  ios ~4.5.4
>  osx ~4.0.1
>  windows ~5.0.0
>  www ^3.12.0
> {code}
> If I would do {{cordova platform add www}}:
> {code:bash}
> $ cordova platform add www
> (node:10383) UnhandledPromiseRejectionWarning: CordovaError: Error: npm: 
> Command failed with exit code 1 Error output:
> npm ERR! code ENOLOCAL
> npm ERR! Could not install from "www" as it does not contain a package.json 
> file.
> npm ERR! A complete log of this run can be found in:
> npm ERR! /Users/brodybits/.npm/_logs/2018-01-04T04_21_59_700Z-debug.log
>  at 
> /Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/cordova-fetch/index.js:104:29
>  at _rejected 
> (/Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:864:24)
>  at 
> /Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:890:30
>  at Promise.when 
> (/Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:1142:31)
>  at Promise.promise.promiseDispatch 
> (/Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:808:41)
>  at 
> /Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:624:44
>  at runSingle 
> (/Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:137:13)
>  at flush 
> (/Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:125:13)
>  at process._tickCallback (internal/process/next_tick.js:150:11)
> (node:10383) UnhandledPromiseRejectionWarning: Unhandled promise rejection. 
> This error originated either by throwing inside of an async function without 
> a catch block, or by rejecting a promise which was not handled with .catch(). 
> (rejection id: 1)
> (node:10383) [DEP0018] DeprecationWarning: Unhandled promise rejections are 
> deprecated. In the future, promise rejections that are not handled will 
> terminate the Node.js process with a non-zero exit code.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14228) cordova-osx patch release July 2018

2018-08-14 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14228.
--
Resolution: Fixed

> cordova-osx patch release July 2018
> ---
>
> Key: CB-14228
> URL: https://issues.apache.org/jira/browse/CB-14228
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-osx
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-osx package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14228) cordova-osx patch release July 2018

2018-08-13 Thread Chris Brody (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16578295#comment-16578295
 ] 

Chris Brody commented on CB-14228:
--

I just opened  to track the 
issue with  () in patch 
release, would like to continue the discussion there.

> cordova-osx patch release July 2018
> ---
>
> Key: CB-14228
> URL: https://issues.apache.org/jira/browse/CB-14228
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-osx
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-osx package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14145) Resolve npm audit issues in platforms - patch updates

2018-08-13 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14145:
-
Description: 
>From private discussions I discovered that running {{npm audit}} on a number 
>of components would report dependencies with security issues. While we could 
>not see any {{npm audit}} issues that may affect applications built using 
>Cordova I think it is extremely important to resolve these issues as soon as 
>possible. Most affect devDependencies used for testing of Cordova itself; a 
>minority seem to affect Cordova scripts that may be run by Cordova application 
>developers. Better safe than sorry!

I would like to resolve this issue as follows:
* patch release of common library components such as {{cordova-common}}, 
-{{cordova-lib}}, etc.- (fixed in minor release branch) _- solution for other 
components to be tracked on GitHub, moved out of the scope of this issue_
* patch or minor release of -other affected components such as CLI,- Cordova 
platform implementations, -major plugins, etc.- (expected to be fixed in minor 
release branch; do not want to pollute the master branch with extra reverts, 
updated node_modules committed, etc.) _- solution for other components to be 
tracked on GitHub, moved out of the scope of this issue_
* -{{npm audit}} issues resolved in master branch for next major release, which 
should NOT be shipped with any {{npm audit}} issues lurking- _- to be tracked 
on GitHub, as part of general update of dependencies, moved out of the scope of 
this issue_
* -{{npm audit}} step added to CI for both patch release and next major 
release- _(not wanted)_

  was:
>From private discussions I discovered that running {{npm audit}} on a number 
>of components would report dependencies with security issues. While we could 
>not see any {{npm audit}} issues that may affect applications built using 
>Cordova I think it is extremely important to resolve these issues as soon as 
>possible. Most affect devDependencies used for testing of Cordova itself; a 
>minority seem to affect Cordova scripts that may be run by Cordova application 
>developers. Better safe than sorry!

I would like to resolve this issue as follows:
* patch release of common library components such as {{cordova-common}}, 
{{cordova-lib}}, etc. (fixed in minor release branch)
* patch or minor release of other affected components such as CLI, Cordova 
platform implementations, major plugins, etc. (expected to be fixed in minor 
release branch; do not want to pollute the master branch with extra reverts, 
updated node_modules committed, etc.)
* {{npm audit}} issues resolved in master branch for next major release, which 
should NOT be shipped with any {{npm audit}} issues lurking
* {{npm audit}} step added to CI for both patch release and next major release


> Resolve npm audit issues in platforms - patch updates
> -
>
> Key: CB-14145
> URL: https://issues.apache.org/jira/browse/CB-14145
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-common, cordova-ios, cordova-js, cordova-osx, cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> From private discussions I discovered that running {{npm audit}} on a number 
> of components would report dependencies with security issues. While we could 
> not see any {{npm audit}} issues that may affect applications built using 
> Cordova I think it is extremely important to resolve these issues as soon as 
> possible. Most affect devDependencies used for testing of Cordova itself; a 
> minority seem to affect Cordova scripts that may be run by Cordova 
> application developers. Better safe than sorry!
> I would like to resolve this issue as follows:
> * patch release of common library components such as {{cordova-common}}, 
> -{{cordova-lib}}, etc.- (fixed in minor release branch) _- solution for other 
> components to be tracked on GitHub, moved out of the scope of this issue_
> * patch or minor release of -other affected components such as CLI,- Cordova 
> platform implementations, -major plugins, etc.- (expected to be fixed in 
> minor release branch; do not want to pollute the master branch with extra 
> reverts, updated node_modules committed, etc.) _- solution for other 
> components to be tracked on GitHub, moved out of the scope of this issue_
> * -{{npm audit}} issues resolved in master branch for next major release, 
> which should NOT be shipped with any {{npm audit}} issues lurking- _- to be 
> tracked on GitHub, as part of general update of dependencies, moved out of 
> the scope of this issue_
> * -{{npm audit}} step added to CI for both patch release and next major 
> release- _(not wanted)_



--
This message was sent by 

[jira] [Resolved] (CB-14145) Resolve npm audit issues in platforms - patch updates

2018-08-13 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14145.
--
Resolution: Fixed

> Resolve npm audit issues in platforms - patch updates
> -
>
> Key: CB-14145
> URL: https://issues.apache.org/jira/browse/CB-14145
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-common, cordova-ios, cordova-js, cordova-osx, cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> From private discussions I discovered that running {{npm audit}} on a number 
> of components would report dependencies with security issues. While we could 
> not see any {{npm audit}} issues that may affect applications built using 
> Cordova I think it is extremely important to resolve these issues as soon as 
> possible. Most affect devDependencies used for testing of Cordova itself; a 
> minority seem to affect Cordova scripts that may be run by Cordova 
> application developers. Better safe than sorry!
> I would like to resolve this issue as follows:
> * patch release of common library components such as {{cordova-common}}, 
> -{{cordova-lib}}, etc.- (fixed in minor release branch) _- solution for other 
> components to be tracked on GitHub, moved out of the scope of this issue_
> * patch or minor release of -other affected components such as CLI,- Cordova 
> platform implementations, -major plugins, etc.- (expected to be fixed in 
> minor release branch; do not want to pollute the master branch with extra 
> reverts, updated node_modules committed, etc.) _- solution for other 
> components to be tracked on GitHub, moved out of the scope of this issue_
> * -{{npm audit}} issues resolved in master branch for next major release, 
> which should NOT be shipped with any {{npm audit}} issues lurking- _- to be 
> tracked on GitHub, as part of general update of dependencies, moved out of 
> the scope of this issue_
> * -{{npm audit}} step added to CI for both patch release and next major 
> release- _(not wanted)_



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14145) Resolve npm audit issues in platforms - patch updates

2018-08-13 Thread Chris Brody (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16578234#comment-16578234
 ] 

Chris Brody commented on CB-14145:
--

Limiting the scope of this issue to {{cordova-coho}}, {{cordova-common}}, and 
Cordova platforms in patch release which has already been done. Resolving {{npm 
audit}} issues in other components will be tracked on GitHub. Resolving {{npm 
audit}} issues on {{master}} for next major release will be tracked on GitHub 
and should be part of general dependency updates.

> Resolve npm audit issues in platforms - patch updates
> -
>
> Key: CB-14145
> URL: https://issues.apache.org/jira/browse/CB-14145
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-common, cordova-ios, cordova-js, cordova-osx, cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> From private discussions I discovered that running {{npm audit}} on a number 
> of components would report dependencies with security issues. While we could 
> not see any {{npm audit}} issues that may affect applications built using 
> Cordova I think it is extremely important to resolve these issues as soon as 
> possible. Most affect devDependencies used for testing of Cordova itself; a 
> minority seem to affect Cordova scripts that may be run by Cordova 
> application developers. Better safe than sorry!
> I would like to resolve this issue as follows:
> * patch release of common library components such as {{cordova-common}}, 
> {{cordova-lib}}, etc. (fixed in minor release branch)
> * patch or minor release of other affected components such as CLI, Cordova 
> platform implementations, major plugins, etc. (expected to be fixed in minor 
> release branch; do not want to pollute the master branch with extra reverts, 
> updated node_modules committed, etc.)
> * {{npm audit}} issues resolved in master branch for next major release, 
> which should NOT be shipped with any {{npm audit}} issues lurking
> * {{npm audit}} step added to CI for both patch release and next major release



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14145) Resolve npm audit issues in platforms - patch updates

2018-08-13 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14145:
-
Summary: Resolve npm audit issues in platforms - patch updates  (was: 
Resolve npm audit issues)

> Resolve npm audit issues in platforms - patch updates
> -
>
> Key: CB-14145
> URL: https://issues.apache.org/jira/browse/CB-14145
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-common, cordova-ios, cordova-js, cordova-osx, cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> From private discussions I discovered that running {{npm audit}} on a number 
> of components would report dependencies with security issues. While we could 
> not see any {{npm audit}} issues that may affect applications built using 
> Cordova I think it is extremely important to resolve these issues as soon as 
> possible. Most affect devDependencies used for testing of Cordova itself; a 
> minority seem to affect Cordova scripts that may be run by Cordova 
> application developers. Better safe than sorry!
> I would like to resolve this issue as follows:
> * patch release of common library components such as {{cordova-common}}, 
> {{cordova-lib}}, etc. (fixed in minor release branch)
> * patch or minor release of other affected components such as CLI, Cordova 
> platform implementations, major plugins, etc. (expected to be fixed in minor 
> release branch; do not want to pollute the master branch with extra reverts, 
> updated node_modules committed, etc.)
> * {{npm audit}} issues resolved in master branch for next major release, 
> which should NOT be shipped with any {{npm audit}} issues lurking
> * {{npm audit}} step added to CI for both patch release and next major release



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14145) Resolve npm audit issues

2018-08-13 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14145:
-
Component/s: (was: cordova-plugman)
 (was: cordova-lib)
 (was: cordova-cli)
 (was: cordova-app-hello-world)

> Resolve npm audit issues
> 
>
> Key: CB-14145
> URL: https://issues.apache.org/jira/browse/CB-14145
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-browser, cordova-coho, 
> cordova-common, cordova-ios, cordova-js, cordova-osx, cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> From private discussions I discovered that running {{npm audit}} on a number 
> of components would report dependencies with security issues. While we could 
> not see any {{npm audit}} issues that may affect applications built using 
> Cordova I think it is extremely important to resolve these issues as soon as 
> possible. Most affect devDependencies used for testing of Cordova itself; a 
> minority seem to affect Cordova scripts that may be run by Cordova 
> application developers. Better safe than sorry!
> I would like to resolve this issue as follows:
> * patch release of common library components such as {{cordova-common}}, 
> {{cordova-lib}}, etc. (fixed in minor release branch)
> * patch or minor release of other affected components such as CLI, Cordova 
> platform implementations, major plugins, etc. (expected to be fixed in minor 
> release branch; do not want to pollute the master branch with extra reverts, 
> updated node_modules committed, etc.)
> * {{npm audit}} issues resolved in master branch for next major release, 
> which should NOT be shipped with any {{npm audit}} issues lurking
> * {{npm audit}} step added to CI for both patch release and next major release



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14230) cordova-browser patch release August 2018

2018-08-10 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14230.
--
Resolution: Fixed

> cordova-browser patch release August 2018
> -
>
> Key: CB-14230
> URL: https://issues.apache.org/jira/browse/CB-14230
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-browser
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-browser package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md](with
>  some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14230) cordova-browser patch release August 2018

2018-08-09 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14230:
-
Summary: cordova-browser patch release August 2018  (was: cordova-browser 
patch release July 2018)

> cordova-browser patch release August 2018
> -
>
> Key: CB-14230
> URL: https://issues.apache.org/jira/browse/CB-14230
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-browser
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-browser package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md](with
>  some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14251) cordova-fetch patch release August 2018

2018-08-06 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody closed CB-14251.

Resolution: Duplicate

Migrated to [GH 
apache/cordova-fetch#37|https://github.com/apache/cordova-fetch/issues/37], 
closing this one as a Duplicate

> cordova-fetch patch release August 2018
> ---
>
> Key: CB-14251
> URL: https://issues.apache.org/jira/browse/CB-14251
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-fetch
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release wanted with the following updates:
>  * repo URL fix from [https://github.com/apache/cordova-fetch/pull/20]
>  * explicit requirement for cordova-common@2.2.5 (or cordova-common@^2.2.5) 
> in dependencies, which would be an in-range update (not wanted in master 
> branch, see note below)
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md
>  (with some minor adjustments)
> Note: cordova-common@^2.2.5 dependency update is not wanted in master branch. 
> The master branch of this and other Cordova repos should now target the next 
> major release as discussed in [this d...@cordova.apache.org 
> thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14256) coho audit-license-headers issues in cordova-fetch

2018-08-06 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody closed CB-14256.

Resolution: Duplicate

Issue is now migrated to [GH 
apache/cordova-fetch#35|https://github.com/apache/cordova-fetch/issues/35], 
closing this one as a Duplicate.

> coho audit-license-headers issues in cordova-fetch
> --
>
> Key: CB-14256
> URL: https://issues.apache.org/jira/browse/CB-14256
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-fetch
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> {{coho audit-license-headers -r fetch}} uncovered the following text files 
> without a valid license header:
>  * {{spec/support/dummy-local-plugin/plugin.xml}}
>  * {{spec/support/repo-name-neq-plugin-id.git/HEAD}}
>  * {{spec/support/repo-name-neq-plugin-id.git/config}}
>  * {{spec/support/repo-name-neq-plugin-id.git/refs/heads/master}}
> On the {{1.3.x}} branch this issue only shows up in 
> {{spec/support/dummy-local-plugin/plugin.xml}} at this time.
> Recommended solution is to add standard header to 
> {{spec/support/dummy-local-plugin/plugin.xml}} and add the other files to 
> {{.ratignore}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14256) coho audit-license-headers issues in cordova-fetch

2018-08-06 Thread Chris Brody (JIRA)
Chris Brody created CB-14256:


 Summary: coho audit-license-headers issues in cordova-fetch
 Key: CB-14256
 URL: https://issues.apache.org/jira/browse/CB-14256
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-fetch
Reporter: Chris Brody
Assignee: Chris Brody


{{coho audit-license-headers -r fetch}} uncovered the following text files 
without a valid license header:
 * {{spec/support/dummy-local-plugin/plugin.xml}}
 * {{spec/support/repo-name-neq-plugin-id.git/HEAD}}
 * {{spec/support/repo-name-neq-plugin-id.git/config}}
 * {{spec/support/repo-name-neq-plugin-id.git/refs/heads/master}}

On the {{1.3.x}} branch this issue only shows up in 
{{spec/support/dummy-local-plugin/plugin.xml}} at this time.

Recommended solution is to add standard header to 
{{spec/support/dummy-local-plugin/plugin.xml}} and add the other files to 
{{.ratignore}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14251) cordova-fetch patch release August 2018

2018-08-02 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14251:
-
Description: 
Patch release wanted with the following updates:
 * repo URL fix from [https://github.com/apache/cordova-fetch/pull/20]
 * explicit requirement for cordova-common@2.2.5 (or cordova-common@^2.2.5) in 
dependencies, which would be an in-range update (not wanted in master branch, 
see note below)

Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md
 (with some minor adjustments)

Note: cordova-common@^2.2.5 dependency update is not wanted in master branch. 
The master branch of this and other Cordova repos should now target the next 
major release as discussed in [this d...@cordova.apache.org 
thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E].

  was:
Patch release wanted with the following updates:
 * repo URL fix from [https://github.com/apache/cordova-fetch/pull/20]
 * explicit requirement for cordova-common@2.2.5 (or cordova-common@^2.2.5) in 
dependencies, which would be an in-range update

P.S. cordova-common@^2.2.5 dependency update is not wanted in master branch. 
The master branch of this and other Cordova repos should now target the next 
major release as discussed in [this d...@cordova.apache.org 
thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E].


> cordova-fetch patch release August 2018
> ---
>
> Key: CB-14251
> URL: https://issues.apache.org/jira/browse/CB-14251
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-fetch
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release wanted with the following updates:
>  * repo URL fix from [https://github.com/apache/cordova-fetch/pull/20]
>  * explicit requirement for cordova-common@2.2.5 (or cordova-common@^2.2.5) 
> in dependencies, which would be an in-range update (not wanted in master 
> branch, see note below)
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md
>  (with some minor adjustments)
> Note: cordova-common@^2.2.5 dependency update is not wanted in master branch. 
> The master branch of this and other Cordova repos should now target the next 
> major release as discussed in [this d...@cordova.apache.org 
> thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14251) cordova-fetch patch release August 2018

2018-08-02 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14251:
-
Description: 
Patch release wanted with the following updates:
 * repo URL fix from [https://github.com/apache/cordova-fetch/pull/20]
 * explicit requirement for cordova-common@2.2.5 (or cordova-common@^2.2.5) in 
dependencies, which would be an in-range update

P.S. cordova-common@^2.2.5 is not wanted in master branch. The master branch of 
this and other Cordova repos should now target the next major release as 
discussed in [this d...@cordova.apache.org 
thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E].

  was:
Patch release wanted with the following updates:
 * repo URL fix from [https://github.com/apache/cordova-fetch/pull/20]
 * explicit requirement for cordova-common@2.2.5 (or cordova-common@^2.2.5) in 
dependencies, which would be an in-range update


> cordova-fetch patch release August 2018
> ---
>
> Key: CB-14251
> URL: https://issues.apache.org/jira/browse/CB-14251
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-fetch
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release wanted with the following updates:
>  * repo URL fix from [https://github.com/apache/cordova-fetch/pull/20]
>  * explicit requirement for cordova-common@2.2.5 (or cordova-common@^2.2.5) 
> in dependencies, which would be an in-range update
> P.S. cordova-common@^2.2.5 is not wanted in master branch. The master branch 
> of this and other Cordova repos should now target the next major release as 
> discussed in [this d...@cordova.apache.org 
> thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14251) cordova-fetch patch release August 2018

2018-08-02 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14251:
-
Description: 
Patch release wanted with the following updates:
 * repo URL fix from [https://github.com/apache/cordova-fetch/pull/20]
 * explicit requirement for cordova-common@2.2.5 (or cordova-common@^2.2.5) in 
dependencies, which would be an in-range update

P.S. cordova-common@^2.2.5 dependency update is not wanted in master branch. 
The master branch of this and other Cordova repos should now target the next 
major release as discussed in [this d...@cordova.apache.org 
thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E].

  was:
Patch release wanted with the following updates:
 * repo URL fix from [https://github.com/apache/cordova-fetch/pull/20]
 * explicit requirement for cordova-common@2.2.5 (or cordova-common@^2.2.5) in 
dependencies, which would be an in-range update

P.S. cordova-common@^2.2.5 is not wanted in master branch. The master branch of 
this and other Cordova repos should now target the next major release as 
discussed in [this d...@cordova.apache.org 
thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E].


> cordova-fetch patch release August 2018
> ---
>
> Key: CB-14251
> URL: https://issues.apache.org/jira/browse/CB-14251
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-fetch
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release wanted with the following updates:
>  * repo URL fix from [https://github.com/apache/cordova-fetch/pull/20]
>  * explicit requirement for cordova-common@2.2.5 (or cordova-common@^2.2.5) 
> in dependencies, which would be an in-range update
> P.S. cordova-common@^2.2.5 dependency update is not wanted in master branch. 
> The master branch of this and other Cordova repos should now target the next 
> major release as discussed in [this d...@cordova.apache.org 
> thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14251) cordova-fetch patch release August 2018

2018-08-02 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14251:
-
Description: 
Patch release wanted with the following updates:
 * repo URL fix from [https://github.com/apache/cordova-fetch/pull/20]
 * explicit requirement for cordova-common@2.2.5 (or cordova-common@^2.2.5) in 
dependencies, which would be an in-range update

  was:Patch release wanted with repo URL fix from 
[https://github.com/apache/cordova-fetch/pull/20] and explicit requirement for 
cordova-common@2.2.5 (or cordova-common@^2.2.5) in dependencies


> cordova-fetch patch release August 2018
> ---
>
> Key: CB-14251
> URL: https://issues.apache.org/jira/browse/CB-14251
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-fetch
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release wanted with the following updates:
>  * repo URL fix from [https://github.com/apache/cordova-fetch/pull/20]
>  * explicit requirement for cordova-common@2.2.5 (or cordova-common@^2.2.5) 
> in dependencies, which would be an in-range update



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14251) cordova-fetch patch release August 2018

2018-08-02 Thread Chris Brody (JIRA)
Chris Brody created CB-14251:


 Summary: cordova-fetch patch release August 2018
 Key: CB-14251
 URL: https://issues.apache.org/jira/browse/CB-14251
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-fetch
Reporter: Chris Brody
Assignee: Chris Brody


Patch release wanted with repo URL fix from 
[https://github.com/apache/cordova-fetch/pull/20] and explicit requirement for 
cordova-common@2.2.5 (or cordova-common@^2.2.5) in dependencies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14174) cordova-common followup patch release July 2018

2018-08-02 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody closed CB-14174.


> cordova-common followup patch release July 2018
> ---
>
> Key: CB-14174
> URL: https://issues.apache.org/jira/browse/CB-14174
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
> Fix For: 2.2.5
>
>
> Followup patch release is wanted to use plist@2 instead of plist@3 dependency 
> to resolve ugly engine warning on deprecated Node.js 4. (Followup to 
> cordova-common patch made in CB-14138)
>  
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
>  (with minor adaptations).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14174) cordova-common followup patch release July 2018

2018-08-02 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14174.
--
Resolution: Fixed

Blog post is now published

> cordova-common followup patch release July 2018
> ---
>
> Key: CB-14174
> URL: https://issues.apache.org/jira/browse/CB-14174
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
> Fix For: 2.2.5
>
>
> Followup patch release is wanted to use plist@2 instead of plist@3 dependency 
> to resolve ugly engine warning on deprecated Node.js 4. (Followup to 
> cordova-common patch made in CB-14138)
>  
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
>  (with minor adaptations).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14250) start cordova-fetch@2.0.0-dev

2018-08-02 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14250:
-
Summary: start cordova-fetch@2.0.0-dev  (was: start cordova-fetch@2.0.0)

> start cordova-fetch@2.0.0-dev
> -
>
> Key: CB-14250
> URL: https://issues.apache.org/jira/browse/CB-14250
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-fetch
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> As agreed in [this thread on 
> d...@cordova.apache.org|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14250) start cordova-fetch@2.0.0

2018-08-02 Thread Chris Brody (JIRA)
Chris Brody created CB-14250:


 Summary: start cordova-fetch@2.0.0
 Key: CB-14250
 URL: https://issues.apache.org/jira/browse/CB-14250
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-fetch
Reporter: Chris Brody
Assignee: Chris Brody


As agreed in [this thread on 
d...@cordova.apache.org|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14249) Inconsistency in platforms vs tools release in cordova-coho docs

2018-08-02 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14249:
-
Description: 
The procedure for tools release is that once the tools release is made, version 
must be incremented to new -dev version. This does not seem to be the case for 
platforms release.

I think we did not catch this for a long time since the coho tools 
automatically marks new "-dev" version in master, in case of release from 
master. But in case of release from non-master branch this does not seem to be 
the case.

This should be relatively straightforward except for another factor: in case a 
proposed release does not pass the vote the procedure is different: for tools 
it says we should go on with the next release while for platforms it says we 
should do a revert to go back to the previous "-dev" before fixing. I think 
this inconsistency should also be resolved, somehow.

As a workaround I would mark the "-dev" version in a patch branch before 
committing any changes to a non-master branch, for example: 
https://github.com/apache/cordova-android/pull/470

P.S. I think it would be best to get agreement via 
[mailto:d...@cordova.apache.org], cannot tell for sure when I will get a chance 
to do this.

  was:
The procedure for tools release is that once the tools release is made, version 
must be incremented to new -dev version. This does not seem to be the case for 
platforms release.

I think we did not catch this for a long time since the coho tools 
automatically marks new "-dev" version in master, in case of release from 
master. But in case of release from non-master branch this does not seem to be 
the case.

This should be relatively straightforward except for another factor: in case a 
proposed release does not pass the vote the procedure is different: for tools 
it says we should go on with the next release while for platforms it says we 
should do a revert to go back to the previous "-dev" before fixing. I think 
this inconsistency should also be resolved, somehow.

As a workaround I would mark the "-dev" version in a patch branch before 
committing any changes to a non-master branch, for example: 
https://github.com/apache/cordova-android/pull/470


> Inconsistency in platforms vs tools release in cordova-coho docs
> 
>
> Key: CB-14249
> URL: https://issues.apache.org/jira/browse/CB-14249
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-coho
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> The procedure for tools release is that once the tools release is made, 
> version must be incremented to new -dev version. This does not seem to be the 
> case for platforms release.
> I think we did not catch this for a long time since the coho tools 
> automatically marks new "-dev" version in master, in case of release from 
> master. But in case of release from non-master branch this does not seem to 
> be the case.
> This should be relatively straightforward except for another factor: in case 
> a proposed release does not pass the vote the procedure is different: for 
> tools it says we should go on with the next release while for platforms it 
> says we should do a revert to go back to the previous "-dev" before fixing. I 
> think this inconsistency should also be resolved, somehow.
> As a workaround I would mark the "-dev" version in a patch branch before 
> committing any changes to a non-master branch, for example: 
> https://github.com/apache/cordova-android/pull/470
> P.S. I think it would be best to get agreement via 
> [mailto:d...@cordova.apache.org], cannot tell for sure when I will get a 
> chance to do this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14249) Inconsistency in platforms vs tools release in cordova-coho docs

2018-08-02 Thread Chris Brody (JIRA)
Chris Brody created CB-14249:


 Summary: Inconsistency in platforms vs tools release in 
cordova-coho docs
 Key: CB-14249
 URL: https://issues.apache.org/jira/browse/CB-14249
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-coho
Reporter: Chris Brody
Assignee: Chris Brody


The procedure for tools release is that once the tools release is made, version 
must be incremented to new -dev version. This does not seem to be the case for 
platforms release.

I think we did not catch this for a long time since the coho tools 
automatically marks new "-dev" version in master, in case of release from 
master. But in case of release from non-master branch this does not seem to be 
the case.

This should be relatively straightforward except for another factor: in case a 
proposed release does not pass the vote the procedure is different: for tools 
it says we should go on with the next release while for platforms it says we 
should do a revert to go back to the previous "-dev" before fixing. I think 
this inconsistency should also be resolved, somehow.

As a workaround I would mark the "-dev" version in a patch branch before 
committing any changes to a non-master branch, for example: 
https://github.com/apache/cordova-android/pull/470



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14248) Commit package-lock.json

2018-08-01 Thread Chris Brody (JIRA)
Chris Brody created CB-14248:


 Summary: Commit package-lock.json
 Key: CB-14248
 URL: https://issues.apache.org/jira/browse/CB-14248
 Project: Apache Cordova
  Issue Type: Task
  Components: AllComponents, AllPlatforms, AllPlugins
Reporter: Chris Brody
Assignee: Chris Brody


As discussed and agreed in [this d...@cordova.apache.org 
thread|https://lists.apache.org/thread.html/7f92561d382f143aaf49e083bbe215dcf95a3f4d8b6e3cbb6089a5f3@%3Cdev.cordova.apache.org%3E]:
 package-lock.json should be committed in {{master}} branch of all active 
Cordova repos (for the next major release).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14242) Remove bundledDependencies & committed node_modules from cordova-ios

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14242:
-
Description: 
As described in parent task CB-14241: now that next major "-dev" release is 
marked (cordova-ios@5.0.0-dev) and CB-14074 (remove Node.js 4 from cordova-ios 
package.json & CI) is committed it is time to:
 * remove {{bundledDependencies}} entry from {{package.json}}
 * remove the committed {{node_modules}}
 * fix {{.gitignore}} to completely ignore {{node_modules}}

  was:
As described in parent task CB-14241: now that next major "-dev" release is 
marked (cordova-ios@5.0.0-dev) and CB-14074 (remove Node.js 4 from cordova-ios 
package.json & CI) is committed it is time to:
* remove {{bundledDependencies}} entry from {{package.json}}
* remove the committed {{node_modules}}


> Remove bundledDependencies & committed node_modules from cordova-ios
> 
>
> Key: CB-14242
> URL: https://issues.apache.org/jira/browse/CB-14242
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-ios
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> As described in parent task CB-14241: now that next major "-dev" release is 
> marked (cordova-ios@5.0.0-dev) and CB-14074 (remove Node.js 4 from 
> cordova-ios package.json & CI) is committed it is time to:
>  * remove {{bundledDependencies}} entry from {{package.json}}
>  * remove the committed {{node_modules}}
>  * fix {{.gitignore}} to completely ignore {{node_modules}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14241) Remove bundledDependencies & committed node_modules

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14241:
-
Description: 
The following items are no longer needed as we drop support for deprecated 
Node.js version:
 * {{bundledDependencies}} item in {{package.json}}
 * committed {{node_modules}} directory tree

These items should be removed for each of the actively supported Cordova 
platforms (Android, browser, iOS, "osx" (mac OS), and Windows). In addition we 
should check if any such artifacts may remain in any other Cordova repos.

I think this should be done for each of the repositories after the following 
prerequisites:
 * package version is updated to the next major release number, with "-dev" at 
the end to indicate that it is not being released, as agreed in [this 
d...@cordova.apache.org 
thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E]
 * as already tracked in subtasks of CB-14063, already done in some of the 
active Cordova repos: drop support for deprecated Node.js 4 version (this 
should be done in {{package.json}}, {{.travis.yml}}, {{appveyor.yml}} or 
{{.appveyor.yml}}, and anywhere else as needed)
* fix {{.gitignore}} to completely ignore contents of {{node_modules}}

  was:
The following items are no longer needed as we drop support for deprecated 
Node.js version:
 * {{bundledDependencies}} item in {{package.json}}
 * committed {{node_modules}} directory tree

These items should be removed for each of the actively supported Cordova 
platforms (Android, browser, iOS, "osx" (mac OS), and Windows). In addition we 
should check if any such artifacts may remain in any other Cordova repos.

I think this should be done for each of the repositories after the following 
prerequisites:
 * package version is updated to the next major release number, with "-dev" at 
the end to indicate that it is not being released, as agreed in [this 
d...@cordova.apache.org 
thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E]
 * as already tracked in subtasks of CB-14063, already done in some of the 
active Cordova repos: drop support for deprecated Node.js 4 version (this 
should be done in {{package.json}}, {{.travis.yml}}, {{appveyor.yml}} or 
{{.appveyor.yml}}, and anywhere else as needed)


> Remove bundledDependencies & committed node_modules
> ---
>
> Key: CB-14241
> URL: https://issues.apache.org/jira/browse/CB-14241
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android, cordova-browser, cordova-ios, 
> cordova-osx, cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> The following items are no longer needed as we drop support for deprecated 
> Node.js version:
>  * {{bundledDependencies}} item in {{package.json}}
>  * committed {{node_modules}} directory tree
> These items should be removed for each of the actively supported Cordova 
> platforms (Android, browser, iOS, "osx" (mac OS), and Windows). In addition 
> we should check if any such artifacts may remain in any other Cordova repos.
> I think this should be done for each of the repositories after the following 
> prerequisites:
>  * package version is updated to the next major release number, with "-dev" 
> at the end to indicate that it is not being released, as agreed in [this 
> d...@cordova.apache.org 
> thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E]
>  * as already tracked in subtasks of CB-14063, already done in some of the 
> active Cordova repos: drop support for deprecated Node.js 4 version (this 
> should be done in {{package.json}}, {{.travis.yml}}, {{appveyor.yml}} or 
> {{.appveyor.yml}}, and anywhere else as needed)
> * fix {{.gitignore}} to completely ignore contents of {{node_modules}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14242) Remove bundledDependencies & committed node_modules from cordova-ios

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14242:
-
Description: 
As described in parent task CB-14241: now that next major "-dev" release is 
marked (cordova-ios@5.0.0-dev) and CB-14074 (remove Node.js 4 from cordova-ios 
package.json & CI) is committed it is time to:
* remove {{bundledDependencies}} entry from {{package.json}}
* remove the committed {{node_modules}}

  was:As described in parent task CB-14241: once next major "-dev" release is 
marked (cordova-ios@5.0.0-dev) and CB-14074 - remove Node.js 4 from cordova-ios 
package.json & CI are done then we should remove the committed {{node_modules}} 
from the master branch of cordova-ios.


> Remove bundledDependencies & committed node_modules from cordova-ios
> 
>
> Key: CB-14242
> URL: https://issues.apache.org/jira/browse/CB-14242
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-ios
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> As described in parent task CB-14241: now that next major "-dev" release is 
> marked (cordova-ios@5.0.0-dev) and CB-14074 (remove Node.js 4 from 
> cordova-ios package.json & CI) is committed it is time to:
> * remove {{bundledDependencies}} entry from {{package.json}}
> * remove the committed {{node_modules}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14074) Remove Node 4 support - cordova-ios

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14074.
--
Resolution: Fixed

> Remove Node 4 support - cordova-ios
> ---
>
> Key: CB-14074
> URL: https://issues.apache.org/jira/browse/CB-14074
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-ios
>Reporter: Darryl Pogue
>Assignee: Chris Brody
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14242) Remove bundledDependencies & committed node_modules from cordova-ios

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14242:
-
Summary: Remove bundledDependencies & committed node_modules from 
cordova-ios  (was: Remove committed node_modules from cordova-ios (next major 
release))

> Remove bundledDependencies & committed node_modules from cordova-ios
> 
>
> Key: CB-14242
> URL: https://issues.apache.org/jira/browse/CB-14242
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-ios
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> As described in parent task CB-14241: once next major "-dev" release is 
> marked (cordova-ios@5.0.0-dev) and CB-14074 - remove Node.js 4 from 
> cordova-ios package.json & CI are done then we should remove the committed 
> {{node_modules}} from the master branch of cordova-ios.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14241) Remove bundledDependencies & committed node_modules

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14241:
-
Description: 
The following items are no longer needed as we drop support for deprecated 
Node.js version:
 * {{bundledDependencies}} item in {{package.json}}
 * committed {{node_modules}} directory tree

These items should be removed for each of the actively supported Cordova 
platforms (Android, browser, iOS, "osx" (mac OS), and Windows). In addition we 
should check if any such artifacts may remain in any other Cordova repos.

I think this should be done for each of the repositories after the following 
prerequisites:
 * package version is updated to the next major release number, with "-dev" at 
the end to indicate that it is not being released, as agreed in [this 
d...@cordova.apache.org 
thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E]
 * as already tracked in subtasks of CB-14063, already done in some of the 
active Cordova repos: drop support for deprecated Node.js 4 version (this 
should be done in {{package.json}}, {{.travis.yml}}, {{appveyor.yml}} or 
{{.appveyor.yml}}, and anywhere else as needed)

  was:
The following items are no longer needed as we drop support for deprecated 
Node.js version:
 * {{bundledDependencies}} item in {{package.json}}
 * committed {{node_modules}} directory tree

These items should be removed for each of the actively supported Cordova 
platforms (Android, browser, iOS, "osx" (mac OS), and Windows). In addition we 
should check if any such artifacts may remain in any other Cordova repos.

I think this should be done for each of the repositories after the following 
prerequisites:
 * package version is updated to the next major release number, with "-dev" at 
the end to indicate that it is not being released, as agreed in [this 
d...@cordova.apache.org 
thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E]
 * as already tracked in drop support for deprecated Node.js 4 version in 
{{package.json}}, {{.travis.yml}}, {{appveyor.yml}} or {{.appveyor.yml}}, and 
anywhere else as needed


> Remove bundledDependencies & committed node_modules
> ---
>
> Key: CB-14241
> URL: https://issues.apache.org/jira/browse/CB-14241
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android, cordova-browser, cordova-ios, 
> cordova-osx, cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> The following items are no longer needed as we drop support for deprecated 
> Node.js version:
>  * {{bundledDependencies}} item in {{package.json}}
>  * committed {{node_modules}} directory tree
> These items should be removed for each of the actively supported Cordova 
> platforms (Android, browser, iOS, "osx" (mac OS), and Windows). In addition 
> we should check if any such artifacts may remain in any other Cordova repos.
> I think this should be done for each of the repositories after the following 
> prerequisites:
>  * package version is updated to the next major release number, with "-dev" 
> at the end to indicate that it is not being released, as agreed in [this 
> d...@cordova.apache.org 
> thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E]
>  * as already tracked in subtasks of CB-14063, already done in some of the 
> active Cordova repos: drop support for deprecated Node.js 4 version (this 
> should be done in {{package.json}}, {{.travis.yml}}, {{appveyor.yml}} or 
> {{.appveyor.yml}}, and anywhere else as needed)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14241) Remove bundledDependencies & committed node_modules

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14241:
-
Description: 
The following items are no longer needed as we drop support for deprecated 
Node.js version:
 * {{bundledDependencies}} item in {{package.json}}
 * committed {{node_modules}} directory tree

These items should be removed for each of the actively supported Cordova 
platforms (Android, browser, iOS, "osx" (mac OS), and Windows). In addition we 
should check if any such artifacts may remain in any other Cordova repos.

I think this should be done for each of the repositories after the following 
prerequisites:
 * package version is updated to the next major release number, with "-dev" at 
the end to indicate that it is not being released, as agreed in [this 
d...@cordova.apache.org 
thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E]
 * as already tracked in drop support for deprecated Node.js 4 version in 
{{package.json}}, {{.travis.yml}}, {{appveyor.yml}} or {{.appveyor.yml}}, and 
anywhere else as needed

  was:
The committed {{node_modules}} directory tree is no longer needed once we drop 
support for the deprecated Node.js 4 version. This should be done for each of 
the actively supported Cordova platforms (Android, browser, iOS, "osx" (mac 
OS), and Windows) and in any other active Cordova repos where {{node_modules}} 
may be committed. I think this should be done for each of the repositories 
after the following prerequisites:
 * package version is updated to the next major release number, with "-dev" at 
the end to indicate that it is not being released
 * drop support for deprecated Node.js 4 version in {{package.json}}, 
{{.travis.yml}}, {{appveyor.yml}} or {{.appveyor.yml}}, and anywhere else needed


> Remove bundledDependencies & committed node_modules
> ---
>
> Key: CB-14241
> URL: https://issues.apache.org/jira/browse/CB-14241
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android, cordova-browser, cordova-ios, 
> cordova-osx, cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> The following items are no longer needed as we drop support for deprecated 
> Node.js version:
>  * {{bundledDependencies}} item in {{package.json}}
>  * committed {{node_modules}} directory tree
> These items should be removed for each of the actively supported Cordova 
> platforms (Android, browser, iOS, "osx" (mac OS), and Windows). In addition 
> we should check if any such artifacts may remain in any other Cordova repos.
> I think this should be done for each of the repositories after the following 
> prerequisites:
>  * package version is updated to the next major release number, with "-dev" 
> at the end to indicate that it is not being released, as agreed in [this 
> d...@cordova.apache.org 
> thread|https://lists.apache.org/thread.html/083ffe568bad2a8adc5533cbe5aca481bdd921e22a6aad9602aaded2@%3Cdev.cordova.apache.org%3E]
>  * as already tracked in drop support for deprecated Node.js 4 version in 
> {{package.json}}, {{.travis.yml}}, {{appveyor.yml}} or {{.appveyor.yml}}, and 
> anywhere else as needed



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14241) Remove bundledDependencies & committed node_modules

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14241:
-
Summary: Remove bundledDependencies & committed node_modules  (was: Remove 
committed node_modules (next major release))

> Remove bundledDependencies & committed node_modules
> ---
>
> Key: CB-14241
> URL: https://issues.apache.org/jira/browse/CB-14241
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android, cordova-browser, cordova-ios, 
> cordova-osx, cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> The committed {{node_modules}} directory tree is no longer needed once we 
> drop support for the deprecated Node.js 4 version. This should be done for 
> each of the actively supported Cordova platforms (Android, browser, iOS, 
> "osx" (mac OS), and Windows) and in any other active Cordova repos where 
> {{node_modules}} may be committed. I think this should be done for each of 
> the repositories after the following prerequisites:
>  * package version is updated to the next major release number, with "-dev" 
> at the end to indicate that it is not being released
>  * drop support for deprecated Node.js 4 version in {{package.json}}, 
> {{.travis.yml}}, {{appveyor.yml}} or {{.appveyor.yml}}, and anywhere else 
> needed



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14245) Drop support for Xcode pre-9.0

2018-08-01 Thread Chris Brody (JIRA)
Chris Brody created CB-14245:


 Summary: Drop support for Xcode pre-9.0
 Key: CB-14245
 URL: https://issues.apache.org/jira/browse/CB-14245
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-docs, cordova-ios, cordova-osx
Reporter: Chris Brody
Assignee: Chris Brody


Background:

Cordova 8.x documents minimum Xcode as follows:
* Xcode 8 for iOS (cordova-docs@master; README.md in cordova-ios@4.5.x & 
cordova-ios@master)
* Xcode 6 for cordova-osx (cordova-docs@master; README.md in cordova-osx@4.0.x 
& cordova-osx@master)

.travis.yml for cordova-ios was upgraded from Xcode 8 to Xcode 9 in 
cordova-ios@master

Apple demands minimum Xcode version 9 for app store.

It is not desired for contributors and committers to continue supporting old 
Xcode version.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14244) start cordova-ios@5.0.0-dev

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14244.
--
Resolution: Fixed

> start cordova-ios@5.0.0-dev
> ---
>
> Key: CB-14244
> URL: https://issues.apache.org/jira/browse/CB-14244
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-ios
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> To be done before the following in {{master}} branch of {{cordova-ios}}:
>  * CB-14074 - remove Node.js 4 support from {{package.json}}, 
> {{.travis.yml}}, {{appveyor.yml}}, ... 
>  * CB-14242 - remove committed {{node_modules}}
>  * any other potentially breaking changes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14244) start cordova-ios@5.0.0-dev

2018-08-01 Thread Chris Brody (JIRA)
Chris Brody created CB-14244:


 Summary: start cordova-ios@5.0.0-dev
 Key: CB-14244
 URL: https://issues.apache.org/jira/browse/CB-14244
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-ios
Reporter: Chris Brody
Assignee: Chris Brody


To be done before the following in {{master}} branch of {{cordova-ios}}:
 * CB-14074 - remove Node.js 4 support from {{package.json}}, {{.travis.yml}}, 
{{appveyor.yml}}, ... 
 * CB-14242 - remove committed {{node_modules}}
 * any other potentially breaking changes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14242) Remove committed node_modules from cordova-ios (next major release)

2018-08-01 Thread Chris Brody (JIRA)
Chris Brody created CB-14242:


 Summary: Remove committed node_modules from cordova-ios (next 
major release)
 Key: CB-14242
 URL: https://issues.apache.org/jira/browse/CB-14242
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: cordova-ios
Reporter: Chris Brody
Assignee: Chris Brody


As described in parent task CB-14241: once next major "-dev" release is marked 
(cordova-ios@5.0.0-dev) and CB-14074 - remove Node.js 4 from cordova-ios 
package.json & CI are done then we should remove the committed {{node_modules}} 
from the master branch of cordova-ios.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14074) Remove Node 4 support - cordova-ios

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14074:
-
Summary: Remove Node 4 support - cordova-ios  (was: Remove Node 4 support 
from CI & package.json - cordova-ios)

> Remove Node 4 support - cordova-ios
> ---
>
> Key: CB-14074
> URL: https://issues.apache.org/jira/browse/CB-14074
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-ios
>Reporter: Darryl Pogue
>Assignee: Chris Brody
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14063) Remove Node 4 support (package.json & CI) - next major release

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14063:
-
Priority: Major  (was: Minor)
 Summary: Remove Node 4 support (package.json & CI) - next major release  
(was: Remove Node 4 from CI)

> Remove Node 4 support (package.json & CI) - next major release
> --
>
> Key: CB-14063
> URL: https://issues.apache.org/jira/browse/CB-14063
> Project: Apache Cordova
>  Issue Type: Task
>  Components: AllComponents
>Reporter: Darryl Pogue
>Assignee: Darryl Pogue
>Priority: Major
>
> After April 30th, 2018, Node 4.x is deprecated and we no longer officially 
> support it.
> Ref: 
> https://cordova.apache.org/news/2016/10/01/0.x-4.x-deprecation-timeline.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14241) Remove committed node_modules (next major release)

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14241:
-
Summary: Remove committed node_modules (next major release)  (was: Remove 
committed node_modules (in next major release))

> Remove committed node_modules (next major release)
> --
>
> Key: CB-14241
> URL: https://issues.apache.org/jira/browse/CB-14241
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android, cordova-browser, cordova-ios, 
> cordova-osx, cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> The committed {{node_modules}} directory tree is no longer needed once we 
> drop support for the deprecated Node.js 4 version. This should be done for 
> each of the actively supported Cordova platforms (Android, browser, iOS, 
> "osx" (mac OS), and Windows) and in any other active Cordova repos where 
> {{node_modules}} may be committed. I think this should be done for each of 
> the repositories after the following prerequisites:
>  * package version is updated to the next major release number, with "-dev" 
> at the end to indicate that it is not being released
>  * drop support for deprecated Node.js 4 version in {{package.json}}, 
> {{.travis.yml}}, {{appveyor.yml}} or {{.appveyor.yml}}, and anywhere else 
> needed



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14074) Remove Node 4 support from CI & package.json - cordova-ios

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14074:
-
Summary: Remove Node 4 support from CI & package.json - cordova-ios  (was: 
Remove Node 4 from CI - cordova-ios)

> Remove Node 4 support from CI & package.json - cordova-ios
> --
>
> Key: CB-14074
> URL: https://issues.apache.org/jira/browse/CB-14074
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-ios
>Reporter: Darryl Pogue
>Assignee: Chris Brody
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-14074) Remove Node 4 from CI - cordova-ios

2018-08-01 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody reassigned CB-14074:


Assignee: Chris Brody  (was: Darryl Pogue)

> Remove Node 4 from CI - cordova-ios
> ---
>
> Key: CB-14074
> URL: https://issues.apache.org/jira/browse/CB-14074
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-ios
>Reporter: Darryl Pogue
>Assignee: Chris Brody
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14241) Remove committed node_modules (in next major release)

2018-08-01 Thread Chris Brody (JIRA)
Chris Brody created CB-14241:


 Summary: Remove committed node_modules (in next major release)
 Key: CB-14241
 URL: https://issues.apache.org/jira/browse/CB-14241
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-android, cordova-browser, cordova-ios, 
cordova-osx, cordova-windows
Reporter: Chris Brody
Assignee: Chris Brody


The committed {{node_modules}} directory tree is no longer needed once we drop 
support for the deprecated Node.js 4 version. This should be done for each of 
the actively supported Cordova platforms (Android, browser, iOS, "osx" (mac 
OS), and Windows) and in any other active Cordova repos where {{node_modules}} 
may be committed. I think this should be done for each of the repositories 
after the following prerequisites:
 * package version is updated to the next major release number, with "-dev" at 
the end to indicate that it is not being released
 * drop support for deprecated Node.js 4 version in {{package.json}}, 
{{.travis.yml}}, {{appveyor.yml}} or {{.appveyor.yml}}, and anywhere else needed



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Reopened] (CB-13254) node 4 with cordova-cli causes platform add issues

2018-07-31 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-13254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody reopened CB-13254:
--
  Assignee: Chris Brody

I will check this when I make upcoming Cordova CLI patch for CB-14145

> node 4 with cordova-cli causes platform add issues
> --
>
> Key: CB-13254
> URL: https://issues.apache.org/jira/browse/CB-13254
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Reporter: Shazron Abdullah
>Assignee: Chris Brody
>Priority: Major
>  Labels: tools-next
>
> From [~jcesarmobile] in dev@:
> {code}
> I'm trying to do cordova platform add
> https://github.com/apache/cordova-ios#4.5.0 and getting this error
> Using CLI 7.0.1:
> cordova platform add https://github.com/apache/cordova-ios#4.5.0
> Using cordova-fetch for https://github.com/apache/cordova-ios#4.5.0
> Adding ios project...
>  Using this version of Cordova with older version of cordova-ios is
> deprecated. Upgrade to cordova-ios@4.0.0 or newer.
> Error: Your ios platform does not have Api.js
> Using nightly CLI:
> cordova platform add https://github.com/apache/cordova-ios#4.5.0
> Warning: using prerelease version 7.0.2-nightly.2017.9.7.596da5df
> (cordova-lib@7.0.2-nightly.2017.9.7.6f5be6a7)
> Using cordova-fetch for https://github.com/apache/cordova-ios#4.5.0
> Adding ios project...
> Unable to load PlatformApi from platform. Error: Cannot find module 'unorm'
> Error: Uncaught, unspecified "error" event. (The platform "ios" does not
> appear to be a valid cordova platform. It is missing API.js. ios not
> supported.)
> node -v
> v4.4.7
> npm -v
> 2.15.8
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14126) cordova-ios does not build with node 10.4.0

2018-07-31 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14126.
--
   Resolution: Fixed
Fix Version/s: 4.5.5

This issue should be solved on very recent cordova-ios@4.5.5 release. Since 
this is not yet part of Cordova CLI it should be possible to obtain the right 
version as follows:

{code}
cordova platform rm ios
# and verify that no artifacts of ios platform remain
cordova platform add ios@4
 {code}

> cordova-ios does not build with node 10.4.0
> ---
>
> Key: CB-14126
> URL: https://issues.apache.org/jira/browse/CB-14126
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 8.0.0, 7.1.0
> Environment: macOS 10.13.5
> Xcode 9.4
> Homebrew 1.6.7-72
> Node 10.4.0
>Reporter: Ronald Ligteringen
>Assignee: Chris Brody
>Priority: Blocker
>  Labels: PhaseScriptExecution, cordova, cordova-ios, ios, node
> Fix For: 4.5.5
>
>
> The latest version of Node hangs the building process of cordova-ios during 
> the PhaseScriptExecution. Furthermore with this version of Node in Cordova 
> 8.0 the command
> cordova requirements
> fails during execution
> FIX: These problems do not arise when using Node 8.11.2 (LTS) instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-14126) cordova-ios does not build with node 10.4.0

2018-07-31 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody reassigned CB-14126:


Assignee: Chris Brody

> cordova-ios does not build with node 10.4.0
> ---
>
> Key: CB-14126
> URL: https://issues.apache.org/jira/browse/CB-14126
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 8.0.0, 7.1.0
> Environment: macOS 10.13.5
> Xcode 9.4
> Homebrew 1.6.7-72
> Node 10.4.0
>Reporter: Ronald Ligteringen
>Assignee: Chris Brody
>Priority: Blocker
>  Labels: PhaseScriptExecution, cordova, cordova-ios, ios, node
>
> The latest version of Node hangs the building process of cordova-ios during 
> the PhaseScriptExecution. Furthermore with this version of Node in Cordova 
> 8.0 the command
> cordova requirements
> fails during execution
> FIX: These problems do not arise when using Node 8.11.2 (LTS) instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14230) cordova-browser patch release July 2018

2018-07-30 Thread Chris Brody (JIRA)
Chris Brody created CB-14230:


 Summary: cordova-browser patch release July 2018
 Key: CB-14230
 URL: https://issues.apache.org/jira/browse/CB-14230
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-browser
Reporter: Chris Brody
Assignee: Chris Brody


Patch release of cordova-browser package with CB-14145 (npm audit issues) 
resolved.

Following steps at 
[https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md](with
 some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14228) cordova-osx patch release July 2018

2018-07-29 Thread Chris Brody (JIRA)
Chris Brody created CB-14228:


 Summary: cordova-osx patch release July 2018
 Key: CB-14228
 URL: https://issues.apache.org/jira/browse/CB-14228
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-osx
Reporter: Chris Brody
Assignee: Chris Brody


Patch release of cordova-osx package with CB-14145 (npm audit issues) resolved.

Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
 (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14226) cordova-windows platform patch release July 2018

2018-07-27 Thread Chris Brody (JIRA)
Chris Brody created CB-14226:


 Summary: cordova-windows platform patch release July 2018
 Key: CB-14226
 URL: https://issues.apache.org/jira/browse/CB-14226
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-windows
Reporter: Chris Brody
Assignee: Chris Brody


Patch release of cordova-windows package with CB-14145 (npm audit issues) 
resolved.

Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
 (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14224) template/Properties/Default.rd.xml needs license header

2018-07-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14224:
-
Description: 
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}} _(update: old {{http}} link in GitHub, no need to update this one)_. 
I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}

_Additional notes:_
- _{{template/Properties/Default.rd.xml}} was introduced in CB-12499._
- _I raised 
[Microsoft/Windows-universal-samples#949|https://github.com/Microsoft/Windows-universal-samples/pull/949]
 to cleanup (and rename) its LICENSE file. This may influence the exact LICENSE 
text we should include in {{template/Properties/Default.rd.xml}}._
- _Another fix to {{template/Properties/Default.rd.xml}} is proposed in 
CB-14225_

  was:
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}} _(update: old {{http}} link in GitHub, no need to update this one)_. 
I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}

_Additional notes:_
- _{{template/Properties/Default.rd.xml}} was introduced in CB-12499._
- _I raised 
[Microsoft/Windows-universal-samples#949|https://github.com/Microsoft/Windows-universal-samples/pull/949]
 to cleanup (and rename) its LICENSE file. This may influence the exact LICENSE 
text we should include in {{template/Properties/Default.rd.xml}}._


> template/Properties/Default.rd.xml needs license header
> ---
>
> Key: CB-14224
> URL: https://issues.apache.org/jira/browse/CB-14224
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> Running {{coho audit-license-headers -r windows}} gives a message that 
> {{template/Properties/Default.rd.xml}} is missing the license header. From a 
> quick search I found {{Default.rd.xml}} in [Microsoft / 
> Windows-universal-samples / SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
>  which is exactly the same except for a {{http}} link that was updated to 
> {{https}} _(update: old {{http}} link in GitHub, no need to update this 
> one)_. I would like to propose the following changes:
>  * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
> SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]-
>  * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
>  (with left alignment fixed)
>  * Link to [Microsoft / Windows-universal-samples / 

[jira] [Created] (CB-14225) Fix sample namespace Serialize attribute in template/Properties/Default.rd.xml

2018-07-26 Thread Chris Brody (JIRA)
Chris Brody created CB-14225:


 Summary: Fix sample namespace Serialize attribute in 
template/Properties/Default.rd.xml
 Key: CB-14225
 URL: https://issues.apache.org/jira/browse/CB-14225
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-windows
Reporter: Chris Brody
Assignee: Chris Brody


If I would generate a new UWP C# project using Visual Studio 2017 and copy the 
generated {{Default.rd.xml}} file into {{template\Properties}} then I would see 
the following diff:
{code:xml}
index 7c40ffeb..af00722c 100644
--- a/template/Properties/Default.rd.xml
+++ b/template/Properties/Default.rd.xml
@@ -12,7 +12,7 @@
 

 Using the Namespace directive to apply reflection policy to all the types 
in a particular namespace
-
+
 -->

 http://schemas.microsoft.com/netfx/2013/01/metadata;>
{code}

I propose to commit this change to the master branch.

Related:
* CB-12499 - introduced {{template/Properties/Default.rd.xml}}
* CB-14224 - proposal to add license text to the header
* 
[Microsoft/Windows-universal-samples#950|https://github.com/Microsoft/Windows-universal-samples/pull/950]
 - similar proposal for [Microsoft / 
Windows-universal-samples|https://github.com/Microsoft/Windows-universal-samples]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14224) template/Properties/Default.rd.xml needs license header

2018-07-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14224:
-
Description: 
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}} _(update: old {{http}} link in GitHub, no need to update this one)_. 
I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}

_Additional notes:_
- _{{template/Properties/Default.rd.xml}} was introduced in CB-12499._
- _I raised 
[Microsoft/Windows-universal-samples#949|https://github.com/Microsoft/Windows-universal-samples/pull/949]
 to cleanup (and rename) its LICENSE file. This may influence the exact LICENSE 
text we should include in {{template/Properties/Default.rd.xml}}._

  was:
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}} _(update: old {{http}} link in GitHub, no need to update this one)_. 
I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}

_Additional noted:_
- _{{template/Properties/Default.rd.xml}} was introduced in CB-12499._
- _I raised 
[Microsoft/Windows-universal-samples#949|https://github.com/Microsoft/Windows-universal-samples/pull/949]
 to cleanup (and rename) its LICENSE file. This may influence the exact LICENSE 
text we should include in {{template/Properties/Default.rd.xml}}._


> template/Properties/Default.rd.xml needs license header
> ---
>
> Key: CB-14224
> URL: https://issues.apache.org/jira/browse/CB-14224
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> Running {{coho audit-license-headers -r windows}} gives a message that 
> {{template/Properties/Default.rd.xml}} is missing the license header. From a 
> quick search I found {{Default.rd.xml}} in [Microsoft / 
> Windows-universal-samples / SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
>  which is exactly the same except for a {{http}} link that was updated to 
> {{https}} _(update: old {{http}} link in GitHub, no need to update this 
> one)_. I would like to propose the following changes:
>  * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
> SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]-
>  * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
>  (with left alignment fixed)
>  * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
> Default.rd.xml 
> 

[jira] [Updated] (CB-14224) template/Properties/Default.rd.xml needs license header

2018-07-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14224:
-
Description: 
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}} _(update: old {{http}} link in GitHub, no need to update this one)_. 
I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}

_Additional noted:_
- _{{template/Properties/Default.rd.xml}} was introduced in CB-12499._
- _I raised 
[Microsoft/Windows-universal-samples#949|https://github.com/Microsoft/Windows-universal-samples/pull/949]
 to cleanup (and rename) its LICENSE file. This may influence the exact LICENSE 
text we should include in {{template/Properties/Default.rd.xml}}._

  was:
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}} _(update: old {{http}} link in GitHub, no need to update this one)_. 
I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}

_P.S. {{template/Properties/Default.rd.xml}} was introduced in CB-12499._


> template/Properties/Default.rd.xml needs license header
> ---
>
> Key: CB-14224
> URL: https://issues.apache.org/jira/browse/CB-14224
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> Running {{coho audit-license-headers -r windows}} gives a message that 
> {{template/Properties/Default.rd.xml}} is missing the license header. From a 
> quick search I found {{Default.rd.xml}} in [Microsoft / 
> Windows-universal-samples / SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
>  which is exactly the same except for a {{http}} link that was updated to 
> {{https}} _(update: old {{http}} link in GitHub, no need to update this 
> one)_. I would like to propose the following changes:
>  * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
> SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]-
>  * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
>  (with left alignment fixed)
>  * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
> Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
>  in {{template/Properties/Default.rd.xml}}
> _Additional noted:_
> - _{{template/Properties/Default.rd.xml}} was introduced in CB-12499._
> - _I raised 
> 

[jira] [Updated] (CB-14224) template/Properties/Default.rd.xml needs license header

2018-07-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14224:
-
Description: 
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}} _(update: old {{http}} link in GitHub, no need to update this one)_. 
I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}

_P.S. {{template/Properties/Default.rd.xml}} was introduced in CB-12499._

  was:
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}} _(update: old {{http}} link in GitHub, no need to update this one)_. 
I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}

_P.S. {{template/Properties/Default.rd.xml}} was introduced in CB-12499._


> template/Properties/Default.rd.xml needs license header
> ---
>
> Key: CB-14224
> URL: https://issues.apache.org/jira/browse/CB-14224
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> Running {{coho audit-license-headers -r windows}} gives a message that 
> {{template/Properties/Default.rd.xml}} is missing the license header. From a 
> quick search I found {{Default.rd.xml}} in [Microsoft / 
> Windows-universal-samples / SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
>  which is exactly the same except for a {{http}} link that was updated to 
> {{https}} _(update: old {{http}} link in GitHub, no need to update this 
> one)_. I would like to propose the following changes:
>  * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
> SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]-
>  * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
>  (with left alignment fixed)
>  * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
> Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/SharedContent/cs/Default.rd.xml]
>  in {{template/Properties/Default.rd.xml}}
> _P.S. {{template/Properties/Default.rd.xml}} was introduced in CB-12499._



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14224) template/Properties/Default.rd.xml needs license header

2018-07-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14224:
-
Description: 
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}} _(update: old {{http}} link in GitHub, no need to update this one)_. 
I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}

_P.S. {{template/Properties/Default.rd.xml}} was introduced in CB-12499._

  was:
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}} _(update: old {{http}} link in GitHub, no need to update this one)_. 
I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}


> template/Properties/Default.rd.xml needs license header
> ---
>
> Key: CB-14224
> URL: https://issues.apache.org/jira/browse/CB-14224
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> Running {{coho audit-license-headers -r windows}} gives a message that 
> {{template/Properties/Default.rd.xml}} is missing the license header. From a 
> quick search I found {{Default.rd.xml}} in [Microsoft / 
> Windows-universal-samples / SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]
>  which is exactly the same except for a {{http}} link that was updated to 
> {{https}} _(update: old {{http}} link in GitHub, no need to update this 
> one)_. I would like to propose the following changes:
>  * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
> SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]-
>  * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
>  (with left alignment fixed)
>  * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
> Default.rd.xml 
> (github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]
>  in {{template/Properties/Default.rd.xml}}
> _P.S. {{template/Properties/Default.rd.xml}} was introduced in CB-12499._



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14224) template/Properties/Default.rd.xml needs license header

2018-07-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14224:
-
Description: 
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}} _(update: old {{http}} link in GitHub, no need to update this one)_. 
I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}

  was:
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}} _(update: old {{http}} link in GitHub, no need to update this one)_. 
I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}


> template/Properties/Default.rd.xml needs license header
> ---
>
> Key: CB-14224
> URL: https://issues.apache.org/jira/browse/CB-14224
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> Running {{coho audit-license-headers -r windows}} gives a message that 
> {{template/Properties/Default.rd.xml}} is missing the license header. From a 
> quick search I found {{Default.rd.xml}} in [Microsoft / 
> Windows-universal-samples / SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]
>  which is exactly the same except for a {{http}} link that was updated to 
> {{https}} _(update: old {{http}} link in GitHub, no need to update this 
> one)_. I would like to propose the following changes:
>  * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
> SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]-
>  * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
>  (with left alignment fixed)
>  * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
> Default.rd.xml 
> (github)|https://github.com/apache/cordova-windows/blob/master/template/Properties/Default.rd.xml]
>  in {{template/Properties/Default.rd.xml}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14224) template/Properties/Default.rd.xml needs license header

2018-07-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14224:
-
Summary: template/Properties/Default.rd.xml needs license header  (was: 
template/Properties/Default.rd.xml needs license header & other updates)

> template/Properties/Default.rd.xml needs license header
> ---
>
> Key: CB-14224
> URL: https://issues.apache.org/jira/browse/CB-14224
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> Running {{coho audit-license-headers -r windows}} gives a message that 
> {{template/Properties/Default.rd.xml}} is missing the license header. From a 
> quick search I found {{Default.rd.xml}} in [Microsoft / 
> Windows-universal-samples / SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
>  which is exactly the same except for a {{http}} link that was updated to 
> {{https}} _(update: old {{http}} link in GitHub, no need to update this 
> one)_. I would like to propose the following changes:
>  * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
> SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]-
>  * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
>  (with left alignment fixed)
>  * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
> Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
>  in {{template/Properties/Default.rd.xml}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14224) template/Properties/Default.rd.xml needs license header & other updates

2018-07-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14224:
-
Description: 
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}} _(update: old {{http}} link in GitHub, no need to update this one)_. 
I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}

  was:
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}}. I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}


> template/Properties/Default.rd.xml needs license header & other updates
> ---
>
> Key: CB-14224
> URL: https://issues.apache.org/jira/browse/CB-14224
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> Running {{coho audit-license-headers -r windows}} gives a message that 
> {{template/Properties/Default.rd.xml}} is missing the license header. From a 
> quick search I found {{Default.rd.xml}} in [Microsoft / 
> Windows-universal-samples / SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
>  which is exactly the same except for a {{http}} link that was updated to 
> {{https}} _(update: old {{http}} link in GitHub, no need to update this 
> one)_. I would like to propose the following changes:
>  * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
> SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]-
>  * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
>  (with left alignment fixed)
>  * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
> Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
>  in {{template/Properties/Default.rd.xml}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14224) template/Properties/Default.rd.xml needs license header & other updates

2018-07-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14224:
-
Description: 
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}}. I would like to propose the following changes:
 * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]-
 * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
 * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}

  was:
Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}}. I would like to propose the following changes:
* Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
* Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
* Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}


> template/Properties/Default.rd.xml needs license header & other updates
> ---
>
> Key: CB-14224
> URL: https://issues.apache.org/jira/browse/CB-14224
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> Running {{coho audit-license-headers -r windows}} gives a message that 
> {{template/Properties/Default.rd.xml}} is missing the license header. From a 
> quick search I found {{Default.rd.xml}} in [Microsoft / 
> Windows-universal-samples / SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
>  which is exactly the same except for a {{http}} link that was updated to 
> {{https}}. I would like to propose the following changes:
>  * -Updated {{https}} link from [Microsoft / Windows-universal-samples / 
> SharedContent / cs / Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]-
>  * Include license text from [Microsoft / Windows-universal-samples / LICENSE 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
>  (with left alignment fixed)
>  * Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
> Default.rd.xml 
> (github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
>  in {{template/Properties/Default.rd.xml}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14224) template/Properties/Default.rd.xml needs license header & other updates

2018-07-26 Thread Chris Brody (JIRA)
Chris Brody created CB-14224:


 Summary: template/Properties/Default.rd.xml needs license header & 
other updates
 Key: CB-14224
 URL: https://issues.apache.org/jira/browse/CB-14224
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-windows
Reporter: Chris Brody
Assignee: Chris Brody


Running {{coho audit-license-headers -r windows}} gives a message that 
{{template/Properties/Default.rd.xml}} is missing the license header. From a 
quick search I found {{Default.rd.xml}} in [Microsoft / 
Windows-universal-samples / SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
 which is exactly the same except for a {{http}} link that was updated to 
{{https}}. I would like to propose the following changes:
* Updated {{https}} link from [Microsoft / Windows-universal-samples / 
SharedContent / cs / Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
* Include license text from [Microsoft / Windows-universal-samples / LICENSE 
(github)|https://github.com/Microsoft/Windows-universal-samples/blob/master/LICENSE]
 (with left alignment fixed)
* Link to [Microsoft / Windows-universal-samples / SharedContent / cs / 
Default.rd.xml 
(github)|https://github.com/Microsoft/Windows-universal-samples/blame/master/SharedContent/cs/Default.rd.xml]
 in {{template/Properties/Default.rd.xml}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-14223) cordova-windows platform patch release

2018-07-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody reassigned CB-14223:


Assignee: Chris Brody  (was: Jesse MacFadyen)

> cordova-windows platform patch release
> --
>
> Key: CB-14223
> URL: https://issues.apache.org/jira/browse/CB-14223
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-ios package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14223) cordova-windows platform patch release

2018-07-26 Thread Chris Brody (JIRA)
Chris Brody created CB-14223:


 Summary: cordova-windows platform patch release
 Key: CB-14223
 URL: https://issues.apache.org/jira/browse/CB-14223
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-windows
Reporter: Chris Brody
Assignee: Jesse MacFadyen


Patch release of cordova-ios package with CB-14145 (npm audit issues) resolved.

Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
 (with some modifications).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14217) cordova-ios platform patch release July 2018

2018-07-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14217.
--
Resolution: Fixed

cordova-ios@4.5.5 was just published

> cordova-ios platform patch release July 2018
> 
>
> Key: CB-14217
> URL: https://issues.apache.org/jira/browse/CB-14217
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-ios
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-ios package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14217) cordova-ios platform patch release July 2018

2018-07-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody closed CB-14217.


> cordova-ios platform patch release July 2018
> 
>
> Key: CB-14217
> URL: https://issues.apache.org/jira/browse/CB-14217
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-ios
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-ios package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-14217) cordova-ios platform patch release July 2018

2018-07-23 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody reassigned CB-14217:


Assignee: Chris Brody

> cordova-ios platform patch release July 2018
> 
>
> Key: CB-14217
> URL: https://issues.apache.org/jira/browse/CB-14217
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-ios
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of cordova-ios package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14217) cordova-ios platform patch release July 2018

2018-07-23 Thread Chris Brody (JIRA)
Chris Brody created CB-14217:


 Summary: cordova-ios platform patch release July 2018
 Key: CB-14217
 URL: https://issues.apache.org/jira/browse/CB-14217
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-ios
Reporter: Chris Brody


Patch release of cordova-ios package with CB-14145 (npm audit issues) resolved.

Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
 (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14203) Cordova-Android platform patch release July 2018

2018-07-23 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14203.
--
Resolution: Fixed

cordova-android@7.1.1 was approved and published

> Cordova-Android platform patch release July 2018
> 
>
> Key: CB-14203
> URL: https://issues.apache.org/jira/browse/CB-14203
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of {{cordova-android}} package with CB-14145 (npm audit issues) 
> resolved. (Other issues will be raised for July 2018 patch releases on the 
> other platforms.)
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md]
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14203) Cordova-Android platform patch release July 2018

2018-07-23 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody closed CB-14203.


> Cordova-Android platform patch release July 2018
> 
>
> Key: CB-14203
> URL: https://issues.apache.org/jira/browse/CB-14203
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of {{cordova-android}} package with CB-14145 (npm audit issues) 
> resolved. (Other issues will be raised for July 2018 patch releases on the 
> other platforms.)
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md]
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14174) cordova-common followup patch release July 2018

2018-07-23 Thread Chris Brody (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16552839#comment-16552839
 ] 

Chris Brody commented on CB-14174:
--

Reopened to update title to "July 2018" and add the blog post.

> cordova-common followup patch release July 2018
> ---
>
> Key: CB-14174
> URL: https://issues.apache.org/jira/browse/CB-14174
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
> Fix For: 2.2.5
>
>
> Followup patch release is wanted to use plist@2 instead of plist@3 dependency 
> to resolve ugly engine warning on deprecated Node.js 4. (Followup to 
> cordova-common patch made in CB-14138)
>  
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
>  (with minor adaptations).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14174) cordova-common followup patch release July 2018

2018-07-23 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14174:
-
Summary: cordova-common followup patch release July 2018  (was: 
cordova-common followup patch release June 2018)

> cordova-common followup patch release July 2018
> ---
>
> Key: CB-14174
> URL: https://issues.apache.org/jira/browse/CB-14174
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
> Fix For: 2.2.5
>
>
> Followup patch release is wanted to use plist@2 instead of plist@3 dependency 
> to resolve ugly engine warning on deprecated Node.js 4. (Followup to 
> cordova-common patch made in CB-14138)
>  
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
>  (with minor adaptations).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Reopened] (CB-14174) cordova-common followup patch release June 2018

2018-07-23 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody reopened CB-14174:
--

> cordova-common followup patch release June 2018
> ---
>
> Key: CB-14174
> URL: https://issues.apache.org/jira/browse/CB-14174
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
> Fix For: 2.2.5
>
>
> Followup patch release is wanted to use plist@2 instead of plist@3 dependency 
> to resolve ugly engine warning on deprecated Node.js 4. (Followup to 
> cordova-common patch made in CB-14138)
>  
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
>  (with minor adaptations).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14205) Add hints to error messages

2018-07-12 Thread Chris Brody (JIRA)
Chris Brody created CB-14205:


 Summary: Add hints to error messages
 Key: CB-14205
 URL: https://issues.apache.org/jira/browse/CB-14205
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-android
Reporter: Chris Brody
Assignee: Chris Brody


As discussed in [this Cordova-Android 7.1.1 
thread|https://lists.apache.org/thread.html/dc48de471e8101d928b74d53497e1e5c50e59727d43e68b49bcac55b@%3Cdev.cordova.apache.org%3E]
 cordova-android generates an unclear error message if Gradle is not present.

I think the best solution would be for error messages to point to help pages 
that describe what the user has to do.

This message is marked for cordova-android; I would like to apply a similar 
solution to the other tools and platforms packages.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14203) Cordova-Android platform patch release July 2018

2018-07-11 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14203:
-
Description: 
Patch release of {{cordova-android}} package with CB-14145 (npm audit issues) 
resolved. (Other issues will be raised for July 2018 patch releases on the 
other platforms.)

Following steps at 
[https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md]
 (with some modifications)

  was:
Patch release of {{cordova-android}} package with CB-14145 (npm audit issues) 
resolved.

Following steps at 
[https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md]
 (with some modifications)


> Cordova-Android platform patch release July 2018
> 
>
> Key: CB-14203
> URL: https://issues.apache.org/jira/browse/CB-14203
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of {{cordova-android}} package with CB-14145 (npm audit issues) 
> resolved. (Other issues will be raised for July 2018 patch releases on the 
> other platforms.)
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md]
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14203) Cordova-Android platform patch release July 2018

2018-07-11 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14203:
-
Description: 
Patch release of {{cordova-android}} package with CB-14145 (npm audit issues) 
resolved.

Following steps at 
[https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md]
 (with some modifications)

  was:
Patch release of supported platform packages with CB-14145 (npm audit issues) 
resolved.

Following steps at 
[https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md]
 (with some modifications)


> Cordova-Android platform patch release July 2018
> 
>
> Key: CB-14203
> URL: https://issues.apache.org/jira/browse/CB-14203
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of {{cordova-android}} package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md]
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14203) Cordova-Android platform patch release July 2018

2018-07-11 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14203:
-
Component/s: (was: cordova-windows)
 (was: cordova-osx)
 (was: cordova-ios)
 (was: cordova-browser)

> Cordova-Android platform patch release July 2018
> 
>
> Key: CB-14203
> URL: https://issues.apache.org/jira/browse/CB-14203
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of {{cordova-android}} package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md]
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14203) Cordova-Android platform patch release July 2018

2018-07-11 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14203:
-
Summary: Cordova-Android platform patch release July 2018  (was: Cordova 
platforms patch release July 2018)

> Cordova-Android platform patch release July 2018
> 
>
> Key: CB-14203
> URL: https://issues.apache.org/jira/browse/CB-14203
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-android, cordova-browser, cordova-ios, 
> cordova-osx, cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Patch release of supported platform packages with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md]
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14203) Cordova platforms patch release July 2018

2018-07-11 Thread Chris Brody (JIRA)
Chris Brody created CB-14203:


 Summary: Cordova platforms patch release July 2018
 Key: CB-14203
 URL: https://issues.apache.org/jira/browse/CB-14203
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-android, cordova-browser, cordova-ios, 
cordova-osx, cordova-windows
Reporter: Chris Brody
Assignee: Chris Brody


Patch release of supported platform packages with CB-14145 (npm audit issues) 
resolved.

Following steps at 
[https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md]
 (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14174) cordova-common followup patch release June 2018

2018-07-02 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14174.
--
   Resolution: Fixed
Fix Version/s: 2.2.5

> cordova-common followup patch release June 2018
> ---
>
> Key: CB-14174
> URL: https://issues.apache.org/jira/browse/CB-14174
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
> Fix For: 2.2.5
>
>
> Followup patch release is wanted to use plist@2 instead of plist@3 dependency 
> to resolve ugly engine warning on deprecated Node.js 4. (Followup to 
> cordova-common patch made in CB-14138)
>  
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
>  (with minor adaptations).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14174) cordova-common followup patch release June 2018

2018-07-02 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody closed CB-14174.


> cordova-common followup patch release June 2018
> ---
>
> Key: CB-14174
> URL: https://issues.apache.org/jira/browse/CB-14174
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
> Fix For: 2.2.5
>
>
> Followup patch release is wanted to use plist@2 instead of plist@3 dependency 
> to resolve ugly engine warning on deprecated Node.js 4. (Followup to 
> cordova-common patch made in CB-14138)
>  
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
>  (with minor adaptations).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14174) cordova-common followup patch release June 2018

2018-06-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14174:
-
Description: 
Followup patch release is wanted to use plist@2 instead of plist@3 dependency 
to resolve ugly engine warning on deprecated Node.js 4. (Followup to 
cordova-common patch made in CB-14138)

 

Following steps at 
[https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
 (with minor adaptations).

  was:Followup patch release is wanted to use plist@2 instead of plist@3 
dependency to resolve ugly engine warning on deprecated Node.js 4. (Followup to 
cordova-common patch made in CB-14138)


> cordova-common followup patch release June 2018
> ---
>
> Key: CB-14174
> URL: https://issues.apache.org/jira/browse/CB-14174
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> Followup patch release is wanted to use plist@2 instead of plist@3 dependency 
> to resolve ugly engine warning on deprecated Node.js 4. (Followup to 
> cordova-common patch made in CB-14138)
>  
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
>  (with minor adaptations).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14174) cordova-common followup patch release June 2018

2018-06-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14174:
-
Description: Followup patch release is wanted to use plist@2 instead of 
plist@3 dependency to resolve ugly engine warning on deprecated Node.js 4. 
(Followup to cordova-common patch made in CB-14138)  (was: Followup patch 
release is wanted to use plist@2 instead of plist@3 dependency to resolve ugly 
engine warning on deprecated Node.js 4.)

> cordova-common followup patch release June 2018
> ---
>
> Key: CB-14174
> URL: https://issues.apache.org/jira/browse/CB-14174
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> Followup patch release is wanted to use plist@2 instead of plist@3 dependency 
> to resolve ugly engine warning on deprecated Node.js 4. (Followup to 
> cordova-common patch made in CB-14138)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14174) cordova-common followup patch release June 2018

2018-06-26 Thread Chris Brody (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524417#comment-16524417
 ] 

Chris Brody commented on CB-14174:
--

This is in followup to the cordova-common@2.2.4 patch made in CB-14138.

> cordova-common followup patch release June 2018
> ---
>
> Key: CB-14174
> URL: https://issues.apache.org/jira/browse/CB-14174
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> Followup patch release is wanted to use plist@2 instead of plist@3 dependency 
> to resolve ugly engine warning on deprecated Node.js 4.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14174) cordova-common followup patch release June 2018

2018-06-26 Thread Chris Brody (JIRA)
Chris Brody created CB-14174:


 Summary: cordova-common followup patch release June 2018
 Key: CB-14174
 URL: https://issues.apache.org/jira/browse/CB-14174
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-common
Reporter: Chris Brody
Assignee: Chris Brody


Followup patch release is wanted to use plist@2 instead of plist@3 dependency 
to resolve ugly engine warning on deprecated Node.js 4.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14138) cordova-common patch release June 2018

2018-06-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14138.
--
   Resolution: Fixed
Fix Version/s: 2.2.4

Was already shipped

> cordova-common patch release June 2018
> --
>
> Key: CB-14138
> URL: https://issues.apache.org/jira/browse/CB-14138
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
> Fix For: 2.2.4
>
>
> A new cordova-common patch release is needed to deliver a single 
> cordova-common package version with updated plist@3 dep, working on 
> cordova-ios as well as cordova-android, cordova-windows, cordova-osx, 
> cordova-lib, cordova-cli, etc.
> More detailed discussion will be in the GH pull request.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md
>  (with some minor adjustments)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-14138) cordova-common patch release June 2018

2018-06-26 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody closed CB-14138.


> cordova-common patch release June 2018
> --
>
> Key: CB-14138
> URL: https://issues.apache.org/jira/browse/CB-14138
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
> Fix For: 2.2.4
>
>
> A new cordova-common patch release is needed to deliver a single 
> cordova-common package version with updated plist@3 dep, working on 
> cordova-ios as well as cordova-android, cordova-windows, cordova-osx, 
> cordova-lib, cordova-cli, etc.
> More detailed discussion will be in the GH pull request.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md
>  (with some minor adjustments)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14152) cordova-js tools patch release Jun 21, 2018

2018-06-21 Thread Chris Brody (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519989#comment-16519989
 ] 

Chris Brody commented on CB-14152:
--

Also checked results of: {{coho audit-license-headers -r js}}

> cordova-js tools patch release Jun 21, 2018
> ---
>
> Key: CB-14152
> URL: https://issues.apache.org/jira/browse/CB-14152
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-js
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
>  (with some adaptations)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14152) cordova-js tools patch release Jun 21, 2018

2018-06-21 Thread Chris Brody (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16519987#comment-16519987
 ] 

Chris Brody commented on CB-14152:
--

cordova-js@4.2.4 tested as follows:

{code:bash}
$ (cd cordova-js; grunt test --platformVersion=4.0.0)
Running "compile:test" (compile) task
generated cordova.test.js @ e040d9e9343d5f27dd4f67616660b33b92a82ff7 in 33ms

Running "_test" task
starting node-based tests

Unit Tests:
Could not find cordova.js script tag. Plugin loading may fail.
.

Finished in 0.371 seconds
125 tests, 209 assertions, 0 failures, 0 skipped


Done.
{code}

Also test with {coho copy-js -r android} shows change from CB-9366 log 
error.stack included as expected in {templates/project/assets/www/cordova.js} 
on {cordova-android}.

> cordova-js tools patch release Jun 21, 2018
> ---
>
> Key: CB-14152
> URL: https://issues.apache.org/jira/browse/CB-14152
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-js
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
>  (with some adaptations)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-14157) cordova-js update devDependencies in package.json

2018-06-21 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody reassigned CB-14157:


Assignee: Chris Brody

> cordova-js update devDependencies in package.json
> -
>
> Key: CB-14157
> URL: https://issues.apache.org/jira/browse/CB-14157
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-js
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> {{npm outdated}} shows some eslint {{devDependencies}} items that are out of 
> date (along with {{browserify}} item which is covered by CB-14156, outside 
> the scope of this issue):
> {code}
> Package Current  Wanted  Latest  Location
> browserify   14.4.0  14.4.0  16.2.2  cordova-js
> eslint-config-semistandard   11.0.0  11.0.0  12.0.1  cordova-js
> eslint-config-standard   10.2.1  10.2.1  11.0.0  cordova-js
> eslint-plugin-node5.2.1   5.2.1   6.0.1  cordova-js
> {code}
> {{npm check}} shows how to update the dependencies (extra messages such as 
> cordova & system package missing messages omitted here):
> {code}
> browserify     MAJOR UP  Major update available. 
> https://github.com/browserify/browserify#readme
>   npm install --save 
> browserify@16.2.2 to go from 14.4.0 to 16.2.2
> eslint-config-semistandard     MAJOR UP  Major update available. 
> https://github.com/Flet/eslint-config-semistandard
>   npm install --save-dev 
> eslint-config-semistandard@12.0.1 to go from 11.0.0 to 12.0.1
> eslint-config-standard     MAJOR UP  Major update available. 
> https://github.com/standard/eslint-config-standard
>   npm install --save-dev 
> eslint-config-standard@11.0.0 to go from 10.2.1 to 11.0.0
> eslint-plugin-node     MAJOR UP  Major update available. 
> https://github.com/mysticatea/eslint-plugin-node#readme
>   npm install --save-dev 
> eslint-plugin-node@6.0.1 to go from 5.2.1 to 6.0.1
> {code}
> {{npm-check}} can even do the updates automatically (in interactive or 
> non-interactive mode).
> Should be straightforward to resolve. As stated above the issue with 
> {{browserify}} is already covered by CB-14156, to be outside the scope of 
> this issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14157) cordova-js update devDependencies in package.json

2018-06-21 Thread Chris Brody (JIRA)
Chris Brody created CB-14157:


 Summary: cordova-js update devDependencies in package.json
 Key: CB-14157
 URL: https://issues.apache.org/jira/browse/CB-14157
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-js
Reporter: Chris Brody


{{npm outdated}} shows some eslint {{devDependencies}} items that are out of 
date (along with {{browserify}} item which is covered by CB-14156, outside the 
scope of this issue):

{code}
Package Current  Wanted  Latest  Location
browserify   14.4.0  14.4.0  16.2.2  cordova-js
eslint-config-semistandard   11.0.0  11.0.0  12.0.1  cordova-js
eslint-config-standard   10.2.1  10.2.1  11.0.0  cordova-js
eslint-plugin-node5.2.1   5.2.1   6.0.1  cordova-js
{code}

{{npm check}} shows how to update the dependencies (extra messages such as 
cordova & system package missing messages omitted here):

{code}
browserify     MAJOR UP  Major update available. 
https://github.com/browserify/browserify#readme
  npm install --save browserify@16.2.2 
to go from 14.4.0 to 16.2.2

eslint-config-semistandard     MAJOR UP  Major update available. 
https://github.com/Flet/eslint-config-semistandard
  npm install --save-dev 
eslint-config-semistandard@12.0.1 to go from 11.0.0 to 12.0.1

eslint-config-standard     MAJOR UP  Major update available. 
https://github.com/standard/eslint-config-standard
  npm install --save-dev 
eslint-config-standard@11.0.0 to go from 10.2.1 to 11.0.0

eslint-plugin-node     MAJOR UP  Major update available. 
https://github.com/mysticatea/eslint-plugin-node#readme
  npm install --save-dev 
eslint-plugin-node@6.0.1 to go from 5.2.1 to 6.0.1
{code}

{{npm-check}} can even do the updates automatically (in interactive or 
non-interactive mode).

Should be straightforward to resolve. As stated above the issue with 
{{browserify}} is already covered by CB-14156, to be outside the scope of this 
issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14156) cordova-js browserify issues

2018-06-21 Thread Chris Brody (JIRA)
Chris Brody created CB-14156:


 Summary: cordova-js browserify issues
 Key: CB-14156
 URL: https://issues.apache.org/jira/browse/CB-14156
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-js
Reporter: Chris Brody
Assignee: Chris Brody


I spotted the following issues with the way {{cordova-js}} uses {{browserify}}:
* 1: duplicate source files in {{src}}: {{src/cordova_b.js}}, 
{{src/common/modulemapper_b.js}},
 {{src/common/pluginloader_b.js}}, {{src/common/init_b.js}}, which only seem to 
be used by {{tasks/lib/bundle-browserify.js}}
* 2: I have not been able to make a working {{browserify}} build.
* 3: {{npm outdated}} shows {{browserify}} as outdated

Another possible issue that I am not 100% sure about:
* 4: {{browserify}} is listed as a {{dependencies}} item in {{package.json}} 
while I think it should have been listed as a {{devDependencies}} item

I am very concerned that keeping duplicated source files may lead to old bugs 
including possible security issues leaking through the maintenance process in 
the future. The changes between the duplicated source files and the 
non-browserify versions are very limited so it should be possible to resolve 
this issue using very basic code techniques.

I think the easiest solution would be to drop the browserify build/test target 
and remove the duplicated source files. I suspect that the browserify target 
has not been used for years.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14145) Resolve npm audit issues

2018-06-21 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14145:
-
Component/s: cordova-plugman

> Resolve npm audit issues
> 
>
> Key: CB-14145
> URL: https://issues.apache.org/jira/browse/CB-14145
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-app-hello-world, 
> cordova-browser, cordova-cli, cordova-coho, cordova-common, cordova-fetch, 
> cordova-ios, cordova-js, cordova-lib, cordova-osx, cordova-plugman, 
> cordova-windows
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> From private discussions I discovered that running {{npm audit}} on a number 
> of components would report dependencies with security issues. While we could 
> not see any {{npm audit}} issues that may affect applications built using 
> Cordova I think it is extremely important to resolve these issues as soon as 
> possible. Most affect devDependencies used for testing of Cordova itself; a 
> minority seem to affect Cordova scripts that may be run by Cordova 
> application developers. Better safe than sorry!
> I would like to resolve this issue as follows:
> * patch release of common library components such as {{cordova-common}}, 
> {{cordova-lib}}, etc. (fixed in minor release branch)
> * patch or minor release of other affected components such as CLI, Cordova 
> platform implementations, major plugins, etc. (expected to be fixed in minor 
> release branch; do not want to pollute the master branch with extra reverts, 
> updated node_modules committed, etc.)
> * {{npm audit}} issues resolved in master branch for next major release, 
> which should NOT be shipped with any {{npm audit}} issues lurking
> * {{npm audit}} step added to CI for both patch release and next major release



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-14155) Fix & export cordova-js btest script

2018-06-21 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-14155.
--
Resolution: Fixed

> Fix & export cordova-js btest script
> 
>
> Key: CB-14155
> URL: https://issues.apache.org/jira/browse/CB-14155
> Project: Apache Cordova
>  Issue Type: Test
>  Components: cordova-js
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> The {{grunt btest}} task (which means "run tests in the browser" ref: 
> [tasks/test.js#L32-L35|https://github.com/apache/cordova-js/blob/master/tasks/test.js#L32-L35])
>  did not seem to work on my machine for some reason. I am raising this issue 
> to fix and export this task.
> As I general principle I would rather fix and revive existing test targets if 
> possible (and practical).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-14152) cordova-js tools patch release Jun 21, 2018

2018-06-21 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-14152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody updated CB-14152:
-
Summary: cordova-js tools patch release Jun 21, 2018  (was: cordova-js 
tools patch release Jun 20, 2018)

> cordova-js tools patch release Jun 21, 2018
> ---
>
> Key: CB-14152
> URL: https://issues.apache.org/jira/browse/CB-14152
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-js
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
>  (with some adaptations)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14155) Fix & export cordova-js btest script

2018-06-21 Thread Chris Brody (JIRA)
Chris Brody created CB-14155:


 Summary: Fix & export cordova-js btest script
 Key: CB-14155
 URL: https://issues.apache.org/jira/browse/CB-14155
 Project: Apache Cordova
  Issue Type: Test
  Components: cordova-js
Reporter: Chris Brody
Assignee: Chris Brody


The {{grunt btest}} task (which means "run tests in the browser" ref: 
[tasks/test.js#L32-L35|https://github.com/apache/cordova-js/blob/master/tasks/test.js#L32-L35])
 did not seem to work on my machine for some reason. I am raising this issue to 
fix and export this task.

As I general principle I would rather fix and revive existing test targets if 
possible (and practical).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-14148) cordova platform ls shows nonsense www ^3.12.0 platform

2018-06-20 Thread Chris Brody (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-14148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16518760#comment-16518760
 ] 

Chris Brody commented on CB-14148:
--

I suspect the culprit is the {{www}} entry in: 
[github.com/apache/cordova-lib/.../src/platforms/platformsConfig.json#L22-L28|https://github.com/apache/cordova-lib/blob/master/src/platforms/platformsConfig.json#L22-L28]

> cordova platform ls shows nonsense www ^3.12.0 platform
> ---
>
> Key: CB-14148
> URL: https://issues.apache.org/jira/browse/CB-14148
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli, cordova-common, cordova-lib
>Reporter: Chris Brody
>Assignee: Chris Brody
>Priority: Minor
>
> As I already reported in 
> [apache/cordova-discuss#86|https://github.com/apache/cordova-discuss/issues/86]
>  and saw someone else report in Slack:
> {code:bash}
> $ cordova --version
> 8.0.0
> {code}
> {code:bash}
> $ cordova platform ls
> Installed platforms:
>  
> Available platforms: 
>  android ~7.0.0
>  browser ~5.0.1
>  ios ~4.5.4
>  osx ~4.0.1
>  windows ~5.0.0
>  www ^3.12.0
> {code}
> If I would do {{cordova platform add www}}:
> {code:bash}
> $ cordova platform add www
> (node:10383) UnhandledPromiseRejectionWarning: CordovaError: Error: npm: 
> Command failed with exit code 1 Error output:
> npm ERR! code ENOLOCAL
> npm ERR! Could not install from "www" as it does not contain a package.json 
> file.
> npm ERR! A complete log of this run can be found in:
> npm ERR! /Users/brodybits/.npm/_logs/2018-01-04T04_21_59_700Z-debug.log
>  at 
> /Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/cordova-fetch/index.js:104:29
>  at _rejected 
> (/Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:864:24)
>  at 
> /Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:890:30
>  at Promise.when 
> (/Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:1142:31)
>  at Promise.promise.promiseDispatch 
> (/Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:808:41)
>  at 
> /Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:624:44
>  at runSingle 
> (/Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:137:13)
>  at flush 
> (/Users/brodybits/.nvs/node/9.3.0/x64/lib/node_modules/cordova/node_modules/q/q.js:125:13)
>  at process._tickCallback (internal/process/next_tick.js:150:11)
> (node:10383) UnhandledPromiseRejectionWarning: Unhandled promise rejection. 
> This error originated either by throwing inside of an async function without 
> a catch block, or by rejecting a promise which was not handled with .catch(). 
> (rejection id: 1)
> (node:10383) [DEP0018] DeprecationWarning: Unhandled promise rejections are 
> deprecated. In the future, promise rejections that are not handled will 
> terminate the Node.js process with a non-zero exit code.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-14152) cordova-js tools patch release Jun 20, 2018

2018-06-20 Thread Chris Brody (JIRA)
Chris Brody created CB-14152:


 Summary: cordova-js tools patch release Jun 20, 2018
 Key: CB-14152
 URL: https://issues.apache.org/jira/browse/CB-14152
 Project: Apache Cordova
  Issue Type: Task
  Components: cordova-js
Reporter: Chris Brody
Assignee: Chris Brody


Following steps at 
[https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md]
 (with some adaptations)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-9366) Log error.stack when a call to a plugin throws an exception

2018-06-20 Thread Chris Brody (JIRA)


 [ 
https://issues.apache.org/jira/browse/CB-9366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Brody resolved CB-9366.
-
   Resolution: Fixed
 Assignee: Chris Brody  (was: Nikhil Khandelwal)
Fix Version/s: 4.2.4

> Log error.stack when a call to a plugin throws an exception
> ---
>
> Key: CB-9366
> URL: https://issues.apache.org/jira/browse/CB-9366
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-js
>Affects Versions: Master
>Reporter: Nikhil Khandelwal
>Assignee: Chris Brody
>Priority: Minor
> Fix For: 4.2.4
>
>
> This can help in isolating the cause of the error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



  1   2   3   >