Cordova things

2014-08-06 Thread David Kemp
hunting, David Kemp

Re: Proposal: remove platform versions from platfroms.js

2014-07-24 Thread David Kemp
It seems to me that: 1) to make our users happy and get them to consider using newer versions, we need to have the perception of stability. Nice clean, well tested, co-ordinated releases are a good way to get that. For that reason, I think a method of providing a 'pinned' release set for the end

Re: Monthly Cordova hangouts

2014-07-14 Thread David Kemp
The call is scheduled for tomorrow evening. On 14 Jul 2014 11:44, Parashuram Narasimhan (MS OPEN TECH) panar...@microsoft.com wrote: Just wondering if we already had the Monthly hangouts for this month. We usually have it on 15th every month, right ? Also, I remember that from the last

Re: Pointing docs to edge

2014-07-14 Thread David Kemp
I would prefer to have the 'coming soon' stuff more visible. I like the idea that when looking for how to do something, its easy to see improvements that have already landed - and I can possibly get just by grabbing a bleeding edge plugin/tool. On Mon, Jul 14, 2014 at 1:25 PM, Max Woghiren

Re: [VOTE] Contacts plugin release

2014-07-02 Thread David Kemp
+1 - verified signature and hashes using `coho verify-archive` cordova-plugin-contacts-r0.2.11-rc3.zip signature and hashes verified. - verified that the contents of the zip match the contents of the repo at 104c565615 using `diff -r` Only in [the contacts repo]: .git On Wed, Jul

Medic/CI - Holiday!

2014-04-17 Thread David Kemp
Just in case anyone is checking... The CI system will not have any test slaves this long weekend so all tests will stop. We will be back online Tuesday morning. Current State: All cordova tests are GREEN Related news: the CI deletes any shinkwrap file found, but doesn't fail if there isn't one.

CI failure in CLI

2014-04-10 Thread David Kemp
It appears that the plugman commit 57a5eaa1357f1f70d85437b9bb2d8f322bc39bc2 from April 8 broke the build for iOS. Android is OK. If this requires a change to the test procedure, let me know - otherwise it should be fixed/rolled back. Details below.. TypeError: Cannot read property 'parents' of

Re: [VOTE] cordoav-cli@3.4.1-0.1.0, cordova-plugman@0.21.0 and cordova-ios@3.4.1

2014-04-04 Thread David Kemp
If we make the proposed change to the CLI package.json (change the plugman dependency to =0.21.0-rc), then all that is required for testing is to delete the shrinkwrap file. That means a little less hackery to test the package that is being voted on. We have currently made those changes on the

Re: ios-deploy issues

2014-03-28 Thread David Kemp
, Mar 25, 2014 at 10:13 AM, David Kemp drk...@chromium.org wrote: Awesome! We will check it out again. Our success with ios-deploy in the automated test environment has been very poor. It correctly deploys launches somewhat less than 5% of the time. Generally the deploy will work

Re: Many CLI tests failing

2014-03-28 Thread David Kemp
I have just verified the plugman state and on my machine I get the same 7 errors that Medic gets. All of them are related to version comparisions. On Thu, Mar 27, 2014 at 6:17 PM, Steven Gill stevengil...@gmail.com wrote: All tests seem to be passing now. Medic is showing plugman tests

Re: [DISCUSS] Serial API

2014-03-27 Thread David Kemp
I have been looking at a serial plugin for a personal project. In my case I am looking at a chrome apihttps://developer.chrome.com/apps/serialcompatible version, which is specifically for chatting with an Arduino using USB. The Arduino incorporates the the FTDI or prolific usb-serial interface, so

Re: ios-deploy issues

2014-03-25 Thread David Kemp
at the issues today - how coincidental. There's been new code that I've been testing, but I'm having problems: https://github.com/phonegap/ios-deploy/pull/12 On Fri, Dec 13, 2013 at 1:02 PM, David Kemp drk...@chromium.org wrote: Hi all, I am having pretty regular problems with phonegap/ios

Get your test results here! Medic/CI viewing available

2014-03-25 Thread David Kemp
Hi all, After many months of delays, we now have our Buildbot master available for the community to view. You can see the status of the tests for Android, iOS, CLI and Plugman, You can see/view the build display at: http://108.170.217.131:8010/waterfall or http://goo.gl/UNijok For those not

