Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 9da8a188fa989d03c3904586b6e259385a5bacba
https://github.com/pgadmin-org/pgadmin4/commit/9da8a188fa989d03c3904586b6e259385a5bacba
Author: Nikhil Mohite <[email protected]>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
A docs/en_US/images/shared_storage.png
A docs/en_US/images/sm_ss.png
M docs/en_US/images/storage_manager.png
M docs/en_US/storage_manager.rst
M web/config.py
M web/pgadmin/browser/__init__.py
M web/pgadmin/browser/templates/browser/js/utils.js
M web/pgadmin/misc/file_manager/__init__.py
M web/pgadmin/misc/file_manager/static/js/components/FileManager.jsx
M web/pgadmin/misc/file_manager/static/js/components/FileManagerConstants.js
M web/pgadmin/misc/file_manager/static/js/components/Uploader.jsx
M web/pgadmin/preferences/static/js/components/PreferencesComponent.jsx
M web/pgadmin/static/js/SchemaView/MappedControl.jsx
M web/pgadmin/tools/sqleditor/__init__.py
M web/pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx
M web/pgadmin/tools/sqleditor/static/js/components/sections/Query.jsx
M web/pgadmin/utils/constants.py
M web/pgadmin/utils/paths.py
M web/pgadmin/utils/preferences.py
Log Message:
-----------
Added support for mounting shared storage in server mode. #5014