[jira] [Commented] (CB-12991) Update CI badges for core plugins repos

2017-07-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-12991:
--

Commit 878dd72decc497b902d07f4e16887ee5af2dcb55 in 
cordova-plugin-device-motion's branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=878dd72
 ]

CB-12991: (CI) Updated CI badges


> Update CI badges for core plugins repos
> ---
>
> Key: CB-12991
> URL: https://issues.apache.org/jira/browse/CB-12991
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>
> Due to transition from Jenkins to Travis and AppVeyor we need to update the 
> badges.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-12994) Screen orientation plugin fails to install on some systems

2017-07-06 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin closed CB-12994.
--
Resolution: Fixed

> Screen orientation plugin fails to install on some systems
> --
>
> Key: CB-12994
> URL: https://issues.apache.org/jira/browse/CB-12994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: easyfix, triaged
>
> Users report that cordova-plugin-screen-orientation cannot be added on their 
> sysstems because of the es6 promises plugin dependency:
> https://github.com/apache/cordova-plugin-screen-orientation/pull/15



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12994) Screen orientation plugin fails to install on some systems

2017-07-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-12994:
--

Commit 2c4ad367adf7f7df15701c5bb839993685a4b498 in 
cordova-plugin-screen-orientation's branch refs/heads/master from Maxime 
Bertonnier
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=2c4ad36
 ]

CB-12994: (android, blackberry) add es6-promise-plugin from npm

this closes #15


> Screen orientation plugin fails to install on some systems
> --
>
> Key: CB-12994
> URL: https://issues.apache.org/jira/browse/CB-12994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: easyfix, triaged
>
> Users report that cordova-plugin-screen-orientation cannot be added on their 
> sysstems because of the es6 promises plugin dependency:
> https://github.com/apache/cordova-plugin-screen-orientation/pull/15



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12994) Screen orientation plugin fails to install on some systems

2017-07-06 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12994:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-screen-orientation/pull/21


> Screen orientation plugin fails to install on some systems
> --
>
> Key: CB-12994
> URL: https://issues.apache.org/jira/browse/CB-12994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: easyfix, triaged
>
> Users report that cordova-plugin-screen-orientation cannot be added on their 
> sysstems because of the es6 promises plugin dependency:
> https://github.com/apache/cordova-plugin-screen-orientation/pull/15



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12994) Screen orientation plugin fails to install on some systems

2017-07-06 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12994:
-

GitHub user alsorokin opened a pull request:

https://github.com/apache/cordova-plugin-screen-orientation/pull/21

CB-12994: (android, blackberry) add es6-promise-plugin from npm

this closes #15

### Platforms affected
android, blackberry

### What does this PR do?
https://issues.apache.org/jira/browse/CB-12994
Changes the plugin to not install es6-promise-plugin dependency from git, 
but instead install it from npm.

### What testing has been done on this change?
Travis and AppVeyor is going to do all the testing

### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [x] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/alsorokin/cordova-plugin-screen-orientation 
master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-screen-orientation/pull/21.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #21


commit e6ccbc4ff56d24afc755032d711d6db2ae59ca0f
Author: Maxime Bertonnier 
Date:   2017-05-12T15:57:25Z

CB-12994: (android, blackberry) add es6-promise-plugin from npm

this closes #15




> Screen orientation plugin fails to install on some systems
> --
>
> Key: CB-12994
> URL: https://issues.apache.org/jira/browse/CB-12994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: easyfix, triaged
>
> Users report that cordova-plugin-screen-orientation cannot be added on their 
> sysstems because of the es6 promises plugin dependency:
> https://github.com/apache/cordova-plugin-screen-orientation/pull/15



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-12994) Screen orientation plugin fails to install on some systems

2017-07-06 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin updated CB-12994:
---
Component/s: (was: cordova-blackberry (DEPRECATED))

> Screen orientation plugin fails to install on some systems
> --
>
> Key: CB-12994
> URL: https://issues.apache.org/jira/browse/CB-12994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: easyfix, triaged
>
> Users report that cordova-plugin-screen-orientation cannot be added on their 
> sysstems because of the es6 promises plugin dependency:
> https://github.com/apache/cordova-plugin-screen-orientation/pull/15



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-12994) Screen orientation plugin fails to install on some systems

2017-07-06 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin updated CB-12994:
---
Component/s: cordova-blackberry (DEPRECATED)

> Screen orientation plugin fails to install on some systems
> --
>
> Key: CB-12994
> URL: https://issues.apache.org/jira/browse/CB-12994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-blackberry (DEPRECATED), 
> cordova-plugin-screen-orientation
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: easyfix, triaged
>
> Users report that cordova-plugin-screen-orientation cannot be added on their 
> sysstems because of the es6 promises plugin dependency:
> https://github.com/apache/cordova-plugin-screen-orientation/pull/15



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12994) Screen orientation plugin fails to install on some systems

