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 file changed, 4 insertions(+), 5 deletions(-)



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 changed, 2 insertions(+), 2 deletions(-)



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
--
Make-MinGW.bat   |  1 -
Make.bat |  1 -
docs/en_US/server_deployment.rst | 13 -
3 files changed, 12 insertions(+), 3 deletions(-)



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=commitdiff;h=9450b71225f53263054f7d0b07e6c9d69ac0ecb4
Author: Dave Page 

Modified Files
--
web/pgadmin/tools/sqleditor/__init__.py | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)



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/static/js/datagrid.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



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/psycopg2/__init__.py  | 93 ++
.../javascript/history/query_history_spec.jsx  | 39 +
2 files changed, 99 insertions(+), 33 deletions(-)



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/gitweb?p=pgadmin4.git;a=commitdiff;h=d0bd249d7733ae7026384e4b512201f878b7dca3

Modified Files
--
web/pgadmin/about/__init__.py  | 18 -
web/pgadmin/about/static/js/about.js   | 30 --
.../servers/databases/static/js/database.js|  6 ++---
web/pgadmin/browser/templates/browser/index.html   | 10 +---
web/pgadmin/browser/templates/browser/js/utils.js  |  5 ++--
web/pgadmin/dashboard/__init__.py  |  3 ---
web/pgadmin/misc/file_manager/__init__.py  |  5 
web/pgadmin/preferences/__init__.py| 13 --
web/pgadmin/preferences/static/js/preferences.js   | 21 ++-
web/pgadmin/settings/__init__.py   | 18 +++--
web/pgadmin/settings/static/js/settings.js | 21 ++-
web/webpack/bundles/tools_nodes.js |  2 +-
web/webpack/modules/core.js|  2 ++
13 files changed, 69 insertions(+), 85 deletions(-)



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/wizard.css|  2 +-
web/pgadmin/browser/static/js/wizard.js  | 12 ++--
web/pgadmin/tools/grant_wizard/static/js/grant_wizard.js |  6 --
3 files changed, 15 insertions(+), 5 deletions(-)



Re: v2.0 RC2 test builds

2017-09-21 Thread Fahar Abbas
Hi Dave,

I have finished one round of testing on *RC2* community build and no issue
found.

--
*RM Resolved *
--
https://redmine.postgresql.org/issues/2708
https://redmine.postgresql.org/issues/2692
https://redmine.postgresql.org/issues/2700
https://redmine.postgresql.org/issues/2698
https://redmine.postgresql.org/issues/2707
https://redmine.postgresql.org/issues/2693
https://redmine.postgresql.org/issues/2691
https://redmine.postgresql.org/issues/2713
https://redmine.postgresql.org/issues/2660
https://redmine.postgresql.org/issues/2709
https://redmine.postgresql.org/issues/2671

Regards,


On Mon, Sep 18, 2017 at 9:12 PM, Dave Page  wrote:

> I've put v2.0-rc2 test builds at https://developer.pgadmin.
> org/~dpage/2.0-rc2/ for anyone who needs them. Please report any
> show-stopper issues ASAP!
>
> Devrim; these includes the WSGI fix needed for the problem I ran into when
> testing the RPMs in web mode.
>
> Thanks.
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>



-- 
Fahar Abbas
QMG
EnterpriseDB Corporation
Phone Office: +92-51-835-8874
Phone Direct: +92-51-8466803
Mobile: +92-333-5409707
Skype ID: syed.fahar.abbas
Website: www.enterprisedb.com


Re: v2.0 RC2 test builds

2017-09-21 Thread Dave Page
Awesome, thanks!

On Thu, Sep 21, 2017 at 2:58 PM, Fahar Abbas 
wrote:

> Hi Dave,
>
> I have finished one round of testing on *RC2* community build and no
> issue found.
>
> --
> *RM Resolved *
> --
> https://redmine.postgresql.org/issues/2708
> https://redmine.postgresql.org/issues/2692
> https://redmine.postgresql.org/issues/2700
> https://redmine.postgresql.org/issues/2698
> https://redmine.postgresql.org/issues/2707
> https://redmine.postgresql.org/issues/2693
> https://redmine.postgresql.org/issues/2691
> https://redmine.postgresql.org/issues/2713
> https://redmine.postgresql.org/issues/2660
> https://redmine.postgresql.org/issues/2709
> https://redmine.postgresql.org/issues/2671
>
> Regards,
>
>
> On Mon, Sep 18, 2017 at 9:12 PM, Dave Page  wrote:
>
>> I've put v2.0-rc2 test builds at https://developer.pgadmin.o
>> rg/~dpage/2.0-rc2/ for anyone who needs them. Please report any
>> show-stopper issues ASAP!
>>
>> Devrim; these includes the WSGI fix needed for the problem I ran into
>> when testing the RPMs in web mode.
>>
>> Thanks.
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>
>
>
> --
> Fahar Abbas
> QMG
> EnterpriseDB Corporation
> Phone Office: +92-51-835-8874
> Phone Direct: +92-51-8466803 <+92%2051%208466803>
> Mobile: +92-333-5409707 <+92%20333%205409707>
> Skype ID: syed.fahar.abbas
> Website: www.enterprisedb.com
>



-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

2017-09-21 Thread Dave Page
Add the ability to build a basic Docker container.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bcba59640834b48b95c96d0e90f8c5788ae12709

Modified Files
--
.gitignore   |  1 +
Makefile |  8 +++-
pkg/docker/Dockerfile| 48 
pkg/docker/build.sh  | 98 
pkg/docker/entry.sh  | 15 
pkg/docker/pgadmin4.conf | 22 +++
6 files changed, 191 insertions(+), 1 deletion(-)



Re: v2.0-rc1 not starting, runtime not building

2017-09-21 Thread Surinder Kumar
Please send email to pgadmin-hackers mailing list not personally

On Sep 21, 2017 9:38 PM, "Willy-Bas Loos"  wrote:

Hi,

I've tried your instructions but no success.
I added a full log of my actions.
Only i couldn't find the package opengl-dev
Could it be named libqt5opengl5-dev:amd64 ? If so then it is installed.

It would be great if we can get the runtime working.
please see the attached log.

cheers,

Willy-Bas


On Fri, Sep 15, 2017 at 6:11 PM, Willy-Bas Loos  wrote:

>
>
> On Fri, Sep 15, 2017 at 4:19 PM, Surinder Kumar <
> surinder.ku...@enterprisedb.com> wrote:
>
>>
>> From the logs you sent, It seems there is some issue in Qt setup.
>>
>
> It's a fresh install especially for this pupose.
> The installation was a no brainer with a gui, just fill in the path and
> next, next. No errors.
>
>
>> Here is the step by step instructions
>>  I
>> had documented to setup pgAdmin4 in desktop mode on Ubuntu.
>>
>
> That looks good, i'll try it and let you know.
> thanks!
>
> You also need to setup virtual environment as well.
>>
>> I did.
>
>
> --
> Willy-Bas Loos
>



-- 
Willy-Bas Loos


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/vendor.js | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)



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_stylesheets'.

Branch
--
WEBPACK_DEVEL

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=db98b85b66e12189dfecf2ad3990425dfe7a92b7

Modified Files
--
web/pgadmin/__init__.py  | 34 +---
web/pgadmin/browser/__init__.py  |  3 ++-
web/pgadmin/browser/templates/browser/index.html |  7 +
web/pgadmin/tools/__init__.py|  4 +--
web/pgadmin/utils/__init__.py| 31 ++---
5 files changed, 68 insertions(+), 11 deletions(-)