pgAdmin 4 commit: Only allow specification of a pgpass file if libpq >=

2017-12-07 Thread Ashesh Vashi
Only allow specification of a pgpass file if libpq >= 10. Fixes #2768 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d7b42e6c2243d65b84990ca9462c747325babb8 Author: Murtuza Zabuawala Modified Files -- docs/en_US/server_d

pgAdmin 4 commit: Add a Japanese translation created by:

2017-12-07 Thread Ashesh Vashi
Add a Japanese translation created by: Junichi Tado Nozomi Amzai Kouske Kida Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=71c6cbec735c23fab917e39308a531627e458e2a Author: Dave Page Modified Files -- web/config.py

pgAdmin 4 commit: Update EXPLAIN icons. Fixes #2936

2017-12-07 Thread Ashesh Vashi
Update EXPLAIN icons. Fixes #2936 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d17784569db97af3f4e2ec3fe61011869cf594b4 Author: Chethana Kumar Modified Files -- .../misc/static/explain/img/ex_aggregate.png | Bin 5

pgAdmin 4 commit: And remove the extra semicolons. Sigh.

2017-12-07 Thread Ashesh Vashi
And remove the extra semicolons. Sigh. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f67c7529ce924a45d08de3696b2530bf81f5f1c7 Author: Dave Page Modified Files -- web/regression/requirements.txt | 4 ++-- 1 file changed, 2

pgAdmin 4 commit: Remove the runtime zoom shortcuts from the SQL Editor

2017-12-07 Thread Ashesh Vashi
Remove the runtime zoom shortcuts from the SQL Editor shortcuts section. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9e1e2432ca70d6a27d41948a43383fe343e04162 Author: Dave Page Modified Files -- docs/en_US/keyboard_shor

pgAdmin 4 commit: Disable the line ending check entirely in eslint, as

2017-12-07 Thread Ashesh Vashi
Disable the line ending check entirely in eslint, as the previous platform-specific fix doesn't work with all versions. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f2b85176c1ad46b85ba162feeba4806e8ac40a4e Author: Dave Page Modifi

pgAdmin 4 commit: Fix a reference before assignment error in the file d

2017-12-07 Thread Ashesh Vashi
Fix a reference before assignment error in the file dialogue. Fixes #2934 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=badbaa1cb70cf17ae9092b80a20c9d5efdcc963f Author: Murtuza Zabuawala Modified Files -- web/pgadmin/mis

pgAdmin 4 commit: Refuse password changes (and tell the user) if the no

2017-12-07 Thread Ashesh Vashi
Refuse password changes (and tell the user) if the notification email cannot be sent. Fixes #2892 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=643d036be72f7f7554a2fed2e41b21dcdd1a5d37 Author: Harshal Dhumal Modified Files

pgAdmin 4 commit: Fix the width of Role dialogue so tabs don't wrap.

2017-12-07 Thread Ashesh Vashi
Fix the width of Role dialogue so tabs don't wrap. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7544b5eaaa22769f6bcaed9331727a6014d40720 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/browser/server_groups/serv

pgAdmin 4 commit: Add a note to the README on creating the bundle.

2017-12-07 Thread Ashesh Vashi
Add a note to the README on creating the bundle. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=587f431e91c32e60dfac03caf7cbe0bd54c56e11 Author: Dave Page Modified Files -- README | 24 1 file chan

pgAdmin 4 commit: Remove panels for www.pgadmin.org and www.postgresql.

2017-12-07 Thread Ashesh Vashi
Remove panels for www.pgadmin.org and www.postgresql.org as they won't work with X-Frame-Options: SAMEORIGIN which is used now. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ab38b152ac96f909c2b7aa587cba19496b0eacf Author: Murtuza Za

pgAdmin 4 commit: Some browsers don't properly support tri-state checkb

2017-12-07 Thread Ashesh Vashi
Some browsers don't properly support tri-state checkboxes, so create our own control to handle true/false/null. Fixes #2848 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a55e3f6e3d1a0125d16a0ab89c5505570ef375b Author: Murtuza Zabuaw

