pgAdmin 4 commit: Support Flask-Security 3.0

2017-09-18 Thread Ashesh Vashi
Support Flask-Security 3.0 Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4853f25c1433196c3c99925429754083c17941ed Author: Harshal Dhumal Modified Files -- web/pgadmin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 d

pgAdmin 4 commit: Fix tablespace move prompt message. Fixes #2708

2017-09-18 Thread Ashesh Vashi
Fix tablespace move prompt message. Fixes #2708 Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=28f97f957f0062245cb462d0c042217d34ddb734 Author: Murtuza Zabuawala Modified Files -- .../browser/server_groups/servers/tablespa

pgAdmin 4 commit: Fix error message regexp in the query tool that could

2017-09-18 Thread Ashesh Vashi
Fix error message regexp in the query tool that could fail in some cases. Fixes #2700 Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5cc068f2bf6d0cf5f5aec1a18f8eed6b44145ea7 Author: Murtuza Zabuawala Modified Files -- ...

Re: Postgres 9.6 Logical and Fisical replication

2017-09-19 Thread Ashesh Vashi
Hi, This is a pgAdmin specific mailing list. Please send your mail to pgsql-gene...@postgresql.org. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <http://www.enterprisedb.com> *http://www.linkedin.com/in/asheshvashi* <http://www.li

pgAdmin 4 commit: Resolve the correct path when building the webpack mo

2017-09-19 Thread Ashesh Vashi
Resolve the correct path when building the webpack module from a particular path. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=738575abad39e36ea384634837b75a2130e88b71 Modified Files -- web/webpack/utils.js | 2 +- 1 file

pgAdmin 4 commit: Use the correct lexer in the Apache/Windows docs.

2017-09-21 Thread Ashesh Vashi
Use the correct lexer in the Apache/Windows docs. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dcd1cd9a629b05079db71989887d337c7e051349 Author: Dave Page Modified Files -- docs/en_US/server_deployment.rst | 9 - 1

pgAdmin 4 commit: Fix font on alertify dialogues

2017-09-21 Thread Ashesh Vashi
Fix font on alertify dialogues Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a58cfafe169f3411efe5e2827c75b8519afc26c3 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/static/css/pgadmin.style.css | 4 ++-- 1 file ch

pgAdmin 4 commit: Clarify how virtual envs can be used in WSGI mode, an

2017-09-21 Thread Ashesh Vashi
Clarify how virtual envs can be used in WSGI mode, and ensure we ship the required bits on Windows. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a4e987d3316f3e06ee3a7772b001589bc6bb43e4 Author: Surinder Kumar Modified Files ---

pgAdmin 4 commit: Fix an issue where we were executing SELECT statement

2017-09-21 Thread Ashesh Vashi
Fix an issue where we were executing SELECT statements in transactions in query tool which probably is not required because SELECT statements are already protected from dirty reads. Fixes #2683 Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commit

pgAdmin 4 commit: Filtered Rows dialog not opened from the context menu

2017-09-21 Thread Ashesh Vashi
Filtered Rows dialog not opened from the context menu. Fixes #2699 Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0e6ed8ef3112467c8925e989fee809acb914f512 Author: Akshay Joshi Modified Files -- web/pgadmin/tools/datagrid/s

pgAdmin 4 commit: Improve display of error messages in the query tool.

2017-09-21 Thread Ashesh Vashi
Improve display of error messages in the query tool. Fixes #2700 Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=98025bf67bca2cc363f5bccef2e32a11bb7c8d17 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/utils/driver/

pgAdmin 4 commit: Resolved some of the issue due to menu generation fro

2017-09-21 Thread Ashesh Vashi
Resolved some of the issue due to menu generation from python code. As modules are loaded later, module object can not be referred from the python code. Hence - moving some of the menu generation at javascript module level. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/g

pgAdmin 4 commit: Fix validation message styling on thegrant wizard. Fi

2017-09-21 Thread Ashesh Vashi
Fix validation message styling on thegrant wizard. Fixes #2673 Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=50f6103e15402560dea277c9b5ab98a1a2602a30 Author: Akshay Joshi Modified Files -- web/pgadmin/browser/static/css/w

pgAdmin 4 commit: 'jquery.acitree.utils.js' is required to work the aci

