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 1rFpjX-00CKJj-1j for pgadmin-hackers@arkaria.postgresql.org; Wed, 20 Dec 2023 06:07:07 +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 1rFpjV-0097gE-Iy for pgadmin-hackers@arkaria.postgresql.org; Wed, 20 Dec 2023 06:07:05 +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 1rFpjV-0097g5-9X for pgadmin-hackers@lists.postgresql.org; Wed, 20 Dec 2023 06:07:05 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rFpjN-00CugS-Kq for pgadmin-hackers@lists.postgresql.org; Wed, 20 Dec 2023 06:07:04 +0000 Received: from github.com (hubbernetes-node-11841be.ash1-iad.github.net [10.56.158.25]) by smtp.github.com (Postfix) with ESMTPA id 8D6DD60012F for ; Tue, 19 Dec 2023 22:06:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703052415; bh=EqHVUBLkiu2W7o7WRV2lXV9b7H39euboOiHrUxGEzy8=; h=Date:From:To:Subject:From; b=GlocH1xmshFY5fQcisUGtyBjpQrRmCNNk89vjIvpvLcja+pQWHsOLLK5ukAmIzQVh dodUrEFGvsyYrRFJpW59bFQf213oScn7vl/PQQbmQZQi/Nq24dFAn1gCyLsNdp/445 505DBAuivYXVk5MKq7yPBdQIFnjFlt6xzd11SUZ8= Date: Tue, 19 Dec 2023 22:06:55 -0800 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 2d60bc: Fixed an issue where export servers was not adding... 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: 2d60bc280026774841426173490d6a75b6e71ee5 https://github.com/pgadmin-org/pgadmin4/commit/2d60bc280026774841426173490d6a75b6e71ee5 Author: Pravesh Sharma Date: 2023-12-20 (Wed, 20 Dec 2023) Changed paths: M web/pgadmin/tools/import_export_servers/__init__.py Log Message: ----------- Fixed an issue where export servers was not adding extension if not specified. #6781