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 1rGF4H-00EM6M-FQ for pgadmin-hackers@arkaria.postgresql.org; Thu, 21 Dec 2023 09:10:13 +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 1rGF4E-005eve-Hj for pgadmin-hackers@arkaria.postgresql.org; Thu, 21 Dec 2023 09:10:10 +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 1rGF4E-005evW-8S for pgadmin-hackers@lists.postgresql.org; Thu, 21 Dec 2023 09:10:10 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rGF46-00D99s-HW for pgadmin-hackers@lists.postgresql.org; Thu, 21 Dec 2023 09:10:08 +0000 Received: from github.com (hubbernetes-node-144f1b3.ash1-iad.github.net [10.56.152.39]) by smtp.github.com (Postfix) with ESMTPA id 87F4C3404F2 for ; Thu, 21 Dec 2023 01:10:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703149800; bh=ECXIpotZO+qFIdf2C2/RgXr7748fKWWShY/vSV/ZAng=; h=Date:From:To:Subject:From; b=mNunKCDvoH/5aK7TgVxs+GLYnYL9XOV2nNKl/4P/tFTue7ohCcktFm3amHwQXu4tL Kslz787Ve5by2qDW97NGHh8oR+r4AiNOuQkCOSmxIs60+vIOdAgb8f2LmzHCQZ1gMW 2JZlAnrNbpbXIbxjQuIUcyn5thEnICB7JvwJhFCc= Date: Thu, 21 Dec 2023 01:10:00 -0800 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] c85a9b: Fix an issue where the server-group node is gettin... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: c85a9be62187dc0647fd5003f87750b088419b1e https://github.com/pgadmin-org/pgadmin4/commit/c85a9be62187dc0647fd5003f87750b088419b1e Author: Khushboo Vashi Date: 2023-12-21 (Thu, 21 Dec 2023) Changed paths: M web/pgAdmin4.py M web/setup.py Log Message: ----------- Fix an issue where the server-group node is getting registered twice for the first time.