Thread: What do you guys use for issue tracking, CI/CD and team management? any nice open source options?
What do you guys use for issue tracking, CI/CD and team management? any nice open source options?
From
Achilleas Mantzios
Date:
Hi All, not pgsql related, since I could not find an more general list I am writing on -general, I hope this is ok. We are at a phase of restructuring our software infrastructure, and I'd like to ask you guys, what do you use for : a) Issue/bug tracking, we used to have Bugzilla then youtrack, the first one seems dead the second one has restriction overthe number of users b) Continuous Integration / Continuous Delivery (currently on TeamCity, not a big fan of this one either) c) Project Management/team mgmt (nothing so far) We use Git to manage our code base. Ideally all the above should be integrated with Git. What issue/bug tracking is PostgreSQL itself using? What continuous build system (CI/CD) is PostgreSQL itself using? Any tool that you ppl or the PostgreSQL infrastructure use that links people/committers with bugs/issues, automatically closesissues upon commit/push, manages issues/projects/people ? I know I am asking a lot, any help welcome, thanks! -- Achilleas Mantzios DBA, Analyst, IT Lead IT DEPT Dynacom Tankers Mgmt
Re: What do you guys use for issue tracking, CI/CD and team management? any nice open source options?
From
Michael Paquier
Date:
On Thu, Apr 14, 2022 at 06:19:44PM +0300, Achilleas Mantzios wrote: > What issue/bug tracking is PostgreSQL itself using? > What continuous build system (CI/CD) is PostgreSQL itself using? > Any tool that you ppl or the PostgreSQL infrastructure use that > links people/committers with bugs/issues, automatically closes > issues upon commit/push, manages issues/p rojects/people ? The community does not have a bug tracker, everything is mail-based as of today. There is what we call the commit fest app: https://commitfest.postgresql.org/ This is more a patch tracker for the development of new features though, still there is a category for published patches that aim at fixing bugs (see "Bug Fixes"). This does not act as a bug tracker to be able to see all the live issues reported. -- Michael
Attachment
Re: What do you guys use for issue tracking, CI/CD and team management? any nice open source options?
From
Achilleas Mantzios
Date:
On 16/4/22 6:39 π.μ., Michael Paquier wrote: > On Thu, Apr 14, 2022 at 06:19:44PM +0300, Achilleas Mantzios wrote: >> What issue/bug tracking is PostgreSQL itself using? >> What continuous build system (CI/CD) is PostgreSQL itself using? >> Any tool that you ppl or the PostgreSQL infrastructure use that >> links people/committers with bugs/issues, automatically closes >> issues upon commit/push, manages issues/p rojects/people ? > The community does not have a bug tracker, everything is mail-based as > of today. There is what we call the commit fest app: > https://commitfest.postgresql.org/ > > This is more a patch tracker for the development of new features > though, still there is a category for published patches that aim at > fixing bugs (see "Bug Fixes"). This does not act as a bug tracker to > be able to see all the live issues reported. Thank you Michael! > -- > Michael -- Achilleas Mantzios DBA, Analyst, IT Lead IT DEPT Dynacom Tankers Mgmt