[pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue with NodeAjaxControl data caching

2017-05-03 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue in NodeAjaxControl caching with cache-node field and I've also added cache-node field in Trigger & Event trigger node so that whenever user creates new Trigger Function we get new data from server in NodeAjaxControl. RM#2242 Please review. -- Regards, Murtuza

Re: [pgadmin-hackers] pgAdmin4: Test-suite OS compatability issue

2017-05-03 Thread Navnath Gadakh
It's getting strange now. I just updated my Mac OS from EI Capitan(10.11.6) to Sierra(10.12.4). I have applied the patch and it ran successfully without any hangup. This is my console output: *==* *Test Result Summary*

Re: [pgadmin-hackers] Declarative partitioning in pgAdmin4

2017-05-03 Thread Dave Page
Great, thanks. I think it's clear that we need to display the child partitions in the treeview. I don't see any other sensible way of enabling those operations without an extremely contrived dialogue design. Please now document how those features will be implemented; e.g, for each one: - View

Re: [pgadmin-hackers] Declarative partitioning in pgAdmin4

2017-05-03 Thread Akshay Joshi
Hi Dave As per my understanding below operations required Parent: - View table data. - View stats. - Create regular/partitioned table - Create N number of partitions. - Drop/ Drop cascade, Truncate. - Attach/Detach Partitions. - Not able to create constraints excluding

Re: [pgadmin-hackers] pgadmin4 on PyPI

2017-05-03 Thread Markus Zapke-Gründemann
On 2017-05-02 13:46 +0100, Dave Page wrote: > On Tue, May 2, 2017 at 10:44 AM, Markus Zapke-Gründemann < > mar...@transcode.de> wrote: > > I installed pgAdmin 4 successfully from the PostgreSQL FTP[1] using pip. > > I also tried to install it from PyPI, but the distribution hasn't been > > upload

Re: [pgadmin-hackers] pgAdmin4: Test-suite OS compatability issue

2017-05-03 Thread Dave Page
10.12.3 (Sierra), 16GB MBP. Running in a virtualenv built from the system Python installation. Packages are: (pgadmin4)piranha:~ dpage$ pip freeze alabaster==0.7.10 alembic==0.9.1 args==0.1.0 Babel==1.3 beautifulsoup4==4.4.1 blinker==1.3 chromedriver-installer==0.0.6 click==6.6 clint==0.5.1

Re: [pgadmin-hackers] pgadmin4 on PyPI

2017-05-03 Thread Dave Page
On Tue, May 2, 2017 at 5:55 PM, Markus Zapke-Gründemann wrote: > On 2017-05-02 13:46 +0100, Dave Page wrote: > > On Tue, May 2, 2017 at 10:44 AM, Markus Zapke-Gründemann < > > mar...@transcode.de> wrote: > > > I installed pgAdmin 4 successfully from the PostgreSQL FTP[1]

Re: [pgadmin-hackers] pgAdmin4: Test-suite OS compatability issue

2017-05-03 Thread Navnath Gadakh
Hi Dave, I have applied and run this patch on Mac and it ran successfully without hang up. I used different OS: OS X Yosemite Version 10.10.2 OS X EI Capitan Version 10.11.6 What is your system config? On Tue, May 2, 2017 at 4:39 PM, Dave Page