Re: Get your test results here! Medic/CI viewing available

2014-03-25 Thread David Kemp
It is not down currently. I haven't had any downtime except a few minutes about 4 hours ago when we re-configured it. On Tue, Mar 25, 2014 at 4:23 PM, Steven Gill stevengil...@gmail.com wrote: Either Adobe NET is blocking me or it is down. On Tue, Mar 25, 2014 at 1:50 PM, David Kemp drk

Re: Many CLI tests failing

2014-03-25 Thread David Kemp
We will have to look into why some people can't get to the machine. It's not that the server is down or slow, its being blocked for some people. On Mar 25, 2014 9:37 PM, Max Woghiren m...@chromium.org wrote: Josh is having trouble accessing the buildbot page, so here is the relevant

Re: Platform specific preferences

2014-03-17 Thread David Kemp
Currently preferences can be specified inside a platform tag in the plugin XML. This provides the functionality you describe for a plugin. I would suggest if we need to add the same functionality at the app level, then we do it the same way (put preferences inside a Platform tag) On Sat, Mar

Re: Consolidating the Distribution of Platforms Plugins

2014-03-14 Thread David Kemp
+1 to handling both the same way and not using git for distribution. I'm interested in the pros and cons of using the plugin registry vs npm. On Thu, Mar 13, 2014 at 10:14 PM, Gorkem Ercan gorkem.er...@gmail.comwrote: Great idea.. I especially don't like the git archive download. It does

Re: [Vote] Plugins Release

2014-03-02 Thread David Kemp
+1 On Sun, Mar 2, 2014 at 12:23 AM, Shazron shaz...@gmail.com wrote: +1 On Sat, Mar 1, 2014 at 7:06 PM, Ian Clelland iclell...@chromium.org wrote: +1 On Fri, Feb 28, 2014 at 10:00 PM, Andrew Grieve agri...@chromium.org wrote: Please review and vote on the release of this

Re: Introduction

2014-02-24 Thread David Kemp
Welcome aboard! Please share the good and the bad. If you haven't already, check out the Wiki for workflow, and background. Also remember that if you submit patches you need to sign the CLA. Thanks! On Mon, Feb 24, 2014 at 8:02 AM, Andrey Kurdumov kant2...@googlemail.comwrote: Hello

Re: CB-5974, or, Re-thinking broken-by-default (Was: Re: Plugins Release!)

2014-02-05 Thread David Kemp
-1 to merging reads. That just sounds like a horrible thing to debug. +1 to 'go big or go home'. Break it now. Break it obviously. On Tue, Feb 4, 2014 at 11:45 PM, Josh Soref jso...@blackberry.com wrote: Is it impossible to have reads merged from both locations, but writes go to the new

Re: CB-5974, or, Re-thinking broken-by-default (Was: Re: Plugins Release!)

2014-02-05 Thread David Kemp
at 9:05 AM, sebb seb...@gmail.com wrote: On 5 February 2014 13:20, David Kemp drk...@google.com wrote: -1 to merging reads. That just sounds like a horrible thing to debug. Seems to me that developers using the plugin will have to implement something similar in order to make it easier

Re: Blog post review for tools release (plz review)

2014-01-31 Thread David Kemp
lgtm On Fri, Jan 31, 2014 at 4:15 PM, Andrew Grieve agri...@chromium.org wrote: Mostly the same as my failed blog post last time, but with updated release notes --- layout: post author: name: Andrew Grieve url: https://twitter.com/GrieveAndrew title: Tools Release: Jan 31,

Re: Introducing myself

2014-01-27 Thread David Kemp
Welcome aboard! On Sun, Jan 26, 2014 at 9:08 AM, Bas Bosman cord...@nazgul.nu wrote: Hi, My name is Bas Bosman. I've been using Cordova to build some personal projects on iOS and Android for some time. I've gotten so much value out of it that I want to contribute back. I don't have

Medic/CI

2014-01-22 Thread David Kemp
To those running Medic/CI ... There have been a couple changes lately that required changes to the medic master.cfg and some of the android ios build scripts. I have committed the changes to the repo, but you will probably need to manually update the master.cfg if you care about those platforms.

