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 1qqTbr-00ARnp-VK for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 07:26:24 +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 1qqTbp-00DgPY-T9 for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 07:26:22 +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 1qqTbp-00DgPQ-Jl for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 07:26:22 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qqTbn-0015Ef-PM for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 07:26:21 +0000 Received: from github.com (hubbernetes-node-7233614.ac4-iad.github.net [10.52.138.29]) by smtp.github.com (Postfix) with ESMTPA id 96C5E5E0369 for ; Wed, 11 Oct 2023 00:26:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697009178; bh=RWQ33zPjWHP7SyyqIXe7b+vUQgX9kCLIa1Ugo57g0qs=; h=Date:From:To:Subject:From; b=KfCnEkAKLfpEpmkxH4U5UnF4OCe+Nze9vUWzNzJ/vT2QJVBAZtbk/BRD1Dsj6dtva ZQwNeuCNOp5AKDp2HhULz0f30AieimQkcTYTfPVtyo8DdGBe5E1UnsVz73gPfJPvBz OaCs3i+b2e6mMOK9F3T5zJRX2P59OujTXm6UXUFs= Date: Wed, 11 Oct 2023 00:26:18 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] fc411b: Allow setting custom username for shared servers, ... 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: fc411bfc49ebfa723490a3bf94c8d9ead1fe0743 https://github.com/pgadmin-org/pgadmin4/commit/fc411bfc49ebfa723490a3bf94c8d9ead1fe0743 Author: Aditya Toshniwal Date: 2023-10-11 (Wed, 11 Oct 2023) Changed paths: M docs/en_US/images/server_general.png M docs/en_US/server_dialog.rst A web/migrations/versions/9426ad06a63b_.py M web/pgadmin/browser/server_groups/servers/__init__.py M web/pgadmin/browser/server_groups/servers/static/js/server.ui.js M web/pgadmin/model/__init__.py M web/pgadmin/static/js/SchemaView/DepListener.js M web/pgadmin/tools/import_export_servers/__init__.py M web/pgadmin/utils/__init__.py Log Message: ----------- Allow setting custom username for shared servers, with default as username of server being shared. #6229