Re: JS Test error on Windows

2018-04-27 Thread Dave Page
Anyone? Khushboo, Murtuza; any ideas? On Wed, Apr 25, 2018 at 4:45 PM, Dave Page wrote: > Hi > > Setting up an new build system running Windows 2016 and I'm hitting an > error with the JS tests as below. I have Yarn 1.6.0, Node 8.11.1 and get > the following error running yarn run test:karma-onc

Re: [pgadmin4][patch] Initial patch to decouple from ACI Tree

2018-04-27 Thread Dave Page
How is your work on this going Ashesh? Will you be committing today? On Wed, Apr 25, 2018 at 8:52 AM, Dave Page wrote: > Ashesh; you had agreed to work on this early this week. Please ensure you > do so today. > > Thanks. > > On Tue, Apr 24, 2018 at 8:13 PM, Joao De Almeida Pereira < > jdealmeid

Re: [pgAdmin4][Patch] Feature #3270 Add support for running regression tests against Firefox

2018-04-27 Thread Dave Page
Interestingly, the new CI system I'm putting together seems to be suffering from intermittent failures at the start of the feature tests as well. Chrome is trying to load the page before the server is ready to go, and then timing out and failing the first test. On the plus side, the rest of the fe

Re: [pgadmin4][patch] Initial patch to decouple from ACI Tree

2018-04-27 Thread Ashesh Vashi
I have quite a few comments for the patch. I will send them soon. On Fri, Apr 27, 2018, 14:45 Dave Page wrote: > How is your work on this going Ashesh? Will you be committing today? > > On Wed, Apr 25, 2018 at 8:52 AM, Dave Page wrote: > >> Ashesh; you had agreed to work on this early this week

Re: JS Test error on Windows

2018-04-27 Thread Khushboo Vashi
On Fri, Apr 27, 2018 at 2:44 PM, Dave Page wrote: > Anyone? Khushboo, Murtuza; any ideas? > > Does this related to Node 8.11.1? Can you use Node < 8 version? > On Wed, Apr 25, 2018 at 4:45 PM, Dave Page wrote: > >> Hi >> >> Setting up an new build system running Windows 2016 and I'm hitting an

Re: JS Test error on Windows

2018-04-27 Thread Murtuza Zabuawala
Not sure if that's the case but possibly security mechanism on Win2016 somehow interfering with Headless chrome execution. On Fri, Apr 27, 2018 at 2:44 PM, Dave Page wrote: > Anyone? Khushboo, Murtuza; any ideas? > > On Wed, Apr 25, 2018 at 4:45 PM, Dave Page wrote: > >> Hi >> >> Setting up an

Re: JS Test error on Windows

2018-04-27 Thread Dave Page
On Fri, Apr 27, 2018 at 10:32 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Fri, Apr 27, 2018 at 2:44 PM, Dave Page wrote: > >> Anyone? Khushboo, Murtuza; any ideas? >> >> Does this related to Node 8.11.1? Can you use Node < 8 version? > Same error with 7.10.1 :-( > On

Re: JS Test error on Windows

2018-04-27 Thread Dave Page
On Fri, Apr 27, 2018 at 10:49 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Not sure if that's the case but possibly security mechanism on Win2016 > somehow interfering with Headless chrome execution. > Maybe - I cannot find anything obvious through Google though. I have al

pgAdmin 4 commit: Fix compiler warning.

2018-04-27 Thread Dave Page
Fix compiler warning. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=92ba055d66df8b9a2d1dd67c502fe2849bdf8e49 Modified Files -- runtime/TrayIcon.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

Download backup from server

2018-04-27 Thread Klaifer Garcia
Hello everybody. I'm new on this list, and I would like to propose a new feature. In server mode, when doing a backup, the file is saved on the server and the client can not download the generated file. It would be interesting a download option by the application.