pgAdmin 4 commit: Documentation of Storage Manager. Fixes #5938

2020-11-04 Thread Akshay Joshi
Documentation of Storage Manager. Fixes #5938

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=749ba4a25c84a9c962cce4283acd7131f33231c7
Author: Nidhi Bhammar 

Modified Files
--
docs/en_US/backup_dialog.rst   |  13 ++--
docs/en_US/backup_globals_dialog.rst   |   6 +-
docs/en_US/backup_server_dialog.rst|   6 +-
docs/en_US/images/delete.png   | Bin 0 -> 5414 bytes
docs/en_US/images/download.png | Bin 0 -> 5710 bytes
docs/en_US/images/edit.png | Bin 0 -> 5787 bytes
docs/en_US/images/folder.png   | Bin 0 -> 5803 bytes
docs/en_US/images/gridview.png | Bin 0 -> 5781 bytes
docs/en_US/images/home.png | Bin 0 -> 6043 bytes
.../images/process_watcher_storage_manager.png | Bin 0 -> 200269 bytes
docs/en_US/images/refresh.png  | Bin 0 -> 6160 bytes
docs/en_US/images/sm_icon.png  | Bin 0 -> 5788 bytes
docs/en_US/images/storage_manager.png  | Bin 0 -> 115884 bytes
docs/en_US/images/tableview.png| Bin 0 -> 5168 bytes
docs/en_US/images/uparrow.png  | Bin 0 -> 5042 bytes
docs/en_US/images/upload.png   | Bin 0 -> 5717 bytes
docs/en_US/import_export_data.rst  |   5 ++
docs/en_US/management_basics.rst   |   3 +-
docs/en_US/menu_bar.rst|   6 +-
docs/en_US/release_notes_4_28.rst  |   1 +
docs/en_US/storage_manager.rst |  71 +
21 files changed, 98 insertions(+), 13 deletions(-)



pgAdmin 4 commit: 1) Added support for dynamic tab size. Fixes #4231

2020-11-04 Thread Akshay Joshi
1) Added support for dynamic tab size. Fixes #4231
2) Fixed an issue where a long file name is not visible on the process watcher 
dialog. Fixes #5950

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2793747d3c80c1f23a3091ec78086f7d270adfa8
Author: Nikhil Mohite 

Modified Files
--
docs/en_US/images/preferences_browser_display.png  | Bin 198042 -> 179173 bytes
.../preferences_browser_keyboard_shortcuts.png | Bin 189527 -> 169108 bytes
docs/en_US/images/preferences_browser_nodes.png| Bin 130243 -> 127965 bytes
.../images/preferences_browser_properties.png  | Bin 102765 -> 98747 bytes
.../images/preferences_browser_tab_settings.png| Bin 0 -> 242214 bytes
.../preferences_debugger_keyboard_shortcuts.png| Bin 139394 -> 129497 bytes
docs/en_US/images/preferences_schema_diff.png  | Bin 138312 -> 119685 bytes
docs/en_US/images/preferences_sql_display.png  | Bin 221381 -> 148088 bytes
docs/en_US/preferences.rst |  35 +--
docs/en_US/release_notes_4_28.rst  |   2 +
web/migrations/versions/81c7ffeffeee_.py   |  46 ++
.../browser/register_browser_preferences.py|  70 -
.../misc/bgprocess/static/scss/_bgprocess.scss |   1 +
web/pgadmin/preferences/static/js/preferences.js   |  34 +-
web/pgadmin/static/scss/_pgadmin.style.scss|   1 +
web/pgadmin/static/scss/_webcabin.pgadmin.scss |   4 ++
web/pgadmin/tools/datagrid/static/js/datagrid.js   |   7 ++-
.../datagrid/static/js/datagrid_panel_title.js |  36 +--
web/pgadmin/tools/datagrid/static/js/show_data.js  |  21 ---
.../tools/datagrid/static/js/show_query_tool.js|  22 +++
web/pgadmin/tools/debugger/__init__.py |  33 --
web/pgadmin/tools/debugger/static/js/debugger.js   |  25 
.../tools/debugger/static/js/debugger_ui.js|  15 +++--
.../tools/debugger/static/js/debugger_utils.js |  16 +++--
web/pgadmin/tools/debugger/static/js/direct.js |   4 +-
web/pgadmin/tools/schema_diff/__init__.py  |   7 ---
.../tools/schema_diff/static/js/schema_diff.js |   4 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |  29 ++---
.../sqleditor/utils/query_tool_preferences.py  |  57 -
web/pgadmin/utils/constants.py |   1 +
web/pgadmin/utils/preferences.py   |   9 ++-
.../javascript/datagrid/get_panel_title_spec.js|   2 +-
.../javascript/datagrid/show_data_spec.js  |   2 +-
.../javascript/datagrid/show_query_tool_spec.js|   2 +-
.../search_objects/search_objects_dialog_spec.js   |   2 +-
35 files changed, 317 insertions(+), 170 deletions(-)



