[pgadmin-hackers] pgAdmin 4 commit: Fix Python 3 compatibility bug

2017-03-30 Thread Dave Page
Fix Python 3 compatibility bug Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=696343196a2d758c8bca581642d4e834d11b6575 Modified Files -- pkg/pip/setup_pip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgadm

Re: [pgadmin-hackers] Change color of selected rows on SQLEditor

2017-03-30 Thread Dave Page
Thanks, applied. On Thu, Mar 30, 2017 at 4:39 PM, Joao Pedro De Almeida Pereira wrote: > Hi Hackers, > > From a visual standpoint, grey highlight makes selection look deselected > rather than selected. A brighter color would quickly provide visual feedback > on an action. > > With this patch the

[pgadmin-hackers] pgAdmin 4 commit: From a visual standpoint, grey highlight makes selec

2017-03-30 Thread Dave Page
From a visual standpoint, grey highlight makes selection look deselected rather than selected. A brighter color would quickly provide visual feedback on an action. With this patch the color of selected rows look more highlighted. Branch -- master Details --- http://git.postgresql.org/

[pgadmin-hackers] pgAdmin 4 commit: Correct claims made in the management_basics.rst file

2017-03-30 Thread Dave Page
Correct claims made in the management_basics.rst file Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e58dce942505ef88e2c80d5a35953505e1adfc60 Author: Susan Douglas Modified Files -- docs/en_US/management_basics.rst | 9 + 1

Re: [pgadmin-hackers] pgAdmin 4 doc update - management_basics.rst file

2017-03-30 Thread Dave Page
Thanks, patch applied. On Thu, Mar 30, 2017 at 3:54 PM, Susan Douglas wrote: > Hi All, > > I've attached a patch for the pgAdmin 4 docs - the update corrects claims > made in the management_basics.rst file. Let me know if there are any > problems. > > Thanks! > > -- Susan > > > > -- > Sent via

[pgadmin-hackers] pgAdmin 4 commit: Fix a thinko. Had to be one following those typos...

2017-03-30 Thread Dave Page
Fix a thinko. Had to be one following those typos... Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ce6cd8ca051e73e90533df92eddb3415c7bf29d Modified Files -- ci/run_python_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[pgadmin-hackers] pgAdmin 4 commit: Fix a typo

2017-03-30 Thread Dave Page
Fix a typo Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4e966920600708fd138d0724031e32532ad22d08 Modified Files -- ci/run_python_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgadmin-hackers mailing

[pgadmin-hackers] pgAdmin 4 commit: Fix a typo

2017-03-30 Thread Dave Page
Fix a typo Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=256f42c64bf57c26b55eecfaa019ad7ad654ad17 Modified Files -- ci/build_docs.sh | 2 +- ci/build_pip_wheel.sh | 2 +- ci/build_tarballs.sh | 2 +- 3 files changed, 3 insertio

[pgadmin-hackers] pgAdmin 4 commit: Use the correct Python binary.

2017-03-30 Thread Dave Page
Use the correct Python binary. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4b1781124a36525ed31ef96e9fa057c07bcac10a Modified Files -- ci/run_python_tests.sh | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) -- Sent

[pgadmin-hackers] pgAdmin 4 commit: Select the correct Sphinx version

2017-03-30 Thread Dave Page
Select the correct Sphinx version Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8941756a9d3e3b785b8567fc731221c2ab18d1d8 Modified Files -- ci/build_docs.sh | 9 - ci/build_pip_wheel.sh | 9 - ci/build_tarballs.s

[pgadmin-hackers] pgAdmin 4 commit: Add scripts for building the PIP wheel and tarballs

2017-03-30 Thread Dave Page
Add scripts for building the PIP wheel and tarballs Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0a381c4a53fce6cf0635e90cb77ad2d8dc36bbfd Modified Files -- ci/build_pip_wheel.sh | 11 +++ ci/build_tarballs.sh | 11 +++

[pgadmin-hackers] pgAdmin 4 commit: Clean the build from the correct directory.

2017-03-30 Thread Dave Page
Clean the build from the correct directory. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b826e0863c517be3711a146c181b396002adde77 Modified Files -- ci/build_runtime_qt5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --

[pgadmin-hackers] Change color of selected rows on SQLEditor

2017-03-30 Thread Joao Pedro De Almeida Pereira
Hi Hackers, >From a visual standpoint, grey highlight makes selection look deselected rather than selected. A brighter color would quickly provide visual feedback on an action. With this patch the color of selected rows look more highlighted. Thanks Joao 0001-Change-the-color-of-the-selected-

[pgadmin-hackers] pgAdmin 4 commit: Ensure CI scripts are executable

2017-03-30 Thread Dave Page
Ensure CI scripts are executable Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cdc1b70aea94b3eed3a488c0892cca9ec3696710 Modified Files -- ci/build_docs.sh| 0 ci/build_runtime_qt4.sh | 0 ci/build_runtime_qt5.sh | 0 ci/creat

[pgadmin-hackers] pgAdmin 4 commit: Add basic CI runner scripts for Jenkins

2017-03-30 Thread Dave Page
Add basic CI runner scripts for Jenkins Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b65896b85bfd08a928a9920403dad1644be09f9b Modified Files -- ci/build_docs.sh| 11 +++ ci/build_runtime_qt4.sh | 11 +++ ci/

Re: [pgadmin-hackers][patch] Move to Alembic migration system

2017-03-30 Thread Joao Pedro De Almeida Pereira
Hello Dave and Ashesh, Do you still need us to provide more information about this patch or is it ready to be merged? Thanks Joao On Thu, Mar 23, 2017 at 12:00 PM, Joao Pedro De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > Hello Hackers, > > We found out a issue using Python 3 relat

Re: [pgadmin-hackers] pgAdmin4: Test result enhancement patch

2017-03-30 Thread Navnath Gadakh
Hi Dave, Please find the revised patch for test result enhancement. *What's in the patch:* 1. The test result summary will store in JSON file. 2. Removed some redundant code from *regression/test_utils.py* *3. A*dded the scenario names for feature tests. 4. To print test scenario names in fa

[pgadmin-hackers] [pgAdmin4][PATCH] To fix dialog help in browser tab/window

2017-03-30 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where "Dialog Help" was broken in case where query tool/Debugger opens in new browser tab. RM#2310 *Note:* Object help might not work as well when used in new browser tab but for that we might need to find a way to pass node & server information in new browser tab s