digitalmars.D - Bugzilla patches
- Walter Bright (2/2) Dec 18 2011 I'm looking for volunteers to convert all the remaining patches in Bugzi...
- Andrew Wiley (5/7) Dec 18 2011 I could take a crack at it, although if you're going to do that, why
- Vladimir Panteleev (8/16) Dec 18 2011 The advantages (automatic links*, and closing issues with commit
- Walter Bright (2/9) Dec 18 2011 Because we're pretty entrenched with Bugzilla.
- Nick Sabalausky (3/11) Dec 19 2011 Bugzilla is *much* nicer.
- Brad Anderson (3/11) Dec 18 2011 Github's issue tracking, while slick, is still fairly primitive. It
- Walter Bright (2/8) Dec 18 2011 That kills it right there.
- Brad Roberts (13/26) Dec 18 2011 Github has some ability to integrate with external bugzilla's too. Addi...
- Robert Jacques (2/4) Dec 19 2011 I've been planning on converting all of mine, but I haven't had bandwidt...
I'm looking for volunteers to convert all the remaining patches in Bugzilla to pull requests.
Dec 18 2011
On Sun, Dec 18, 2011 at 11:00 PM, Walter Bright <newshound2 digitalmars.com> wrote:I'm looking for volunteers to convert all the remaining patches in Bugzilla to pull requests.I could take a crack at it, although if you're going to do that, why not move the issue tracking to Github as well and take advantage of the integration?
Dec 18 2011
On Monday, 19 December 2011 at 07:13:54 UTC, Andrew Wiley wrote:On Sun, Dec 18, 2011 at 11:00 PM, Walter Bright <newshound2 digitalmars.com> wrote:The advantages (automatic links*, and closing issues with commit messages) aren't that great compared to the disadvantages (minimalistic featureset, splitting bug reports between two sites, issue number collisions and other migration woes). *: I wrote a UserScript to make Bugzilla issue numbers clickable on GitHub: http://dump.thecybershadow.net/b7d2e2759116df7a83ee2f4678856a1e/dbuglinks.user.jsI'm looking for volunteers to convert all the remaining patches in Bugzilla to pull requests.I could take a crack at it, although if you're going to do that, why not move the issue tracking to Github as well and take advantage of the integration?
Dec 18 2011
On 12/18/2011 11:13 PM, Andrew Wiley wrote:On Sun, Dec 18, 2011 at 11:00 PM, Walter Bright <newshound2 digitalmars.com> wrote:Because we're pretty entrenched with Bugzilla.I'm looking for volunteers to convert all the remaining patches in Bugzilla to pull requests.I could take a crack at it, although if you're going to do that, why not move the issue tracking to Github as well and take advantage of the integration?
Dec 18 2011
"Andrew Wiley" <wiley.andrew.j gmail.com> wrote in message news:mailman.1702.1324278833.24802.digitalmars-d puremagic.com...On Sun, Dec 18, 2011 at 11:00 PM, Walter Bright <newshound2 digitalmars.com> wrote:Bugzilla is *much* nicer.I'm looking for volunteers to convert all the remaining patches in Bugzilla to pull requests.I could take a crack at it, although if you're going to do that, why not move the issue tracking to Github as well and take advantage of the integration?
Dec 19 2011
On Mon, Dec 19, 2011 at 12:13 AM, Andrew Wiley <wiley.andrew.j gmail.com>wrote:On Sun, Dec 18, 2011 at 11:00 PM, Walter Bright <newshound2 digitalmars.com> wrote:Github's issue tracking, while slick, is still fairly primitive. It doesn't support attachments, for instance.I'm looking for volunteers to convert all the remaining patches inBugzillato pull requests.I could take a crack at it, although if you're going to do that, why not move the issue tracking to Github as well and take advantage of the integration?
Dec 18 2011
On 12/18/2011 11:20 PM, Brad Anderson wrote:On Mon, Dec 19, 2011 at 12:13 AM, Andrew Wiley <wiley.andrew.j gmail.com why not move the issue tracking to Github as well and take advantage of the integration? Github's issue tracking, while slick, is still fairly primitive. It doesn't support attachments, for instance.That kills it right there.
Dec 18 2011
On 12/18/2011 11:20 PM, Brad Anderson wrote:On Mon, Dec 19, 2011 at 12:13 AM, Andrew Wiley <wiley.andrew.j gmail.com <mailto:wiley.andrew.j gmail.com>> wrote: On Sun, Dec 18, 2011 at 11:00 PM, Walter Bright <newshound2 digitalmars.com <mailto:newshound2 digitalmars.com>> wrote: > I'm looking for volunteers to convert all the remaining patches in Bugzilla > to pull requests. I could take a crack at it, although if you're going to do that, why not move the issue tracking to Github as well and take advantage of the integration? Github's issue tracking, while slick, is still fairly primitive. It doesn't support attachments, for instance.Github has some ability to integrate with external bugzilla's too. Adding notes to bugs when they're mentioned in pull requests. Possibly even closing them when pull requests are closed. It's been a while since I read about it and I haven't yet played with it myself. I need to upgrade to a newer version of bugzilla first. I've had it on my low priority todo list for a while. Does github's bug tracker have an export data feature? ie, the ability to make backups and/or move the data to another system? For the git repository itself it's trivial and inherent in git itself. I'm reluctant to house project critical data in a system that we don't have good control over. Websites come and go and we need to remain viable belong their lifespans. Last time I looked I didn't see an import feature either. We've got TONS of open bugs already and there's no way I want to split our database across multiple systems. My 2 cents, Brad
Dec 18 2011
On Sun, 18 Dec 2011 23:00:30 -0800, Walter Bright <newshound2 digitalmars.com> wrote:I'm looking for volunteers to convert all the remaining patches in Bugzilla to pull requests.I've been planning on converting all of mine, but I haven't had bandwidth to do so this fall.
Dec 19 2011