2017-09-21 Thread Ashesh Vashi
'jquery.acitree.utils.js' is required to work the aciTreeSortable plugin with jquery.acitree Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8a941c505a3a21a6cfdb0f20d0d7aadbc9aa371a Modified Files -- web/webpack/modules/vend

pgAdmin 4 commit: Allow to load the stylesheets of addons at runtime.

2017-09-21 Thread Ashesh Vashi
Allow to load the stylesheets of addons at runtime. - Introduced a PgAdminModule method 'get_addon_stylesheets' to get the list of addons exposed by any addons for a particular module. - Renamed the 'get_javascript_entries' method to 'get_addon_javascripts' to match the name with 'get_addon_st

pgAdmin 4 commit: Upgraded the font-mfizz to latest version (v:2.4.1) t

2017-09-26 Thread Ashesh Vashi
Upgraded the font-mfizz to latest version (v:2.4.1) to resolve an issue, about showing the PostgreSQL logo in italic in runtime on windows. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cc10a4ee54a7369e8130aff5d3c50115227c7f77 Modified Files

pgAdmin 4 commit: Using the correct path for the font-mfizz stylesheet.

2017-09-28 Thread Ashesh Vashi
Using the correct path for the font-mfizz stylesheet. Reported by: Neel Patel Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bcce574e83be628690e0bd37d152f545edfe5b89 Author: Surinder Kumar Modified Files -- web/pgadmin/static/cs

Re: [pgAdmin4][Patch]: Fix the path to font-mfizz library in style.css

2017-09-28 Thread Ashesh Vashi
Thanks - committed! -- 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> On Thu, Sep 28, 2017 at 10:39 PM, Surinder Kum

pgAdmin 4 commit: Resolved the logo issue.

2017-09-28 Thread Ashesh Vashi
Resolved the logo issue. For some unknown reason, font-mfizz was showing the slonik icon in italic. Even after upgrading it to the latest version of font-mfizz, the problem was not resolved. So - instead of using the vector font, using the PostgreSQL SVG logo as the application icon, and document

pgAdmin 4 commit: Remove the reference of font-mfizz completely.

2017-09-28 Thread Ashesh Vashi
Remove the reference of font-mfizz completely. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0d754fc39f8f08d7c89ec6e59c0cae6e7b701f57 Modified Files -- web/pgadmin/static/css/style.css | 1 - 1 file changed, 1 deletion(-)

pgAdmin 4 commit: Allow to terminate a session from the server, and dat

2017-09-29 Thread Ashesh Vashi
Allow to terminate a session from the server, and database dashboard. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2b648341799f80f7761feb66790da72825e4aaac Modified Files -- web/pgadmin/dashboard/__init__.py | 26 +

pgAdmin 4 commit: Do not show the terminate session icon in red as per

2017-09-29 Thread Ashesh Vashi
Do not show the terminate session icon in red as per Dave Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4b2b08174c329f859e8d16af098cbd60e1921f7d Modified Files -- web/pgadmin/dashboard/static/css/dashboard.css | 1 - 1 file change

pgAdmin 4 commit: Changed the wording for 'Terminated session successfu

2017-09-29 Thread Ashesh Vashi
Changed the wording for 'Terminated session successfully' Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5860de838aef183cc0558875131d95dd39b23bb1 Modified Files -- web/pgadmin/dashboard/static/js/dashboard.js | 2 +- 1 file changed

pgAdmin 4 commit: Allow to terminate a session from the server, and dat

2017-09-30 Thread Ashesh Vashi
Allow to terminate a session from the server, and database dashboard. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=10e550572879e4ac5687d20a9dd34b672ddcee2e Modified Files -- web/pgadmin/dashboard/__init__.py

pgAdmin 4 commit: Add missing issue, per Harshal.

2017-09-30 Thread Ashesh Vashi
Add missing issue, per Harshal. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2d729a5cf447003bcf6150bcb378fcdcd891594f Author: Dave Page Modified Files -- docs/en_US/release_notes_2_0.rst | 1 + 1 file changed, 1 insertion

pgAdmin 4 commit: Resolved the logo issue.

2017-09-30 Thread Ashesh Vashi
Resolved the logo issue. For some unknown reason, font-mfizz was showing the slonik icon in italic. Even after upgrading it to the latest version of font-mfizz, the problem was not resolved. So - instead of using the vector font, using the PostgreSQL SVG logo as the application icon, and document

