pgAdmin 4 commit: 1) Changing the state of the react directly is not re

2020-09-09 Thread Akshay Joshi
1) Changing the state of the react directly is not recommended, so avoid changing it directly. 2) Fixed API test cases. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=796a8a013a5a4bd570d8e35877f62ee2bf4d4076 Author: Aditya Toshniwal Modifie

pgAdmin 4 commit: Fixed an issue while refreshing Resource Group. Fixes

2020-09-09 Thread Akshay Joshi
Fixed an issue while refreshing Resource Group. Fixes #5820 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ffb829e80c34a43bc34ac805218041b8c9d73ae1 Modified Files -- docs/en_US/release_notes_4_26.rst

[pgAdmin][RM5815] Generate script is not working in new window

2020-09-09 Thread Aditya Toshniwal
Hi Hackers, If schema diff is opened in a new tab and "Generate script" is clicked (with query tool setting "open in new tab" set to true) then it shows a forever spinner because of pop up blocks. Attached patch will show an alert message in that case so that the user can allow pop up and generat

pgAdmin 4 commit: Fixed an issue where vacuum options not consider in S

2020-09-09 Thread Akshay Joshi
Fixed an issue where vacuum options not consider in Schema Diff. It's a regression. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1bc1ef7f17b81ac529040368e1d616c7488c2c1d Modified Files -- .../browser/server_groups/servers/datab

Re: pgAgent build warnings on Fedora 32

2020-09-09 Thread Devrim Gündüz
Hi Neel, On Fri, 2020-04-24 at 18:15 +0530, Neel Patel wrote: > I will look into it. Any updates? Cheers, -- Devrim Gündüz Open Source Solution Architect, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR signature.asc Description: This is a digitally signed message part

pgAdmin 4 commit: Fixed an issue where clicking on the 'Generate script

2020-09-09 Thread Akshay Joshi
Fixed an issue where clicking on the 'Generate script' button shows a forever spinner due to pop up blocker. Fixes #5815 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d0310b669e0a01513c9e8996436df57697af7524 Author: Aditya Toshniwal Modifi

pgAdmin 4 commit: 1) Added tooltip & keyboard shortcut for the query to

2020-09-09 Thread Akshay Joshi
1) Added tooltip & keyboard shortcut for the query tool button. 2) Fixed TypeError issue. refs #4059 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=62e6848dc85af08b4c826ea4e8111a4e6be548f7 Author: Rahul Shirsat Modified Files --

Re: [pgAdmin][RM5815] Generate script is not working in new window

2020-09-09 Thread Akshay Joshi
Thanks, patch applied. On Wed, Sep 9, 2020 at 3:19 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > If schema diff is opened in a new tab and "Generate script" is clicked > (with query tool setting "open in new tab" set to true) then it shows a > forever spinner b

Re: pgAgent build warnings on Fedora 32

2020-09-09 Thread Neel Patel
Hi Devrim, I have tried with gcc 10.1 on Ubuntu and I checked the logs but did not find any warning. Below is my setup and logs during pgAgent compilation. Is there any specific gcc 10.X version ? Let me know, I can set up and send a patch. # neel@ubuntu:~/Projects/pgagent/bu

pgAdmin 4 commit: Fixed an issue where alert message should get display

2020-09-09 Thread Akshay Joshi
Fixed an issue where alert message should get displayed on active browser window. refs #4059 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7fac72cac5afbf5f63be9c8da7abf872b1bf761a Author: Rahul Shirsat Modified Files -- web/pg