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

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

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

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

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

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

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

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

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

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

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

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