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 1rMjPh-006F0H-3Q for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jan 2024 06:47:09 +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 1rMjPf-002kPU-J6 for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jan 2024 06:47:07 +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 1rMjPf-002kPM-A6 for pgadmin-hackers@lists.postgresql.org; Mon, 08 Jan 2024 06:47:07 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rMjPc-000Qq7-9T for pgadmin-hackers@lists.postgresql.org; Mon, 08 Jan 2024 06:47:06 +0000 Received: from github.com (hubbernetes-node-1316d73.ash1-iad.github.net [10.56.152.33]) by smtp.github.com (Postfix) with ESMTPA id 49D9160075A for ; Sun, 7 Jan 2024 22:47:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704696422; bh=TTRMCg3vBASUsnEZF+66ctmzbBSJW/9fvq8h3nlSJUM=; h=Date:From:To:Subject:From; b=nDdA0H1m64oDUy6uTuWI9frv/eiChwqxkVU3ig2HAZ6RQRW+IAq6F4ZCwJtlFrvBu RMs0uIbZ8X6PPrZDNwWgGR9JT6f9t3Q8/JAUU+wYTIb/6GP9ezGvwcMuH4Mpe+m+hm Ai2hOdhbHuRNbr2tLHrbVtOWevOpntJxG9/1llKk= Date: Sun, 07 Jan 2024 22:47:02 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 30509d: Added copy server support, allowing the duplicatio... 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: 30509d1bc1978b33d133ed0856503da0bf2e0bfd https://github.com/pgadmin-org/pgadmin4/commit/30509d1bc1978b33d133ed0856503da0bf2e0bfd Author: Akshay Joshi Date: 2024-01-08 (Mon, 08 Jan 2024) Changed paths: M docs/en_US/images/file_menu.png M docs/en_US/images/object_menu.png M docs/en_US/images/runtime_menu.png M docs/en_US/menu_bar.rst M docs/en_US/release_notes_8_2.rst M web/pgadmin/browser/server_groups/__init__.py M web/pgadmin/browser/server_groups/servers/__init__.py M web/pgadmin/browser/server_groups/servers/static/js/server.js M web/pgadmin/browser/server_groups/servers/static/js/server.ui.js M web/pgadmin/browser/static/js/node.js M web/pgadmin/misc/cloud/static/js/cloud.js M web/pgadmin/misc/properties/ObjectNodeProperties.jsx M web/pgadmin/model/__init__.py M web/regression/javascript/schema_ui_files/server.ui.spec.js Log Message: ----------- Added copy server support, allowing the duplication of existing servers with the option to make certain modifications. #6085 (#7106) Added copy server support, allowing the duplication of existing servers with the option to make certain modifications. #6085