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 1rRpMQ-009aLU-PW for pgadmin-hackers@arkaria.postgresql.org; Mon, 22 Jan 2024 08:08:51 +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 1rRpMP-002U96-WA for pgadmin-hackers@arkaria.postgresql.org; Mon, 22 Jan 2024 08:08:50 +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 1rRpMP-002U8y-Og for pgadmin-hackers@lists.postgresql.org; Mon, 22 Jan 2024 08:08:49 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rRpMN-002kwZ-35 for pgadmin-hackers@lists.postgresql.org; Mon, 22 Jan 2024 08:08:48 +0000 Received: from github.com (hubbernetes-node-0db6f7c.ash1-iad.github.net [10.56.203.94]) by smtp.github.com (Postfix) with ESMTPA id 08CA4100814 for ; Mon, 22 Jan 2024 00:08:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1705910926; bh=/izTq6KO+3kNDl+uvGOkQqpmF45b5m51P08ZbpkFEv4=; h=Date:From:To:Subject:From; b=Nc/xavCjPB4CLijdjkTXW3/Qf8Rlqfk217/moOV5539jCg5XNjzJ7IseWJS98DZpa ox16DkPmEkWYszEG455oDQb48guYhFAFOXvpHDlpsQLa+sV7Ay/23za7D+XH1qyNsO 7ODGROM4l9l62POYPpQmE6zZBQbAc5n3sDAu+2sc= Date: Mon, 22 Jan 2024 00:08:46 -0800 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 4fe47b: Ensure that password exec command is included in e... 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: 4fe47b8e92cbc724b21330944332a85fd15e3e94 https://github.com/pgadmin-org/pgadmin4/commit/4fe47b8e92cbc724b21330944332a85fd15e3e94 Author: Yogesh Mahajan Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M web/pgadmin/utils/__init__.py Log Message: ----------- Ensure that password exec command is included in exported server data json. #6792