Re: pgAdmin4 v4.30 candidate builds

2021-01-25 Thread Akshay Joshi
Hi All, We have found one showstopper issue, so have to generate candidate build again. The latest candidate builds and source can be found at https://developer.pgadmin.org/builds/2021-01-25-2/ Fahar, can you please verify it for release on Thursday. On Mon, Jan 25, 2021 at 6:38 PM Akshay Joshi

Re: [pgAdmin][RM1802] ERD Tool (Beta)

2021-01-25 Thread Akshay Joshi
Thanks, patch applied. On Mon, Jan 25, 2021 at 7:39 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > The attached patch fixes an issue created by existing table name check. > Please review. > > On Mon, Jan 25, 2021 at 5:34 PM Akshay Joshi < >

Re: [pgAdmin4][Patch]: Minor changes to Kerberos Documentation

2021-01-25 Thread Akshay Joshi
Thanks, patch applied. On Mon, Jan 25, 2021 at 7:25 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Some minor changes to the kerberos documentation is attached. > > Thanks, > Khushboo > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect*

pgAdmin 4 commit: Some minor updates to Kerberos documentation.

2021-01-25 Thread Akshay Joshi
Some minor updates to Kerberos documentation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=88c0968cab19f10097d6fb0f17e2d998c539e0d3 Author: Khushboo Vashi Modified Files -- docs/en_US/kerberos.rst | 4 ++-- 1 file changed, 2

pgAdmin 4 commit: 1) Fixed an issue where the Save button is disabled d

2021-01-25 Thread Akshay Joshi
1) Fixed an issue where the Save button is disabled due to the existing table check in ERD. 2) Fix warnings given by webpack. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3f563d8cbfd8778f7ce52d4dd6f37af05b96a35f Author: Aditya Toshniwal

Re: [pgAdmin][RM1802] ERD Tool (Beta)

2021-01-25 Thread Aditya Toshniwal
Hi, The attached patch fixes an issue created by existing table name check. Please review. On Mon, Jan 25, 2021 at 5:34 PM Akshay Joshi wrote: > Thanks, patch applied. > > On Mon, Jan 25, 2021 at 5:18 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi, >> >> Please find

[pgAdmin4][Patch]: Minor changes to Kerberos Documentation

2021-01-25 Thread Khushboo Vashi
Hi, Some minor changes to the kerberos documentation is attached. Thanks, Khushboo kerberos_doc.patch Description: Binary data

pgAdmin4 v4.30 candidate builds

2021-01-25 Thread Akshay Joshi
Hi All, pgAdmin4 v4.30 candidate builds and source can be found at https://developer.pgadmin.org/builds/2021-01-25-1/ Fahar, can you please verify it for release on Thursday. -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres

Fix warnings given by webpack when bundling.

2021-01-25 Thread Aditya Toshniwal
Hi Hackers, PFA. -- Thanks, Aditya Toshniwal pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" webpack.warnings.patch Description: Binary data

Re: [pgAdmin][RM1802] ERD Tool (Beta)

2021-01-25 Thread Akshay Joshi
Thanks, patch applied. On Mon, Jan 25, 2021 at 5:18 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Please find the rebased patch from the latest pull. > > On Mon, Jan 25, 2021 at 5:12 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Hackers, >>

pgAdmin 4 commit: Update version for release.

2021-01-25 Thread Akshay Joshi
Update version for release. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e5407ab2bd8d30b9a89e1218a5b274b822859335 Modified Files -- runtime/Info.plist | 4 ++-- runtime/pgAdmin4.pro | 2 +- web/config.py| 4 ++-- 3 files

pgAdmin 4 commit: Fixed following issues in ERD:

2021-01-25 Thread Akshay Joshi
Fixed following issues in ERD: 1) After opening an existing project, the first table is already selected but the edit, clone, delete buttons are disabled. 2) ERD project title gets changed when 2 ERD projects are open & anyone of it edited. 3) Closing the ERD tab does not ask for a

[pgAdmin] RM5871 Show username in 'Connect to Server' pop up when server is created using service & user.

2021-01-25 Thread Rahul Shirsat
Hi Hackers, Please find the attached patch for this issue. diff --git a/web/pgadmin/browser/server_groups/servers/templates/servers/password.html b/web/pgadmin/browser/server_groups/servers/templates/servers/password.html index 35f4e2a16..5ed1fc4af 100644 ---

Re: Testing required: pgAdmin 4 with new desktop runtime

2021-01-25 Thread Dave Page
On Mon, Jan 25, 2021 at 2:00 AM Anthony DeBarros wrote: > Dave, > > On Thu, Jan 21, 2021 at 10:56 AM Dave Page wrote: > >> >> We've been working on a new runtime (based on NWjs, similar to Electron) >> to allow us to get rid of the separate server process, and I'm please to >> offer builds for

Re: Testing required: pgAdmin 4 with new desktop runtime

2021-01-25 Thread Dave Page
On Thu, Jan 21, 2021 at 11:46 PM Jack Royal-Gordon wrote: > I’ve only just installed and started using the new version, but I love it. > Especially that it’s in it’s own window instead of just another tab in the > browser window. Kudos! > Thanks for the feedback :-) > > On Jan 21, 2021, at

Re: Testing required: pgAdmin 4 with new desktop runtime

2021-01-25 Thread Anthony DeBarros
Dave, On Thu, Jan 21, 2021 at 10:56 AM Dave Page wrote: > > We've been working on a new runtime (based on NWjs, similar to Electron) > to allow us to get rid of the separate server process, and I'm please to > offer builds for testing at: > > Been using this today on macOS Catalina. Very nice.

pgAdmin 4 commit: Fix Windows build.

2021-01-25 Thread Dave Page
Fix Windows build. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=446c2a19a5b5cf4596d5acb03a699fd33d1e0d91 Modified Files -- Make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)