2017-07-06 Thread Alexander Sorokin (JIRA)
Alexander Sorokin created CB-12994:
--

 Summary: Screen orientation plugin fails to install on some systems
 Key: CB-12994
 URL: https://issues.apache.org/jira/browse/CB-12994
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-screen-orientation
Reporter: Alexander Sorokin
Assignee: Alexander Sorokin


Users report that cordova-plugin-screen-orientation cannot be added on their 
sysstems because of the es6 promises plugin dependency:
https://github.com/apache/cordova-plugin-screen-orientation/pull/15



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Issue Comment Deleted] (CB-12523) Remove iOS 8 support

2017-07-06 Thread Geoffrey Giordano (JIRA)

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

Geoffrey Giordano updated CB-12523:
---
Comment: was deleted

(was: This really hurts, we have a fair number of users who also have iOS8.
It seems that setting the deployment-target is not enough, if you create a 
skeleton Cordova app and run it (no plugins, just run the app) in on iOS 8, the 
app fails to initialize with an error: 
{code}
dyld: Symbol not found: ___NSDictionary0__
  Referenced from: 
  Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 
8.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
 in /Users/geoffreygiordano/Library/Developer/CoreSimulator/Devices/
{code}

Doing some googling, I found some older notes on this error indicating that one 
of the project's libraries is linked against 9.0.

Any thoughts?)

> Remove iOS 8 support
> 
>
> Key: CB-12523
> URL: https://issues.apache.org/jira/browse/CB-12523
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: cordova-ios@4.4.0
>
>
> Consensus on the dev@ list that we can drop iOS 8 support since our policy 
> has always been supporting the current (iOS 10) and one iOS version back.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12523) Remove iOS 8 support

2017-07-06 Thread Geoffrey Giordano (JIRA)

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

Geoffrey Giordano commented on CB-12523:


This really hurts, we have a fair number of users who also have iOS8.
It seems that setting the deployment-target is not enough, if you create a 
skeleton Cordova app and run it (no plugins, just run the app) in on iOS 8, the 
app fails to initialize with an error: 
{code}
dyld: Symbol not found: ___NSDictionary0__
  Referenced from: 
  Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 
8.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
 in /Users/geoffreygiordano/Library/Developer/CoreSimulator/Devices/
{code}

Doing some googling, I found some older notes on this error indicating that one 
of the project's libraries is linked against 9.0.

Any thoughts?

> Remove iOS 8 support
> 
>
> Key: CB-12523
> URL: https://issues.apache.org/jira/browse/CB-12523
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: cordova-ios@4.4.0
>
>
> Consensus on the dev@ list that we can drop iOS 8 support since our policy 
> has always been supporting the current (iOS 10) and one iOS version back.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12993) CLI only offers cordova-android 6.2.2 although 6.2.3 is available and installable

2017-07-06 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-12993:
---

 Summary: CLI only offers cordova-android 6.2.2 although 6.2.3 is 
available and installable
 Key: CB-12993
 URL: https://issues.apache.org/jira/browse/CB-12993
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-android, cordova-cli
Affects Versions: 7.0.1
Reporter: Jan Piotrowski
Assignee: Joe Bowser


{code}
PS C:\Users\Jan\Documents\my-app> cordova -v
7.0.1
{code}

{code}
PS C:\Users\Jan\Documents\my-app> cordova platform ls
Installed platforms:

Available platforms:
  android ~6.2.2
  blackberry10 ~3.8.0 (deprecated)
  browser ~4.1.0
  webos ~3.7.0
  windows ~5.0.0
{code}

{code}
PS C:\Users\Jan\Documents\my-app> cordova platform add android@6.2.3
Using cordova-fetch for cordova-android@6.2.3
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms\android
Package: com.phonegap.helloworld
Name: helloworld
Activity: MainActivity
Android target: android-25
...
{code}

Why does it only offer (and install if you don't specify a version) 6.2.2?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12991) Update CI badges for core plugins repos

2017-07-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-12991:
--

Commit 233a8b3cfb2578b22faaf338635a5a226c3c3715 in cordova-plugin-device's 
branch refs/heads/master from [~alsorokin]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=233a8b3 
]

CB-12991: (CI) Updated CI badges


> Update CI badges for core plugins repos
> ---
>
> Key: CB-12991
> URL: https://issues.apache.org/jira/browse/CB-12991
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>
> Due to transition from Jenkins to Travis and AppVeyor we need to update the 
> badges.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12991) Update CI badges for core plugins repos

2017-07-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-12991:
--

Commit c5da4c754a815a59fda2c17d9cd1938bef208cc7 in cordova-plugin-contacts's 
branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=c5da4c7 
]