pgAdmin 4 commit: Output statistics when compiling messages

2017-12-07 Thread Ashesh Vashi
Output statistics when compiling messages Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9a1b559c682ea355f91cfa59953b94985c756cd0 Author: Dave Page Modified Files -- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 delet

pgAdmin 4 commit: Quote the owner name when creating types. Fixes #2787

2017-12-07 Thread Ashesh Vashi
Quote the owner name when creating types. Fixes #2787 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4337edf34692b847c50b2ceda5e1add0149acc2e Author: Murtuza Zabuawala Modified Files -- .../databases/schemas/types/templat

pgAdmin 4 commit: Ensure the scroll location is retains in the query to

2017-12-07 Thread Ashesh Vashi
Ensure the scroll location is retains in the query tool data grid if the user changes tab and then returns. Fixes #2875 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b390aba783f99f0a8784770b0a0647c48dc07ec3 Author: Murtuza Zabuawala

pgAdmin 4 commit: Revert inadvertant change to doc page

2017-12-07 Thread Ashesh Vashi
Revert inadvertant change to doc page Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fa62b4cb0a5fbcb818331b5ebb8c4f11a730d3fc Author: Dave Page Modified Files -- docs/en_US/pgadmin_login.rst | 2 -- 1 file changed, 2 delet

pgAdmin 4 commit: Fix bundle creation on Windows which was failing due

2017-12-07 Thread Ashesh Vashi
Fix bundle creation on Windows which was failing due to \r\n line endings in code mirror. Fixes #2908 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b1e94201be914e3c2f1a49ddce5e7b1fb6b8a3ba Author: Maxim Zakharov Modified Files

pgAdmin 4 commit: Prevent the user pressing the select button in the fi

2017-12-07 Thread Ashesh Vashi
Prevent the user pressing the select button in the file manager when it is supposed to be disabled. Fixes #2923 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7eb44cc88fb4249b53f9cbf02a1a75a4247a70a1 Author: Murtuza Zabuawala Modifi

pgAdmin 4 commit: Add a missing screenshot, and remove personal info fr

2017-12-07 Thread Ashesh Vashi
Add a missing screenshot, and remove personal info from another. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5badc14e6b905778ce2382231ebca09a65b01a8f Author: Chethana Kumar Modified Files -- docs/en_US/images/role_memb

pgAdmin 4 commit: Push HTTPD logs to container stdout/stderr as appropr

2017-12-07 Thread Ashesh Vashi
Push HTTPD logs to container stdout/stderr as appropriate. Fixes #2920 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d037e5a69a793c111ec49c0a6cc3f1042158d5a9 Author: Dave Page Modified Files -- pkg/docker/Dockerfile | 6

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

2017-12-07 Thread Ashesh Vashi
Ensure the auto-complete selection list can display longer names. Fixes #2726 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=49383a64986d42f8a22596dcb3823e7a8a37ea7c Author: Murtuza Zabuawala Modified Files -- web/pgadmin

pgAdmin 4 commit: Remove the artificial limit of 4000 characters from t

2017-12-07 Thread Ashesh Vashi
Remove the artificial limit of 4000 characters from text areas. Fixes #2877 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2c84538d00de3a88fc36ef9c42eee859fdbe42c2 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/s

pgAdmin 4 commit: Correct names for the Japanese translators:

2017-12-07 Thread Ashesh Vashi
Correct names for the Japanese translators: Junichi Tado Kosuke Kida Nozomi Anzai Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bb8af0249291c700c8098acb70cf315fc399aca0 Author: Dave Page Modified Files -- web/pgadmin/tr

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

2017-12-07 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 -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5aca5d6c

pgAdmin 4 commit: Improve clarity of the boolean checkbox.

2017-12-07 Thread Ashesh Vashi
Improve clarity of the boolean checkbox. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e5a9bc9c9915a49ec97691f422622ce45bda6657 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/static/css/bootstrap.overrides.css |

