pgAdmin 4 commit: Added zoom scaling options with keyboard shortcuts in

2021-03-15 Thread Akshay Joshi
Added zoom scaling options with keyboard shortcuts in runtime. Fixes #6271

Branch
--
master

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

Modified Files
--
docs/en_US/desktop_deployment.rst |  21 +++-
docs/en_US/images/file_menu.png   | Bin 54700 -> 63310 bytes
docs/en_US/images/runtime_menu.png| Bin 64350 -> 74270 bytes
docs/en_US/menu_bar.rst   |   3 +
docs/en_US/release_notes_5_1.rst  |   1 +
runtime/src/js/misc.js| 114 +-
runtime/src/js/pgadmin.js |  31 +-
web/pgadmin/browser/__init__.py   |  40 +++-
web/pgadmin/browser/static/js/browser.js  |   2 +-
web/pgadmin/browser/static/js/menu.js |  11 ++-
web/pgadmin/browser/static/js/runtime.js  |  28 ++
web/pgadmin/browser/templates/browser/js/utils.js |   2 +
12 files changed, 242 insertions(+), 11 deletions(-)



[pgAdmin][patch] Upgrade to React 17

2021-03-15 Thread Aditya Toshniwal
Hi Hackers,

Attached patch upgrades the React version from 16 to 17. It also updates
some other dependent libraries.

Please review.

-- 
Thanks,
Aditya Toshniwal
pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*

"Don't Complain about Heat, Plant a TREE"


react17.patch
Description: Binary data


pgAdmin 4 commit: Upgrade the React version from 16 to 17 and also upda

2021-03-15 Thread Akshay Joshi
Upgrade the React version from 16 to 17 and also update other dependent 
libraries.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3d7ecd16aa9de4bdcec544a6c4eb39bb13471b66
Author: Aditya Toshniwal 

Modified Files
--
DEPENDENCIES  |  22 +-
web/package.json  |  10 +-
web/regression/javascript/helper/enzyme.helper.js |   4 +-
web/webpack.shim.js   |   1 +
web/webpack.test.config.js|   1 -
web/yarn.lock | 232 +++---
6 files changed, 174 insertions(+), 96 deletions(-)



Re: [pgAdmin][patch] Upgrade to React 17

2021-03-15 Thread Akshay Joshi
Thanks, patch applied.

On Mon, Mar 15, 2021 at 2:50 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Attached patch upgrades the React version from 16 to 17. It also updates
> some other dependent libraries.
>
> Please review.
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
> 
> "Don't Complain about Heat, Plant a TREE"
>


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

*Mobile: +91 976-788-8246*


[pgAdmin][RM-6312]: Serious data issue when copying/pasting rows

2021-03-15 Thread Nikhil Mohite
Hi Hackers,

Please find the attached patch for RM-6312
: Serious data issue when
copying/pasting rows.




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


RM-6312.patch
Description: Binary data


pgAdmin 4 commit: Fixup shebangs in the venv scripts so they at least w

2021-03-15 Thread Dave Page
Fixup shebangs in the venv scripts so they at least work if you're in the same 
directory.

Branch
--
master

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

Modified Files
--
pkg/mac/build-functions.sh | 4 
1 file changed, 4 insertions(+)



pgAdmin 4 commit: Improve the shebang in the venv, so they work from an

2021-03-15 Thread Dave Page
Improve the shebang in the venv, so they work from any directory.

Branch
--
master

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

Modified Files
--
pkg/mac/build-functions.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



[pgAdmin][RM6307] - Incorrect values for dependents in pg10

2021-03-15 Thread Pradip Parkale
Hi Hackers,

Please find the attached for RM6307 - Incorrect values for dependents for
publications in pg10.

This patch also includes the fix for RM6316- Primary key' in the table
dialogue Is not visible properly.

-- 
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation


RM6307.patch
Description: Binary data


pgAdmin 4 commit: Fixed an issue where copy/paste rows in view data pas

2021-03-15 Thread Akshay Joshi
Fixed an issue where copy/paste rows in view data paste the wrong value for 
boolean type. Fixes #6312

Branch
--
master

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

Modified Files
--
docs/en_US/release_notes_5_1.rst  |  1 +
.../static/js/selection/range_boundary_navigator.js   |  2 ++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js| 15 +++
3 files changed, 18 insertions(+)



pgAdmin 4 commit: 1) Fixed an issue where the incorrect values visible

2021-03-15 Thread Akshay Joshi
1) Fixed an issue where the incorrect values visible in the dependents tab for 
publication. Fixes #6307
2) Ensure that the primary key should be visible properly in the table dialog. 
Fixes #6316

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ff06a181559e85eda925a2276302b462c0328541
Author: Pradip Parkale 

Modified Files
--
docs/en_US/release_notes_5_1.rst   |  2 +
.../templates/subscriptions/sql/default/stats.sql  | 17 +++--
.../templates/depends/pg/10_plus/dependents.sql| 79 -
.../templates/depends/ppas/10_plus/dependents.sql  | 82 --
web/pgadmin/static/scss/_bootstrap.overrides.scss  |  2 +-
5 files changed, 13 insertions(+), 169 deletions(-)



Re: [pgAdmin][RM6307] - Incorrect values for dependents in pg10

2021-03-15 Thread Akshay Joshi
Thanks, patch applied.

On Mon, Mar 15, 2021 at 10:16 PM Pradip Parkale <
pradip.park...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Please find the attached for RM6307 - Incorrect values for dependents for
> publications in pg10.
>
> This patch also includes the fix for RM6316- Primary key' in the table
> dialogue Is not visible properly.
>
> --
> Thanks & Regards,
> Pradip Parkale
> Software Engineer | EnterpriseDB Corporation
>


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

*Mobile: +91 976-788-8246*


Re: [pgAdmin][RM-6312]: Serious data issue when copying/pasting rows

2021-03-15 Thread Akshay Joshi
Thanks, patch applied.

On Mon, Mar 15, 2021 at 4:25 PM Nikhil Mohite <
nikhil.moh...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Please find the attached patch for RM-6312
> : Serious data issue when
> copying/pasting rows.
>
>
>
>
> --
> *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*


[pgAdmin] [patch] RM5319 [Code Coverage] Improve API test cases for Server module

2021-03-15 Thread Rahul Shirsat
Hi Hackers,

Please find the patch for code coverage to improve test cases for server
modules.

Also a minor issue of server creation when created along with Advanced Tab
setting passfile keeping auto connect disable is fixed along with this
patch.

-- 
*Rahul Shirsat*
Senior Software Engineer | EnterpriseDB Corporation.


RM5319.patch
Description: Binary data