pgAdmin 4 commit: Add the ability to build a basic Docker container.

2017-09-30 Thread Ashesh Vashi
Add the ability to build a basic Docker container. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d99841cbe01e20cdd1c32bb6cb78c11d3681a676 Author: Dave Page Modified Files -- .gitignore | 1 + Makefile

pgAdmin 4 commit: Dead code cleanup.

2017-09-30 Thread Ashesh Vashi
Dead code cleanup. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7f0c7c2d8aa21c09ad6ddbdd1a892e0aaef9055f Author: Dave Page Modified Files -- web/migrations/versions/09d53fca90c7_.py | 7 +++ web/migrations/versions/3

pgAdmin 4 commit: Clarify how virtual envs can be used in WSGI mode, an

2017-09-30 Thread Ashesh Vashi
Clarify how virtual envs can be used in WSGI mode, and ensure we ship the required bits on Windows. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=67e34f9546912862e04341f0acf5d2a9f43b2694 Author: Surinder Kumar Modified Files ---

pgAdmin 4 commit: Improve icon alignment.

2017-09-30 Thread Ashesh Vashi
Improve icon alignment. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=41ea77c2d88d2142f52bf95a9b878252006b4b63 Author: Chethana Kumar Modified Files -- .../servers/databases/casts/static/img/cast.svg | 2 +- ..

pgAdmin 4 commit: Upgraded the font-mfizz to latest version (v:2.4.1) t

2017-09-30 Thread Ashesh Vashi
Upgraded the font-mfizz to latest version (v:2.4.1) to resolve an issue, about showing the PostgreSQL logo in italic in runtime on windows. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d83205100029b5df325e43d71757acff11b5807a Modifie

pgAdmin 4 commit: Use the correct lexer in the Apache/Windows docs.

2017-09-30 Thread Ashesh Vashi
Use the correct lexer in the Apache/Windows docs. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c0964c203886e50da4b3dff0996e1e228942084f Author: Dave Page Modified Files -- docs/en_US/server_deployment.rst | 9 - 1

pgAdmin 4 commit: Do not show the terminate session icon in red as per

2017-09-30 Thread Ashesh Vashi
Do not show the terminate session icon in red as per Dave Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e3700737d9e9b09f5886a1cc8176f7d75a3dbb7b Modified Files -- web/pgadmin/dashboard/static/css/dashboard.css | 1 - 1 file

pgAdmin 4 commit: Allow selection of SSL certificates and pgpass files

2017-09-30 Thread Ashesh Vashi
Allow selection of SSL certificates and pgpass files in connection properties. Fixes #2649. Fixes #2650 Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=83ca7eb453a459b8cd4ff966034752d8c96acf51 Author: Murtuza Zabuawala Modified Files

pgAdmin 4 commit: Ensure using an alternate role to connect to a databa

2017-09-30 Thread Ashesh Vashi
Ensure using an alternate role to connect to a database doesn't cause an error when checking recovery state. Fixes #2742 Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a44428266e1ce165a305c51cdf0df1f47e1a18ed Author: Akshay Joshi Mod

pgAdmin 4 commit: Update release notes.

2017-09-30 Thread Ashesh Vashi
Update release notes. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9e33a18b3aea0cb6c09bcc69ebeff691282a562e Author: Dave Page Modified Files -- docs/en_US/release_notes_2_0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2

pgAdmin 4 commit: Update release notes.

2017-09-30 Thread Ashesh Vashi
Update release notes. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a7466e925a843fbda2aa7f17f1989dd2ff87b233 Author: Dave Page Modified Files -- docs/en_US/release_notes_2_0.rst | 13 - 1 file changed, 12 inser

pgAdmin 4 commit: Update message catalogs.

2017-09-30 Thread Ashesh Vashi
Update message catalogs. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8dd9e28c8c4f979ec0a2c049da1353a9e29e2f12 Author: Dave Page Modified Files -- web/pgadmin/messages.pot | 8037 +--

pgAdmin 4 commit: Changed the wording for 'Terminated session successfu

2017-09-30 Thread Ashesh Vashi
Changed the wording for 'Terminated session successfully' Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bacc3d4f6999a9287aa7853061edfcaa2d957ecd Modified Files -- web/pgadmin/dashboard/static/js/dashboard.js | 2 +- 1 file