pgAdmin 4 commit: Add a Russian translation

2017-12-07 Thread Ashesh Vashi
Add a Russian translation Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=89aa70cb81a4937d9652f3cc40903600e27c4afb Author: Alexander Lakhin Modified Files -- .../translations/ru/LC_MESSAGES/messages.mo| Bin 0 -> 1

pgAdmin 4 commit: Allow connections to be coloured in the treeview and

2017-12-07 Thread Ashesh Vashi
Allow connections to be coloured in the treeview and query tool. Fixes #1383. Fixes #2802 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=389c0f98e36eb58bfd8c708174cf5bca4738946e Author: Murtuza Zabuawala Modified Files -

pgAdmin 4 commit: Stop Python 2.6 barfing on newer versions of Selenium

2017-12-07 Thread Ashesh Vashi
Stop Python 2.6 barfing on newer versions of Selenium Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d38c36ca2d4ed68600ce8f7bb6c0a0c13b8aee9 Author: Murtuza Zabuawala Modified Files -- web/regression/requirements.txt | 3

pgAdmin 4 commit: Fix support for time without timezone. Fixes #2881

2017-12-07 Thread Ashesh Vashi
Fix support for time without timezone. Fixes #2881 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=51d5d6caa0b8931aa3e295ea4dfdf6b162481ab0 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/utils/driver/psycopg2/__in

pgAdmin 4 commit: Format JSON/JSONB nicely when displaying it in the gr

2017-12-07 Thread Ashesh Vashi
Format JSON/JSONB nicely when displaying it in the grid editor pop-up. Fixes #2748 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=54d2536348ef0815cec57ae3de323ef414a756a7 Author: Murtuza Zabuawala Modified Files -- web/p

pgAdmin 4 commit: Allow changing of the users password without leaving

2017-12-07 Thread Ashesh Vashi
Allow changing of the users password without leaving the app. Fixes #2891 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=00bcfbaef13ed9e665f837ec6e09e3b3a418 Author: Murtuza Zabuawala Modified Files -- docs/en_US/chan

pgAdmin 4 commit: Fix regression tests for password reset in server mod

2017-12-07 Thread Ashesh Vashi
Fix regression tests for password reset in server mode Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca8c6a18869598084a2de27a9dda0662de92a9f9 Author: Harshal Dhumal Modified Files -- web/pgadmin/browser/__init__.py

pgAdmin 4 commit: Use sufficiently long random strings in test objects

2017-12-07 Thread Ashesh Vashi
Use sufficiently long random strings in test objects to avoid conflicts. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cdf70df98865b6b39b2147d296db1bdaccb7accb Author: Navnath Gadakh Modified Files -- .../databases/event

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

2017-12-07 Thread Ashesh Vashi
Add missing __init__.py to backports.csv when building the MSVC windows build. Fixes #2918 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=031e6949031c6e938283a38ad82f7d4272c3ed39 Author: Maxim Zakharov Modified Files --

pgAdmin 4 commit: Display long names appropriately in dialogue headers.

2017-12-07 Thread Ashesh Vashi
Display long names appropriately in dialogue headers. Fixes #2278 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9767f7a6b287eab12f8b2cef526e3843dc189d7d Author: Murtuza Zabuawala Modified Files -- web/pgadmin/static/scss

pgAdmin 4 commit: Cleanup some inconsistent error dialog titles. Fixes

2017-12-07 Thread Ashesh Vashi
Cleanup some inconsistent error dialog titles. Fixes #2098 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fe0f9d88ce06de1e80af432d745a11dab7c94c95 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/tools/backup/stati

pgAdmin 4 commit: Decode the field separator and quote char if needed.

2017-12-07 Thread Ashesh Vashi
Decode the field separator and quote char if needed. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d9860f5ce2a12caee91d25d8d11ab2476b7d9fce Author: Khushboo Vashi Modified Files -- web/pgadmin/utils/driver/psycopg2/__ini

