[pgadmin-org/pgadmin4] 0a543d: Ensure that the user's storage directory is create...

From: Akshay Joshi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 0a543d: Ensure that the user's storage directory is create...
Date: 2023-03-14 12:51:36
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/48f2e2-0a543d@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 0a543d0e95957b7a1f25ec4bf8bcf18ad4a433ba
https://github.com/pgadmin-org/pgadmin4/commit/0a543d0e95957b7a1f25ec4bf8bcf18ad4a433ba
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2023-03-14 (Tue, 14 Mar 2023)

Changed paths:
M docs/en_US/release_notes_7_0.rst
M web/config.py
M web/pgadmin/tools/user_management/__init__.py
M web/pgadmin/utils/paths.py

Log Message:
-----------
Ensure that the user's storage directory is created when the users are created, as well as for those users who have not yet been created. #5824

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2023-03-14 13:11:13 [pgadmin-org/pgadmin4] 294282: Fixed circular import error.
Previous Message Yogesh Mahajan 2023-03-14 12:21:28 [pgadmin-org/pgadmin4] 48f2e2: Fixed feature tests failures occurred due to psyco...