[pgAdmin4][RM2922] Login desktop user only once in runtime

2017-11-29 Thread Harshal Dhumal
Hi, Please find attached patch to fix issue where desktop user was logged in each request in runtime. -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/__init__.py b/web/pgadmin/__init__.py inde

pgAdmin 4 commit: Do not show success message, when there is an error s

2017-11-29 Thread Ashesh Vashi
Do not show success message, when there is an error saving the data in the DataGrid. Fixes #2907 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ea82d92e41e985eb79fc36087aef5c8e82cb2260 Author: Akshay Joshi Modified Files -- web/

pgAdmin 4 commit: Fixing the lint error messages in javascript using 'e

2017-11-29 Thread Ashesh Vashi
Fixing the lint error messages in javascript using 'eslint --fix' command. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d54c35d74f5851a6aa6f79c162c1ea1f7fa75b52 Modified Files -- .../js/selection/range_boundary_navigator.js

pgAdmin 4 commit: Using the correct type name (along with the internal

2017-11-29 Thread Ashesh Vashi
Using the correct type name (along with the internal name) while generating the query for update/insert table data (Data grid). Modified by Ashesh for array support. Fixes #2830 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=281b6c91b5f61e64

[pgAdmin4][RM2892] Handle password changes properly if error occurs during sending email

2017-11-29 Thread Harshal Dhumal
Hi, Unlike flask login-manager flask-security does not provide facility to pass custom view function to any of callbacks like change/reset/forgot password. So we cannot handle any exceptions occurred during changing/resetting password. Only way we can handle such exceptions is writing our own rout

pgAdmin 4 commit: Ensure the auto-complete selection list can display l

2017-11-29 Thread Dave Page
Ensure the auto-complete selection list can display longer names. Fixes #2726 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f10733e8d42370cb4456f5c2560e3c10da849147 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/tools/s

Re: [pgAdmin4][Patch]: Remove fixed width from sql-hint popup - Query tool

2017-11-29 Thread Dave Page
Thanks, applied. On Wed, Nov 29, 2017 at 8:23 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA minor patch to fix the issue where long database object names were > truncated and not visible due to fixed pop-up size. > RM#2726 > > -- > Regards, > Murtuza Zabuawala >

pgAdmin 4 commit: Add missing __init__.py to backports.csv when buildin

2017-11-29 Thread Dave Page
Add missing __init__.py to backports.csv when building the MSVC windows build. Fixes #2918 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4617a90123b22381682e9fe2942b7471c70b5cb2 Author: Maxim Zakharov Modified Files -- Make.bat

[pgAdmin4][Patch]: Remove fixed width from sql-hint popup - Query tool

2017-11-29 Thread Murtuza Zabuawala
Hi, PFA minor patch to fix the issue where long database object names were truncated and not visible due to fixed pop-up size. RM#2726 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/tools/sqleditor/static/css/sqle