[pgadmin-hackers] [pgAdmin4][Debugger]: Fix RM-1224

2016-08-16 Thread Neel Patel
Hi, Please find attached patch file for fix of RM-1224. *Issue:-* Previously, error message was generic for any error. *Solution:-* Instead of showing generic message, now we will display error specific message to user. Do review it and let us know for any comments. Thanks, Neel Patel RM_122

Re: [pgadmin-hackers] PATCH: To fix the issue in table node displaying catalog tables (pgAdmin4)

2016-08-16 Thread Dave Page
Thanks, applied. On Tue, Aug 16, 2016 at 7:14 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue where system level catalog are also displayed in > PPAS server under relation of create new table like option. > RM#1530 > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www

[pgadmin-hackers] pgAdmin 4 commit: Fix an issue where system level catalog are also disp

2016-08-16 Thread Dave Page
Fix an issue where system level catalog are also displayed in PPAS server under relation of create new table like option. Fixes #1530 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ec05d6bb1073f8df27a58c31131fa5af33b6a48 Author: Murtuza Zabua

Re: [pgadmin-hackers] PATCH: To fix the issue where message panel was showing incomplete info (pgAdmin4)

2016-08-16 Thread Murtuza Zabuawala
Hi Dave, PFA updated patch. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Tue, Aug 16, 2016 at 8:16 PM, Dave Page wrote: > Hi > > On Tue, Aug 16, 2016 at 7:10 AM, Murtuza Zabuawala > wrote: > > Hi Dave, > > > > PFA patch with incr

Re: [pgadmin-hackers] PATCH: To fix the issue where message panel was showing incomplete info (pgAdmin4)

2016-08-16 Thread Dave Page
Hi On Tue, Aug 16, 2016 at 7:10 AM, Murtuza Zabuawala wrote: > Hi Dave, > > PFA patch with incremental messages. > RM#1523 Can you rebase this please? (pgadmin4)piranha:pgadmin4 dpage$ git apply ~/Downloads/RM_1523_with_incremental_msgs.patch error: patch failed: web/pgadmin/tools/sqleditor/tem

Re: [pgadmin-hackers] PATCH: To fix the of foreign tables (pgAdmin4)

2016-08-16 Thread Dave Page
Thanks - patch applied. On Tue, Aug 16, 2016 at 7:03 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue in foreign tables node where it was displaying > catalog tables in inherits options causing internal server error. > RM#1520 > > Additionally also moved hard coded sql for fetchi

[pgadmin-hackers] pgAdmin 4 commit: Fix an issue in foreign tables node where it was disp

2016-08-16 Thread Dave Page
Fix an issue in foreign tables node where it was displaying catalog tables in inherits options causing internal server error. Fixes RM#1520 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c336e8a74332983450365a54ed2f1e2f75ac3012 Author: Murtuza

[pgadmin-hackers] patch for RM1538: show db default acls [pgadmin4]

2016-08-16 Thread Harshal Dhumal
Hi, PFA patch for rm 1538 to show default database privileges in properties mode. -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/browser/server_groups/servers/databases/templates/databases/js/da

Re: [pgadmin-hackers] pgAdmin IV : Unittest modular patch(Schemas,Collations,Trigger Functions)

2016-08-16 Thread Navnath Gadakh
Hi Dave, Currently I am working on that. Will send it in the next patch. Thanks! On Tue, Aug 16, 2016 at 6:05 PM, Dave Page wrote: > Thanks - applied! > > Can you please work on the following ASAP? > > - Removal of encoded credentials from the SMTP test output. > - Summary display as dis

Re: [pgadmin-hackers] pgAdmin IV : Unittest modular patch(Schemas,Collations,Trigger Functions)

2016-08-16 Thread Dave Page
Thanks - applied! Can you please work on the following ASAP? - Removal of encoded credentials from the SMTP test output. - Summary display as discussed. Thanks again. On Fri, Aug 12, 2016 at 10:40 AM, Navnath Gadakh wrote: > Hi Dave, > Please find the patch for API unit test cases for Sch

[pgadmin-hackers] pgAdmin 4 commit: Add unit tests for schemas, collations and trigger fu

2016-08-16 Thread Dave Page
Add unit tests for schemas, collations and trigger functions. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=99b4a0fe5b0a94d8d6173c0b277eb4a1488627e3 Modified Files -- .../databases/schemas/collations/tests/__init__.py | 17 ++ ...

Re: [pgadmin-hackers] [Patch][pgAdmin4]: RM1122 - Don't allow to create FTS parser, FTS template under catalogs

2016-08-16 Thread Dave Page
Thanks, applied. On Wed, Aug 10, 2016 at 1:53 PM, Surinder Kumar wrote: > Hi > > Hide create menu option for following nodes under catalogs: > > FTS parsers > FTS Configurations > FTS templates > > Show create menu option only when parent node is 'schema'. > > Please find attached patch and revie

[pgadmin-hackers] pgAdmin 4 commit: Prevent creation of FTS objects in catalogs. Fixes #1

2016-08-16 Thread Dave Page
Prevent creation of FTS objects in catalogs. Fixes #1122 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=67f481ab11bd1f34ac5f57c60a59b257a6a5fd7c Author: Surinder Kumar Modified Files -- .../fts_configuration/js/fts_configuration.j

Re: [pgadmin-hackers] [Patch][pgAdmin4]: RM1532 - Query Tool can get stuck waiting for query result

2016-08-16 Thread Dave Page
Thanks, patch applied. On Tue, Aug 9, 2016 at 5:24 PM, Surinder Kumar wrote: > Hi > > When a query is running in query tool, the keyboard shortcuts should not > respond untill it finished execution. > Also, remove the string ** Error ** from generated error > message. > > Please f

[pgadmin-hackers] pgAdmin 4 commit: Prevent a query being executed whilst one is already

2016-08-16 Thread Dave Page
Prevent a query being executed whilst one is already in progress. Fixes #1532 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d839a29246a070b72e3d7635ecb7c66fa7d87dd Author: Surinder Kumar Modified Files -- web/pgadmin/tools/sqled

[pgadmin-hackers] pgAdmin4 v1.0 Beta 4 now available

2016-08-16 Thread Dave Page
pgAdmin 4 v1.0 Beta 4 is now available for testing as Windows and Mac desktop packages, a PIP wheel for those wishing to deploy on a web server, and as a source tarball. Please visit the website to download: https://www.pgadmin.org/download/ pgAdmin 4 is also bundled for use in desktop mode with

[pgadmin-hackers] pgAdmin website commit: 1.0 Beta 4

2016-08-16 Thread Dave Page
1.0 Beta 4 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=8a66b66e1ca69e8235ce691154eec6b5733bd04e Modified Files -- download/macosx4.php | 1 + download/pip4.php | 1 + download/source4.php | 1 + download/windows4.php | 1 +

[pgadmin-hackers] pgAdmin 4 commit: Ensure that argc/argv are set for the runtime interpr

2016-08-16 Thread Dave Page
Ensure that argc/argv are set for the runtime interpretor, and that PYTHONHOME is properly configured. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a3e8ba93ae6968f13b331d9218d51b8e2d39f344 Author: Neel Patel Modified Files -- ru