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 1qszoj-00AO5d-HT for pgadmin-hackers@arkaria.postgresql.org; Wed, 18 Oct 2023 06:14: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 1qszoh-000HHG-FK for pgadmin-hackers@arkaria.postgresql.org; Wed, 18 Oct 2023 06:14:04 +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 1qszoh-000HGo-6q for pgadmin-hackers@lists.postgresql.org; Wed, 18 Oct 2023 06:14:03 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qszof-0012ar-AY for pgadmin-hackers@lists.postgresql.org; Wed, 18 Oct 2023 06:14:02 +0000 Received: from github.com (hubbernetes-node-35586a7.ac4-iad.github.net [10.52.145.32]) by smtp.github.com (Postfix) with ESMTPA id 7438A701029 for ; Tue, 17 Oct 2023 23:14:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697609640; bh=afukK3ujYFuUMT37d9n4mJ1RenICBWELMrdA+SgvhyY=; h=Date:From:To:Subject:From; b=IVLXU6DVCdAliVCg0+WdEZdvSnaiDRduirLpgy9Gm6eN5cIZSm3O/Gf4+/xgo/mh2 p6yEts8tglYps4iSk7gqGvtIih66Xndjv4faYht3O8tqfnxA0VLppAzzNKsFxm+kwa rLrGiWW30BSESD2jM2w4UrDEIyAIGE06p3gw5Nbw= Date: Tue, 17 Oct 2023 23:14:00 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 6e3ee1: Fix an issue where servers are not listed in add n... 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: 6e3ee1c60728e2debdda9a0a114c0991f4ce3b39 https://github.com/pgadmin-org/pgadmin4/commit/6e3ee1c60728e2debdda9a0a114c0991f4ce3b39 Author: Aditya Toshniwal Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M web/pgadmin/tools/sqleditor/__init__.py Log Message: ----------- Fix an issue where servers are not listed in add new connection dialog.