pgAdmin 4 commit: Add missing semicolons.

2017-12-07 Thread Ashesh Vashi
Add missing semicolons. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fa3cb767244a406a0f554946b3e2464ee5b6a112 Author: Dave Page Modified Files -- web/regression/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+),

pgAdmin 4 commit: Display process output as it happens. Fixes #2811

2017-12-07 Thread Ashesh Vashi
Display process output as it happens. Fixes #2811 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=804e1cf466eef9bcee1e96af7bdcae5f4888ef8c Author: Harshal Dhumal Modified Files -- web/pgadmin/misc/bgprocess/processes.py

pgAdmin 4 commit: Ensure newly added rows cannot be editted until we ha

2017-12-07 Thread Ashesh Vashi
Ensure newly added rows cannot be editted until we have key values. Fixes #RM2886 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=17eaed422c42c0913b32a38e593c9724778e22c9 Author: Murtuza Zabuawala Modified Files -- web/pg

pgAdmin 4 commit: Remove data grid icon for consistency with other menu

2017-12-07 Thread Ashesh Vashi
Remove data grid icon for consistency with other menu options. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=50d650b8ce0d9253eb53ed3f59cb55145985a8ed Author: Dave Page Modified Files -- web/pgadmin/tools/datagrid/static/

pgAdmin 4 commit: Properly set the hostname for SSL use in containers.

2017-12-07 Thread Ashesh Vashi
Properly set the hostname for SSL use in containers. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=09b68dd84b463e040c39f8b07950832c4164a6b2 Author: Dave Page Modified Files -- pkg/docker/pgadmin4.conf.j2 | 2 +- 1 file ch

pgAdmin 4 commit: Python tests don't need to have JS dependencies insta

2017-12-07 Thread Ashesh Vashi
Python tests don't need to have JS dependencies installed. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cd40cd72e1623c883a159a8ac569e5097a4b2ad4 Author: Dave Page Modified Files -- Makefile | 2 +- 1 file changed, 1 inse

pgAdmin 4 commit: Allow form validation messages to be close in case th

2017-12-07 Thread Ashesh Vashi
Allow form validation messages to be close in case the eclipse anything on the form. Fixes #2859 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b05cb9435674bdfe265e166732dad82a5db5534e Author: Khushboo Vashi Modified Files -

pgAdmin 4 commit: Fix utility output capture encoding. Fixes #2854

2017-12-07 Thread Ashesh Vashi
Fix utility output capture encoding. Fixes #2854 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=91b873b51376255438e9d6f1efb891eaebf79d85 Author: Alexander Lakhin Modified Files -- web/pgadmin/misc/bgprocess/processes.py |

pgAdmin 4 commit: Doc screenshot update

2017-12-07 Thread Ashesh Vashi
Doc screenshot update Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=90d6a7f89cbf7f7c01a754f5bfd64056619905d0 Author: Chethana Kumar Modified Files -- docs/en_US/images/add_pgadmin_user.png | Bin 38475 -> 6044

pgAdmin 4 commit: Fix a number of graphical explain rendering issues. F

2017-12-07 Thread Ashesh Vashi
Fix a number of graphical explain rendering issues. Fixes #2824. Fixes #2842. Fixes #2843. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=068cda269d9ddbd4aafcbe19bc23b426c013f422 Author: Murtuza Zabuawala Modified Files

pgAdmin 4 commit: Russian translation update.

2017-12-07 Thread Ashesh Vashi
Russian translation update. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0d6698e89cda809effdd23f829f569490b6edbe3 Author: Alexander Lakhin Modified Files -- .../translations/ru/LC_MESSAGES/messages.mo| Bin 16971

pgAdmin 4 commit: Honour whitespace properly in the data grid. Fixes #2

2017-12-07 Thread Ashesh Vashi
Honour whitespace properly in the data grid. Fixes #2880 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c3f4b096a012b25c0ecfdee3d71b4e9276a8e303 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/tools/sqleditor/stat

