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 1raY2z-00AGbP-OW for pgadmin-hackers@arkaria.postgresql.org; Thu, 15 Feb 2024 09:28:49 +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 1raY2y-00Byzf-Cx for pgadmin-hackers@arkaria.postgresql.org; Thu, 15 Feb 2024 09:28:48 +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 1raY2y-00ByzX-4y for pgadmin-hackers@lists.postgresql.org; Thu, 15 Feb 2024 09:28:48 +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 1raY2w-007IvC-B5 for pgadmin-hackers@lists.postgresql.org; Thu, 15 Feb 2024 09:28:47 +0000 Received: from github.com (hubbernetes-node-61de8af.va3-iad.github.net [10.48.144.43]) by smtp.github.com (Postfix) with ESMTPA id 529598C07FF for ; Thu, 15 Feb 2024 01:28:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1707989324; bh=c/3nw95cLUsCzLQ54egHhup8wUwuUUQhV5ewb63aekg=; h=Date:From:To:Subject:From; b=EJqKt9zME/bYvoB2a8TW8Rsz8hJBU/1ZM+vM2NpfxrZM8vCPZCpuEPF1qajuu5aSV ONdF2DARV7f2evPbj/bnnesXAgw/KIZOKiVVfm5UTlTvp/zhWOL15TJ4idX/bXUIHl vASCCS+HvEa+pi8bd0J2qzdiWpphUoxR3l2//Q0Y= Date: Thu, 15 Feb 2024 01:28:44 -0800 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 5a7402: Allow preferences customization using a configurat... 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: 5a74022e8abc91f8975c12fc4d694c766783ebe0 https://github.com/pgadmin-org/pgadmin4/commit/5a74022e8abc91f8975c12fc4d694c766783ebe0 Author: Yogesh Mahajan Date: 2024-02-15 (Thu, 15 Feb 2024) Changed paths: M docs/en_US/container_deployment.rst M docs/en_US/preferences.rst M pkg/docker/entrypoint.sh M web/pgadmin/preferences/__init__.py M web/pgadmin/preferences/static/js/components/PreferencesComponent.jsx M web/regression/feature_utils/pgadmin_page.py M web/setup.py Log Message: ----------- Allow preferences customization using a configuration file. #6058