pgAdmin 4 commit: Fixed following audit vulnerabilities:

2020-03-19 Thread Akshay Joshi
Fixed following audit vulnerabilities: https://www.npmjs.com/advisories/1179 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=26d0a3e5cb7ee45d65e00c8805620fb0d746e008 Modified Files -- web/yarn.lock | 535 +

pgAdmin 4 commit: Add mod_wsgi to the built package list.

2020-03-19 Thread Dave Page
Add mod_wsgi to the built package list. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7f571fa7d8b2f3f05d4016eb5619dfa1bc20f954 Modified Files -- pkg/redhat/README | 4 1 file changed, 4 insertions(+)

pgAdmin 4 commit: Don't hard code the architecture.

2020-03-19 Thread Dave Page
Don't hard code the architecture. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cb600549c34ccfac4f17408f97d060c18ca76a8a Modified Files -- pkg/debian/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin 4 commit: Add support for building RPMs on CentOS/RHEL 7

2020-03-19 Thread Dave Page
Add support for building RPMs on CentOS/RHEL 7 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8812a7db694034edc1b3a39fca07425fe23d60a2 Modified Files -- .gitignore | 4 +- pkg/linux/build-fu

pgAdmin 4 commit: Update supported distros list.

2020-03-19 Thread Dave Page
Update supported distros list. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e1cb6d92c568ee38e2f76112f6aad87ba3e24d1b Modified Files -- pkg/redhat/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [Accessibility] RM4608 Few issues in the dialogs.

2020-03-19 Thread Akshay Joshi
Thanks, patch applied. On Thu, Mar 19, 2020 at 2:48 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > Please find the things which I have fixed in this patch. > > Fixed some accessibility issues: > 1) Aria-label additions at few missing places. > 2) Label additions with

pgAdmin 4 commit: Fixed some accessibility issues in the dialogs:

2020-03-19 Thread Akshay Joshi
Fixed some accessibility issues in the dialogs: 1) Aria-label additions at few missing places. 2) Label additions with  'sr-only' class where hidden labels required. 3) Converted label to span to solve accessibility error. Fixes #4608 Branch -- master Details --- https://git.postgr

Re: [Accessibility] RM4608 Few issues in the dialogs.

2020-03-19 Thread Pradip Parkale
Hi Akshay, Please find the things which I have fixed in this patch. Fixed some accessibility issues: 1) Aria-label additions at few missing places. 2) Label additions with 'sr-only' class where hidden labels required. 3) Converted label to span to solve accessibility error. I also incorporated t

Re: [Accessibility] RM4608 Few issues in the dialogs.

2020-03-19 Thread Akshay Joshi
Hi Pradip Can you please list down the things that you have fixed in this patch. On Thu, Mar 19, 2020 at 2:26 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the patch for accessibility errors in some of the dialogs. > > > -- > Thanks & Regards, > Pradip

[Accessibility] RM4608 Few issues in the dialogs.

2020-03-19 Thread Pradip Parkale
Hi Hackers, Please find the patch for accessibility errors in some of the dialogs. -- Thanks & Regards, Pradip Parkale QMG, EnterpriseDB Corporation RM4608.patch Description: Binary data

Re: [pgAdmin4][RM#5261] Support for Collation, FTS Templates, FTS Dictionaries, FTS Configurations and FTS Parsers

2020-03-19 Thread Akshay Joshi
Thanks, Khushboo for review. On Thu, Mar 19, 2020 at 1:25 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Akshay, > > The patch looks good to me. > > Apart from this patch, I encountered below error. > > "/Users/khushboovashi/Projects/pgadmin4/web/pgadmin/browser/server_groups/se

Re: [pgAdmin4][RM 5271] To change the switch control colors

2020-03-19 Thread Akshay Joshi
Thanks, patch applied. On Thu, Mar 19, 2020 at 12:10 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hello, > > PFA updated patch with new colors provided by Chethana, As discussed we > will be using the same primary success color in both theme so we don't have > add new varia

pgAdmin 4 commit: Enhance the color of switch control for both light an

2020-03-19 Thread Akshay Joshi
Enhance the color of switch control for both light and dark theme. Fixes #5271 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=83785da1bc6246bf9e07cde18cf32a49a4cf67c8 Author: Murtuza Zabuawala Modified Files -- docs/en_US/release

pgAdmin 4 commit: Added support of Collation, FTS Configuration, FTS Di

2020-03-19 Thread Akshay Joshi
Added support of Collation, FTS Configuration, FTS Dictionary, FTS Parser, and FTS Template to the Schema Diff. Fixes #5261 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4fe69e825e6b2b91403969cce8dbfe5942c6f159 Modified Files --

Re: [pgAdmin4][RM#5261] Support for Collation, FTS Templates, FTS Dictionaries, FTS Configurations and FTS Parsers

2020-03-19 Thread Khushboo Vashi
Hi Akshay, The patch looks good to me. Apart from this patch, I encountered below error. "/Users/khushboovashi/Projects/pgadmin4/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/schema_diff_utils.py", line 271, in get_sql_from_submodule_diff parent_target_data=target File "

Re: [pgAdmin4][RM 5271] To change the switch control colors

2020-03-19 Thread Aditya Toshniwal
Hi Murtuza, The patch looks good to me. On Thu, Mar 19, 2020 at 12:10 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hello, > > PFA updated patch with new colors provided by Chethana, As discussed we > will be using the same primary success color in both theme so we don't ha