Re: Moving .cordova/config.json - cordova.json

2014-01-13 Thread David Kemp
Config.json is a strange beast. Its not a build artifact because you optionally create it to configure your project. Its used by Medic to force the use of the locally available platfrom libs, and Medic has to create it. It has always seemed strange to hide a configuration file in a hidden

Re: Configuring the File plugin

2014-01-13 Thread David Kemp
+1 to configurable The main reason would be to make changing (default) locations easier. As described the upgrade to move to new (more sensible) locations is easy to manage and supports people with legacy apps that don't want to change. On Mon, Jan 13, 2014 at 1:37 PM, Brian LeRoux

Re: Medic/CI

2014-01-08 Thread David Kemp
...@google.com] On Behalf Of David Kemp Sent: Tuesday, January 7, 2014 7:31 PM To: dev@cordova.apache.org Subject: Medic/CI Hi all, Just wondering how many people are running the buildbot CI system. We have an Apache machine we can use as a buildmaster if there are slaves out

IC: current state of IOS master

2014-01-08 Thread David Kemp
Unfortunately, our iOS deploy has been broken for a while. I just spent some time getting it back on its feet and find that master does not pass tests. I do not have a simple 'blame list' because many commits have passed since the test deployed correctly. All tests pass on iOS 3.3.x All tests

Re: Medic/CI

2014-01-08 Thread David Kemp
on the Apache machine. It will be great to finally see our full device/os coverage across the community. On Wed, Jan 8, 2014 at 10:08 AM, David Kemp drk...@google.com wrote: I think we can set the slaves up to ssh to the host, and we would have to set up a local couchdb for the devices to write

Re: IC: current state of IOS master

