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

2018-06-27 Thread pgAdmin 4 Jenkins
See

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

2018-06-27 Thread pgAdmin 4 Jenkins
See

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

2018-06-27 Thread pgAdmin 4 Jenkins
See

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

2018-06-27 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Feature test reliability improvements: -- [...truncated 484 B...] > git --version # timeout=10 > git fetch --tags --progress git://git.

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

2018-06-27 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Feature test reliability improvements: -- Started by an SCM change [EnvInject] - Loading node environment variables. Building in workspac

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

2018-06-27 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Feature test reliability improvements: -- [...truncated 147 B...] Fetching changes from the remote Git repository > git config remote.or

Jenkins build is back to normal : pgadmin4-master-python36 #670

2018-06-27 Thread pgAdmin 4 Jenkins
See

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

2018-06-27 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Feature test reliability improvements: -- Started by an SCM change [EnvInject] - Loading node environment variables. Building in workspac

Jenkins build is back to normal : pgadmin4-master-python33 #678

2018-06-27 Thread pgAdmin 4 Jenkins
See

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

2018-06-27 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Feature test reliability improvements: -- Started by an SCM change [EnvInject] - Loading node environment variables. Building in workspac

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

2018-06-27 Thread pgAdmin 4 Jenkins
See

pgAdmin 4 commit: PEP-8 fix

2018-06-27 Thread Dave Page
PEP-8 fix Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=21fd9536728015cb44d084bf69e4fbf27fcd5a1f Modified Files -- web/regression/feature_utils/pgadmin_page.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

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

2018-06-27 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Feature test reliability improvements: -- [...truncated 3.71 KB...] Ignoring python-dateutil: markers 'python_version >= "2.7"' don't mat

Re: pgadmin_page functions updated

2018-06-27 Thread Dave Page
On Tue, Jun 26, 2018 at 8:45 AM, Shubham Agarwal < shubham.agar...@enterprisedb.com> wrote: > Hi Team, > > I have modified the patch and used CSS Selector in add_server() function. > Thanks, applied. > > I have also tried different approaches to eliminate XPATH in click_tab() > function but fai

pgAdmin 4 commit: Feature test reliability improvements:

2018-06-27 Thread Dave Page
Feature test reliability improvements: 1. click_tab() -> Added wait till element is clickable, test cases are failing since the function attempts to click the tab which is not yet in the state to be clicked. 2. add_server() -> Replaced the sleep statement with wait till element to be clickable

Re: pgAdmin v3.1 candidate builds and source...

2018-06-27 Thread Devrim Gündüz
Hi, On Wed, 2018-06-27 at 13:21 +0100, Dave Page wrote: > Unfortunately I've had to re-spin due to a couple of translation issues > that could prevent server startup. Updated builds are here: > https://developer.pgadmin.org/builds/2018-06-27-3.1-2/ Pushed these new packages to the testing repo.

Re: pgAdmin v3.1 candidate builds and source...

2018-06-27 Thread Anthony DeBarros
Just to briefly follow up here. I cleared cookies for 127.0.0.1 in Chrome (there were three that seemed related to pgAdmin), then relaunched, and now the nodes expand properly. So, all good. Must have just been something in my browser session. On Wed, Jun 27, 2018 at 4:25 AM Dave Page wrote: >

Re: pgAdmin v3.1 candidate builds and source...

2018-06-27 Thread Dave Page
Unfortunately I've had to re-spin due to a couple of translation issues that could prevent server startup. Updated builds are here: https://developer.pgadmin.org/builds/2018-06-27-3.1-2/ On Tue, Jun 26, 2018 at 12:09 PM, Dave Page wrote: > ... can be found at https://developer.pgadmin.org/builds

pgAdmin 4 commit: Message catalog updates:

2018-06-27 Thread Dave Page
Message catalog updates: 1459 of 2000 messages (72%) translated in pgadmin/translations/de/LC_MESSAGES/messages.po 1930 of 2000 messages (96%) translated in pgadmin/translations/fr/LC_MESSAGES/messages.po 1961 of 2000 messages (98%) translated in pgadmin/translations/ja/LC_MESSAGES/messages.po

pgAdmin 4 commit: Japanese translation fixes.

2018-06-27 Thread Dave Page
Japanese translation fixes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6ca07528ff1fd6e26b73d3fbc642516cdc2db593 Author: Identifier Anonymous Modified Files -- docs/en_US/release_notes_3_1.rst | 1 + .../tra

Re: Updated Japanese translation for v3.1

2018-06-27 Thread Dave Page
Thanks, applied. On Wed, Jun 27, 2018 at 6:51 AM, Identifier Anonymous < emuser20140...@gmail.com> wrote: > Hello. > Before release of v3.1, here's an updated translation with sentence and > typo fixes. > (pot is based on v3.0, including a fix for #3303) > -- Dave Page Blog: http://pgsnake.bl

pgAdmin 4 commit: Fix a French translation error that could prevent the

2018-06-27 Thread Dave Page
Fix a French translation error that could prevent the server starting up. Fixes #3411 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8136b7236402d08b1309c502a3d4bfdb4c6e92e7 Author: Khushboo Vashi Modified Files -- docs/en_US/re

Re: pgAdmin v3.1 candidate builds and source...

2018-06-27 Thread Robert Eckhardt
On Tue, Jun 26, 2018 at 8:12 PM, Anthony DeBarros wrote: > Sounds good! Must just be my environment. Thanks for checking it out! > > On Tue, Jun 26, 2018 at 2:11 PM Fahar Abbas > wrote: > >> Hi Anthony! >> >> I am not able to reproducible this issue using Browser[Chrome Version >> 67.0.3396.99 (

Re: pgAdmin v3.1 candidate builds and source...

2018-06-27 Thread Dave Page
On Tue, Jun 26, 2018 at 8:28 PM, Christoph Berg wrote: > Re: Dave Page 2018-06-26 rd6qnxa5ynh-x+-rpn...@mail.gmail.com> > > ... can be found at https://developer.pgadmin.org/builds/2018-06-26-3.1/ > > and dpage/pgadmin4:2018-06-26-3.1 on Docker Hub. > > > > Fahar; please verify for release on Th

Re: pgAdmin v3.1 candidate builds and source...

2018-06-27 Thread Dave Page
On Tue, Jun 26, 2018 at 6:45 PM, Anthony DeBarros wrote: > Just fyi, I pulled a copy of the macOS version of this build, and for some > reason I cannot expand the Tables node in the tree on any of my databases > even though there are tables present. Could just be me, but wanted to note. > > Using