Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uKB8v-00FSu1-E3 for pgsql-general@arkaria.postgresql.org; Wed, 28 May 2025 07:24:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uKB8u-00F1AV-16 for pgsql-general@arkaria.postgresql.org; Wed, 28 May 2025 07:24:04 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uKB8t-00F1AN-MW for pgsql-general@lists.postgresql.org; Wed, 28 May 2025 07:24:03 +0000 Received: from cloud.gatewaynet.com ([185.90.37.94]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uKB8q-000Voi-2n for pgsql-general@lists.postgresql.org; Wed, 28 May 2025 07:24:03 +0000 Message-ID: <07daafec-4533-46be-8b0a-9c8c91648085@cloud.gatewaynet.com> Date: Wed, 28 May 2025 08:23:58 +0100 MIME-Version: 1.0 Subject: Re: issue/bug management, project management, people management, product management all in one, preferably open source software ? To: =?UTF-8?Q?Albrecht_Dre=C3=9F?= , "pgsql-general@lists.postgresql.org" Cc: Adrian Klaver References: <46BXGQGS.RJB4IWL6.FVH5FROR@C6X6YABW.YSFQXTWZ.OHIBUFKQ> Content-Language: en-US From: Achilleas Mantzios In-Reply-To: <46BXGQGS.RJB4IWL6.FVH5FROR@C6X6YABW.YSFQXTWZ.OHIBUFKQ> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 5/22/25 20:33, Albrecht Dreß wrote: > Am 22.05.25 21:04 schrieb(en) Adrian Klaver: >> On 5/22/25 10:52, Achilleas Mantzios wrote: >>> Hi people >>> >>> I'd like to know if people here know of or use any integrated solution >>> for all or some of the above. It would be nice if it supported LDAP / >>> OAuth 2.0 , integrate with plain vanilla git (not github / gitlab) and >>> be open, and active as a project. >> I use Redmine: >> >> https://www.redmine.org/ > +1 for Redmine! > > Completely FOSS, written in Ruby. I use it at work, with Postgres as backend, for hundreds of projects, and ~200 users and groups. LDAP auth works ootb, for sync'ing LDAP users and groups a plugin is needed (search for “redmine ldap sync”, which is quite old and might need minor fixes or a forked version for the latest Redmine 6). Never tried OAuth 2, but iirc a plugin is available. > > You'll find a plethora of plugins (see ), both FOSS and closed-source, and it's pretty easy to write your own extensions (in Ruby, though, which is not my favourite language, but not too difficult). Thank you, redmine is on the radar ! > > Hth, Albrecht. > > >