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 1qquoo-001gP5-Cy for pgadmin-hackers@arkaria.postgresql.org; Thu, 12 Oct 2023 12:29:34 +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 1qquol-006ME4-Ep for pgadmin-hackers@arkaria.postgresql.org; Thu, 12 Oct 2023 12:29:32 +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 1qquol-006MDc-6G for pgadmin-hackers@lists.postgresql.org; Thu, 12 Oct 2023 12:29:31 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qquoh-000AkF-TG for pgadmin-hackers@lists.postgresql.org; Thu, 12 Oct 2023 12:29:31 +0000 Received: from github.com (hubbernetes-node-07d14a5.va3-iad.github.net [10.48.143.40]) by smtp.github.com (Postfix) with ESMTPA id 4882A410F4 for ; Thu, 12 Oct 2023 05:29:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697113767; bh=N+oBZHzLWe6O/+i3VLqWvTU0KBfWQnoOfg9zNverzis=; h=Date:From:To:Subject:From; b=lkX9S22YXsLomTwmT3lM/hwXfzjzJ5coya3C3vESmxn/31w9ddo4B6fJo7ejDuzjk kePM8YxJ/WEnYL8TqatkiWUNRjJkFFf1dS99yXVYiAhzDhVMBwJj/pIYJXS/3zu27f dZywpF3zWcUezYyOJbRiv8gOnp+DWWaf9YoXxErc= Date: Thu, 12 Oct 2023 05:29:27 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 81dcc9: Added 'hostaddr' and used host string as it is whi... 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: 81dcc917476c638ba32807ae9ae7f884b8b9182d https://github.com/pgadmin-org/pgadmin4/commit/81dcc917476c638ba32807ae9ae7f884b8b9182d Author: Akshay Joshi Date: 2023-10-12 (Thu, 12 Oct 2023) Changed paths: M web/pgadmin/utils/driver/psycopg3/server_manager.py Log Message: ----------- Added 'hostaddr' and used host string as it is while creating SSHTunnel. Commit: 10c5d257355f0cf61b6cde67e2d305676b10c0a9 https://github.com/pgadmin-org/pgadmin4/commit/10c5d257355f0cf61b6cde67e2d305676b10c0a9 Author: Akshay Joshi Date: 2023-10-12 (Thu, 12 Oct 2023) Changed paths: M web/pgadmin/messages.pot M web/pgadmin/translations/cs/LC_MESSAGES/messages.mo M web/pgadmin/translations/cs/LC_MESSAGES/messages.po M web/pgadmin/translations/de/LC_MESSAGES/messages.mo M web/pgadmin/translations/de/LC_MESSAGES/messages.po M web/pgadmin/translations/es/LC_MESSAGES/messages.mo M web/pgadmin/translations/es/LC_MESSAGES/messages.po M web/pgadmin/translations/fr/LC_MESSAGES/messages.mo M web/pgadmin/translations/fr/LC_MESSAGES/messages.po M web/pgadmin/translations/id/LC_MESSAGES/messages.mo M web/pgadmin/translations/id/LC_MESSAGES/messages.po M web/pgadmin/translations/it/LC_MESSAGES/messages.mo M web/pgadmin/translations/it/LC_MESSAGES/messages.po M web/pgadmin/translations/ja/LC_MESSAGES/messages.mo M web/pgadmin/translations/ja/LC_MESSAGES/messages.po M web/pgadmin/translations/ko/LC_MESSAGES/messages.mo M web/pgadmin/translations/ko/LC_MESSAGES/messages.po M web/pgadmin/translations/pl/LC_MESSAGES/messages.mo M web/pgadmin/translations/pl/LC_MESSAGES/messages.po M web/pgadmin/translations/pt_BR/LC_MESSAGES/messages.mo M web/pgadmin/translations/pt_BR/LC_MESSAGES/messages.po M web/pgadmin/translations/ru/LC_MESSAGES/messages.mo M web/pgadmin/translations/ru/LC_MESSAGES/messages.po M web/pgadmin/translations/zh/LC_MESSAGES/messages.mo M web/pgadmin/translations/zh/LC_MESSAGES/messages.po Log Message: ----------- Update message catalogs Compare: https://github.com/pgadmin-org/pgadmin4/compare/3a62fc5a2a1d...10c5d257355f