pgAdmin 4 commit: Ensure that 'With OID' option should be disabled whil

2020-05-07 Thread Akshay Joshi
Ensure that 'With OID' option should be disabled while taking backup of database server version 12 and above. Fixes #4840 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a662d866afc6c6e152ebfeec40b51a9ef1b51314 Modified Files -- d

pgAdmin 4 commit: Fixed invalid literal issue when removing the connect

2020-05-07 Thread Akshay Joshi
Fixed invalid literal issue when removing the connection limit for the existing role. Fixes #5001 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6ad46e186030da4b4424ee996e27f2f799901f32 Modified Files -- docs/en_US/release_notes_

RM-5434 (New table added is not alphabetically added to the tree)

2020-05-07 Thread Satish V
Hi Hackers, In the patch attached, 1.Creation or updation of Tables and all other entities will be sorted according to their names. 2.Exception- Columns will be sorted according to their creation order(position ID). This Patch also resolves RM 5450. Kindly review and share the suggestions if requ

[pgAdmin][RM5334] : [Code Coverage] Improve API test cases for Rules

2020-05-07 Thread Pradip Parkale
Hi Hackers, Please find the attached patch to improve the 'Rule' node coverage. Command to run the test cases - - python runtests.py --pkg browser.server_groups.servers.databases.schemas.tables.rules.tests -- Thanks & Regards, Pradip Parkale QMG, EnterpriseDB Corporation RM5334.patch D

pgAdmin 4 commit: UI layout tweaks.

2020-05-07 Thread Dave Page
UI layout tweaks. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7164c677deed2077f2f3f1217b9ddeb40563c330 Modified Files -- runtime/ConfigWindow.ui | 84 +++-- 1 file changed, 46 insertio

pgAdmin 4 commit: Show the startup log as well as the server log in the

2020-05-07 Thread Dave Page
Show the startup log as well as the server log in the runtime's log viewer. Fixes #5489 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=46d186a49f1d1e6e30c04f9461ca72beadf80182 Modified Files -- docs/en_US/release_notes_4_22.rst |

pgAdmin 4 commit: Improve code coverage and API test cases for the Rule

2020-05-07 Thread Akshay Joshi
Improve code coverage and API test cases for the Rules module. Fixes #5334 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=057a2b23129d1267ae77003ce658e8a8a6b75ff0 Author: Pradip Parkale Modified Files -- .gitignore

Re: [pgAdmin][RM5334] : [Code Coverage] Improve API test cases for Rules

2020-05-07 Thread Akshay Joshi
Thanks, patch applied. On Thu, May 7, 2020 at 1:49 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch to improve the 'Rule' node coverage. > > Command to run the test cases - > - python runtests.py --pkg > browser.server_groups.ser

[pgAdmin4][Patch] - Remove Python2 modules

2020-05-07 Thread Khushboo Vashi
Hi, We have added some of the Python modules in try and except to support Python2 and Python3 both. Please find the attached patch to remove the Python2 modules import statements. Thanks, Khushboo remove_py2_imports.patch Description: Binary data