Build failed in Jenkins: pgadmin4-master-python27-feature #7

2017-06-25 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Increase the default size of the Grant Wizard to enable it to properly [Dave Page] Consolidate selection colors in the drop down menu and browser tree to [Dave Page] Ve

[pgAdmin4][Patch]: Feature #2506 - Allow the dashboard panel to be closed

2017-06-25 Thread Khushboo Vashi
Hi, Please find the attached patch for the feature #2506: Allow the dashboard panel to be closed. Thanks, Khushboo diff --git a/web/pgadmin/browser/static/js/panel.js b/web/pgadmin/browser/static/js/panel.js index 71d2c68..bfa2e32 100644 --- a/web/pgadmin/browser/static/js/panel.js +++ b/web/pgad

[pgAdmin4][Patch]: Using client-side 'url_for' implementation in the datagrid module

2017-06-25 Thread Surinder Kumar
Hi Changes: 1. Replace Jinja {{ url_for }} with js 'url_for' 2. While minifying JS using webpack, the code to open QueryToolPanel and DatagridPanel wasn't working. This is fixed. Please find attached patch. Thanks, Surinder Kumar url_for_datagrid.patch Description: Binary data

[pgAdmin4][Patch]: Using client-side 'url_for' implementation in Sqleditor module

2017-06-25 Thread Surinder Kumar
Hi Changes: 1. Replace Jinja {{ url_for }} with js 'url_for' 2. While minifying JS using webpack, I got couple of errors(variables undefined) in browser for generated sqleditor.js, so declared those variables before using them. Please find attached patch. Thanks, Surinder Kumar url_for_sqled