Re: What do you guys use for issue tracking, CI/CD and team management? any nice open source options?

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
Cc: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: What do you guys use for issue tracking, CI/CD and team management? any nice open source options?
Date: 2022-04-16 03:39:42
Message-ID: Ylo6figyYTl/mrkN@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sonai muthu raja M 2022-04-16 07:31:28 Re: Require details that can we see the password history to a User account in PostgreSQL Database.
Previous Message Tom Lane 2022-04-15 22:48:15 Re: function defined (or not), more worries on version 10->14 upgrade