CB-12991: (CI) Updated CI badges


> Update CI badges for core plugins repos
> ---
>
> Key: CB-12991
> URL: https://issues.apache.org/jira/browse/CB-12991
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>
> Due to transition from Jenkins to Travis and AppVeyor we need to update the 
> badges.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12991) Update CI badges for core plugins repos

2017-07-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-12991:
--

Commit 2bc63d03375c854b32bcb9edeb09d44c7dc72bf6 in cordova-plugin-console's 
branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;h=2bc63d0 ]

CB-12991: (CI) Updated CI badges


> Update CI badges for core plugins repos
> ---
>
> Key: CB-12991
> URL: https://issues.apache.org/jira/browse/CB-12991
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>
> Due to transition from Jenkins to Travis and AppVeyor we need to update the 
> badges.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12991) Update CI badges for core plugins repos

2017-07-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-12991:
--

Commit e69240f251f30d9341fef1ca950b074f14bd4f57 in cordova-plugin-camera's 
branch refs/heads/master from [~alsorokin]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=e69240f 
]

CB-12991: (CI) Updated CI badges


> Update CI badges for core plugins repos
> ---
>
> Key: CB-12991
> URL: https://issues.apache.org/jira/browse/CB-12991
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>
> Due to transition from Jenkins to Travis and AppVeyor we need to update the 
> badges.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12991) Update CI badges for core plugins repos

2017-07-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-12991:
--

Commit 74080ced9b3feff84a7c94684f78922b2a13f0d3 in 
cordova-plugin-battery-status's branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=74080ce
 ]

CB-12991: (CI) Updated CI badges


> Update CI badges for core plugins repos
> ---
>
> Key: CB-12991
> URL: https://issues.apache.org/jira/browse/CB-12991
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>
> Due to transition from Jenkins to Travis and AppVeyor we need to update the 
> badges.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12992) Provide a way to supply project specific build settings for iOS

2017-07-06 Thread Paul Budzinsky (JIRA)
Paul Budzinsky created CB-12992:
---

 Summary: Provide a way to supply project specific build settings 
for iOS
 Key: CB-12992
 URL: https://issues.apache.org/jira/browse/CB-12992
 Project: Apache Cordova
  Issue Type: Improvement
Reporter: Paul Budzinsky


Currently it is possible to specify build settings using buildflag entry in the 
build.json file.
These settings are then passed via command line tool to xcodebuild toolchain 
resulting in them being applied to all targets that are built including 
CordovaLib on which target application depends.

However there might be settings that are not applicable to CordovaLib project 
and result in a build failure.

In my specific case I'd like to specify STRIPFLAGS setting for my application. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12991) Update CI badges for core plugins repos

2017-07-06 Thread Alexander Sorokin (JIRA)
Alexander Sorokin created CB-12991:
--

 Summary: Update CI badges for core plugins repos
 Key: CB-12991
 URL: https://issues.apache.org/jira/browse/CB-12991
 Project: Apache Cordova
  Issue Type: Improvement
Reporter: Alexander Sorokin
Assignee: Alexander Sorokin


Due to transition from Jenkins to Travis and AppVeyor we need to update the 
badges.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-12990) Appium Camera tests run too long for iOS 10

2017-07-06 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin closed CB-12990.
--
Resolution: Fixed

> Appium Camera tests run too long for iOS 10
> ---
>
> Key: CB-12990
> URL: https://issues.apache.org/jira/browse/CB-12990
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Appium, cordova-plugin-camera
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>
> Appium tests for Camera on iOS 10 can run longer than 50 minutes.
> Travis jobs cannot run this long, so we have to optimize the running time.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12990) Appium Camera tests run too long for iOS 10

2017-07-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-12990:
--

Commit 5b3a99a6dbd821f5699c42afe2e38f23593f in cordova-plugin-camera's 
branch refs/heads/master from [~alsorokin]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=5b3a99a 
]

CB-12990 (iOS) Optimized Appium tests


> Appium Camera tests run too long for iOS 10
> ---
>
> Key: CB-12990
> URL: https://issues.apache.org/jira/browse/CB-12990
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Appium, cordova-plugin-camera
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>
> Appium tests for Camera on iOS 10 can run longer than 50 minutes.
> Travis jobs cannot run this long, so we have to optimize the running time.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12990) Appium Camera tests run too long for iOS 10

2017-07-06 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12990:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-camera/pull/277


> Appium Camera tests run too long for iOS 10
> ---
>
> Key: CB-12990
> URL: https://issues.apache.org/jira/browse/CB-12990
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Appium, cordova-plugin-camera
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>
> Appium tests for Camera on iOS 10 can run longer than 50 minutes.
> Travis jobs cannot run this long, so we have to optimize the running time.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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