pgAdmin 4 commit: Correct names for the Japanese translators:

2017-12-07 Thread Dave Page
Correct names for the Japanese translators: Junichi Tado Kosuke Kida Nozomi Anzai Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4bcec932a3b04c08efdfffc9d277363762723f60 Modified Files -- web/pgadmin/translations/ja/LC_MESSAGES/m

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=6ef88836c7aebea433db7a6163fcf1c6fbeb464f Author: Alexander Lakhin Modified Files -- web/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletio

pgAdmin 4 commit: Add optional TLS support to the docker container.

2017-12-07 Thread Ashesh Vashi
Add optional TLS support to the docker container. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cdfd9d2550f014aad8ad32f5ddc7d4baa69bce07 Author: Dave Page Modified Files -- pkg/docker/Dockerfile | 14 +++-- pkg/

pgAdmin 4 commit: _blank is the correct HTML target for anchors, not _n

2017-12-07 Thread Ashesh Vashi
_blank is the correct HTML target for anchors, not _new. Fixes #2679. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e4c170c1b333bb997f3d17e752c63d0e70f81093 Author: Neel Patel Modified Files -- web/pgadmin/dashboard/temp

pgAdmin 4 commit: Message catalog update. Current stats look like:

2017-12-07 Thread Ashesh Vashi
Message catalog update. Current stats look like: 1503 of 1756 messages (85%) translated in pgadmin/translations/de/LC_MESSAGES/messages.po 1716 of 1756 messages (97%) translated in pgadmin/translations/ja/LC_MESSAGES/messages.po 1494 of 1756 messages (85%) translated in pgadmin/translations/pl/

pgAdmin 4 commit: Update psycopg2 requirement to ensure 10.x+ features

2017-12-07 Thread Ashesh Vashi
Update psycopg2 requirement to ensure 10.x+ features work. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=72f58f74b6a80af0ca8a2bfe46edb82e5ac59f9d Author: Murtuza Zabuawala Modified Files -- requirements.txt | 2 +- 1 file

pgAdmin 4 commit: Update Russian translation.

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

pgAdmin 4 commit: Ensure auto-indent honours the spaces/tabs config set

2017-12-07 Thread Ashesh Vashi
Ensure auto-indent honours the spaces/tabs config setting. Fixes #2780 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f960628ad6c6ae498889d09a177b627bae0b2285 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/browse

pgAdmin 4 commit: Update translations

2017-12-07 Thread Ashesh Vashi
Update translations Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=61c469365ab0af256a464cf60ff0f3ce245554e0 Author: Dave Page Modified Files -- web/pgadmin/messages.pot | 12 ++-- .../tra

pgAdmin 4 commit: Update message catalogs.

2017-12-07 Thread Ashesh Vashi
Update message catalogs. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4e7f63cc912c55a4634083861d8773db828ba8a7 Author: Dave Page Modified Files -- web/pgadmin/messages.pot | 640 ---

pgAdmin 4 commit: Ensure HTMLMIN is only used with Python 2.7+

2017-12-07 Thread Ashesh Vashi
Ensure HTMLMIN is only used with Python 2.7+ Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=988d8e6f7856f4b21154d353d5fef961a6fd4d5c Author: Khushboo Vashi Modified Files -- requirements.txt| 2 +- web/pgadmin/__in

pgAdmin 4 commit: Fix various issues that could cause an exception on s

2017-12-07 Thread Ashesh Vashi
Fix various issues that could cause an exception on startup. Fixes #2713 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c036fb581b2db717eab136ff88930fe335cd18aa Author: Harshal Dhumal Modified Files -- web/pgadmin/browser

pgAdmin 4 commit: Fix name of 'check-constraints' to follow the usual s

2017-12-07 Thread Ashesh Vashi
Fix name of 'check-constraints' to follow the usual singular convention. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=57aab86228138ed7072ee4b035b4a7a245dfdbc5 Author: Murtuza Zabuawala Modified Files -- .../constraints/

pgAdmin 4 commit: Use HTTPS for accessing help docs.

2017-12-07 Thread Ashesh Vashi
Use HTTPS for accessing help docs. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f6fc7614d48594184fd8fac34bb36ea8dd447c5f Author: Murtuza Zabuawala Modified Files -- web/pgadmin/help/__init__.py | 4 ++-- 1 file changed,

pgAdmin 4 commit: Fix a yarn warning: "warning From Yarn 1.0 onwards, s

2017-12-07 Thread Ashesh Vashi
Fix a yarn warning: "warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts." Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;

pgAdmin 4 commit: Add a target for building PDF docs.

2017-12-07 Thread Ashesh Vashi
Add a target for building PDF docs. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4f83240ec381b5083a6cbe7191719c65d942c664 Author: Dave Page Modified Files -- Makefile | 3 +++ 1 file changed, 3 insertions(+)

pgAdmin 4 commit: Attempt to decode database errors based on lc_message

2017-12-07 Thread Ashesh Vashi
Attempt to decode database errors based on lc_messages. Fixes #2806. Fixes #2821 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9501cec166b7338bda5f2d9bbce64c2575a8a22f Author: Murtuza Zabuawala Modified Files -- web/pgad

pgAdmin 4 commit: When selecting an SSL cert or key, update only the ex

2017-12-07 Thread Ashesh Vashi
When selecting an SSL cert or key, update only the expected path in the UI, not all of them. Fixes #2760. Fixes #2867 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e8916fce0359c94046056eec7a199aa312ed9491 Author: Harshal Dhumal Mod

pgAdmin 4 commit: Ensure we don't show the full path on the server when

2017-12-07 Thread Ashesh Vashi
Ensure we don't show the full path on the server when using virtual filesystem roots in server mode for SSL certs. Fixes #2866 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ecfba8201ebdcc7fddfe576f86e4f10bce39e353 Author: Murtuza Zab

pgAdmin 4 commit: Various string improvements and fixes.

2017-12-07 Thread Ashesh Vashi
Various string improvements and fixes. Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cbd3525ec6954f0940c5f161cc89ac940bf85743 Author: Alexander Lakhin Modified Files -- .../databases/foreign_data_wrappers/__init__.py

pgAdmin 4 commit: Make the "Save Changes" prompts in the query tool opt

2017-12-07 Thread Ashesh Vashi
Make the "Save Changes" prompts in the query tool optional. Fixes #2845 Branch -- WEBPACK_DEVEL2 Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b12e140aee3075abedac993af352e46c7eac4ef7 Author: Harshal Dhumal Modified Files -- web/pgadmin/tools/da

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

  1   2   >