After some trouble with sending a bugfix, i'm wondering if there's a current documentation about how we want to track bugs, add patches, pull request etc...
On docs.joomla.org we only talk about joomlacode.org
> After some trouble with sending a bugfix, i'm wondering if there's a current documentation about how we want to > track bugs, add patches, pull request etc...
> On docs.joomla.org we only talk about joomlacode.org
> -- > You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group. > To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-cms/-/KxU2J9bxfesJ. > To post to this group, send an email to joomla-dev-cms@googlegroups.com. > To unsubscribe from this group, send email to joomla-dev-cms+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
> joomlacode is still the point of truth, anything committed will have to go > trough it.
> Elin was looking into a replacement tracker (github won't cut it) but I > don't know how far she got.
> Best regards > Rouven
> On 24.03.2012, at 16:45, Nils Rückmann wrote:
> After some trouble with sending a bugfix, i'm wondering if there's a > current documentation about how we want to > track bugs, add patches, pull request etc...
> On docs.joomla.org we only talk about joomlacode.org
> -- > You received this message because you are subscribed to the Google Groups > "Joomla! CMS Development" group. > To view this discussion on the web, visit > https://groups.google.com/d/msg/joomla-dev-cms/-/KxU2J9bxfesJ. > To post to this group, send an email to joomla-dev-cms@googlegroups.com. > To unsubscribe from this group, send email to > joomla-dev-cms+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
> -- > You received this message because you are subscribed to the Google Groups > "Joomla! CMS Development" group. > To post to this group, send an email to joomla-dev-cms@googlegroups.com. > To unsubscribe from this group, send email to > joomla-dev-cms+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
Mark and I are working on the replacement tracker issue but for now we are still using the current processes although you can add alink to a git hub diff (these work best). However for most of the JBS testers the actual patch file is preferred, so if you would do that it would be awesome in terms of getting things tested.
In ubuntu anyway if you have master as matching the trunk and the branch you are in with your changes you can do
git diff --no-prefix > myfilename.patch
I think we'd like to standardize on no prefix as much as possible. I would guess even once we have a new tracker many jbs people will prefer patches and thus a good way to get things tested will be to supply patches.
> On Sat, Mar 24, 2012 at 8:47 AM, Rouven Weßling <m...@rouvenwessling.de>wrote:
>> joomlacode is still the point of truth, anything committed will have to >> go trough it.
>> Elin was looking into a replacement tracker (github won't cut it) but I >> don't know how far she got.
>> Best regards
>> Rouven
>> On 24.03.2012, at 16:45, Nils Rückmann wrote:
>> After some trouble with sending a bugfix, i'm wondering if there's a >> current documentation about how we want to
>> track bugs, add patches, pull request etc...
>> On docs.joomla.org we only talk about joomlacode.org
>> -- >> You received this message because you are subscribed to the Google Groups >> "Joomla! CMS Development" group.
>> To view this discussion on the web, visit >> https://groups.google.com/d/msg/joomla-dev-cms/-/KxU2J9bxfesJ<https://groups.google.com/d/msg/joomla-dev-cms/-/KxU2J9bxfesJ>
>> .
>> To post to this group, send an email to joomla-dev-cms@googlegroups.com<joomla-dev-cms@googlegroups.com>
>> .
>> To unsubscribe from this group, send email to >> joomla-dev-cms+unsubscribe@googlegroups.com<joomla-dev-cms+unsubscribe@goo glegroups.com>
>> .
>> For more options, visit this group at >> http://groups.google.com/group/joomla-dev-cms?hl=en-GB<http://groups.google.com/group/joomla-dev-cms?hl=en-GB>
>> .
>> -- >> You received this message because you are subscribed to the Google Groups >> "Joomla! CMS Development" group.
>> To post to this group, send an email to joomla-dev-cms@googlegroups.com<joomla-dev-cms@googlegroups.com>
>> .
>> To unsubscribe from this group, send email to >> joomla-dev-cms+unsubscribe@googlegroups.com<joomla-dev-cms%2Bunsubscribe@g ooglegroups.com>
>> .
>> For more options, visit this group at >> http://groups.google.com/group/joomla-dev-cms?hl=en-GB<http://groups.google.com/group/joomla-dev-cms?hl=en-GB>
>> .
> I think we'd like to standardize on no prefix as much as possible. I would guess even once we have a new tracker many jbs people will prefer patches and thus a good way to get things tested will be to supply patches.
According to JM the no prefix patches don't work with Eclipse.
I think we should start considering how to slowly phase out the SVN system. The only thing missing in terms of infrastructure that the SVN repro still offers is the commit mailing list, that'd need be changed.
I wonder how many devs/bug squadder are using SVN vs. git? Maybe a survey would be good.
They work fine, it is prefixes that cause problems, but the important thing is to standardize one way or the other since it is annoying to have to adjust constantly.
SVN really has nothing to do with it, people are happy and comfortable using it and there is not any particular reason for them to rush to change as long as testing gets done. That's the most important thing, that people who do that work be comfortable. It's just like all b/c issues :P.
On Saturday, March 24, 2012 2:25:11 PM UTC-4, Rouven Weßling wrote:
> On 24.03.2012, at 18:52, elin wrote:
> I think we'd like to standardize on no prefix as much as possible. I > would guess even once we have a new tracker many jbs people will prefer > patches and thus a good way to get things tested 'will be to supply > patches.
> According to JM the no prefix patches don't work with Eclipse.
> I think we should start considering how to slowly phase out the SVN > system. The only thing missing in terms of infrastructure that the SVN > repro still offers is the commit mailing list, that'd need be changed.
> I wonder how many devs/bug squadder are using SVN vs. git? Maybe a survey > would be good.
Maybe with the github api in the platform we could build something that builds the patches automatically from a pull and can be linked into the (new) tracker. Maybe even with a handy overview of all active pulls and their patches...
Hannes Am 24.03.2012 18:52 schrieb "elin" <elin.war...@gmail.com>:
> Mark and I are working on the replacement tracker issue but for now we are > still using the current processes although you can add alink to a git hub > diff (these work best). However for most of the JBS testers the actual > patch file is preferred, so if you would do that it would be awesome in > terms of getting things tested.
> In ubuntu anyway if you have master as matching the trunk and the branch > you are in with your changes you can do > git diff --no-prefix > myfilename.patch
> I think we'd like to standardize on no prefix as much as possible. I > would guess even once we have a new tracker many jbs people will prefer > patches and thus a good way to get things tested will be to supply patches.
> Elin
> On Saturday, March 24, 2012 12:36:30 PM UTC-4, Mark Dexter wrote:
>> On Sat, Mar 24, 2012 at 8:47 AM, Rouven Weßling <m...@rouvenwessling.de>wrote:
>>> joomlacode is still the point of truth, anything committed will have to >>> go trough it.
>>> Elin was looking into a replacement tracker (github won't cut it) but I >>> don't know how far she got.
>>> Best regards >>> Rouven
>>> On 24.03.2012, at 16:45, Nils Rückmann wrote:
>>> After some trouble with sending a bugfix, i'm wondering if there's a >>> current documentation about how we want to >>> track bugs, add patches, pull request etc...
>>> On docs.joomla.org we only talk about joomlacode.org
>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Joomla! CMS Development" group. >>> To view this discussion on the web, visit >>> https://groups.google.com/d/msg/joomla-dev-cms/-/KxU2J9bxfesJ<https://groups.google.com/d/msg/joomla-dev-cms/-/KxU2J9bxfesJ> >>> . >>> To post to this group, send an email to joomla-dev-cms@googlegroups.com<joomla-dev-cms@googlegroups.com> >>> . >>> To unsubscribe from this group, send email to >>> joomla-dev-cms+unsubscribe@googlegroups.com<joomla-dev-cms+unsubscribe@goo glegroups.com> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/joomla-dev-cms?hl=en-GB<http://groups.google.com/group/joomla-dev-cms?hl=en-GB> >>> .
>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Joomla! CMS Development" group. >>> To post to this group, send an email to joomla-dev-cms@googlegroups.com<joomla-dev-cms@googlegroups.com> >>> . >>> To unsubscribe from this group, send email to >>> joomla-dev-cms+unsubscribe@googlegroups.com<joomla-dev-cms%2Bunsubscribe@g ooglegroups.com> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/joomla-dev-cms?hl=en-GB<http://groups.google.com/group/joomla-dev-cms?hl=en-GB> >>> .
>> -- > You received this message because you are subscribed to the Google Groups > "Joomla! CMS Development" group. > To view this discussion on the web, visit > https://groups.google.com/d/msg/joomla-dev-cms/-/ta2g0h6egbIJ. > To post to this group, send an email to joomla-dev-cms@googlegroups.com. > To unsubscribe from this group, send email to > joomla-dev-cms+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
Well.. GitHub creates patches automagically for every pull request - if they are needed ..
Ian already has created a very simple yet powerful extension for the Joomla! CMS called patchtester that makes testing patches / pull requests a breeze. => https://github.com/ianmacl/patchtester
Depending on the new tracker this could be nicely integrated..
> Maybe with the github api in the platform we could build something > that builds the patches automatically from a pull and can be linked > into the (new) tracker. Maybe even with a handy overview of all active > pulls and their patches...
> Hannes
> Am 24.03.2012 18:52 schrieb "elin" <elin.war...@gmail.com > <mailto:elin.war...@gmail.com>>:
> Mark and I are working on the replacement tracker issue but for > now we are still using the current processes although you can add > alink to a git hub diff (these work best). However for most of the > JBS testers the actual patch file is preferred, so if you would do > that it would be awesome in terms of getting things tested.
> In ubuntu anyway if you have master as matching the trunk and the > branch you are in with your changes you can do > git diff --no-prefix > myfilename.patch
> I think we'd like to standardize on no prefix as much as possible. > I would guess even once we have a new tracker many jbs people > will prefer patches and thus a good way to get things tested will > be to supply patches.
> Elin
> On Saturday, March 24, 2012 12:36:30 PM UTC-4, Mark Dexter wrote:
> On Sat, Mar 24, 2012 at 8:47 AM, Rouven Weßling > <m...@rouvenwessling.de <mailto:m...@rouvenwessling.de>> wrote:
> joomlacode is still the point of truth, anything committed > will have to go trough it.
> Elin was looking into a replacement tracker (github won't > cut it) but I don't know how far she got.
> Best regards > Rouven
> On 24.03.2012, at 16:45, Nils Rückmann wrote:
>> After some trouble with sending a bugfix, i'm wondering >> if there's a current documentation about how we want to >> track bugs, add patches, pull request etc...
>> -- >> You received this message because you are subscribed to >> the Google Groups "Joomla! CMS Development" group. >> To view this discussion on the web, visit >> https://groups.google.com/d/ msg/joomla-dev-cms/-/ >> KxU2J9bxfesJ >> <https://groups.google.com/d/msg/joomla-dev-cms/-/KxU2J9bxfesJ>. >> To post to this group, send an email to >> joomla-dev-cms@googlegroups. com >> <mailto:joomla-dev-cms@googlegroups.com>. >> To unsubscribe from this group, send email to >> joomla-dev-cms+unsubscribe@ googlegroups.com >> <mailto:joomla-dev-cms+unsubscribe@googlegroups.com>. >> For more options, visit this group at >> http://groups.google.com/ group/joomla-dev-cms?hl=en-GB >> <http://groups.google.com/group/joomla-dev-cms?hl=en-GB>.
> -- > You received this message because you are subscribed to > the Google Groups "Joomla! CMS Development" group. > To post to this group, send an email to > joomla-dev-cms@googlegroups.com > <mailto:joomla-dev-cms@googlegroups.com>. > To unsubscribe from this group, send email to > joomla-dev-cms+unsubscribe@ googlegroups.com > <mailto:joomla-dev-cms%2Bunsubscribe@googlegroups.com>. > For more options, visit this group at > http://groups.google.com/ group/joomla-dev-cms?hl=en-GB > <http://groups.google.com/group/joomla-dev-cms?hl=en-GB>.
> -- > You received this message because you are subscribed to the Google > Groups "Joomla! CMS Development" group. > To view this discussion on the web, visit > https://groups.google.com/d/msg/joomla-dev-cms/-/ta2g0h6egbIJ. > To post to this group, send an email to > joomla-dev-cms@googlegroups.com > <mailto:joomla-dev-cms@googlegroups.com>. > To unsubscribe from this group, send email to > joomla-dev-cms+unsubscribe@googlegroups.com > <mailto:joomla-dev-cms%2Bunsubscribe@googlegroups.com>. > For more options, visit this group at > http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
> -- > You received this message because you are subscribed to the Google > Groups "Joomla! CMS Development" group. > To post to this group, send an email to joomla-dev-cms@googlegroups.com. > To unsubscribe from this group, send email to > joomla-dev-cms+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
> Depending on the new tracker this could be nicely integrated..
> Am 24.03.2012 14:19, schrieb Hannes Papenberg:
> Maybe with the github api in the platform we could build something that > builds the patches automatically from a pull and can be linked into the > (new) tracker. Maybe even with a handy overview of all active pulls and > their patches...
> Hannes
> Am 24.03.2012 18:52 schrieb "elin" <elin.war...@gmail.com>:
>> Mark and I are working on the replacement tracker issue but for now we >> are still using the current processes although you can add alink to a git >> hub diff (these work best). However for most of the JBS testers the actual >> patch file is preferred, so if you would do that it would be awesome in >> terms of getting things tested.
>> In ubuntu anyway if you have master as matching the trunk and the >> branch you are in with your changes you can do
>> git diff --no-prefix > myfilename.patch
>> I think we'd like to standardize on no prefix as much as possible. I >> would guess even once we have a new tracker many jbs people will prefer >> patches and thus a good way to get things tested will be to supply patches.
>> Elin
>> On Saturday, March 24, 2012 12:36:30 PM UTC-4, Mark Dexter wrote:
>>> On Sat, Mar 24, 2012 at 8:47 AM, Rouven Weßling <m...@rouvenwessling.de>wrote:
>>>> joomlacode is still the point of truth, anything committed will have to >>>> go trough it.
>>>> Elin was looking into a replacement tracker (github won't cut it) but >>>> I don't know how far she got.
>>>> Best regards
>>>> Rouven
>>>> On 24.03.2012, at 16:45, Nils Rückmann wrote:
>>>> After some trouble with sending a bugfix, i'm wondering if there's a >>>> current documentation about how we want to
>>>> track bugs, add patches, pull request etc...
>>>> On docs.joomla.org we only talk about joomlacode.org
>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Joomla! CMS Development" group.
>>>> To view this discussion on the web, visit https://groups.google.com/d/ >>>> msg/joomla-dev-cms/-/KxU2J9bxfesJ<https://groups.google.com/d/msg/joomla-dev-cms/-/KxU2J9bxfesJ>
>>>> .
>>>> To post to this group, send an email to joomla-dev-cms@googlegroups. >>>> com <joomla-dev-cms@googlegroups.com>.
>>>> To unsubscribe from this group, send email to joomla-dev-cms+unsubscribe@ >>>> googlegroups.com <joomla-dev-cms+unsubscribe@googlegroups.com>.
>>>> For more options, visit this group at http://groups.google.com/ >>>> group/joomla-dev-cms?hl=en-GB<http://groups.google.com/group/joomla-dev-cms?hl=en-GB>
>>>> .
>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Joomla! CMS Development" group.
>>>> To post to this group, send an email to >>>> joomla-dev-cms@googlegroups.com <joomla-dev-cms@googlegroups.com>.
>>>> To unsubscribe from this group, send email to joomla-dev-cms+unsubscribe@ >>>> googlegroups.com <joomla-dev-cms%2Bunsubscribe@googlegroups.com>.
>>>> For more options, visit this group at http://groups.google.com/ >>>> group/joomla-dev-cms?hl=en-GB<http://groups.google.com/group/joomla-dev-cms?hl=en-GB>
>>>> .
>>> -- >> You received this message because you are subscribed to the Google Groups >> "Joomla! CMS Development" group.
>> To view this discussion on the web, visit >> https://groups.google.com/d/msg/joomla-dev-cms/-/ta2g0h6egbIJ<https://groups.google.com/d/msg/joomla-dev-cms/-/ta2g0h6egbIJ>
>> .
>> To post to this group, send an email to joomla-dev-cms@googlegroups.com<joomla-dev-cms@googlegroups.com>
>> .
>> To unsubscribe from this group, send email to >> joomla-dev-cms+unsubscribe@googlegroups.com<joomla-dev-cms%2Bunsubscribe@g ooglegroups.com>
>> .
>> For more options, visit this group at >> http://groups.google.com/group/joomla-dev-cms?hl=en-GB<http://groups.google.com/group/joomla-dev-cms?hl=en-GB>
>> .
> -- > You received this message because you are subscribed to the Google Groups > "Joomla! CMS Development" group.
> To post to this group, send an email to joomla-dev-cms@googlegroups.com<joomla-dev-cms@googlegroups.com>
> .
> To unsubscribe from this group, send email to > joomla-dev-cms+unsubscribe@googlegroups.com<joomla-dev-cms+unsubscribe@goo glegroups.com>
> .
> For more options, visit this group at > http://groups.google.com/group/joomla-dev-cms?hl=en-GB<http://groups.google.com/group/joomla-dev-cms?hl=en-GB>
> .
> > Depending on the new tracker this could be nicely integrated..
> > Am 24.03.2012 14:19, schrieb Hannes Papenberg:
> > Maybe with the github api in the platform we could build something that
> > builds the patches automatically from a pull and can be linked into the
> > (new) tracker. Maybe even with a handy overview of all active pulls and
> > their patches...
> > Hannes
> > Am 24.03.2012 18:52 schrieb "elin" <elin.war...@gmail.com>:
> >> Mark and I are working on the replacement tracker issue but for now we
> >> are still using the current processes although you can add alink to a git
> >> hub diff (these work best). However for most of the JBS testers the actual
> >> patch file is preferred, so if you would do that it would be awesome in
> >> terms of getting things tested.
> >> In ubuntu anyway if you have master as matching the trunk and the
> >> branch you are in with your changes you can do
> >> git diff --no-prefix > myfilename.patch
> >> I think we'd like to standardize on no prefix as much as possible. I
> >> would guess even once we have a new tracker many jbs people will prefer
> >> patches and thus a good way to get things tested will be to supply patches.
> >> Elin
> >> On Saturday, March 24, 2012 12:36:30 PM UTC-4, Mark Dexter wrote:
> >>> On Sat, Mar 24, 2012 at 8:47 AM, Rouven Weßling <m...@rouvenwessling.de>wrote:
> >>>> joomlacode is still the point of truth, anything committed will have to
> >>>> go trough it.
> >>>> Elin was looking into a replacement tracker (github won't cut it) but
> >>>> I don't know how far she got.
> >>>> Best regards
> >>>> Rouven
> >>>> On 24.03.2012, at 16:45, Nils Rückmann wrote:
> >>>> After some trouble with sending a bugfix, i'm wondering if there's a
> >>>> current documentation about how we want to
> >>>> track bugs, add patches, pull request etc...
> >>>> On docs.joomla.org we only talk about joomlacode.org
> >>>> --
> >>>> You received this message because you are subscribed to the Google
> >>>> Groups "Joomla! CMS Development" group.
> >>>> To view this discussion on the web, visithttps://groups.google.com/d/ > >>>> msg/joomla-dev-cms/-/KxU2J9bxfesJ<https://groups.google.com/d/msg/joomla-dev-cms/-/KxU2J9bxfesJ>
> >>>> .
> >>>> To post to this group, send an email to joomla-dev-cms@googlegroups.
> >>>> com <joomla-dev-cms@googlegroups.com>.
> >>>> To unsubscribe from this group, send email to joomla-dev-cms+unsubscribe@
> >>>> googlegroups.com <joomla-dev-cms+unsubscribe@googlegroups.com>.
> >>>> For more options, visit this group athttp://groups.google.com/ > >>>> group/joomla-dev-cms?hl=en-GB<http://groups.google.com/group/joomla-dev-cms?hl=en-GB>
> >>>> .
> >>>> --
> >>>> You received this message because you are subscribed to the Google
> >>>> Groups "Joomla! CMS Development" group.
> >>>> To post to this group, send an email to
> >>>> joomla-dev-cms@googlegroups.com <joomla-dev-cms@googlegroups.com>.
> >>>> To unsubscribe from this group, send email to joomla-dev-cms+unsubscribe@
> >>>> googlegroups.com <joomla-dev-cms%2Bunsubscribe@googlegroups.com>.
> >>>> For more options, visit this group athttp://groups.google.com/ > >>>> group/joomla-dev-cms?hl=en-GB<http://groups.google.com/group/joomla-dev-cms?hl=en-GB>
> >>>> .
> >>> --
> >> You received this message because you are subscribed to the Google Groups
> >> "Joomla! CMS Development" group.
> >> To view this discussion on the web, visit
> >>https://groups.google.com/d/msg/joomla-dev-cms/-/ta2g0h6egbIJ<https://groups.google.com/d/msg/joomla-dev-cms/-/ta2g0h6egbIJ>
> >> .
> >> To post to this group, send an email to joomla-dev-cms@googlegroups.com<joomla-dev-cms@googlegroups.com>
> >> .
> >> To unsubscribe from this group, send email to
> >> joomla-dev-cms+unsubscribe@googlegroups.com<joomla-dev-cms%2Bunsubscribe@g ooglegroups.com>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/joomla-dev-cms?hl=en-GB<http://groups.google.com/group/joomla-dev-cms?hl=en-GB>
> >> .
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Joomla! CMS Development" group.
> > To post to this group, send an email to joomla-dev-cms@googlegroups.com<joomla-dev-cms@googlegroups.com>
> > .
> > To unsubscribe from this group, send email to
> > joomla-dev-cms+unsubscribe@googlegroups.com<joomla-dev-cms+unsubscribe@goo glegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/joomla-dev-cms?hl=en-GB<http://groups.google.com/group/joomla-dev-cms?hl=en-GB>
> > .