pgAdmin 4 commit: Allow to use 'console.error', and 'console.warn' even

2017-10-04 Thread Ashesh Vashi
Allow to use 'console.error', and 'console.warn' even in production code for better error reporting. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d2be8c40716d159898db51870105ed3e255c1bcc Modified Files -- web/.eslintrc.js

pgAdmin 4 commit: Fixing the on the javascript files - 'web/pgadmin/sta

2017-10-04 Thread Ashesh Vashi
Fixing the on the javascript files - 'web/pgadmin/static/js/*.js' for the errors reported by the eslint. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=845d08ad7f2e29db141ebab9abcf7f0dae3e48e8 Modified Files -- web/pgadmin/

pgAdmin 4 commit: Fixed some of the issue introduced in previous commit

2017-10-05 Thread Ashesh Vashi
Fixed some of the issue introduced in previous commits Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fd79a9e26a68ab9ded3802f63039d355e59779c8 Modified Files -- web/pgadmin/static/js/backform.pgadmin.js | 1 + web/webpack/mo

pgAdmin 4 commit: Allow the ADD-ON to specify the external javascript m

2017-10-05 Thread Ashesh Vashi
Allow the ADD-ON to specify the external javascript modules, which would be referred by its webpack module later. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=07093b0b84f9527ccd71e3cbfc16dbe91f822a1c Modified Files -- web

pgAdmin 4 commit: Running eslint on all the static javascripts, and fix

2017-10-09 Thread Ashesh Vashi
Running eslint on all the static javascripts, and fixed the issues found during that. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6fdddaceb34bbccd2c19640845ba07b80a10d662 Modified Files -- web/pgadmin/about/static/js/abo

pgAdmin 4 commit: Use the correct lexer in the Apache/Windows docs.

2017-10-09 Thread Ashesh Vashi
Use the correct lexer in the Apache/Windows docs. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ad1061c344b2fe095ec03634b4f0586a6e2cf286 Author: Dave Page Modified Files -- docs/en_US/server_deployment.rst | 9 - 1

pgAdmin 4 commit: Add missing date.

2017-10-09 Thread Ashesh Vashi
Add missing date. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f86f7304483bfea3ba02cc6986b24c58400e78ad Author: Dave Page Modified Files -- docs/en_US/release_notes_2_0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deleti

pgAdmin 4 commit: Fixed merging issue with the dashboard javascript

2017-10-09 Thread Ashesh Vashi
Fixed merging issue with the dashboard javascript Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=94f8e0b1b358d6d839f30eaf112b88047f627fbd Modified Files -- web/pgadmin/dashboard/static/js/dashboard.js | 864 +---

pgAdmin 4 commit: Clarify how virtual envs can be used in WSGI mode, an

2017-10-09 Thread Ashesh Vashi
Clarify how virtual envs can be used in WSGI mode, and ensure we ship the required bits on Windows. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=763e161b584d60d3ce8d691c3c001f3b637cac76 Author: Surinder Kumar Modified Files ---

pgAdmin 4 commit: Fix disable trigger menu option. Fixes #2707

2017-10-09 Thread Ashesh Vashi
Fix disable trigger menu option. Fixes #2707 Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=740a2ab0a51b3f4edaeaa548e8f58a813dd91311 Author: Murtuza Zabuawala Modified Files -- .../servers/databases/schemas/tables/triggers

pgAdmin 4 commit: Remove the reference of font-mfizz completely.

2017-10-09 Thread Ashesh Vashi
Remove the reference of font-mfizz completely. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5148878204d576b490bddce80cb941f691bd9e08 Modified Files -- web/pgadmin/static/css/style.css | 1 - 1 file changed, 1 deletion(-)

pgAdmin 4 commit: Allow to terminate a session from the server, and dat

2017-10-09 Thread Ashesh Vashi
Allow to terminate a session from the server, and database dashboard. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e61476542da679bfdd914bb9719c9316b7f55b19 Modified Files -- web/pgadmin/dashboard/static/js/dashboard.js |

pgAdmin 4 commit: Support React v15.5 and later where the code fails to

2017-10-09 Thread Ashesh Vashi
Support React v15.5 and later where the code fails to run because React's PropTypes is no more part of React Module. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0c109dbbb669a58e4e9a8dbf56bccb25e78b1c42 Author: Surinder Kumar Modif

