Thread overview | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
January 20, 2012 [dmd-internals] Bugzilla and Github | ||||
---|---|---|---|---|
| ||||
Some of you may have noticed that Brad Roberts has configured bugzilla so it gets notifications from github when fixes get pushed. This makes things easier and more consistent. Just be sure and use "Issue nnnn" somewhere in the commit message when checking in a fix for bugzilla nnnn. Use "Issue nnnn,mmmm,oooo" etc., when fixing multiple issues with one commit. |
January 20, 2012 [D-runtime] Bugzilla and Github | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On 1/20/2012 6:48 PM, Walter Bright wrote:
> Some of you may have noticed that Brad Roberts has configured bugzilla so it gets notifications from github when fixes get pushed. This makes things easier and more consistent.
>
> Just be sure and use "Issue nnnn" somewhere in the commit message when checking in a fix for bugzilla nnnn.
>
> Use "Issue nnnn,mmmm,oooo" etc., when fixing multiple issues with one commit.
If your pull request is sufficient for the issue to be marked closed (most are), then make that Fixes Issue x,y,z. Or more specifically, matches this regex:
/((close|fix|address)e?(s|d)? )?(ticket|bug|tracker item|issue)s?:? *([\d ,\+&#and]+)/i
Later,
Brad
|
January 20, 2012 [phobos] Bugzilla and Github | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Great! Saw this on IRC:
"Someone should tell walter that github won't close the bugs unless the words "fixed" or "resolved" or similar are posted before the bug and bugzilla is version 4.0 or above.."
Does that apply?
Andrei
On 1/20/12 8:48 PM, Walter Bright wrote:
> Some of you may have noticed that Brad Roberts has configured bugzilla so it gets notifications from github when fixes get pushed. This makes things easier and more consistent.
>
> Just be sure and use "Issue nnnn" somewhere in the commit message when checking in a fix for bugzilla nnnn.
>
> Use "Issue nnnn,mmmm,oooo" etc., when fixing multiple issues with one
> commit.
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
|
January 20, 2012 [phobos] Bugzilla and Github | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On 1/20/2012 7:47 PM, Andrei Alexandrescu wrote:
> Great! Saw this on IRC:
>
> "Someone should tell walter that github won't close the bugs unless the words "fixed" or "resolved" or similar are posted before the bug and bugzilla is version 4.0 or above.."
>
> Does that apply?
Yes, see also my response. At some point I'll do the bugzilla upgrade so we can pick up the auto-close feature. It'll take a while and needs to be done in a lull in activity since it'll be down / broken during the upgrade.
|
January 20, 2012 [phobos] Bugzilla and Github | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | Yes, I didn't see that part until Brad reminded me.
On 1/20/2012 7:47 PM, Andrei Alexandrescu wrote:
> Great! Saw this on IRC:
>
> "Someone should tell walter that github won't close the bugs unless the words "fixed" or "resolved" or similar are posted before the bug and bugzilla is version 4.0 or above.."
>
> Does that apply?
>
>
> Andrei
>
>
> On 1/20/12 8:48 PM, Walter Bright wrote:
>> Some of you may have noticed that Brad Roberts has configured bugzilla so it gets notifications from github when fixes get pushed. This makes things easier and more consistent.
>>
>> Just be sure and use "Issue nnnn" somewhere in the commit message when checking in a fix for bugzilla nnnn.
>>
>> Use "Issue nnnn,mmmm,oooo" etc., when fixing multiple issues with one
>> commit.
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>
>
|
Copyright © 1999-2021 by the D Language Foundation