Build failed in Jenkins: pgadmin4-master-python26 #416

2017-08-25 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Bump the version number for 2.0. Let's get testing started ASAP! [Dave Page] Ship with pre-configured paths that can work in both Server and Desktop

Build failed in Jenkins: pgadmin4-master-python35 #293

2017-08-25 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Ship with pre-configured paths that can work in both Server and Desktop -- [...truncated 360.50 KB...] 25 08 2017

pgAdmin 4 commit: Ensure builtins.SERVER_MODE is present so the docs bu

2017-08-25 Thread Dave Page
Ensure builtins.SERVER_MODE is present so the docs build cleanly. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0e5ea582943dd345c6b5e62a1d5213f89f6ca834 Modified Files -- docs/en_US/build_code_snippet.py | 8

Build failed in Jenkins: pgadmin4-master-python27 #295

2017-08-25 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Ship with pre-configured paths that can work in both Server and Desktop -- [...truncated 361.47 KB...] PhantomJS 2.1.1 (Linux

Build failed in Jenkins: pgadmin4-master-python33 #295

2017-08-25 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Ship with pre-configured paths that can work in both Server and Desktop [Dave Page] Ensure builtins.SERVER_MODE is present so the docs build cleanly.

pgAdmin 4 commit: Bump the version number for 2.0. Let's get testing st

2017-08-25 Thread Dave Page
Bump the version number for 2.0. Let's get testing started ASAP! Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fb9eee47bd9b2745b613336f0c4ef76d19fe2bde Modified Files -- runtime/Info.plist | 4 ++-- runtime/pgAdmin4.pro | 2

Re: [pgAdmin4][Patch]: Allow user to provide custom SSL certificates and provide .pgpass file

2017-08-25 Thread Murtuza Zabuawala
Hi Dave, On Fri, Aug 25, 2017 at 2:14 PM, Dave Page wrote: > Hi > > On Thu, Aug 24, 2017 at 9:02 AM, Murtuza Zabuawala enterprisedb.com> wrote: > >> Hi, >> >> PFA patch to allow user to provide custom path for SSL certificates and >> also allow user to

Build failed in Jenkins: pgadmin4-master-python36 #291

2017-08-25 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Bump the version number for 2.0. Let's get testing started ASAP! [Dave Page] Ship with pre-configured paths that can work in both Server and Desktop

Re: pgAdmin 4 commit: Ship with pre-configured paths that can work in both

2017-08-25 Thread Devrim Gündüz
Hi Dave, On Fri, 2017-08-25 at 10:59 +0100, Dave Page wrote: > Devrim; we'll need RPM changes for this. We need to work together to > thoroughly test those changes. Please book time in my calendar to > collaborate. Ack. Regards, -- Devrim Gündüz EnterpriseDB: https://www.enterprisedb.com

Build failed in Jenkins: pgadmin4-master-python34 #287

2017-08-25 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Ship with pre-configured paths that can work in both Server and Desktop [Dave Page] Ensure builtins.SERVER_MODE is present so the docs build cleanly.

Build failed in Jenkins: pgadmin4-master-python35 #294

2017-08-25 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Ensure builtins.SERVER_MODE is present so the docs build cleanly. -- [...truncated 797.09 KB...] Adding en_US/images/index_general.png

pgAdmin 4 commit: Regression tests aren't run under the runtime, so no

2017-08-25 Thread Dave Page
Regression tests aren't run under the runtime, so no need to check for builtins.SERVER_MODE's existence. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=507d8b3fe41fcb7d402822f3b02c0b2cbc85f7b7 Modified Files --

pgAdmin 4 commit: Ensure builtins.SERVER_MODE is handled if running set

2017-08-25 Thread Dave Page
Ensure builtins.SERVER_MODE is handled if running setup.py standalone. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a65f7b330b48b83adfde0ca661c0e6ec9f05909b Modified Files -- web/setup.py | 10 ++ 1 file changed, 10

Re: Next release

2017-08-25 Thread Surinder Kumar
Hi On Fri, Aug 25, 2017 at 2:04 PM, Dave Page wrote: > > > On Fri, Aug 25, 2017 at 9:28 AM, Harshal Dhumal < > harshal.dhu...@enterprisedb.com> wrote: > >> One more thing that this will only work for future pgAdmin4 versions >> > > > Yeah :-( > > >> >> -- >> *Harshal Dhumal*

Re: pgAdmin 4 commit: Ship with pre-configured paths that can work in both

2017-08-25 Thread Dave Page
All, Please note, this patch will probably break your dev environments :-). You may need to override a few more things in config_local.py, or as in my case, remove a few things. Devrim; we'll need RPM changes for this. We need to work together to thoroughly test those changes. Please book time

pgAdmin 4 commit: Branch refs/heads/REL-1_X was created

2017-08-25 Thread git
Branch refs/heads/REL-1_X was created. View: https://git.postgresql.org/gitweb?p=pgadmin4.git;a=shortlog;h=refs/heads/REL-1_X

Build failed in Jenkins: pgadmin4-master-python26 #417

2017-08-25 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Ensure builtins.SERVER_MODE is present so the docs build cleanly. -- [...truncated 816.81 KB...] Adding

pgAdmin 4 commit: Using the proper python syntax to fetch the default b

2017-08-25 Thread Ashesh Vashi
Using the proper python syntax to fetch the default binary path for different servers types. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b1ad89fb4a772c0b396cb8907a1a1ce5973bc82e Author: Harshal Dhumal

Re: fix keyerror problems

2017-08-25 Thread Ashesh Vashi
On Sat, Aug 26, 2017 at 12:24 AM, Dave Cramer wrote: > See attached patch > I have already committed a patch for the same. But - improved the syntax as per Harshal's suggestion. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company

Build failed in Jenkins: pgadmin4-master-python27 #296

2017-08-25 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Ensure builtins.SERVER_MODE is present so the docs build cleanly. [Dave Page] Regression tests aren't run under the runtime, so no need to check for [Dave Page] Ensure

Re: pgAdmin 4 commit: Update docs to more accurately reflect the SERVER_MOD

2017-08-25 Thread Dave Page
Akshay, Ashesh, I've committed these doc changes to reflect the paths/SERVER_MODE changes. Could you both please review them and let me know if I missed anything of importance, or if anything isn't clear? Thanks. On Fri, Aug 25, 2017 at 12:13 PM, Dave Page wrote: > Update

Jenkins build is back to normal : pgadmin4-master-python35 #295

2017-08-25 Thread pgAdmin 4 Jenkins
See

Jenkins build is back to normal : pgadmin4-master-python26 #419

2017-08-25 Thread pgAdmin 4 Jenkins
See

Re: [pgadmin4][Patch] Greenplum specific DDL and Dashboard display

2017-08-25 Thread Robert Eckhardt
Given that Greenplum is going to GA next month can we get that stable OSS version included in the CI? Rob On Aug 25, 2017 8:27 AM, "Akshay Joshi" wrote: > Thanks patch applied. I haven't tested it on GPDB. > > On Fri, Aug 25, 2017 at 4:55 PM, Ashesh Vashi < >

Build failed in Jenkins: pgadmin4-master-python36 #292

2017-08-25 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Ensure builtins.SERVER_MODE is present so the docs build cleanly. [Dave Page] Regression tests aren't run under the runtime, so no need to check for [Dave Page] Ensure

pgAdmin 4 commit: Fix the feature tests failuers.

2017-08-25 Thread Ashesh Vashi
Fix the feature tests failuers. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5dd375dd2081c126b7b3b9f0dba21976d2a45a1f Author: Wenlin Zhang Modified Files --

pgAdmin 4 commit: Greenplum specific DDL and Dashboard display changes.

2017-08-25 Thread Akshay Joshi
Greenplum specific DDL and Dashboard display changes. Initial patch by Sarah McAlear. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=46c5df4e7bb7abba6896cfb86eed43914a74850a Author: Teng Zhang

Re: [pgadmin4][Patch] Greenplum specific DDL and Dashboard display

2017-08-25 Thread Akshay Joshi
Thanks patch applied. I haven't tested it on GPDB. On Fri, Aug 25, 2017 at 4:55 PM, Ashesh Vashi wrote: > On Fri, Aug 25, 2017 at 4:53 PM, Dave Cramer wrote: > >> I'm suggesting that it be pushed >> > Akshay is already on to it, and

Re: [pgadmin4][Patch] Greenplum specific DDL and Dashboard display

2017-08-25 Thread Dave Cramer
I'm suggesting that it be pushed Dave Cramer On 24 August 2017 at 23:00, Teng Zhang wrote: > Sure, you can get as much as you like. > Thanks > > -- Forwarded message -- > From: Dave Cramer > Date: Thu, Aug 24, 2017 at 8:34 PM >

Jenkins build is back to normal : pgadmin4-master-python34 #288

2017-08-25 Thread pgAdmin 4 Jenkins
See

Re: [pgAdmin4][Patch]: Add command under scripts to run webpack bundle in watch mode

2017-08-25 Thread Ashesh Vashi
Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Wed, Aug 9, 2017 at 6:51 PM, Surinder Kumar <

Jenkins build is back to normal : pgadmin4-master-python27 #297

2017-08-25 Thread pgAdmin 4 Jenkins
See

Re: Next release

2017-08-25 Thread Harshal Dhumal
One more thing that this will only work for future pgAdmin4 versions -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Aug 25, 2017 at 1:48 PM, Dave Page wrote: > > > On Fri, Aug 25, 2017

pgAdmin 4 commit: Properly cleanup after running the FTS test cases.

2017-08-25 Thread Dave Page
Properly cleanup after running the FTS test cases. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bd04cfaaa8bd6830b8c6277d5580fe5b1bb0aabe Author: Navnath Gadakh Modified Files --

Re: Next release

2017-08-25 Thread Dave Page
On Fri, Aug 25, 2017 at 9:28 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > One more thing that this will only work for future pgAdmin4 versions > Yeah :-( > > -- > *Harshal Dhumal* > *Sr. Software Engineer* > > EnterpriseDB India: http://www.enterprisedb.com > The Enterprise

Re: pgAdmin4: Random failure of FTS test cases due to improper random string creation

2017-08-25 Thread Dave Page
Thanks, patch applied. On Fri, Aug 25, 2017 at 6:47 AM, Navnath Gadakh < navnath.gad...@enterprisedb.com> wrote: > Hi Dave, > > Please find the attached patch. The code added to tear down the FTS > related objects. As this issue was random, I have tested this patch on all > 12 servers

Re: Next release

2017-08-25 Thread Surinder Kumar
Hi On Fri, Aug 25, 2017 at 1:03 AM, Dave Page wrote: > > > On Thu, Aug 24, 2017 at 8:28 PM, Harshal Dhumal < > harshal.dhu...@enterprisedb.com> wrote: > >> >> >> -- >> *Harshal Dhumal* >> *Sr. Software Engineer* >> >> EnterpriseDB India: http://www.enterprisedb.com >> The

Re: [pgAdmin4][Patch]: Ensure any changes to the config database are backward compatible

2017-08-25 Thread Surinder Kumar
Created an RM to track this issue. On Fri, Aug 25, 2017 at 7:19 PM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > ​Hi,​ > > We will use config variable `SCHEMA_VERSION` to keep track of SQLite > database changes. Whenever there is any

Build failed in Jenkins: pgadmin4-master-python27-feature #10

2017-08-25 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Ensure babel-polyfill is loaded in older qWebKits. Fixes #2593 [Dave Page] Fix test assertion. [Dave Page] Update yarn.lock [Dave Page] Ensure the appropriate entry is

Re: pgAdmin 4 commit: Greenplum specific DDL and Dashboard display changes.

2017-08-25 Thread Dave Page
I believe this patch has broken my installation. When I try to run now, I get: Exception in thread Thread-1: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File

Re: pgAdmin 4 commit: Greenplum specific DDL and Dashboard display changes.

2017-08-25 Thread Ashesh Vashi
On Fri, Aug 25, 2017 at 9:14 PM, Ashesh Vashi wrote: > On Fri, Aug 25, 2017 at 8:30 PM, Dave Page wrote: > >> I believe this patch has broken my installation. When I try to run now, I >> get: >> >> Exception in thread Thread-1: >> Traceback

Re: [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard

2017-08-25 Thread Dave Page
Thanks, patch applied. On Wed, Aug 9, 2017 at 12:19 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > Please find the updated patch with new UI style in dashboard subnode > control based on Chethana's design suggestion. > > @Shirley, > Yes, DBA needs to click on the

pgAdmin 4 commit: Define the utility path lable, and help message for t

2017-08-25 Thread Ashesh Vashi
Define the utility path lable, and help message for the Greenplum database server, shown in the preferences dialog. Also, fixed the issue, when server type is not defined in the DEFAULT_BINARY_PATHS, in the configuration. Branch -- master Details ---

fix keyerror problems

2017-08-25 Thread Dave Cramer
See attached patch Dave Cramer keyerror.patch Description: Binary data

Re: fix keyerror problems

2017-08-25 Thread Dave Cramer
Even better. I'm a python noob so help me out! Dave Cramer On 25 August 2017 at 15:17, Harshal Dhumal wrote: > how about this? > > default_path = ( > config.DEFAULT_BINARY_PATHS.get(st.stype, "") > ) > > > > > On Sat, Aug 26, 2017 at