[pgAdmin][RM-6077]: Accessibility issues in various dialogs

2020-12-23 Thread Nikhil Mohite
Hi Team, Please find the attached patch for RM-6077: Accessibility issues in various dialogs. Accessibility issues: 1. Server dialog. 2. Database dialog. 3. Import/Export dialog. 4. Process watcher. Low contrast issue: 1. Updated text-muted color to "#

Re: [pgAdmin] RM4892 pgAdmin "Inception"

2020-12-23 Thread Akshay Joshi
Thanks, patch applied. On Wed, Dec 23, 2020 at 8:23 PM Rahul Shirsat < rahul.shir...@enterprisedb.com> wrote: > Just forgot to mention, patch consists of one more fix of a schema not > loading on several refresh of browser or startup of application - *FIXED* > > [image: image.png] > > On Wed, Dec

Re: [pgAdmin][RM5571] Expression in exclusion constraint is misinterpreted and quoted as column name by mistake

2020-12-23 Thread Akshay Joshi
Thanks, patch applied. On Wed, Dec 23, 2020 at 6:10 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to add support for expressions in exclusion > constraints. This also fixes the SQL generated for existing expression > based constraints also

pgAdmin 4 commit: Added support for expression in exclusion constraints

2020-12-23 Thread Akshay Joshi
Added support for expression in exclusion constraints. Fixes #5571 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5448de2d3ff3ef486f21ed1be92b4b54a795ca45 Author: Aditya Toshniwal Modified Files -- docs/en_US/exclusion_constraint

pgAdmin 4 commit: Fixed an issue where pressing the back button will sh

2020-12-23 Thread Akshay Joshi
Fixed an issue where pressing the back button will show another instance of the main page inside of the Query Tool tab. Fixes #4892 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4c9853f10dbe1cfa2a117ce993165bc988726319 Author: Rahul Shirsat

Re: [pgAdmin] RM4892 pgAdmin "Inception"

2020-12-23 Thread Rahul Shirsat
Just forgot to mention, patch consists of one more fix of a schema not loading on several refresh of browser or startup of application - *FIXED* [image: image.png] On Wed, Dec 23, 2020 at 8:16 PM Rahul Shirsat < rahul.shir...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached pa

[pgAdmin] RM4892 pgAdmin "Inception"

2020-12-23 Thread Rahul Shirsat
Hi Hackers, Please find the attached patch which resolves the issue of pgadmin Inception in Firefox browser. The fix is tested on: 1. MacOS 10.13.6 Firefox Browser 84.0 (64-bit) 2. Windows 2016 Firefox Browser 84.0.1 (64-bit) -- *Rahul Shirsat* Senior Software Engineer | EnterpriseDB Cor

Re: [pgAdmin][RM-6061]: [Sql] - Extra Parens around joins are added to views

2020-12-23 Thread Akshay Joshi
Thanks, patch applied. On Tue, Dec 22, 2020 at 5:27 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Team, > > Please find the attached patch for RM-6062 > : [Sql] - Extra Parens around > joins are added to views. > 1. Added "pretty_bool"

Re: [pgAdmin][RM-6065]: Accessibility issues in Schema diff module

2020-12-23 Thread Akshay Joshi
Thanks, patch applied. On Tue, Dec 22, 2020 at 4:02 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Team, > > Please find the attached patch for RM-6065 > : Accessibility issues in the > Schema diff module. > 1. Resolved accessibility iss

pgAdmin 4 commit: Fixed accessibility issues in schema diff module. Fix

2020-12-23 Thread Akshay Joshi
Fixed accessibility issues in schema diff module. Fixes #6065 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c93377101692130da019cc283d287d06947c9a8d Author: Nikhil Mohite Modified Files -- docs/en_US/release_notes_4_30.rst

pgAdmin 4 commit: Fixed extra parentheses issue around joins for Views.

2020-12-23 Thread Akshay Joshi
Fixed extra parentheses issue around joins for Views. Fixes #6061 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a92595012fac881905eeca275488d1ec1fee8137 Author: Nikhil Mohite Modified Files -- docs/en_US/release_notes_4_30.rst