pgAdmin 4 commit: Added Quick Search functionality for menu items and h

2021-02-02 Thread Akshay Joshi
Added Quick Search functionality for menu items and help articles. Fixes #6148 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b948f43dda2fd7170b76750618af60e5f642b0a9 Author: Pramod Ahire Modified Files -- docs/en_US/release_note

pgAdmin 4 commit: Ensure libatomic is installed. Fixes #6198

2021-02-02 Thread Dave Page
Ensure libatomic is installed. Fixes #6198 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bc3c857b3578351a5837d7c5996a950cb9677411 Modified Files -- pkg/debian/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgAdmin 4 commit: Move the macOS notarization into the build system and

2021-02-02 Thread Dave Page
Move the macOS notarization into the build system and out of Jenkins. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0ca4426dd02beb6512263a15e9df24a49b2233a5 Modified Files -- pkg/mac/.gitignore | 3 +- pkg/mac/build-fun

pgAdmin 4 commit: Wait longer for notarisation results.

2021-02-02 Thread Dave Page
Wait longer for notarisation results. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2097d37f766a4c8749617b0dd58aa5db2a56c2b4 Modified Files -- pkg/mac/build-functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[pgAdmin][RM5091] Option to hide Statistics, Dependencies, Dependants tab

2021-02-02 Thread Aditya Toshniwal
Hi Hackers, Attached patch will allow closing Statistics, Dependencies, Dependants tabs. The tabs can be added back by right clicking on the tab strip and selecting "Add panel", similar to that of Dashboard. Changes are also made to make sure statistics, dependencies, dependants are fetched only w

pgAdmin 4 commit: Use unzip to properly unpack nwjs.

2021-02-02 Thread Dave Page
Use unzip to properly unpack nwjs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0ccf2dad228f62b7070ccd1a1f2d0be72026326e Modified Files -- pkg/mac/build-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgAdmin 4 commit: Instead of rotating logs, don't write them to the con

2021-02-02 Thread Dave Page
Instead of rotating logs, don't write them to the container in the first place. This is inline with container best practices (logs go to the container console). Fixes #6170 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b41557b54ba9bcfa2c771

pgAdmin 4 commit: Fixed SearchObjectsApiSearch test cases failed for EP

2021-02-02 Thread Akshay Joshi
Fixed SearchObjectsApiSearch test cases failed for EPAS 9.5 and 9.6 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eca8e706ddf95ccc3c88af6957849c14e4a3e614 Modified Files -- .../browser/server_groups/servers/databases/publications

pgAdmin 4 commit: Wait up to 30 minutes for notarisation - it can be ve

2021-02-02 Thread Dave Page
Wait up to 30 minutes for notarisation - it can be very slow! Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=65d9f88c635d86ed2e272ea0e45b646f7bb29085 Modified Files -- pkg/mac/build-functions.sh | 6 +++--- 1 file changed, 3 insert

Re: [pgAdmin][RM5091] Option to hide Statistics, Dependencies, Dependants tab

2021-02-02 Thread Akshay Joshi
Thanks, patch applied. On Tue, Feb 2, 2021 at 5:44 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch will allow closing Statistics, Dependencies, Dependants > tabs. The tabs can be added back by right clicking on the tab strip and > selecting "Add pa