Re: pgAdmin 4 commit: Improvement in the look and feel of the whole applica

2019-01-15 Thread Aditya Toshniwal
Hi Hackers, Please find the updated, rebased patch. Kindly review. On Mon, Jan 14, 2019 at 10:54 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch for further design improvements: > - Process watcher made fixed width with header changes, time

pgAdmin 4 v4.1 released

2019-01-15 Thread Akshay Joshi
The pgAdmin Development Team are pleased to announce pgAdmin 4 version 4.1. This release of pgAdmin 4 includes over 7 bug fixes. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_4_1.html. pgAdmin is the leading Open Source graphical man

pgAdmin 4 commit: Tag REL-4_1 has been created.

2019-01-15 Thread Akshay Joshi
Tag REL-4_1 has been created. View: https://git.postgresql.org/gitweb?p=pgadmin4.git;a=tag;h=refs/tags/REL-4_1 Log Message --- Tag v4.1

Re: [pgAdmin4][RM3837] Trigger when option syntax error

2019-01-15 Thread Akshay Joshi
Hi Aditya Facing issue when tested on EPAS 10, please verify it on EPAS. On Mon, Jan 14, 2019 at 6:26 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix the syntax error if when clause is given. > Kindly review. > > -- > Thanks and Rega

pgAdmin 4 commit: Ensure long string should be wrap in alertify dialogs

2019-01-15 Thread Akshay Joshi
Ensure long string should be wrap in alertify dialogs. Fixes #3695 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7b0c81126c3246f93a68c72eb6e29dd111548b33 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_4_2.rs

Re: [pgAdmin4][RM3695] Long name is not displayed completely in Drop confirmation pop up screen for server group

2019-01-15 Thread Akshay Joshi
Thanks patch applied. On Tue, Jan 15, 2019 at 10:50 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is a tiny patch to fix long name display in dialogs. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB Software Solutions

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

2019-01-15 Thread pgAdmin 4 Jenkins
See Changes: [akshay.joshi] Ensure long string should be wrap in alertify dialogs. Fixes #3695 -- [...truncated 1019.65 KB...] HeadlessChrome 0.0.0 (Linu

pgAdmin 4 commit: Proper error should be thrown when server group is cr

2019-01-15 Thread Akshay Joshi
Proper error should be thrown when server group is created with existing name. Fixes #3693 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2a359d9d774c8170d5e128fd05825e977409313f Author: Aditya Toshniwal Modified Files -- docs/e

Re: [pgAdmin4][RM3693] Message "Error saving properties Click on Detail" displayed if user create server group with same name

2019-01-15 Thread Akshay Joshi
Thanks patch applied. On Tue, Jan 15, 2019 at 11:20 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix back end exception which is common and > mentioned in SQLAlchemy FAQ - > https://docs.sqlalchemy.org/en/latest/faq/sessions.html#this-

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

2019-01-15 Thread pgAdmin 4 Jenkins
See Changes: [akshay.joshi] Ensure long string should be wrap in alertify dialogs. Fixes #3695 -- [...truncated 1021.82 KB...] HeadlessChrome 0.0.0 (Linu

[pgAdmin4][RM3475] Execution time for a query or function shows only minutes part and not hour part

2019-01-15 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to also display the hour part if the query execution exceeds more than 1 hour, with some improvements is code. Test case added. Kindly review. -- Thanks and Regards, Aditya Toshniwal Software Engineer | EnterpriseDB Software Solutions | Pune "Don't Complain abo

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

2019-01-15 Thread pgAdmin 4 Jenkins
See

Jenkins build is back to normal : pgadmin4-master-python27 #870

2019-01-15 Thread pgAdmin 4 Jenkins
See

Re: [pgAdmin4][RM3837] Trigger when option syntax error

2019-01-15 Thread Aditya Toshniwal
Hi Hackers, Please find the updated patch. Kindly review. On Tue, Jan 15, 2019 at 6:05 PM Akshay Joshi wrote: > Hi Aditya > > Facing issue when tested on EPAS 10, please verify it on EPAS. > > On Mon, Jan 14, 2019 at 6:26 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi

pgAdmin 4 commit: Fixed following issues:

2019-01-15 Thread Akshay Joshi
Fixed following issues: - Process watcher made fixed width with header changes, time details rounded to 2 decimals - Query history will show "No query history" if no query fired. Query editor default size increased. - Fixed a bug where New folder create button not working when in List mode and

Re: pgAdmin 4 commit: Improvement in the look and feel of the whole applica

2019-01-15 Thread Akshay Joshi
Thanks patch applied without Tree Changes. On Mon, Jan 14, 2019 at 10:55 AM Aditya Toshniwal wrote: > Hi Hackers, > > Attached is the patch for further design improvements: > - Process watcher made fixed width with header changes, time details > rounded to 2 decimals > - Query history will show

Re: Help to translate pt-br

2019-01-15 Thread Khushboo Vashi
On Tue, Nov 27, 2018 at 12:23 PM Bruno Silva wrote: > Ok, let me check this. > > Please let us know if you need any help to do this. > Bruno E. A. Silva. > Analista de Sistemas. > Bacharel em Sistemas de Informação > MBA Gerência de Projetos > Certified Scrum Master > LPIC-1 > SCJP, SE 6 > Nove

pgAdmin 4 commit: Fixed SQL for foreign table options. Fixes #3453

2019-01-15 Thread Akshay Joshi
Fixed SQL for foreign table options. Fixes #3453 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d7b050830553e50332a01122e097bcf98e5ed789 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_4_2.rst

Re: [pgAdmin4][RM3453] Incomplete SQL for Foreign tables in SQL tab

2019-01-15 Thread Akshay Joshi
Thanks patch applied. On Mon, Jan 14, 2019 at 2:28 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix incomplete SQL for Foreign tables in SQL tab. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB Softwa

Re: [pgAdmin4] [RM3862] Fix Dialog tabset keyboard navigation

2019-01-15 Thread Harshal Dhumal
Hi, Please find attached updated patch. In this patch I have fixed two issues: i. Dialog tab navigation should work even if focus is on footer buttons (Save, Cancel, etc..) ii. Focus should be set to first editable element of dialog when tab cycle goes through all editable footer buttons. -- *H

pgAdmin 4 commit: Fixed execution time to show Hours part for long runn

2019-01-15 Thread Akshay Joshi
Fixed execution time to show Hours part for long running queries in Query Tool. Fixes #3475 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dec43d98dc589010b91bb40512fe0f026d6f004f Author: Aditya Toshniwal Modified Files -- docs/

Re: [pgAdmin4][RM3475] Execution time for a query or function shows only minutes part and not hour part

2019-01-15 Thread Akshay Joshi
Thanks patch applied. On Tue, Jan 15, 2019 at 7:18 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to also display the hour part if the query execution > exceeds more than 1 hour, with some improvements is code. Test case added. > > Kindly r

Re: [pgAdmin4][RM3837] Trigger when option syntax error

2019-01-15 Thread Aditya Toshniwal
Hi Hackers, Kindly ignore the previous patch, some typo mistake in filename. Apologies. Attached is the updated patch. On Wed, Jan 16, 2019 at 11:19 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the updated patch. Kindly review. > > On Tue, Jan 15,