Re: pgAdmin4 v6.8 candidate builds

2022-04-05 Thread Akshay Joshi
Hi All We have found some issues with the previous build. The latest builds and source code is available at https://developer.pgadmin.org/builds/2022-04-05-2/ On Tue, Apr 5, 2022 at 3:25 PM Akshay Joshi wrote: > Hi All, > > pgAdmin4 v6.8 candidate builds and source code is available at >

pgAdmin 4 commit: Corrected z-index issue, regression from the previous

2022-04-05 Thread Akshay Joshi
Corrected z-index issue, regression from the previous commit. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7c6d34408c6cf3e4ca714c2dd05ea869fc682a35 Modified Files -- web/pgadmin/static/scss/_alertify.overrides.scss | 1 + 1 file

pgAdmin 4 commit: Ensure that the error message 'CRYPTKEY_NOT_SET' is n

2022-04-05 Thread Akshay Joshi
Ensure that the error message 'CRYPTKEY_NOT_SET' is not displayed. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3b35398925879dc4f1d09bee4d905bd201a0aebd Modified Files --

pgAdmin4 v6.8 candidate builds

2022-04-05 Thread Akshay Joshi
Hi All, pgAdmin4 v6.8 candidate builds and source code is available at https://developer.pgadmin.org/builds/2022-04-05-1/ Fahar, could you please verify this for Thursday's release. -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres

pgAdmin 4 commit: Fixed some issues related to z-index and color.

2022-04-05 Thread Akshay Joshi
Fixed some issues related to z-index and color. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8ce7ccb031674d9bcdc8285d4ed3ccbe690eeceb Modified Files -- web/pgadmin/dashboard/static/js/WelcomeDashboard.jsx | 2 +-

pgAdmin 4 commit: Update version for release.

2022-04-05 Thread Akshay Joshi
Update version for release. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ce5f63291ee7f16cd128f6bf5f8a3d0a769558eb Modified Files -- web/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin 4 commit: 1 Fixed the issue where db connection was getting dis

2022-04-05 Thread Akshay Joshi
1 Fixed the issue where db connection was getting disconnected for dashboard, if network is slow. 2 Fixed publication collection node properties issue which was missed during react node porting. 3 Removed unwanted variable from theme style sheet. Branch -- master Details ---

Re: [pgAdmin][patch] Improvements in PgTable component

2022-04-05 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Apr 5, 2022 at 11:54 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes more issues and improvements for the PgTable > component. > Please review. > > On Mon, Apr 4, 2022 at 7:08 PM Akshay Joshi > wrote: > >>

pgAdmin 4 commit: Fixes some issues and improves the PgTable component.

2022-04-05 Thread Akshay Joshi
Fixes some issues and improves the PgTable component. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=953a9d7fd104b63b53962111ee56d24a32caf0a7 Author: Aditya Toshniwal Modified Files --

Re: [pgAdmin][patch] Improvements in PgTable component

2022-04-05 Thread Aditya Toshniwal
Hi Hackers, Attached patch fixes more issues and improvements for the PgTable component. Please review. On Mon, Apr 4, 2022 at 7:08 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Apr 4, 2022 at 6:55 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi