[pgAdmin4][Patch]: Feature 3564 pgAdmin4 should have shortcut tools bar for frequently used features

2018-09-06 Thread Akshay Joshi
Hi Hackers, I have implemented the Feature #3564 pgAdmin4 should have shortcut tools bar for frequently used features. As per discussion I have added buttons on the "Browser" Panel. Thanks to *Ashesh* as he has modified the wcDocker code and added following: - Added support to specify parent

Re: [pgAdmin4][Patch]: Feature 3564 pgAdmin4 should have shortcut tools bar for frequently used features

2018-09-06 Thread Ashesh Vashi
On Thu, Sep 6, 2018 at 5:49 PM Akshay Joshi wrote: > Hi Hackers, > > I have implemented the Feature #3564 pgAdmin4 should have shortcut tools > bar for frequently used features. As per discussion I have added buttons on > the "Browser" Panel. > Reviewer/Developers need to run the following comman

pgAdmin 4 commit: Tag REL-3_3 has been created.

2018-09-06 Thread Dave Page
Tag REL-3_3 has been created. View: https://git.postgresql.org/gitweb?p=pgadmin4.git;a=tag;h=refs/tags/REL-3_3 Log Message --- Tag 3.3

pgAdmin 4 v3.3 released

2018-09-06 Thread Akshay Joshi
The pgAdmin Development Team are pleased to announce pgAdmin 4 version 3.3. This release of pgAdmin 4 includes over 21 bug fixes and new features. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_3_3.html. pgAdmin is the leading Open So

pgAdmin 4 commit: Doc updates for optional data point markers and mouse

2018-09-06 Thread Dave Page
Doc updates for optional data point markers and mouse-over tooltips to display values on graphs. Fixes #3514 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8f88443e153974b0640635712a120ce3d0427428 Author: Aditya Toshniwal Modified Files ---

Re: [pgAdmin4][RM3514] Bullets and tooltips for charts

2018-09-06 Thread Dave Page
Thanks! On Thu, Sep 6, 2018 at 9:50 AM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch for doc and screenshot updates. > Kindly review. > > On Wed, Sep 5, 2018 at 9:56 PM Dave Page wrote: > >> Thanks - patch applied. >> >> However, I realised

pgAdmin 4 commit: Remove package-lock.json to stop Yarn bleating.

2018-09-06 Thread Dave Page
Remove package-lock.json to stop Yarn bleating. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7f1b588c69beba7a34fc414df78efefcb342dd92 Modified Files -- web/package-lock.json | 3 --- 1 file changed, 3 deletions(-)

Re: [pgAdmin4][Patch]: Feature 3564 pgAdmin4 should have shortcut tools bar for frequently used features

2018-09-06 Thread Dave Page
Hi On Thu, Sep 6, 2018 at 1:19 PM, Akshay Joshi wrote: > Hi Hackers, > > I have implemented the Feature #3564 pgAdmin4 should have shortcut tools > bar for frequently used features. As per discussion I have added buttons on > the "Browser" Panel. > > Thanks to *Ashesh* as he has modified the wcD