pgAdmin 4 commit: Bump version number for release.

2017-10-09 Thread Ashesh Vashi
Bump version number for release. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0e3b9905801689864ab55dadbddef1d764d80949 Author: Dave Page Modified Files -- web/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletio

pgAdmin 4 commit: Using the correct path for the font-mfizz stylesheet.

2017-10-09 Thread Ashesh Vashi
Using the correct path for the font-mfizz stylesheet. Reported by: Neel Patel Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cd459e1ed618175e5bf8953b49b1eb63d1a01215 Author: Surinder Kumar Modified Files -- web/pgadmin/st

pgAdmin 4 commit: Resolved the logo issue.

2017-10-09 Thread Ashesh Vashi
Resolved the logo issue. For some unknown reason, font-mfizz was showing the slonik icon in italic. Even after upgrading it to the latest version of font-mfizz, the problem was not resolved. So - instead of using the vector font, using the PostgreSQL SVG logo as the application icon, and document

pgAdmin 4 commit: Refactor to remove duplicate code for the cancel/term

2017-10-09 Thread Ashesh Vashi
Refactor to remove duplicate code for the cancel/terminate buttons in the dashboard. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=99b2f422ebb54b3299910c1388bf4d4487b410bd Author: Murtuza Zabuawala Modified Files -- web/

pgAdmin 4 commit: Changed the wording for 'Terminated session successfu

2017-10-09 Thread Ashesh Vashi
Changed the wording for 'Terminated session successfully' Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=afcfe44f2e9f9fb7d3a635db8fa486ae0d819c42 Modified Files -- web/pgadmin/dashboard/static/js/dashboard.js | 2 +- 1 file

pgAdmin 4 commit: Upgraded the font-mfizz to latest version (v:2.4.1) t

2017-10-09 Thread Ashesh Vashi
Upgraded the font-mfizz to latest version (v:2.4.1) to resolve an issue, about showing the PostgreSQL logo in italic in runtime on windows. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e9433718a590ef235672ceb3030b8a7568b85ad9 Modifie

pgAdmin 4 commit: Resolved misc issues introduced during the previous c

2017-10-09 Thread Ashesh Vashi
Resolved misc issues introduced during the previous commit, and merging. Also, fixed the jasmine test framework as per previous commits. Branch -- WEBPACK_DEVEL Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=42d6d9616d651cfbb92a959143503df00d5c67c5 Modified

Re: [pgAgent][Patch] Fixing connection pool leak

2017-10-22 Thread Ashesh Vashi
Hi Rob, How about this? -- 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> On Sat, Oct 21, 2017 at 8:36 PM, Rob Eme

Re: pgadmin4 l10n issues

2017-10-22 Thread Ashesh Vashi
Hi Dave/Alexander, On Thu, Oct 19, 2017 at 6:43 PM, Dave Page wrote: > Akshay, can you review/commit this, and look into why the remaining > strings Alexander notes are not getting translated please? > Did you forget to attach the patch? -- Thanks & Regards, Ashesh Vashi Enter

pgAdmin 4 commit: Allow to send error, and warning on console from the

2017-10-24 Thread Ashesh Vashi
Allow to send error, and warning on console from the javascript modules. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8adf005ef8e7b181e303221bc36dc2206e69e8b5 Modified Files -- web/.eslintrc.js | 5 +++-- 1 file changed, 3 insert

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

2017-10-24 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 -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c53c6d2f485932845d7f345ac0334cf61640c297 Modified Files -

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

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

Re: pgadmin4 l10n issues

2017-10-24 Thread Ashesh Vashi
On Tue, Oct 24, 2017 at 6:08 PM, Alexander Lakhin wrote: > Hi Ashesh, > > 23.10.2017 08:21, Ashesh Vashi wrote: > > Hi Dave/Alexander, > > On Thu, Oct 19, 2017 at 6:43 PM, Dave Page wrote: > >> Akshay, can you review/commit this, and look into why the remaining

Re: [pgAgent][Patch] Fixing connection pool leak

2017-10-24 Thread Ashesh Vashi
;> delete job; >>> job = NULL; >>> } >>> >>> I have created two instances of pgagent on database cluster. As of now >>> not able to see any leak and keep you updated if found anything. >>> >>> @Robert - Can you also test a

pgAgent commit: When multiple instances of pgAgent are running on the s

