Re: Implement geospatial data viewer in pgAdmin4 for PostGIS

2018-05-25 Thread Anthony DeBarros
> > I agree the map is the ultimate tool. However, I do think that being able > to quickly view a single geometry from within the grid makes a lot of sense > - and for users who want to easily visualise a single geometry, will be a > great deal more convenient than the map. > > Note that I'm not ta

pgAdmin 4 commit: Update jQuery to 3.3.1. Fixes #3271

2018-05-25 Thread Dave Page
Update jQuery to 3.3.1. Fixes #3271 Patch by Aditya, with test enhancements from Anthony and Joao at Pivotal. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9f13865777c8631979eb31c35750e9700d7e18b8 Author: Aditya Toshniwal Modified Files --

Re: [pgAdmin4][RM#3271] Update to the latest 3.x version of jQuery

2018-05-25 Thread Dave Page
Thanks - applied! On Fri, May 25, 2018 at 6:52 AM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Anthony/Joao, > > That worked well !! Nice !! ( I am very new to Jasmine tests :P. Need to > dig in. ) > > Hackers, > Kindly review the patch attached in the trailing mail for RM#3

Re: Implement geospatial data viewer in pgAdmin4 for PostGIS

2018-05-25 Thread Dave Page
Hi On Fri, May 25, 2018 at 5:00 AM, Xuri Gong wrote: > Hi Dave, >> >> Thank you very much for your feedback. >> >> That's a good idea to see individual images. But in my opinion, for >> geometry data, user often tend to see not only the individual shapes, but >> also the locations, spatial relat

Re: Nightly snapshot builds

2018-05-25 Thread Fahar Abbas
This is outstanding Dave. :) Kind Regards, On Fri, May 25, 2018 at 3:31 PM, Dave Page wrote: > All, > > I'm pleased to say that we now have automated nightly snapshot builds > (Windows, macOS, Python Wheel and source code) available at: > https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshot

Re: [pgadmin4][patch] Use pytest test runner for unit tests

2018-05-25 Thread Joao De Almeida Pereira
Hello Dave > As part of the development environment we do not see the reasoning behind >> not add PYTHONPATH to the environment variables, specially because this >> looks like the way pytest was invisoned. >> > > Really? It's one more step that wasn't previously required, and for which > there is

Re: Nightly snapshot builds

2018-05-25 Thread Joao De Almeida Pereira
Hi Dave That is huge news, this takes us closer to a more frequent cadence of releases and that is very exciting prospect. Thanks for all the hard work to make this change. Best regards Joao On Fri, May 25, 2018, 6:34 AM Ashesh Vashi wrote: > Awesome - Dave! > > -- > > Thanks & Regards, > > As

Re: Nightly snapshot builds

2018-05-25 Thread Ashesh Vashi
Awesome - Dave! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Fri, May 25, 2018 at 4:01 PM, Dave Page wrote: > All, > > I'm pleased to say

Nightly snapshot builds

2018-05-25 Thread Dave Page
All, I'm pleased to say that we now have automated nightly snapshot builds (Windows, macOS, Python Wheel and source code) available at: https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/ If you're using one of these, please bear in mind that they have had no QA (beyond automated and devel

Re: [pgadmin4][patch] Use pytest test runner for unit tests

2018-05-25 Thread Dave Page
Hi On Thu, May 24, 2018 at 8:36 PM, Joao De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > As part of the development environment we do not see the reasoning behind > not add PYTHONPATH to the environment variables, specially because this > looks like the way pytest was invisoned. > Re