pgAdmin 4 commit: Display relevant error messages when access is denied

2017-12-07 Thread Ashesh Vashi
Display relevant error messages when access is denied creating a schema. Fixes #2094 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a7dd461766805aa7e4c31aff2855a284d822b0b9 Author: Murtuza Zabuawala Modified Files -- ...

pgAdmin 4 commit: Ensure line numbers form CodeMirror don't appear on t

2017-12-07 Thread Ashesh Vashi
Ensure line numbers form CodeMirror don't appear on top of menus. Fixes #2738 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=583b888b22ee9b5e5c9d26089ef14a7f0e15ff51 Author: Neel Patel Modified Files -- web/pgadmin/browse

pgAdmin 4 commit: Fix a number of cases where strings were not properly

2017-12-07 Thread Ashesh Vashi
Fix a number of cases where strings were not properly marked for translation. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d6821d373a0b2b9f33b56c1cffbf3d6ef689ee8c Author: Alexander Lakhin Modified Files -- .../foreign_

pgAdmin 4 commit: Check and attempt to fir the registry on Windows, if

2017-12-07 Thread Ashesh Vashi
Check and attempt to fir the registry on Windows, if the text/css type is misconfigured. Fixes #2716 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=688b97b85a5f3f43fe2265cb4fc603b09ab6f517 Author: Neel Patel Modified Files -

pgAdmin 4 commit: Show how the config/storage directory can be mounted

2017-12-07 Thread Ashesh Vashi
Show how the config/storage directory can be mounted on the host under docker. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=174ba78c9faf5ec3429c358cb3a0052624d56e0f Author: Dave Page Modified Files -- pkg/docker/README

pgAdmin 4 commit: Updated colours of tree view icons, which is to be mo

2017-12-07 Thread Ashesh Vashi
Updated colours of tree view icons, which is to be more comfortable in identifying. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4864388a3bc06cd3183277bf10cb8acb6b5c0a73 Author: Chethana Kumar Modified Files -- .../bro

pgAdmin 4 commit: Return the translations, and not empty array from the

2017-12-07 Thread Ashesh Vashi
Return the translations, and not empty array from the 'translations.js'. It was regression of the commit-id: 4a91bcde303bd3d5d2bd2e2f20cd7046585eba06 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b1ccb17e54e939e0c118d1278b1938c42b5da

pgAdmin 4 commit: Fix counted rows display in table properties. Fixes #

2017-12-07 Thread Ashesh Vashi
Fix counted rows display in table properties. Fixes #2836 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=888ac5101fcd3ce1179db0d4f1c58eaaab6d5a41 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/browser/__init__.py

pgAdmin 4 commit: Saved user language was not being picked up in case o

2017-12-07 Thread Ashesh Vashi
Saved user language was not being picked up in case of non-server mode. Because - the get_locale(...) function was being executed before any request, and user login after first request. Hence - the values for the labels in the Preferences are not being translated properly. Fetch the raw value of u

pgAdmin 4 commit: Remove some unused index directives.

2017-12-07 Thread Ashesh Vashi
Remove some unused index directives. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=37b36fde6f25ead1c4a56f645e9f8031e9178513 Author: Dave Page Modified Files -- docs/en_US/connect_error.rst | 6 +- docs/en_US/debugger.

pgAdmin 4 commit: Remove more exclamation marks from error messages.

2017-12-07 Thread Ashesh Vashi
Remove more exclamation marks from error messages. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=22ed8615bdb49a59a4a551359df828e391985f42 Author: Alexander Lakhin Modified Files -- web/pgadmin/browser/server_groups/serve

[pgAdmin4][RM2782][RM2822] fix array representation in query tool and data grid

2017-12-07 Thread Harshal Dhumal
Hi, Attached patch fixes array representation issue as well as multidimensional array representation issue. -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/feature_tests/test_data.json b/web/p

pgAdmin 4 commit: Updated the build scripts to copy the generated direc

2017-12-07 Thread Ashesh Vashi
Updated the build scripts to copy the generated directory to the appropriate places, and remove the 'web/webpack/.cache' directory from the destination directory. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=57e3d30d95d1b151267d3528d

pgAdmin 4 commit: Refer to the correct third party library for spectrum

2017-12-07 Thread Ashesh Vashi
Refer to the correct third party library for spectrum-colorpicker. Bundle it in vendor module. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=af6f89a301f3b33201612ffd9a6ba4893affc5ae Modified Files -- web/pgadmin/static/j

pgAdmin 4 commit: [ADDON] Sharing the webpack module references too for

2017-12-07 Thread Ashesh Vashi
[ADDON] Sharing the webpack module references too for the pluggability support. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d6742f5b19a3ac5c8fffa66b2f3c73b92cd47aa2 Modified Files -- pkg/docker/build.sh | 8 +++- pkg

[INSTALLERS] pgAdmin 4: Add-on support

2017-12-07 Thread Ashesh Vashi
Hi Dave, I've merged the master branch in the 'WEBPACK_DEVEL2' branch. In this branch, I've modified the code for adding back the support of pluggability, which was broken due to webpack changes. Would you please create the set of installers? And, share it with Fahar for doing the integration te

[pgAdmin4][Patch]: Change password doesn't work if pgpass file is used

2017-12-07 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where changing a database server password functionlity was not working if user has made connection using pgpass file. Also ViewData/Query tool functionality was not working with pgpass file. RM#2720 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb

<    1   2