Re: RM_5938.patch - Storage Manager Documentation

2020-11-04 Thread Akshay Joshi
Thanks, patch applied.

On Wed, Nov 4, 2020 at 11:06 AM Nidhi Bhammar <
nidhi.bham...@enterprisedb.com> wrote:

> Hi Team,
>
> PFA updated patch. It is updated as per the review comments from Susan.
>
> Thanks,
>
> Best Regards,
> Nidhi Bhammar
>
>
> www.enterprisedb.com
>
>
> On Tue, Nov 3, 2020 at 1:22 PM Nidhi Bhammar <
> nidhi.bham...@enterprisedb.com> wrote:
>
>> Hi Team,
>>
>> PFA patch. I have added the "Storage Manager" section under the
>> "Management Basics" topic in the documentation. Also, I have added a note
>> referring to storage manager in the "Backup dialog", "Backup Globals
>> Dialog", "Backup Server Dialog" and "Import and export" sections. Lastly
>> added a bullet in the "Menu bar" section under "Tools Menu". Let me know if
>> any anything else needs to be added.
>>
>> Thanks,
>>
>> Best Regards,
>> Nidhi Bhammar
>>
>>
>> www.enterprisedb.com
>>
>

-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


Re: [PgAdmin][RM-4231]: Dynamically size tab titles.

2020-11-04 Thread Akshay Joshi
Thanks, patch applied.

On Wed, Nov 4, 2020 at 12:43 PM Nikhil Mohite <
nikhil.moh...@enterprisedb.com> wrote:

> Hi Akshay,
>
> Please find the updated patch, resolved all review comments.
>
> Regards,
> Nikhil Mohite.
>
> On Wed, Nov 4, 2020 at 11:24 AM Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Nikhil
>>
>> Following are the review comments:
>>
>>- "Tabs settings" should be renamed to "Tab settings".
>>- "Debugger Tab title" should be renamed to the "Debugger tab title".
>>- "Enable dynamic tab size" should be renamed to "Dynamic tab size".
>>- Add help message for the "Dynamic tab size" option mentioning that
>>it will affect the existing opened tab.
>>- The size of switch control  needs to be increased, as
>>the text is not properly displayed.
>>- Alignment is completely changed for controls under "Keyboard
>>shortcuts" options.
>>
>> Please update the documentation as well after above changes.
>>
>> On Mon, Nov 2, 2020 at 1:55 PM Nikhil Mohite <
>> nikhil.moh...@enterprisedb.com> wrote:
>>
>>> Hi Team,
>>>
>>> Please find the patch for RM-4231
>>> : Dynamically size tab
>>> titles.
>>> 1. Added "Tab settings" in browser preferences.
>>> 2. Added setting to enable dynamic tab size in Tab settings.
>>> 3. Moved the following tab related setting into Tab setting.
>>>
>>>- Open in a new browser tab: For query tool, debugger, and schema
>>>diff.
>>>- Placeholders for Query tool, View/Edit data, and Debugger.
>>>
>>> 4. Adde migration to remove older "open new tab browser tab" preferences
>>> from the database.
>>> 5. Updated the document as per new changes.
>>>
>>> Added small CSS fix for RM-5950
>>> : Long backup file name not
>>> showing fully on process watcher dialog.
>>>
>>>
>>>
>>> --
>>> *Thanks & Regards,*
>>> *Nikhil Mohite*
>>> *Software Engineer.*
>>> *EDB Postgres* 
>>> *Mob.No: +91-7798364578.*
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>> *pgAdmin Hacker | Principal Software Architect*
>> *EDB Postgres *
>>
>> *Mobile: +91 976-788-8246*
>>
>

-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


[pgAdmin][RM-5962]:Add support for Python 3.9.

2020-11-04 Thread Nikhil Mohite
Hi Team,

Regarding RM-5962:  Add support
for Python 3.9.

I have tested pgAdmin 4 with python 3.9 environment on mac (Catalina) and
Centos 7(Tested only EPAS on Centos 7), not found any issue.
Tested on the servers :
PG- 9.6, 10,11, 12, 13.
EPAS- 9.6, 10, 11, 12.


-- 
*Thanks & Regards,*
*Nikhil Mohite*
*Software Engineer.*
*EDB Postgres* 
*Mob.No: +91-7798364578.*


pgAdmin 4 commit: Removed ALLOWED_HOSTS support as it requires 'netaddr

2020-11-04 Thread Akshay Joshi
Removed ALLOWED_HOSTS support as it requires 'netaddr' which doesn't support 
Python 3.5

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9e2127b2a58409f2a871ea1cef7f921d40e2a6c0

Modified Files
--
Dockerfile  |  3 +--
requirements.txt|  1 -
web/config.py   | 11 ---
web/pgadmin/__init__.py | 31 ---
4 files changed, 1 insertion(+), 45 deletions(-)