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 1rMl60-006QPo-Im for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jan 2024 08:34:57 +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 1rMl5z-003TrT-PX for pgadmin-hackers@arkaria.postgresql.org; Mon, 08 Jan 2024 08:34:55 +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 1rMl5z-003TrL-Gx for pgadmin-hackers@lists.postgresql.org; Mon, 08 Jan 2024 08:34:55 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rMl5x-000S8F-17 for pgadmin-hackers@lists.postgresql.org; Mon, 08 Jan 2024 08:34:54 +0000 Received: from github.com (hubbernetes-node-c92512d.va3-iad.github.net [10.48.141.14]) by smtp.github.com (Postfix) with ESMTPA id D6F0B8C08BE for ; Mon, 8 Jan 2024 00:34:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704702891; bh=H4lU7Wa7qrVZlCETsvSfEFtsv/IyTsA4ui/qMWpjEgc=; h=Date:From:To:Subject:From; b=P8eXzWgwqjKucHQzQjxC0miSrn9/XFyndJxS/HWndNnM/sHHqyk+n+39bVYQwdbVA SDI8CRAhMSUcI86ldBRBnbVRA3OlnsN2o4Zf6TPdE0eD7fR9Kvm/732Jnd5MzW08Wf PCmEF8/EYiwPJ7eg46OrpENpZJnbM96JVb/NsOHQ= Date: Mon, 08 Jan 2024 00:34:51 -0800 From: Nikhil Mohite To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 26ec59: Limit the keyring calls based on save_password fla... 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: 26ec59ab5f34d6b9bbcc5fa78a92157b3fc1647e https://github.com/pgadmin-org/pgadmin4/commit/26ec59ab5f34d6b9bbcc5fa78a92157b3fc1647e Author: Nikhil Mohite Date: 2024-01-08 (Mon, 08 Jan 2024) Changed paths: M web/pgadmin/browser/__init__.py M web/pgadmin/browser/server_groups/servers/__init__.py M web/pgadmin/browser/server_groups/servers/tests/test_check_ssh_mock_connect.py Log Message: ----------- Limit the keyring calls based on save_password flag of server config.