pgAdmin 4 commit: Fixing the javascript file after running pga_eslint.j

2018-01-16 Thread Ashesh Vashi
Fixing the javascript file after running pga_eslint.js script Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=404f1cc8efa038579b1dab4c8f25b16e86cca541 Modified Files -- web/pgadmin/static/bundle/app.js | 30 --

pgAdmin 4 commit: Introducing custom linter script for javascript files

2018-01-16 Thread Ashesh Vashi
Introducing custom linter script for javascript files. Also, changed the 'linter' yarn-command to use this script. This script will run the 'eslint' against all the static javascripts, found under pgadmin and regression directories of source (excepts 'vendor', 'generated'). It also allows to run t

Re: [pgAdmin4][Patch]: RM #2904: As a visually impaired user I need all buttons in the application to have appropriate tooltips for my screen reader to interpret

2018-01-16 Thread Khushboo Vashi
On Wed, Jan 17, 2018 at 12:23 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Mon, Jan 15, 2018 at 10:39 PM, Dave Page wrote: > >> Hi >> >> On Mon, Jan 15, 2018 at 10:23 AM, Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find the attach

Re: [pgAdmin4][Patch]: RM #2904: As a visually impaired user I need all buttons in the application to have appropriate tooltips for my screen reader to interpret

2018-01-16 Thread Khushboo Vashi
On Mon, Jan 15, 2018 at 10:39 PM, Dave Page wrote: > Hi > > On Mon, Jan 15, 2018 at 10:23 AM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi, >> >> Please find the attached patch for RM # 2904: As a visually impaired user >> I need all buttons in the application to have approp

[pgAdmin4][Patch]: Update ESLint to latest version

2018-01-16 Thread Surinder Kumar
Hi In the current version of ESLint the option "--fix-dry-run" not working. So, updating to the latest one resolve this. Please find an attached patch. Thanks, Surinder update_eslint_to_latest.patch Description: Binary data

A new Mailing List for PostgreSQL Graphic Tools developers

2018-01-16 Thread PostgreSQL Graphics Tools Developer Meeting organisers
** A new Mailing List for PostgreSQL Graphic Tools Developers Join the conversation to build better GUI for Postgres ! Dear PostgreSQL community members and advocates, We're sending you this message because we have identified you as

[pgAdmin4][Patch#2897] Add support for keyboard navigation in Debugger

2018-01-16 Thread Murtuza Zabuawala
Hi, PFA patch to add keyboard navigation in Debugger module via Tab/Shift-Tab key. RM#2897 Also fixed the issue where user was not able to update values in variable's panel while debugging. RM#2981 Currrently we have execution related shortcuts using accesskey, Shortcuts (Execution related)

pgAdmin 4 commit: Fix typo in string.

2018-01-16 Thread Dave Page
Fix typo in string. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=55c2ab0b241ba4b45366bc5d902c01321d974665 Modified Files -- web/pgadmin/static/js/sqleditor_utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)