pgAdmin 4 commit: Fix library path rewriting to avoid an issue with Cry

2021-02-10 Thread Dave Page
Fix library path rewriting to avoid an issue with Cryptogrpahy's Rust module as described at https://github.com/PyO3/setuptools-rust/issues/106 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e54ccb13022c13efce56f0341ec687d7b5efa083 Modified

Re: [pgAdmin] RM6117 Unable to update column level privileges from security tab.

2021-02-10 Thread Akshay Joshi
Thanks, patch applied. On Wed, Feb 10, 2021 at 3:13 PM Rahul Shirsat < rahul.shir...@enterprisedb.com> wrote: > Hi Team, > > The above observation is fixed. Please find the updated patch below. > > On Wed, Feb 10, 2021 at 12:57 PM Nikhil Mohite < > nikhil.moh...@enterprisedb.com> wrote: > >> Hi R

pgAdmin 4 commit: Fixed an issue where the user is unable to update col

2021-02-10 Thread Akshay Joshi
Fixed an issue where the user is unable to update column-level privileges from the security tab. Fixes #6117 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2036e9d9a8587374af450b5522932af0ce29f2f0 Author: Rahul Shirsat Modified Files --

Re: [pgAdmin][RM-6157]: UI issue in delete records.

2021-02-10 Thread Akshay Joshi
Thanks, patch applied. On Tue, Feb 9, 2021 at 4:41 PM Nikhil Mohite wrote: > Hi Akshay/ Team, > > Please find the updated patch for RM-6157. > 1. Resolved issue related to strikeout (Red strike-through line which > indicates delete records) is getting removed on scrolling for > index(Serial) col

Re: [pgAdmin][RM6207] Update JS dependencies

2021-02-10 Thread Akshay Joshi
Thanks, patch applied. On Wed, Feb 10, 2021 at 4:37 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > The preview images for the themes are not visible after this. Please find > the attached patch to fix. > > On Wed, Feb 10, 2021 at 1:47 PM Akshay Joshi < > akshay.jo...@en

pgAdmin 4 commit: Fixed an issue where strikeout is getting removed on

2021-02-10 Thread Akshay Joshi
Fixed an issue where strikeout is getting removed on scrolling of index column of the table. refs #6157 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1b850ff6168ccf31d68a9b49fe34156039ed30e3 Author: Nikhil Mohite Modified Files --

pgAdmin 4 commit: Fixed an issue where preview images for the themes ar

2021-02-10 Thread Akshay Joshi
Fixed an issue where preview images for the themes are not visible. refs #6207 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a5a83da045fffdf048bb109d993abc6b755cb8e2 Author: Aditya Toshniwal Modified Files -- web/webpack.config

Re: [pgAdmin][RM6207] Update JS dependencies

2021-02-10 Thread Aditya Toshniwal
Hi, The preview images for the themes are not visible after this. Please find the attached patch to fix. On Wed, Feb 10, 2021 at 1:47 PM Akshay Joshi wrote: > Thanks, patch applied. > > On Wed, Feb 10, 2021 at 1:37 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi, >> >>

pgAdmin 4 commit: libtool is required for the container appbuild now.

2021-02-10 Thread Dave Page
libtool is required for the container appbuild now. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=751b6c28b5a1f3170c4d1190b7e954f1e0ad Modified Files -- Dockerfile | 1 + 1 file changed, 1 insertion(+)

Re: [pgAdmin4][Patch] - API Tests Tear-down Fix

2021-02-10 Thread Akshay Joshi
Thanks, patch applied. On Wed, Feb 10, 2021 at 12:48 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hello, > > Please find a patch which fixes deletion of roles after api tests > execution. > > > Thanks, > Yogesh Mahajan > EnterpriseDB > -- *Thanks & Regards* *Akshay Joshi* *pgA

pgAdmin 4 commit: Fixed an issue where roles are not deleted after API

2021-02-10 Thread Akshay Joshi
Fixed an issue where roles are not deleted after API test execution. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4c660f2155709329978d3b0c912790c46b4fa86c Author: Yogesh Mahajan Modified Files -- .../tools/datagrid/tests/test_d

Re: [pgAdmin][RM6207] Update JS dependencies

2021-02-10 Thread Akshay Joshi
Thanks, patch applied. On Wed, Feb 10, 2021 at 1:37 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > The imagemin-gifsicle package is used to compress gif images. The latest > version of imagemin-gifsicle requires the binaries to be built from source, > which has a big de

pgAdmin 4 commit: Remove 'imagemin-gifsicle' package which is used to c

2021-02-10 Thread Akshay Joshi
Remove 'imagemin-gifsicle' package which is used to compress gif images. The  latest version of imagemin-gifsicle requires the binaries to be built from the source. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=701f21186bc275cfb594620928f35f

Re: [pgAdmin][RM6207] Update JS dependencies

2021-02-10 Thread Aditya Toshniwal
Hi, The imagemin-gifsicle package is used to compress gif images. The latest version of imagemin-gifsicle requires the binaries to be built from source, which has a big dependency of dh-autoreconf. pgAdmin has very few gifs. Instead of installing dh-autoreconf, I've removed imagemin-gifsicle from