Re: No Issue Tracker - Say it Ain't So!

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Josh Berkus <josh(at)agliodbs(dot)com>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, David Fetter <david(at)fetter(dot)org>, YUriy Zhuravlev <u(dot)zhuravlev(at)postgrespro(dot)ru>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: No Issue Tracker - Say it Ain't So!
Date: 2015-09-28 23:41:06
Message-ID: 5609D012.9020407@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 9/28/15 6:06 PM, Tom Lane wrote:
> Josh Berkus <josh(at)agliodbs(dot)com> writes:
>> The infra team seems to be good with debbugs, and several committers
>> seem to like it, why not go with it?
>
> It certainly seems like debbugs is the proposal to beat at this point.
>
> In the end though, what matters is somebody doing the dogwork to make
> it happen: connecting some tool up to our workflow and populating it
> with an initial collection of items. Until that happens, we're just
> arguing in a vacuum with no way to see whether a proposal will really
> work.

Note that since they also offer a hosted solution we should use that to
play with instead of trying to install it at this point.

Integrating the issue tracker looks like it's just a call to this API:
http://doc.gitlab.com/ce/api/issues.html#new-issue. I don't normally do
web development myself so I'd rather not figuring out how to setup a
copy of the website to hack on, but if no one else wants to try it I can
take a stab at it.

Presumably mirroring our git repository would work the same as it does
for mirroring to GitHub. My guess is that would be enough to get the
basic git/issue tracker integration working.

Commitfest could be tied in as well. Presumably each commitfest would be
a milestone (http://doc.gitlab.com/ce/api/milestones.html) and each
submission an issue.
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kouhei Kaigai 2015-09-29 00:13:36 Re: Foreign join pushdown vs EvalPlanQual
Previous Message Tom Lane 2015-09-28 23:22:26 Re: LISTEN denial of service with aborted transaction