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 1r0hok-007HK7-2D for pgadmin-hackers@arkaria.postgresql.org; Wed, 08 Nov 2023 12:37:58 +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 1r0hoh-003EuO-PQ for pgadmin-hackers@arkaria.postgresql.org; Wed, 08 Nov 2023 12:37:55 +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 1r0hoh-003Etq-Hm for pgadmin-hackers@lists.postgresql.org; Wed, 08 Nov 2023 12:37:55 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r0hoe-005Le4-VB for pgadmin-hackers@lists.postgresql.org; Wed, 08 Nov 2023 12:37:54 +0000 Received: from github.com (hubbernetes-node-003f7d9.va3-iad.github.net [10.48.205.98]) by smtp.github.com (Postfix) with ESMTPA id 0767E8C108B for ; Wed, 8 Nov 2023 04:37:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699447071; bh=mtHJ1zk5lPWpFMW8hX5TD3SiU7Op59g2xvTzNaaGto8=; h=Date:From:To:Subject:From; b=H1aS8/K3h7mIzYLD9tOC6exDz850oRvjxo2eCUXEaI0kvBlmRRF2v+cjr0vLpU/Vt Ul9bIyaidCtBSiee1mt6hShzL/o2T1NvO0BJctQBOzMerarfUR3s1t5pSwReyw//cb pQ30UvgdXyjHV05V3Feg4pT4IPhJgL6+nZRxGn08= Date: Wed, 08 Nov 2023 04:37:51 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 85dd1e: Fix issues found when testing Flask upgrade and wc... 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: 85dd1e92ada90bb8d1c288216ebfc159b6978c4a https://github.com/pgadmin-org/pgadmin4/commit/85dd1e92ada90bb8d1c288216ebfc159b6978c4a Author: Aditya Toshniwal Date: 2023-11-08 (Wed, 08 Nov 2023) Changed paths: M web/config.py M web/pgadmin/__init__.py M web/pgadmin/static/js/Theme/index.jsx M web/pgadmin/static/js/Theme/overrides/rcdock.override.js M web/pgadmin/static/js/Theme/standard.js M web/pgadmin/static/js/components/ExternalIcon.jsx M web/pgadmin/static/js/components/TabPanel.jsx M web/pgadmin/static/js/helpers/ObjectExplorerToolbar.jsx M web/pgadmin/static/js/helpers/withStandardTabInfo.jsx M web/pgadmin/static/scss/resources/_default.variables.scss M web/pgadmin/tools/debugger/static/js/DebuggerModule.js M web/pgadmin/tools/erd/static/js/ERDModule.js M web/pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx Log Message: ----------- Fix issues found when testing Flask upgrade and wcDocker changes. #6479