pgAdmin 4 commit: Focus on the filter textarea when opening filter opti

2017-12-07 Thread Ashesh Vashi
Focus on the filter textarea when opening filter options in the query tool. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=85679afc527b2ff58aa562cbadf55f74acbcb617 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/t

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

2017-12-07 Thread Ashesh Vashi
Revert "Fix a number of cases where strings were not properly marked for translation." This reverts commit 1f23838a4c2c4919499bb07f41efab7202843016 due to unintended side effects it caused - specifically, expanding Databases on the treeview displayed Servers again Branch -- WEBPACK_DEVEL2

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

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

pgAdmin 4 commit: Add license field to package.json to stop yarn bleati

2017-12-07 Thread Ashesh Vashi
Add license field to package.json to stop yarn bleating. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8ae1c2f0b56d2afc85cb7f0cace036bb0f2851f9 Author: Dave Page Modified Files -- web/package.json | 1 + 1 file changed, 1

pgAdmin 4 commit: Confirm with the user before exiting the runtime. Fix

2017-12-07 Thread Ashesh Vashi
Confirm with the user before exiting the runtime. Fixes #2443 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5241c421e1d894dbeb1ac2df402511afc8b25da3 Author: Neel Patel Modified Files -- runtime/BrowserWindow.cpp | 17 +++

pgAdmin 4 commit: Further missing translation fixes. Stats now:

2017-12-07 Thread Ashesh Vashi
Further missing translation fixes. Stats now: 1481 of 1831 messages (80%) translated in pgadmin/translations/de/LC_MESSAGES/messages.po 1694 of 1831 messages (92%) translated in pgadmin/translations/ja/LC_MESSAGES/messages.po 1748 of 1831 messages (95%) translated in pgadmin/translations/pl/LC_

pgAdmin 4 commit: Another message catalog update. Stats:

2017-12-07 Thread Ashesh Vashi
Another message catalog update. Stats: 1481 of 1750 messages (84%) translated in pgadmin/translations/de/LC_MESSAGES/messages.po 1694 of 1750 messages (96%) translated in pgadmin/translations/ja/LC_MESSAGES/messages.po 1472 of 1750 messages (84%) translated in pgadmin/translations/pl/LC_MESSAGE

pgAdmin 4 commit: Cleanup the layout of the filter data dialogue. Fixes

2017-12-07 Thread Ashesh Vashi
Cleanup the layout of the filter data dialogue. Fixes #2924 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6ff8a19eb5c343aef322d228415188707b9dbd4c Author: Murtuza Zabuawala Modified Files -- web/pgadmin/tools/datagrid/st

pgAdmin 4 commit: Doc updates for resource groups and roles.

2017-12-07 Thread Ashesh Vashi
Doc updates for resource groups and roles. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=51f2779197941f56c55f52c0e66cca33dc809b4c Author: Susan Douglas Modified Files -- docs/en_US/resource_group_dialog.rst | 15

pgAdmin 4 commit: Ensure estimated rows are included correctly in CREAT

2017-12-07 Thread Ashesh Vashi
Ensure estimated rows are included correctly in CREATE script for functions. Fixes #2651 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=27bdd8ddbc1b6c408d2bf956468160f04397c98c Author: Khushboo Vashi Modified Files -- ..

pgAdmin 4 commit: Fix check constraint regression tests.

2017-12-07 Thread Ashesh Vashi
Fix check constraint regression tests. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b0156f23ee30950ee14b5bae8bb0093bc910ceab Author: Dave Page Modified Files -- .../constraints/check_constraint/tests/test_check_constrai

pgAdmin 4 commit: Fix debugging of self-referencing functions. Fixes #2

2017-12-07 Thread Ashesh Vashi
Fix debugging of self-referencing functions. Fixes #2524 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3278dbe3e4523302882db5b00f4ef91cd8368f2b Author: Murtuza Zabuawala Modified Files -- web/pgadmin/tools/debugger/stati