2014-01-08 Thread David Kemp
in the CI server, because the tests should have failed on all platforms, not just iOS/release. [I've replied to CB-5602 as well; not sure which is the better place for discussion] Ian On Wed, Jan 8, 2014 at 11:08 AM, David Kemp drk...@chromium.org wrote

Re: Introductory Developer Email

2014-01-07 Thread David Kemp
Welcome Aboard Josh! On Mon, Jan 6, 2014 at 12:20 PM, Josh Bavari jbav...@gmail.com wrote: Hello fellow Cordova Devs, I have been using PhoneGap / Cordova for about the last few years and love that the project is ever evolving. I would like to help contribute to the Cordova project as

Medic/CI

2014-01-07 Thread David Kemp
Hi all, Just wondering how many people are running the buildbot CI system. We have an Apache machine we can use as a buildmaster if there are slaves out there that people are interested in tying to it. David Kemp

plugman config file problem - CB-5495 CB-5568

2013-12-13 Thread David Kemp
There is a problem with the iOS platform only when running build multiple times. The problem appear to be with the last function in plugman/src/util/config-changes.js where it locates the config.xml file. This function does a global find in the project tree for config.xml and takes the first one -

ios-deploy issues

2013-12-13 Thread David Kemp
Hi all, I am having pretty regular problems with phonegap/ios-deploy. It seems generally unreliable, failing about 30-40% of the time. A very common failure mode is: Assertion failed: (AMDeviceStartService(device, CFSTR(com.apple.debugserver), gdbfd, NULL) == 0), function

Medic CI failures

2013-12-12 Thread David Kemp
last night a commit to change tests seems to have created a problem with the iOS and android testing. The grunt test for iOS failed with: deviceready has not fired after 5 seconds. Channel not fired: onNativeReady Channel not fired: onCordovaReady command timed out: 1200 seconds without output,

Re: Medic CI failures

2013-12-12 Thread David Kemp
Sorry - I did sort of forget to say which test.. Yes the failure is in cordova-js. On Thu, Dec 12, 2013 at 10:15 AM, Brian LeRoux b...@brian.io wrote: cordova-js ?? (Should be passing now but gruntfile was refactored.) On Dec 13, 2013 12:06 AM, David Kemp drk...@google.com wrote: last

Re: Medic CI failures

2013-12-12 Thread David Kemp
Brian, The new tests also appear to open a tab on my chrome browser to display the jasmine results after every test. This results in a rather unmanageable number of tabs on the slave machine after a while. I still have all master tests failing. On Thu, Dec 12, 2013 at 10:42 AM, David Kemp drk

Re: Medic CI failures

2013-12-12 Thread David Kemp
AM, David Kemp drk...@google.com wrote: Brian, The new tests also appear to open a tab on my chrome browser to display the jasmine results after every test. This results in a rather unmanageable number of tabs on the slave machine after a while. I still have all master tests

Debugging on Android 4.4 with multiple users

2013-12-11 Thread David Kemp
Just a cautionary note for anyone using multiple accounts on an Android device. If you have a secondary user set up that has the ability to install apps, you can deploy apps to either the primary or secondary user (whichever is logged in). The primary user works as expected, but when deploying to

Re: Plugins Release today

2013-12-04 Thread David Kemp
You can definitely do an automated build on demand, but the interesting part is specifying exactly what to build. Currently a build is made up of a bunch of repos at one tag, and some other repos at another tag. We would need to have a well defined way to specify which tag for each repo. example:

Re: [jira] [Resolved] (INFRA-6422) request linux virtual machine for Apache Cordova project

2013-12-03 Thread David Kemp
Given that I still do not have an internal machine designated for buildmaster( maybe soon...) , is there any interest in putting a shared buildbot master on this too? On Tue, Dec 3, 2013 at 8:22 AM, Mike Billau mike.bil...@gmail.com wrote: Awesome, looks like JIRA has given us a VM to use to

CLI testing

2013-11-27 Thread David Kemp
a recent set of commits landed about 1/2 hour ago has broken the CLI tests 343 tests, 572 assertions, 59 failures looks like most are : Error: ENOENT, no such file or directory

Re: 3.2.0 blog review

2013-11-22 Thread David Kemp
+1 to removing stuff from the logs also not that: CB-4527: This was an easy fix, since the script deletes batch files isn't descriptive - maybe: 'When a new Android project is created, only the OS-specific the platform-scripts (my-project/cordova/) are copied over.' On Fri, Nov 22, 2013 at

Build Failures: Master - please review

2013-11-04 Thread David Kemp
Still having a failure in cordova-js Probably from a commit by Bryan Higgins ... [4mRunning jshint:src (jshint) task Linting lib/blackberry10/platform.js ...ERROR [L148:C13] W020: Read only.

Re: Build Failures: Master - please review

2013-11-04 Thread David Kemp
them on my machine. On Mon, Nov 4, 2013 at 1:09 PM, David Kemp drk...@chromium.org wrote: Still having a failure in cordova-js Probably from a commit by Bryan Higgins ... [4mRunning jshint:src (jshint) task [24m Linting lib/blackberry10/platform.js ... [31mERROR [39m [31m[ [39m

Re: Medic / fruitstrap /xcode 5

2013-11-01 Thread David Kemp
[mailto:drk...@google.com] On Behalf Of David Kemp Sent: Monday, October 28, 2013 6:53 PM To: dev@cordova.apache.org Subject: Re: Medic / fruitstrap /xcode 5 The cordova-medic project has been updated to use the npm version of ios-deploy. Also, separate tests for CLI and plugman have been

Medic / CI build problems

2013-11-01 Thread David Kemp
I believe this was triggered by a commit from Bryan Higgins, but I am not sure. It results in a fail due to lint in the vents Linting lib/blackberry10/platform.js ...ERROR [L148:C13] W020: Read only.

Re: mobile-spec and releases: How do we test?

2013-10-31 Thread David Kemp
/manual.html;h=6ec2eed03e18c2efaa8710094d60930bb32227ba;hb =459a01c01e8dfa2a688d25483bb48c46d8e2 On Tue, Oct 15, 2013 at 12:50 PM, David Kemp drk...@chromium.org wrote: In spite of that fact that it needs a tooling change, I like the added mode tag / prepare steps

Re: CLI build failure

2013-10-29 Thread David Kemp
published to npm. After some more views on the review of the blog post I will publish them. On Monday, October 28, 2013, David Kemp wrote: Our CI is failing with the message: Error: No compatible version found: plugman@'=0.14.0- 0.15.0-' npm ERR!

Re: CLI build failure

2013-10-29 Thread David Kemp
would have been detected an triggered a build. I am not sure I can track that... On Tue, Oct 29, 2013 at 7:56 AM, David Kemp drk...@google.com wrote: The CI always uses master cli and master plugman using this procedure: git clone CLI npm install (installs the 'wrong' plugman) delete the node

Re: Medic / fruitstrap /xcode 5

2013-10-28 Thread David Kemp
The cordova-medic project has been updated to use the npm version of ios-deploy. Also, separate tests for CLI and plugman have been added. On Mon, Oct 28, 2013 at 10:20 AM, David Kemp drk...@google.com wrote: When I run this tool like: ios-deploy --id --bundle xxx --debug it works

Re: Mobile spec tests and exclusion list

2013-10-28 Thread David Kemp
...@chromium.org wrote: Some test frameworks just have an expectFailure, so a failed test actually lets the test suite pass, and a passed test makes it fail. -Michal On Mon, Oct 28, 2013 at 8:17 AM, David Kemp drk...@google.com wrote: -1 for known failing tests. You need to have them all pass

CLI build failure

2013-10-28 Thread David Kemp
Our CI is failing with the message: Error: No compatible version found: plugman@'=0.14.0- 0.15.0-' npm ERR!

Medic / fruitstrap /xcode 5

2013-10-25 Thread David Kemp
. I am looking into solutions, but thought someone out there might know a fix. Thoughts? David Kemp

Re: Medic tests results consolidation

2013-10-25 Thread David Kemp
There was an apache request out as well for a machine to run couch and other things on. It does not seem to be moving much. Currently we are just storing it locally and waiting to share... On Fri, Oct 25, 2013 at 4:40 PM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Thank you for

github mirror for cordova-registry, cordova-registry-web

2013-10-24 Thread David Kemp
mirrors are now operational some code exists in cordova-registry-web

Re: build failure

2013-10-21 Thread David Kemp
of the day for me here, but I'll attempt for a fix this weekend. On 18 October 2013 18:27, David Kemp drk...@google.com wrote: Hi Tim, That has indeed fixed the master branch, but the 3.1 release branch still has the problem. I currently always build with the latest tool chain

Re: Github mirrors

2013-10-18 Thread David Kemp
, 2013 at 8:20 AM, Shazron shaz...@gmail.com wrote: I believe they should be as well. On Thu, Oct 17, 2013 at 7:46 AM, David Kemp drk...@chromium.org wrote: When I went to add to the cordova-medic repo, I found that is was not mirrored to github. I have filed a INFRA ticket to fix

Re: Github mirrors

2013-10-18 Thread David Kemp
: Chiming in late here, but I thought Cordova-registry was a temporary repo Anis had set up during development of the registry, but that it's now folded into Cordova-plugman, and can be retired. Does it hold the website? Braden On Oct 18, 2013 7:55 AM, David Kemp drk...@google.com wrote

Re: iOS only cordova-labs plugins (keyboard and statusbar, in plugins branch) - move to cordova-ios repo

2013-10-18 Thread David Kemp
I would hate to see plugins that are currently ios only get put there, and then later have another platform supported. That would be ugly. Can we at least insist that any plugin that goes in the ios platform have a name like ios-* (likewise for other platforms) On Fri, Oct 18, 2013 at 1:07 PM,

build failure

2013-10-18 Thread David Kemp
Builds are failing due to an inability to add plugins. This started about 8:2pm with three plugman commits by Tim Kim error text: Fetching plugin from ../cordova-mobile-spec/dependencies-plugin... Starting installation of org.cordova.mobile-spec-dependencies for ios[Error: Different version

Re: build failure

2013-10-18 Thread David Kemp
a patch portion to the version. On 18 October 2013 17:48, David Kemp drk...@chromium.org wrote: Builds are failing due to an inability to add plugins. This started about 8:2pm with three plugman commits by Tim Kim error text: Fetching plugin from ../cordova-mobile-spec

Medic/Buildbot - building release versions

2013-10-17 Thread David Kemp
TL;DR : Android release 3.1 is hard to test again due to added tests (to master) that fail. patching 3.1 mobile-spec would be a good thing. Our plan here was to continuously build iOS and Android, both current release and master (4 builds). To do this we build: IOS_Master : iOS (master),

Re: Medic/Buildbot - building release versions

2013-10-17 Thread David Kemp
, David Kemp drk...@chromium.org wrote: TL;DR : Android release 3.1 is hard to test again due to added tests (to master) that fail. patching 3.1 mobile-spec would be a good thing. Our plan here was to continuously build iOS and Android, both current release and master (4 builds). To do

Github mirrors

2013-10-17 Thread David Kemp
When I went to add to the cordova-medic repo, I found that is was not mirrored to github. I have filed a INFRA ticket to fix that. It appears that at least the following repos are also not mirrored: should they be? https://git-wip-us.apache.org/repos/asf/cordova-registry.git

Re: Tag 2.9.1

2013-10-17 Thread David Kemp
When the dust settles about what to backport to 2.9, does that mean that all of that gets pushed back to 3.0 as well? Plus more? On Thu, Oct 17, 2013 at 2:52 PM, Shazron shaz...@gmail.com wrote: To reiterate (before updating the wiki page) - Backporting ends with the 3.5 release (or six

Re: mobile-spec and releases: How do we test?

2013-10-15 Thread David Kemp
In spite of that fact that it needs a tooling change, I like the added mode tag / prepare steps. The tooling change should be small and it means no runtime impact on apps. I love the approach - a very positive step to cleaning up testing. David Kemp On Tue, Oct 15, 2013 at 12:18 PM, Michal

Re: Medic status and plans

2013-10-11 Thread David Kemp
can't force push to apache :-/ On Thu, Oct 10, 2013 at 1:40 PM, Brian LeRoux b...@brian.io wrote: Kind of a chicken/egg problem. Will this cleanly merge or should we just force push it in? On Thu, Oct 10, 2013 at 7:42 AM, David Kemp drk...@google.com wrote: I'm happy to put

Re: Medic status and plans

2013-10-11 Thread David Kemp
Although it is not how I got to where the product is, I can fairly easily make a buildbot branch from the exising medic repo. I will re-create a clean branch of the existing repo with my work. That will then show the common history, David Kemp On Fri, Oct 11, 2013 at 8:12 AM, David Kemp drk

Re: Medic status and plans

2013-10-10 Thread David Kemp
The system I am using is a bit different since the build management is done with buuldbot. The preparation of a build is done with coho, CLI, etc and the deploy to devices is done with scripts built from medic. David Kemp On Oct 10, 2013 3:09 AM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote

Re: Medic status and plans

2013-10-10 Thread David Kemp
interested in or using this or similar systems. Please jump in... David Kemp On Thu, Oct 10, 2013 at 3:08 AM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com wrote: Hi guys, I would like to contribute to Medic project by adding Windows platforms support (Windows 8, Windows Phone 8). After

Re: Medic status and plans

2013-10-10 Thread David Kemp
/de23e302daefcfac603fc992e41467d43ae40d87 Thx! Sergey -Original Message- From: David Kemp [mailto:drk...@google.com] Sent: Thursday, October 10, 2013 5:06 PM To: dev@cordova.apache.org Subject: Re: Medic status and plans More info... The system I am using uses buildbot which has a master controller

Re: Medic status and plans

2013-10-10 Thread David Kemp
-Charging-Adapter-3-5-foot-Included/dp/B00B7FLPBU/ref=cm_cr_pr_product_top I think part of the medic documentation should definitely have a discussion about USB hubs because this is a difficult and potentially very expensive part of setting up medic. On Thu, Oct 10, 2013 at 9:47 AM, David Kemp drk

Re: Mobilespec / CI / version problems

2013-10-03 Thread David Kemp
, 2013 at 1:30 PM, David Kemp drk...@google.com wrote: Just for clarification... Testing 3.1.x works fine using 3.1 platforms, 3.1 mobilespec, and master plugins. Testing 'HEAD' works fine using master platforms, master mobilespec, and dev plugins. Thats all as expected. Up until a week

Mobilespec / CI / version problems

2013-10-01 Thread David Kemp
. Thoughts? David Kemp

Re: Mobilespec / CI / version problems

2013-10-01 Thread David Kemp
the online repos. Does what you are saying infer that the rename of the plugins is a breaking change? And needs to have some verbage in the Upgrading guides? On Oct 1, 2013, at 11:14 AM, David Kemp drk...@chromium.org wrote: Summary: Due to the renaming of plugins, there is no longer a sensible

Re: Mobilespec / CI / version problems

2013-10-01 Thread David Kemp
Cordova has a snapshot of the platforms and plugins, and doesn't get updates from the online repos. Does what you are saying infer that the rename of the plugins is a breaking change? And needs to have some verbage in the Upgrading guides? On Oct 1, 2013, at 11:14 AM, David Kemp

Re: Mobilespec / CI / version problems

2013-10-01 Thread David Kemp
them in.) On Tue, Oct 1, 2013 at 9:34 AM, David Kemp drk...@google.com wrote: I believe that will be OK - testing it out now. It still probably deserves some documentation somewhere that the previously stated relationships don't work anymore, and that any plugin references in a 3.0.x

Re: Mobilespec / CI / version problems

2013-10-01 Thread David Kemp
, Oct 1, 2013 at 9:34 AM, David Kemp drk...@google.com wrote: I believe that will be OK - testing it out now. It still probably deserves some documentation somewhere that the previously stated relationships don't work anymore, and that any plugin references in a 3.0.x project need attention

Re: Mobilespec / CI / version problems

2013-10-01 Thread David Kemp
added with the bug (although I don't know where to put platform-specific mobile-spec tests, the don't really have a home and people get upset when I check them in.) On Tue, Oct 1, 2013 at 9:34 AM, David Kemp drk...@google.com wrote: I believe that will be OK - testing it out now

CLI tool - Medic testing

2013-09-30 Thread David Kemp
not affect the version of cli that is published via npm. David Kemp

Cordova CI - Medic

2013-09-30 Thread David Kemp
a little while. Is anyone else looking into CI or interested in checking it out? Is there interest on the list for email notifications when the build breaks? David Kemp

Re: Plugman Release

2013-09-30 Thread David Kemp
+1 to a plugman npm release. David Kemp On Mon, Sep 30, 2013 at 4:34 PM, Steven Gill stevengil...@gmail.com wrote: Anyone see any issue with me doing a npm plugman release today? Testing the CLI RC is kind of weird when the plugman dependency is incompatible. -Steve

Re: mobile-spec and releases: How do we test?

2013-09-26 Thread David Kemp
Currently, the automated test system that we have running (derived from Medic) uses only the mobilespec tests. It does not yet use tests collected from the plugins. Its been talked about, but not gone anywhere. David Kemp On Wed, Sep 25, 2013 at 7:58 PM, Jesse purplecabb...@gmail.com wrote

Re: Registry based plugins and dependency tags

2013-09-19 Thread David Kemp
+1 for project specific registry (not home dir) On Thu, Sep 19, 2013 at 2:59 PM, Braden Shepherdson bra...@chromium.orgwrote: One alternative is to symlink it into $HOME/.plugman/cache/my.plugin.id. Then plugman when fetching it will use that, assuming the version is new enough. I think the

Re: [Android] InAppBrowser re-write/update

2013-09-17 Thread David Kemp
Joe, I think Andrew put my name on one of the InAppBrowser issues because I am just starting to look at some of the thread issues in that and plugins. But I am happy to share :) On Sep 17, 2013 5:14 PM, Joe Bowser bows...@gmail.com wrote: Max, should I redirect all InAppBrowser issues to you

Mobile-spec errors

2013-09-11 Thread David Kemp
Hi all, I am still seeing media tests failing since the weekend.Both Android and iOS. I have not had a chance to dig into why, or which commit did the deed. drkemp

Automated Testing - updated to Buildbot 0.8.8

2013-09-05 Thread David Kemp
Buildbot was recently updated and required some changes to work correctly. All updates are applied. Thanks to Mike B for the info! David Kemp

Re: [jira] [Commented] (CB-4492) Ensure download counts from plugman-registry are being tracked

2013-09-04 Thread David Kemp
id = pkgId + '_' + now.toISOString() will contain milliseconds On Tue, Sep 3, 2013 at 11:33 PM, Andrew Grieve (JIRA) j...@apache.orgwrote: [

Re: Frequency of releases

2013-09-03 Thread David Kemp
I like it - for clarity - I also think that the CLI and plugman should be on the same day On Tue, Sep 3, 2013 at 1:12 PM, Braden Shepherdson bra...@chromium.orgwrote: Agreed, I think this works. I share the hope that the frequency will drop. Though it looks again this year like the new iOS

Re: When to update version numbers?

2013-09-03 Thread David Kemp
+1 for #2 as well On Tue, Sep 3, 2013 at 1:10 PM, Braden Shepherdson bra...@chromium.orgwrote: +1 for #2. On Tue, Sep 3, 2013 at 12:55 PM, Michal Mocny mmo...@chromium.org wrote: +1 for option #2 On Tue, Sep 3, 2013 at 12:21 PM, Andrew Grieve agri...@chromium.org wrote: For

Re: 713 unit-test failures for iOS Whitelist

2013-08-30 Thread David Kemp
Confirmed. I get 715 fails On Fri, Aug 30, 2013 at 4:45 AM, Shazron shaz...@gmail.com wrote: Can someone verify my results? I noticed there were changes in the code for CDVWhitelist.m, and I was trying to fix static analyzer errors and re-ran the tests before and after I made the changes.

Re: Moving on

2013-08-30 Thread David Kemp
Good Luck in your new endeavour! On Fri, Aug 30, 2013 at 2:31 PM, Filip Maj maj@gmail.com wrote: Hey everyone, Wanted to let the community know that I'm moving on from Adobe. Tuesday I'll be starting at Saucelabs, working on mobile automation on the RD team. My focus is going to

Re: Android InAppBrowser with local file blocks XHR on Android 4.1

2013-08-29 Thread David Kemp
Since I can open a file:// resource that contains http:// pages, the restriction should not be based on what the IAB was opened with, but what it is currently open with. example: open file://index.html (contains a link to http://badplace.org) click the link (now at http://badplace.org) reference

Cordova Continuous Integration

2013-08-29 Thread David Kemp
) secure way. https://docs.google.com/document/d/1t94N8u4Sgf-545wWsRjoURUIF4C0pHYyAQKPbPWncVQ/edit?usp=sharing David Kemp

AIDE Phonegap - develop cordova apps on android

2013-08-28 Thread David Kemp
I have used AIDE previously and found it quite fast and handy. This Phonegap version was released Aug 14th. I bought it on the weekend to see how it stacked up against the previous AIDE offering. Pretty slick actually. https://play.google.com/store/apps/details?id=com.aide.phonegap

Re: AIDE Phonegap - develop cordova apps on android

2013-08-28 Thread David Kemp
this is mind blowing. Do you know if something similar for iOS? --Carlos On Wed, Aug 28, 2013 at 11:55 AM, David Kemp drk...@chromium.org wrote: I have used AIDE previously and found it quite fast and handy. This Phonegap version was released Aug 14th. I bought it on the weekend to see

Automated testing - SPAM alert

2013-08-26 Thread David Kemp
and share the gory details, but I am probably not going to invest a lot of time in trying to track down exactly what part of the commit is at issue. Does anyone have any great ideas on how they want to be SPAMmed? David Kemp

Re: Automated testing - SPAM alert

2013-08-26 Thread David Kemp
currently builds clean now (as of the 22nd). On Mon, Aug 26, 2013 at 2:32 PM, Filip Maj f...@adobe.com wrote: What about setting up a webpage (o I dunno, ci.cordova.io) where we could check the status of the latest builds at our own leisure? On 8/26/13 11:30 AM, David Kemp drk...@chromium.org wrote

Re: Cordova CLI

2013-08-22 Thread David Kemp
I have not looked at changing the iOS run script. Right now I believe it only handles the emulator. Medic uses fruitstrap for deployment. No reason it can't be adapted for clients run. On Aug 22, 2013 1:40 PM, Ian Clelland iclell...@chromium.org wrote: On Thu, Aug 22, 2013 at 11:17 AM, Braden

  1   2   >