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 1qunmX-001gZF-3W for pgadmin-hackers@arkaria.postgresql.org; Mon, 23 Oct 2023 05:47:17 +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 1qunmT-005g9a-I0 for pgadmin-hackers@arkaria.postgresql.org; Mon, 23 Oct 2023 05:47:14 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qunmT-005g8Y-9q for pgadmin-hackers@lists.postgresql.org; Mon, 23 Oct 2023 05:47:14 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qunmQ-001r4F-M6 for pgadmin-hackers@lists.postgresql.org; Mon, 23 Oct 2023 05:47:12 +0000 Received: from github.com (hubbernetes-node-b131f78.ash1-iad.github.net [10.56.154.30]) by smtp.github.com (Postfix) with ESMTPA id 72A6734110F for ; Sun, 22 Oct 2023 22:47:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698040029; bh=dt4pIL1NVPUukuSGOC4PmeqiNOK7w+rF8tdXQzr4iZA=; h=Date:From:To:Subject:From; b=b0vlC8M+YMt7yo3ZZmvrriyq/5FRkVq9di7qkpQr2BA5lC4l0ITwtXW4shkTMWXSM 6XB4+P6j9YnOAs85UaFuB0jLM+5bxsB5at8ajUFu3SyP8pr51rrH1E8NoUQM79g7s2 85S72SD9lv2LbqLKhG9TgyqeH0f8IuSmX+cl/hHY= Date: Sun, 22 Oct 2023 22:47:09 -0700 From: Benjamin Blattberg To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e587ef: Fix an issue where the default server-group is bei... 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: e587ef404ccf36acf50fe42f6c45c1115ed56639 https://github.com/pgadmin-org/pgadmin4/commit/e587ef404ccf36acf50fe42f6c45c1115ed56639 Author: Benjamin Blattberg Date: 2023-10-23 (Mon, 23 Oct 2023) Changed paths: M web/pgadmin/browser/server_groups/__init__.py M web/pgadmin/utils/__init__.py Log Message: ----------- Fix an issue where the default server-group is being deleted if the load-server json file contains no servers. #6602