pgAdmin 4 commit: Don't login the user with every request in desktop mo

2017-12-07 Thread Ashesh Vashi
Don't login the user with every request in desktop mode. Just do it once. Fixes #2922 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=048d254f539f788afa5ebe060ee02a8871b52cff Author: Harshal Dhumal Modified Files -- web/p

pgAdmin 4 commit: Fix /NOICONS switch in the windows installer. Fixes #

2017-12-07 Thread Ashesh Vashi
Fix /NOICONS switch in the windows installer. Fixes #1366 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8601a4257fc012e5acaeeedd1ec1474f402f5a7b Author: Paresh More Modified Files -- pkg/win32/installer.iss.in | 3 ++- 1

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

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

pgAdmin 4 commit: Misc fixes for the pgAgent module:

2017-12-07 Thread Ashesh Vashi
Misc fixes for the pgAgent module: 1) User was allowed to enter start date ahead of end date while scheduling a job. Fixes #2921 2) Datetime picker was not displaying in the grid (sub-node collection control). Fixes #1749 3) Fixed UI issue where validation error was not displaying properly for

pgAdmin 4 commit: Tag some translations that were not, well, tagged. Cu

2017-12-07 Thread Ashesh Vashi
Tag some translations that were not, well, tagged. Current stats: 1481 of 1777 messages (83%) translated in pgadmin/translations/de/LC_MESSAGES/messages.po 1694 of 1777 messages (95%) translated in pgadmin/translations/ja/LC_MESSAGES/messages.po 1472 of 1777 messages (82%) translated in pgadmin

pgAdmin 4 commit: Adding a command-line argument 'progress' for the 'we

2017-12-07 Thread Ashesh Vashi
Adding a command-line argument 'progress' for the 'web/webpack/build.js' script to show the progress of webpacking compilation in percentage. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dcf70b30f6ab2ecc003e7174d39ea6bd66a41b15 Modi

pgAdmin 4 commit: Allow configuration of CSV and clipboard formatting o

2017-12-07 Thread Ashesh Vashi
Allow configuration of CSV and clipboard formatting of query results. Fixes #2781 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cf888a0be54384602e3ab8076719cc3b20a43bc5 Author: Khushboo Vashi Modified Files -- docs/en_U

pgAdmin 4 commit: Prevent the Windows installer accepting paths contain

2017-12-07 Thread Ashesh Vashi
Prevent the Windows installer accepting paths containing invalid characters. Fixes #1365 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8adaee21f4357801e3279c9c0f044421b49a7d00 Author: Paresh More Modified Files -- Make-

pgAdmin 4 commit: Fix a referenced before assignment bug in connection

2017-12-07 Thread Ashesh Vashi
Fix a referenced before assignment bug in connection management. Fixes #2868 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3379719a26b303ab31d20a93373741afab968d0e Author: Harshal Dhumal Modified Files -- web/pgadmin/bro

pgAdmin 4 commit: Using 'categroy_id' instead of 'cid' in the preferenc

2017-12-07 Thread Ashesh Vashi
Using 'categroy_id' instead of 'cid' in the preferences Backbone.Model, as it is used by the Backbone.Collection to get the object by id. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f950d392b838c475f3040bb869bae9e186ddfd9e Modified

pgAdmin 4 commit: Update selenium version

2017-12-07 Thread Ashesh Vashi
Update selenium version Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=57195d3e9f2df34a2edd5a117419cba0e3399ff7 Author: Murtuza Zabuawala Modified Files -- web/regression/requirements.txt | 2 +- 1 file changed, 1 insertio

pgAdmin 4 commit: Illustrate how to set the default mail sender name.

2017-12-07 Thread Ashesh Vashi
Illustrate how to set the default mail sender name. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5952b054d8d6e265a855e80c1c62fcad0d570c69 Author: Dave Page Modified Files -- web/config.py | 4 1 file changed, 4 inse

pgAdmin 4 commit: Ensure we can download large files and keep the user

