Hi,
On Tue, 2018-06-26 at 12:09 +0100, Dave Page wrote:
> ... 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 Thursday.
Pushed EL-7, Fedora 27 and Fedora 28 packages to v10 testing re
Re: Dave Page 2018-06-26
> ... 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 Thursday.
>
> Note that these are the first builds from the new fully automated build
> system, and both
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 (Official Build) (64-bit)] MAC OS X High Sierra Version
> 10.13.3; Postg
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 Chrome beta 68; macOS High Sierra; Postgres 9.6
On Tue, Jun 26, 20
... 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 Thursday.
Note that these are the first builds from the new fully automated build
system, and both the Windows and Mac versions now use Pyt
Prep for 3.1 release.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f04b2e33b56ff967461e35cd9ba88908393bf345
Modified Files
--
docs/en_US/release_notes_3_1.rst | 2 +-
runtime/Info.plist | 2 +-
web/config.py
Hi Team,
I have modified the patch and used CSS Selector in add_server() function.
I have also tried different approaches to eliminate XPATH in click_tab()
function but failed to do so due to following reasons-:
1. :contains() function doesnt work with CSS selector in selenium and
since in mo