pgAdmin 4 v3.6 released
The pgAdmin Development Team are pleased to announce pgAdmin 4 version 3.6. This release of pgAdmin 4 includes over 10 bug fixes and new features. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_3_6.html. pgAdmin is the leading Open Source graphical management tool for PostgreSQL. For more information, please see: https://www.pgadmin.org/ Notable changes in this release include: * Add support for dropping multiple objects at once from the collection Properties panel. * Add the ability to import and export server definitions from a config database. Builds for Windows and macOS are available now, along with a Python Wheel, Docker Container and source code tarball from: https://www.pgadmin.org/download/ RPM and DEB packages are expected to be available on the postgresql.org repositories within the next few days. -- Akshay Joshi pgAdmin Project
pgAdmin 4 commit: Tag REL-3_6 has been created.
Tag REL-3_6 has been created. View: https://git.postgresql.org/gitweb?p=pgadmin4.git;a=tag;h=refs/tags/REL-3_6 Log Message --- Tag v3.6
Re: SCSS change for reset button and help text
Hi On Thu, Nov 29, 2018 at 6:55 AM Shubham Agarwal < shubham.agar...@enterprisedb.com> wrote: > Hi Team, > Please ignore the previous patch and find the updated patch with one more > additional change of displaying the Not allowed pointer > on the disabled or read only text controls. > > On Tue, Nov 27, 2018 at 5:12 PM Shubham Agarwal < > shubham.agar...@enterprisedb.com> wrote: > >> Hi Team, >> >> I have observed below discrepancies related to bootstrap 4 while testing >> which are fixed in the attached patch:- >> >> 1. Text in 'Reset button in any wizard is displaying in black colour and >> colour for the rest of the buttons like 'Save' and 'Cancel' is white. >> 2. On Hovering on the disable button the mouse pointer was not changing >> to the not allowed pointer. >> 3. Minor fix for Help text. >> > I can't reproduce 1 (testing in the Grant Wizard), and 2 is normal. Most apps don't change the mouse pointer for disabled buttons. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
pgAdmin 4 commit: Add titles to the code areas of the Query Tool and De
Add titles to the code areas of the Query Tool and Debugger to ensure that panels can be re-docked within them. Fixes #3619 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d801ed5008c48c13841f7965ba7582ff6191f9bc Author: Akshay Joshi Modified Files -- docs/en_US/release_notes_3_7.rst| 1 + web/pgadmin/tools/debugger/__init__.py | 21 + web/pgadmin/tools/debugger/static/js/direct.js | 5 +++-- .../tools/debugger/templates/debugger/direct.html | 2 +- web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 4 ++-- 5 files changed, 28 insertions(+), 5 deletions(-)
Re: [pgAdmin4][Patch]: RM #3619 Unable to Re-Dock Query Tool Lower Window Component
Thanks - patch applied! On Thu, Nov 29, 2018 at 8:07 AM Akshay Joshi wrote: > Hi Hackers, > > Please ignore my previous patch, as I forgot to fix the same for > "Debugger" module. I have fixed it with showing *function name with > argument *as title of the Debugger panel. Please refer the attached > screenshot. It provides the added advantage, if multiple debugger panel > opens then it is easy to know which function we are debugging. > > Attached is the modified patch, please review it. > > On Wed, Nov 28, 2018 at 4:35 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Hackers, >> On Tue, Nov 27, 2018 at 5:27 PM Dave Page wrote: >> >>> Hi >>> On Tue, Nov 27, 2018 at 11:48 AM Akshay Joshi < >>> akshay.jo...@enterprisedb.com> wrote: >>> Hi Dave On Tue, Nov 27, 2018 at 4:34 PM Dave Page wrote: > Hi > > On Tue, Nov 27, 2018 at 10:13 AM Akshay Joshi > wrote: > > > > Hi Hackers, > > > > Attached is the patch to fix RM #3619 Unable to Re-Dock Query Tool > Lower Window Component. Please review it. > > With this applied, I cannot move or resize floating windows. > Attached is the modified patch. Please review it. >>> >>> That's better, but I am still able to un-dock the last panel, despite it >>> looking like it tries to prevent me. See the attached movie. >>> >> >> We have figured out the actual cause of the problem, there is no >> title for the "SQL Editor" panel so when we undock lower window component >> then there is no title bar present to re-dock it. To fix the issue we have >> added the title for the "SQL Editor" panel and also move up the Query >> History tab. >> >> Attached is the patch, please review it. >> >>> >>> -- >>> Dave Page >>> Blog: http://pgsnake.blogspot.com >>> Twitter: @pgsnake >>> >>> EnterpriseDB UK: http://www.enterprisedb.com >>> The Enterprise PostgreSQL Company >>> >> >> >> -- >> *Akshay Joshi* >> >> *Sr. Software Architect * >> >> >> >> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* >> > > > -- > *Akshay Joshi* > > *Sr. Software Architect * > > > > *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
[pgAdmin4][RM#3790] Adding API tests for utility check route
Hi, PFA patch, It will test the route which validates if the respective utility file is present or not on user's system. python runtests.py --pkg tools.maintenance.tests --exclude feature_tests python runtests.py --pkg tools.import_export.tests --exclude feature_tests python runtests.py --pkg tools.restore.tests --exclude feature_tests python runtests.py --pkg tools.backup.tests --exclude feature_tests -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Re: [pgAdmin4][RM#3790] Adding API tests for utility check route
++ Attaching patch Hi, > > PFA patch, It will test the route which validates if the respective > utility file is present or not on user's system. > > python runtests.py --pkg tools.maintenance.tests --exclude feature_tests > python runtests.py --pkg tools.import_export.tests --exclude feature_tests > python runtests.py --pkg tools.restore.tests --exclude feature_tests > python runtests.py --pkg tools.backup.tests --exclude feature_tests > > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > RM_3790.diff Description: Binary data
Re: [pgAdmin4][RM#3790] Adding API tests for utility check route
Hi, Please ignore the previous patch as some characters got deleted from it, Attached is the updated patch. On Fri, Nov 30, 2018 at 12:40 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > ++ Attaching patch > > Hi, >> >> PFA patch, It will test the route which validates if the respective >> utility file is present or not on user's system. >> >> python runtests.py --pkg tools.maintenance.tests --exclude feature_tests >> python runtests.py --pkg tools.import_export.tests --exclude feature_tests >> python runtests.py --pkg tools.restore.tests --exclude feature_tests >> python runtests.py --pkg tools.backup.tests --exclude feature_tests >> >> >> -- >> Regards, >> Murtuza Zabuawala >> EnterpriseDB: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> >> RM_3790_v1.diff Description: Binary data