2017-12-07 Thread Ashesh Vashi
Ensure we can download large files and keep the user informed about progress. Fixes #2829. Fixes #2491. Fixes #2715 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=50e1e6c9af1d2374401e4cdca6f273f4d819b126 Author: Neel Patel Modified

pgAdmin 4 commit: Cleanup properly after running the Foreign Table test

2017-12-07 Thread Ashesh Vashi
Cleanup properly after running the Foreign Table test cases. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1774ab42481d90ab50cf8aeb4cca7eed4f777de5 Author: Navnath Gadakh Modified Files -- .../foreign_tables/tests/test_f

pgAdmin 4 commit: Prevent error messages covering the last row in a gri

2017-12-07 Thread Ashesh Vashi
Prevent error messages covering the last row in a grid. Fixes #2850 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dbf5546ad73237f9d5c962adc10a77820b274adb Author: Murtuza Zabuawala Modified Files -- web/pgadmin/static/cs

pgAdmin 4 commit: Add an option to manually count rows in tables to ren

2017-12-07 Thread Ashesh Vashi
Add an option to manually count rows in tables to render the properties. Fixes #2846 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1ca03b20c3ed6079077f13b72a5fcf4386b2e089 Author: Khushboo Vashi Modified Files -- .../se

pgAdmin 4 commit: Update Polish translation.

2017-12-07 Thread Ashesh Vashi
Update Polish translation. 1748 of 1750 messages (99%) translated in pgadmin/translations/pl/LC_MESSAGES/messages.po Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a0a685c06c4f91f97790040fec2658d1804d42d7 Author: Begina Felicysym M

pgAdmin 4 commit: Current versions of Chrome need a newer driver for se

2017-12-07 Thread Ashesh Vashi
Current versions of Chrome need a newer driver for selenium tests. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fbe6dc897e8751b98f026f5b68c066138cda34c8 Author: Dave Page Modified Files -- web/regression/requirements.tx

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

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
oing the integration testing after these changes. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.linkedin.com/in/asheshvashi>

pgAdmin 4 commit: Allow files to be opened by double clicking on them.

2018-01-03 Thread Ashesh Vashi
Allow files to be opened by double clicking on them. Fixes #2810 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0ff0f521976019b87a6b370628b1243c604ce0c8 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/misc/file_ma

pgAdmin 4 commit: Ensure password changes are successful if authenticat

2018-01-03 Thread Ashesh Vashi
Ensure password changes are successful if authenticating using a pgpass file. Fixes #2720 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=14f0f9b5cccd185191cd014058f1a47de8c34f29 Author: Murtuza Zabuawala Modified Files -

pgAdmin 4 commit: Add tab indexes for debugger controls.

2018-01-03 Thread Ashesh Vashi
Add tab indexes for debugger controls. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5e783c023bacad4a01e8401cdbe61efa544c59ef Author: Murtuza Zabuawala Modified Files -- .../tools/debugger/static/js/debugger_ui.js

pgAdmin 4 commit: Preferences dialogue help update.

2018-01-03 Thread Ashesh Vashi
Preferences dialogue help update. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5f909e0651f6e7d4be4db0d916e92e8b51f7dd0c Author: Susan Douglas Modified Files -- docs/en_US/images/preferences_browser_display.png | Bin 54

pgAdmin 4 commit: Don't try to render security URLs in desktop mode. Fi

2018-01-03 Thread Ashesh Vashi
Don't try to render security URLs in desktop mode. Fixes #2952. Fixes #2922 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=032795c0e35b52140e9cca5db36e7c6912519ca6 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/_

pgAdmin 4 commit: Prevent attempts to select directories as files in th

2018-01-03 Thread Ashesh Vashi
Prevent attempts to select directories as files in the file dialogue. Fixes #2937 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f35a2b5f44d6a2fe53081b5eede80a1c275afbfa Author: Murtuza Zabuawala Modified Files -- web/pg

<    1   2   3   4   5   6   >