Re: cordova-plugins repo release

2013-11-28 Thread Steven Gill
Yeah I have been saying to do them independent of the plugin releases I do. The authors have been doing that so far. On Thu, Nov 28, 2013 at 12:01 PM, Brian LeRoux wrote: > ya I think/thought so too > > > On Wed, Nov 27, 2013 at 8:41 PM, Michal Mocny wrote: > > > I think the conclusion was tha

Re: cordova-plugins repo release

2013-11-28 Thread Brian LeRoux
ya I think/thought so too On Wed, Nov 27, 2013 at 8:41 PM, Michal Mocny wrote: > I think the conclusion was that cordova-plugins are just *not* included in > plugin releases. > > > On Wed, Nov 27, 2013 at 11:32 PM, Andrew Grieve >wrote: > > > Back to the original question - we should specify h

Re: cordova-plugins repo release

2013-11-27 Thread Michal Mocny
I think the conclusion was that cordova-plugins are just *not* included in plugin releases. On Wed, Nov 27, 2013 at 11:32 PM, Andrew Grieve wrote: > Back to the original question - we should specify how cordova-plugins > should be included in plugin releases. > > Really, the thing we need is to

Re: cordova-plugins repo release

2013-11-27 Thread Andrew Grieve
Back to the original question - we should specify how cordova-plugins should be included in plugin releases. Really, the thing we need is to be able to know if there are any unreleased commits and to update releasenotes.md for each plugin. I think it'd be enough to run "git log -- plugin-dir" and

Re: cordova-plugins repo release

2013-11-25 Thread Brian LeRoux
the problem wasn't isolated to the repo (there were many problems) but suffice to say lack of shared issue tracking was a key point of failure and inability to discreetly version changesets created more suffering than good On Mon, Nov 25, 2013 at 3:20 PM, Josh Soref wrote: > Lindsey Simon wrote

Re: cordova-plugins repo release

2013-11-25 Thread Josh Soref
Lindsey Simon wrote: > It seems like a shared repo is just a recipe for the troubles of the last > shared repo. For those of us who didn't live through the last shared repo, is there a document describing what happened?  There's a great writeup from some Github using group who accidentally force

Re: cordova-plugins repo release

2013-11-25 Thread Lindsey Simon
It seems like a shared repo is just a recipe for the troubles of the last shared repo. On Mon, Nov 25, 2013 at 1:17 PM, Jesse wrote: > All of this is fine. > > I also see no reason why you cannot hack in your own repo, just ensure you > start with the right license. Nothing says that the apach

Re: cordova-plugins repo release

2013-11-25 Thread Jesse
All of this is fine. I also see no reason why you cannot hack in your own repo, just ensure you start with the right license. Nothing says that the apache git has to be the origin of code. @purplecabbage risingj.com On Mon, Nov 25, 2013 at 1:01 PM, Anis KADRI wrote: > It sounds like we all

Re: cordova-plugins repo release

2013-11-25 Thread Anis KADRI
It sounds like we all agree. Start hacking on cordova-plugins and if/when it's mature move it to its own repository. Publishig from cordova-plugins should not be an issue. On Mon, Nov 25, 2013 at 11:52 AM, Braden Shepherdson wrote: > I'm not sure if I was clear: I am content with the current repo

Re: cordova-plugins repo release

2013-11-25 Thread Braden Shepherdson
I'm not sure if I was clear: I am content with the current repo setup and argue for keeping it as it is. The main core plugins are in their own repos and I support that. On the other hand I support having the cordova-plugins repo as an incubator for experimental projects that either die or graduate

Re: cordova-plugins repo release

2013-11-25 Thread Michal Mocny
Okay -- while I do agree with Braden -- in the interests of not debating again, I'll concede to not publishing core plugins from a shared repo (if for no other reason than for consistency with the other core plugins). But I think its still worth having a cordova-plugins repo for early experiments/

Re: cordova-plugins repo release

2013-11-25 Thread Brian LeRoux
Super disagree about putting src into a single big repo. I get why we do that. I do not buy that we 'have too many repos' or that complexity is minimized by combining. Anyhow: not a discussion I think is even worth us having AGAIN. =/ On Mon, Nov 25, 2013 at 10:32 AM, Braden Shepherdson wrote: >

Re: cordova-plugins repo release

2013-11-25 Thread Braden Shepherdson
Hang on a second: The release you send to the plugman registry doesn't care about git. You point it at a (sub)directory and it uploads the plugin. The version is set by the plugin.xml of that plugin. If we want tags for when those plugins were pushed to npm, what's wrong with tags like "whateverp

Re: cordova-plugins repo release

2013-11-25 Thread Michal Mocny
Would that only be true if you shared readable tag names between plugins? If we used tags unique to each plugin, perhaps by prefixing tags with the target plugins' name, then plugin releases would be isolated, right? -Michal On Fri, Nov 22, 2013 at 8:02 PM, Jesse wrote: > The issue that if us

Re: cordova-plugins repo release

2013-11-22 Thread Jesse
The issue that if use a tag to signify the new version, then the tag is applied to all plugins in the repo. This is probably not a big deal for minor bumps, but when a plugin needs a major bump, they all will. So you will/could have a plugin with a major version bump even though the code has not ch

Re: cordova-plugins repo release

2013-11-22 Thread Michal Mocny
I don't understand, whats the problem? I thought you publish plugins by git-repo & subdir & hash -- so multiple plugins makes no difference. The master & dev branch deal was to do with cordova-3.0 users that did not support plugin repo install from !master branch, right? But none of these plugin

Re: cordova-plugins repo release

2013-11-22 Thread Steven Gill
+1 on one plugin per repo. Would making releasing and tagging much simpler. On Fri, Nov 22, 2013 at 1:29 PM, Carlos Santana wrote: > Yep that's the problem with having independent plugins in a single repo, > and just using directories to separate them. > > If I would have a choice I would strong

Re: cordova-plugins repo release

2013-11-22 Thread Carlos Santana
Yep that's the problem with having independent plugins in a single repo, and just using directories to separate them. If I would have a choice I would strongly encourage one plugin per repo containing its own version and source control. On Friday, November 22, 2013, Shazron wrote: > The cordova

cordova-plugins repo release

2013-11-22 Thread Shazron
The cordova-plugins repo has plugins as well, but are outside of the purview of the planned weekly core plugins release - I plan to upload independently. The repo does not have the concept of "dev" and "master" plugins as well like the core plugins. It was suggested we have tags, but this is probl