2017-10-24 Thread Ashesh Vashi
When multiple instances of pgAgent are running on the same schema, only one of the instance can pick up the job to run. Hence - rest of the instances will never run the job. Hence - the job-thread does not release the job object. And, end up leaking the memory. Releasing the job object from the d

Re: [pgAgent][Patch] Fixing connection pool leak

2017-10-24 Thread Ashesh Vashi
On Tue, Oct 24, 2017 at 8:30 PM, Ashesh Vashi wrote: > On Tue, Oct 24, 2017 at 8:21 PM, Robert Emery > wrote: > >> Hello again, >> >> I can't see any other way of solving this problem without either exposing >> a method on JobThread to delete the Job own

Re: pgadmin4 l10n issues

2017-10-24 Thread Ashesh Vashi
On Tue, Oct 24, 2017 at 8:35 PM, Alexander Lakhin wrote: > 24.10.2017 17:17, Ashesh Vashi wrote: > > On Tue, Oct 24, 2017 at 6:08 PM, Alexander Lakhin > wrote: > >> Hi Ashesh, >> >> 23.10.2017 08:21, Ashesh Vashi wrote: >> >> Hi Dave/Alexander, >

Re: [pgAgent][Patch] Fixing connection pool leak

2017-10-24 Thread Ashesh Vashi
On Tue, Oct 24, 2017 at 8:59 PM, Rob Emery wrote: > Awesome thanks. > > What's the release schedule like for pgagent? > I have no idea. That can be answered by Dave only. Dave? -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company <htt

Re: pgadmin4 l10n issues

2017-10-25 Thread Ashesh Vashi
On Tue, Oct 24, 2017 at 9:11 PM, Alexander Lakhin wrote: > 24.10.2017 18:11, Ashesh Vashi wrote: > > Looks like - I missed to logout, and test. > > Please find the updated patch. > > Now the error is gone but I get no right locale. > The issue is with Desktop mode (see &

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

2017-10-30 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

Re: pgadmin4 l10n issues

2017-10-30 Thread Ashesh Vashi
On Fri, Oct 27, 2017 at 6:45 PM, Alexander Lakhin wrote: > 25.10.2017 14:52, Ashesh Vashi wrote: > > On Tue, Oct 24, 2017 at 9:11 PM, Alexander Lakhin > wrote: > >> 24.10.2017 18:11, Ashesh Vashi wrote: >> >> Looks like - I missed to logout, and test. &g

Re: Fixes for pgAdmin4 messages

2017-11-03 Thread Ashesh Vashi
Looks like - the patch has introduced syntax error in database.js. On Nov 3, 2017 22:19, "Dave Page" wrote: > Hi > > Unfortunately I've had to revert this. It was causing the treeview to > render incorrectly (see the attached screenshot). > > Can you take a look please? I've CC'd Ashesh as he kn

Re: [pgAdmin4][Patch]: Allow user to choose background colour for server

2017-11-14 Thread Ashesh Vashi
we should allow to select text color too for better readability. Dave - thoughts? -- Thanks & Regards, Ashesh Vashi On Wed, Nov 15, 2017 at 10:33 AM, Murtuza Zabuawala < > murtuza.zabuaw...@enterprisedb.com> wrote: > >> Hi, >> >> Please hold on this patch, As

Re: [pgAdmin4][Patch]: Allow user to choose background colour for server

2017-11-15 Thread Ashesh Vashi
On Wed, Nov 15, 2017 at 2:28 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > On Wed, Nov 15, 2017 at 1:20 PM, Ashesh Vashi < > ashesh.va...@enterprisedb.com> wrote: > >> Hi Murtuza, >> >> On Wed, Nov 15, 2017 at 12:58 PM

Re: [pgAdmin4][Patch]: To fix issues in Boolean editor

2017-11-21 Thread Ashesh Vashi
On Wed, Nov 22, 2017 at 11:00 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > ​Hi Dave, > > On Tue, Nov 21, 2017 at 10:53 PM, Dave Page wrote: > >> Hi >> >> On Tue, Nov 21, 2017 at 1:17 PM, Murtuza Zabuawala < >> murtuza.zabuaw...@enterprisedb.com> wrote: >> >>> Hi Dave, >>>

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

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: 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

<    1   2   3   4   5   6   >