Re: [pgAdmin4][PATCH] Fix handling of real type

2017-06-20 Thread Murtuza Zabuawala
Hi, Please ignore previous patch, Attach is the updated patch which will cover RM#2498 - Handling of bytea[] type. RM#2502 - Handling of real & real[] type. including their feature tests. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Compa

pgAdmin 4 commit: Properly handle bytea[], and 'infinity'::real/real[].

2017-06-20 Thread Dave Page
Properly handle bytea[], and 'infinity'::real/real[]. Fixes #2498. Fixes #2502. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d2ba57c1abfda02241d969c4caa1ce0bf24cfc09 Author: Murtuza Zabuawala Modified Files -- .../feature_tests

Re: [pgAdmin4][PATCH] Fix handling of real type

2017-06-20 Thread Dave Page
Thanks, applied. On Tue, Jun 20, 2017 at 9:38 AM, Murtuza Zabuawala wrote: > Hi, > > Please ignore previous patch, Attach is the updated patch which will cover > > RM#2498 - Handling of bytea[] type. > RM#2502 - Handling of real & real[] type. > > including their feature tests. > > -- > Regar

Re: [pgadmin-hackers][patch] Upgrade slickgrid to version 2.3.7

2017-06-20 Thread Dave Page
Hi, This fails tests: (pgadmin4)piranha:pgadmin4 dpage$ make check-feature cd web && yarn run bundle && python regression/runtests.py --pkg feature_tests yarn run v0.24.6 $ yarn run linter && yarn run webpacker yarn run v0.24.6 $ yarn run eslint pgadmin/static/jsx/**/*.jsx pgadmin/static/js/selec

pgAdmin 4 commit: No need for the menu icon to link to the homepage, as

2017-06-20 Thread Dave Page
No need for the menu icon to link to the homepage, as pgAdmin is a SPA. Fixes #2479 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=34518d328e836758c87c40628cf8738e1756962e Author: Murtuza Zabuawala Modified Files -- web/pgadmin/

Re: [pgAdmin4][PATCH] Fix clicking on the "pgAdmin 4" header logo shows a empty dialog

2017-06-20 Thread Dave Page
Thanks, applied. On Tue, Jun 20, 2017 at 5:54 AM, Murtuza Zabuawala wrote: > Hi, > > PFA minor patch to fix the issue, where user will get empty dialog in > desktop mode if user clicks on pgadmin4 header logo. pgAdmin4 is already a > SPA so in my opinion we don't require route to to home page. >

pgAdmin 4 commit: Create a runner for the feature tests.

2017-06-20 Thread Dave Page
Create a runner for the feature tests. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bd917f234870a776d0cbe4631360a30445ae6591 Modified Files -- ci/run_feature_tests.sh | 37 + ci/run_python_test

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

2017-06-20 Thread pgAdmin 4 Jenkins
See -- Started by user Dave Page [EnvInject] - Loading node environment variables. Building in workspace

pgAdmin 4 commit: Run yarn tasks where required to run the tests.

2017-06-20 Thread Dave Page
Run yarn tasks where required to run the tests. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c5616c786926f7717fea89d681f7b28d8d455181 Modified Files -- ci/run_feature_tests.sh | 4 ci/run_jasmine_tests.sh | 3 ++- 2 files cha

Build failed in Jenkins: pgadmin4-master-python36 #184

2017-06-20 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Create a runner for the feature tests. -- [...truncated 288.54 KB...] Update materialized view under schema node ... ok runTest (pgadmin

pgAdmin 4 commit: Correct the v10 template path.

2017-06-20 Thread Dave Page
Correct the v10 template path. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9829d74a043e0b24f8d0caac3ea1ba9336680ff6 Modified Files -- web/pgadmin/browser/server_groups/servers/tests/test_check_recovery.py | 2 +- 1 file changed,

Jenkins build is back to normal : pgadmin4-master-python36 #185

2017-06-20 Thread pgAdmin 4 Jenkins
See

Jenkins build is back to normal : pgadmin4-master-python34 #178

2017-06-20 Thread pgAdmin 4 Jenkins
See

Build failed in Jenkins: pgadmin4-master-python34 #177

2017-06-20 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Create a runner for the feature tests. -- [...truncated 289.73 KB...] runTest (pgadmin.browser.server_groups.servers.databases.tests.tes

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

2017-06-20 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Run yarn tasks where required to run the tests. [Dave Page] Correct the v10 template path. -- Started by user Dave Page [EnvInject

pgAdmin 4 commit: Install the Yarn deps before trying to bundle.

2017-06-20 Thread Dave Page
Install the Yarn deps before trying to bundle. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bf5a2252af4589fc91a8c567fcbb216b0100e353 Modified Files -- ci/run_feature_tests.sh | 1 + 1 file changed, 1 insertion(+)

Test mail

2017-06-20 Thread Magnus Hagander
This is a test mail for some new list functionality that accidentally got broken today. Apologies, and please ignore this mail. -- Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/

[pgAdmin4][PATCH] To increase the size of Grant Wizard dialog

2017-06-20 Thread Murtuza Zabuawala
Hi, PFA minor patch to make Grant Wizard dialog size larger so that it displays all the privileges properly when opened in smaller resolution screen. RM#2013 Tested on 1024 x 768 screen resolution. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL

[pgAdmin4][PATCH] Consolidating Selection Colors

2017-06-20 Thread Shruti B Iyer
Hi Hackers! Attached is a patch that consolidates selection colors in the drop down menu and browser tree to match the light blue agreed upon in the styleguide. Thanks, Shirley and Shruti converging-selection-color.patch Description: Binary data

[pgAdmin4][PATCH] To fix the issue in Synonym node

2017-06-20 Thread Murtuza Zabuawala
Hi, PFA patch to handle the deleted Synonym node gracefully when user clicks SQL or Properties Panel. RM#2503 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/synonym