Build failed in Jenkins: pgadmin4-master-python26 #954

2018-12-04 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Fix PEP8 issue. -- [...truncated 24.93 KB...] Cache entry deserialization failed, entry ignored Using cached https://files.pythonhos

Jenkins build is back to normal : pgadmin4-master-python37 #56

2018-12-04 Thread pgAdmin 4 Jenkins
See

Jenkins build is back to normal : pgadmin4-master-python35 #809

2018-12-04 Thread pgAdmin 4 Jenkins
See

Build failed in Jenkins: pgadmin4-master-python27 #823

2018-12-04 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Fix PEP8 issue. -- [...truncated 22.15 KB...] Requirement already satisfied: testtools==2.3.0 in ./pgadmin-venv/lib/python2.7/site-packa

Build failed in Jenkins: pgadmin4-master-python26 #953

2018-12-04 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Fix an encoding issue in the query tool. Fixes #3711 [Dave Page] Update release notes. -- [...truncated 4.29 KB...] Cache entry deseri

Build failed in Jenkins: pgadmin4-master-python37 #55

2018-12-04 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Fix an encoding issue in the query tool. Fixes #3711 [Dave Page] Update release notes. -- [...truncated 247 B...] Cleaning workspace > g

pgAdmin 4 commit: Fix PEP8 issue.

2018-12-04 Thread Dave Page
Fix PEP8 issue. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=980d1e0292624df251ef06dd013ab0a661bf5600 Modified Files -- web/pgadmin/utils/driver/psycopg2/connection.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

Build failed in Jenkins: pgadmin4-master-python27 #822

2018-12-04 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Fix an encoding issue in the query tool. Fixes #3711 [Dave Page] Update release notes. -- [...truncated 749 B...] > git config core.spa

Build failed in Jenkins: pgadmin4-master-python35 #808

2018-12-04 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Fix an encoding issue in the query tool. Fixes #3711 [Dave Page] Update release notes. -- [...truncated 23 B...] Building in workspace

Re: [pgAdmin4][Patch]: RM #3711 - Problem with encoding (Display wrong characters)

2018-12-04 Thread Dave Page
Thanks, patch applied. On Tue, Dec 4, 2018 at 11:40 AM Khushboo Vashi wrote: > > Hi, > > Please find the attached patch to fix the RM #3711 - Problem with encoding > (Display wrong characters). > > Thanks, > Khushboo -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake Enterpris

pgAdmin 4 commit: Update release notes.

2018-12-04 Thread Dave Page
Update release notes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=739864c7d14e1e9e06991ec764209fc6ae2c3943 Modified Files -- docs/en_US/release_notes_3_7.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

pgAdmin 4 commit: Fix an encoding issue in the query tool. Fixes #3711

2018-12-04 Thread Dave Page
Fix an encoding issue in the query tool. Fixes #3711 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7e3bd8b88a21fe8ce33b29cf64abfb3aa7bae185 Author: Khushboo Vashi Modified Files -- .../tools/sqleditor/tests/test_encoding_charset

Re: Select file background color change

2018-12-04 Thread Dave Page
Thanks, patch applied. On Tue, Dec 4, 2018 at 8:01 AM Shubham Agarwal wrote: > > Hi Team, > > I came around one discrepancy in the select file box look and feel. I have > attached the patch with its fix. > > Steps to reproduce: > 1. Select any database and navigate to Tools->Restore. > 2. Click o

pgAdmin 4 commit: Fix a minor CSS issue in the file dialogue's upload p

2018-12-04 Thread Dave Page
Fix a minor CSS issue in the file dialogue's upload panel. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6428ffcdafdc77b6bc5791c9185dfd20a0f5f926 Modified Files -- web/pgadmin/misc/file_manager/static/scss/_file_manager.scss | 2

Re: Build failed in Jenkins: pgadmin4-linux-qa #285

2018-12-04 Thread Dave Page
Thanks, applied. On Tue, Dec 4, 2018 at 12:46 PM Murtuza Zabuawala wrote: > > Hi, > > PFA patch, I think the issue is that I have used hard-coded server id for > mocking purpose and that server is not present in the test SQLite database on > some server. > > Please review the attached patch. > >

pgAdmin 4 commit: Don't use a hard coded server ID for mocking!

2018-12-04 Thread Dave Page
Don't use a hard coded server ID for mocking! Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=660293456c51052ac0af4cb553be5db6ac7bd098 Author: Murtuza Zabuawala Modified Files -- .../tools/backup/tests/test_check_utility_exists_ro

Re: Build failed in Jenkins: pgadmin4-linux-qa #285

2018-12-04 Thread Murtuza Zabuawala
Hi, PFA patch, I think the issue is that I have used hard-coded server id for mocking purpose and that server is not present in the test SQLite database on some server. Please review the attached patch. On Tue, Dec 4, 2018 at 5:30 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote:

[pgAdmin4][Patch]: RM #3711 - Problem with encoding (Display wrong characters)

2018-12-04 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #3711 - Problem with encoding (Display wrong characters). Thanks, Khushboo RM_3711.patch Description: Binary data

Re: Maintenance dialog button group display fix

2018-12-04 Thread Dave Page
Thanks, applied. On Mon, Dec 3, 2018 at 10:47 AM Aditya Toshniwal wrote: > > Hi Hackers, > > Attached is the patch to hide display of radio buttons for maintenance > operations button group in Maintenance dialog. > Note that, the radios were not visible before Bootstrap 4. This will apply to > a

pgAdmin 4 commit: Hide Radio buttons that should not be shown on the ma

2018-12-04 Thread Dave Page
Hide Radio buttons that should not be shown on the maintenance dialogue. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0100997aabdf9123c9e24f964ddc56a045d5995b Author: Aditya Toshniwal Modified Files -- web/pgadmin/static/scss/_

pgAdmin 4 commit: Remove file added in error.

2018-12-04 Thread Dave Page
Remove file added in error. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c80b91876a4ba01574cc684c6a2bd5d6c94b8432 Modified Files -- web/servers.json | 20 1 file changed, 20 deletions(-)

pgAdmin 4 commit: Fix utility route check for Windows.

2018-12-04 Thread Dave Page
Fix utility route check for Windows. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f4f0fa0e471bcd6a4c86c9d783e7ab3b449df7e7 Author: Murtuza Zabuawala Modified Files -- .../backup/tests/test_check_utility_exists_route_backup.py