Re: [GITHUB MOVE] Bulk move of all repos

2017-08-30 Thread Shazron
Closed the other issues, and filed https://issues.apache.org/jira/browse/INFRA-14994 On Wed, Aug 30, 2017 at 4:43 PM, Shazron wrote: > I'll request the bulk move tonight since there are no objections > > > On Aug 30, 2017 at 9:55 AM, Steven Gill

Nightly build #470 for cordova has failed

2017-08-30 Thread Apache Jenkins Server
Nightly build #470 for cordova has failed. Please check failure details on build details page at https://builds.apache.org/job/cordova-nightly/470/ You can also take a look at build console: https://builds.apache.org/job/cordova-nightly/470/consoleFull - Jenkins for Apache Cordova

[GitHub] cordova-js pull request #148: CB-13232: added test for cordova's unquie loca...

2017-08-30 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-js/pull/148 CB-13232: added test for cordova's unquie local style require This is in response to https://github.com/apache/cordova-js/pull/146 You can merge this pull request into a Git repository by

Re: [GITHUB MOVE] Bulk move of all repos

2017-08-30 Thread Shazron
I'll request the bulk move tonight since there are no objections On Aug 30, 2017 at 9:55 AM, Steven Gill wrote: That is a good point. Those repos are already mirrored on github. I say let them be converted to full github repos and then we can deal with

[ANNOUNCE] Browser@5 and cordova-serve@2 release!

2017-08-30 Thread Steven Gill
Tweet: https://twitter.com/apachecordova/status/903026156999393280 Blog: http://cordova.apache.org/news/2017/08/29/browser-serve-release.html

[Vote] Cordova-Common@2.1.0 Release

2017-08-30 Thread Audrey So
Hi everyone, Please review and vote on this Cordova-Common@2.1.0 Release by replying to this email (and keep discussion on the DISCUSS thread) Release issue: https://issues.apache.org/jira/browse/CB-13231 cordova-common@2.1.0 has been published to dist/dev:

[GitHub] cordova-plugin-file-transfer pull request #189: C# receive file from FileTra...

2017-08-30 Thread diegofuks
GitHub user diegofuks opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/189 C# receive file from FileTransfer Hi, what's the best way to receive the file from FileTransfer using C# RestFul service and save to the server? I've tried to implement

[GitHub] cordova-docs pull request #723: CB-13214: added browser and serve release bl...

2017-08-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/723 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

Re: [DISCUSS] Cordova-Common@2.1.0 Release

2017-08-30 Thread Steven Gill
+1 Do it! On Wed, Aug 30, 2017 at 11:19 AM, Audrey So wrote: > Hi everyone! > > Does anyone have any reason to delay a Cordova-Common@2.1.0 release? Any > outstanding patches to land? > > If not, we would like to start the Cordova-Common@2.1.0 release process > later

[DISCUSS] Cordova-Common@2.1.0 Release

2017-08-30 Thread Audrey So
Hi everyone! Does anyone have any reason to delay a Cordova-Common@2.1.0 release? Any outstanding patches to land? If not, we would like to start the Cordova-Common@2.1.0 release process later today. We would like to get it out soon so cordova-ios can use it for its next release. Cordova-lib

[GitHub] cordova-plugin-file pull request #207: CB-12930: (windows) Fix getDirectory ...

2017-08-30 Thread adamhaile
Github user adamhaile commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/207#discussion_r136143196 --- Diff: src/windows/FileProxy.js --- @@ -751,7 +751,13 @@ module.exports = { if (!fs || !validName(path)){

[GitHub] cordova-plugin-file pull request #207: CB-12930: (windows) Fix getDirectory ...

2017-08-30 Thread janpio
Github user janpio commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file/pull/207#discussion_r136139240 --- Diff: src/windows/FileProxy.js --- @@ -751,7 +751,13 @@ module.exports = { if (!fs || !validName(path)){

[GitHub] cordova-plugin-file issue #207: CB-12930: (windows) Fix getDirectory trailin...

2017-08-30 Thread adamhaile
Github user adamhaile commented on the issue: https://github.com/apache/cordova-plugin-file/pull/207 This bug caused us a lot of pain in a production app. Any movement on this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-js issue #146: CB-13163: fix using relative paths in calls to requir...

2017-08-30 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-js/pull/146 If you checkout https://github.com/apache/cordova-ios/pull/333, you can see that I fixed the relative require for console. --- If your project is set up for it, you can reply to this email

Re: [GITHUB MOVE] Bulk move of all repos

2017-08-30 Thread Steven Gill
That is a good point. Those repos are already mirrored on github. I say let them be converted to full github repos and then we can deal with archiving/deprecating them. On Wed, Aug 30, 2017 at 2:07 AM, Filip Maj wrote: > Should we delete/remove/archive any of those before

[GitHub] cordova-plugin-file-transfer pull request #187: CB-12809: Google Play Blocke...

2017-08-30 Thread filmaj
Github user filmaj commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/187#discussion_r136122199 --- Diff: www/FileTransfer.js --- @@ -163,7 +162,7 @@ FileTransfer.prototype.upload = function(filePath, server, successCallback, erro

[GitHub] cordova-docs issue #714: CB-12984: (docs) Add Android versions to "supported...

2017-08-30 Thread janpio
Github user janpio commented on the issue: https://github.com/apache/cordova-docs/pull/714 Ok, so back to your issue. Meh... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] cordova-docs issue #714: CB-12984: (docs) Add Android versions to "supported...

2017-08-30 Thread filmaj
Github user filmaj commented on the issue: https://github.com/apache/cordova-docs/pull/714 No, it's more like: one of the PMC members needs to go through the manual steps of a) integrating translations (to me it is unclear how to do this), b) building cordova-docs locally and c)

[GitHub] cordova-docs issue #714: CB-12984: (docs) Add Android versions to "supported...

2017-08-30 Thread janpio
Github user janpio commented on the issue: https://github.com/apache/cordova-docs/pull/714 Is there a way to trigger this manualy rebuilding and uploading of the docs by one of the PMC members? --- If your project is set up for it, you can reply to this email and have your reply

Re: [GITHUB MOVE] Bulk move of all repos

2017-08-30 Thread Filip Maj
Should we delete/remove/archive any of those before moving them over? We have repos like app harness, medic, and others that are not contributed to nor used anymore. On Tue, Aug 29, 2017 at 10:13 PM, Steven Gill wrote: > We can deal with jira issues -> github issues

[GitHub] cordova-js issue #146: CB-13163: fix using relative paths in calls to requir...

2017-08-30 Thread filmaj
Github user filmaj commented on the issue: https://github.com/apache/cordova-js/pull/146 Just to make sure people here see it: reverting this commit, and leaving relative `require` calls in e.g. the integrated console plugin in cordova-ios will lead to errors such as:

[GitHub] cordova-js issue #146: CB-13163: fix using relative paths in calls to requir...

2017-08-30 Thread filmaj
Github user filmaj commented on the issue: https://github.com/apache/cordova-js/pull/146 OK, sorry that this change broke stuff! My bad. Chalk up a "make cordova's `require` work more like node / other `require` implementations" to the todo list? --- If your project is set

[GitHub] cordova-docs pull request #723: CB-13214: added browser and serve release bl...

2017-08-30 Thread janpio
Github user janpio commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/723#discussion_r135991198 --- Diff: www/_posts/2017-08-29-browser-serve-release.md --- @@ -0,0 +1,65 @@ +--- +layout: post +author: +name: Steve Gill +

[GitHub] cordova-lib issue #590: CB-13145: Create playservices version preference in ...

2017-08-30 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/590 This has been merged. Can you close it --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this