Re: Move pgAdmin git repo to Github?

2020-05-21 Thread Magnus Hagander
On Thu, May 21, 2020 at 1:08 PM Dave Page wrote: > We see a non-trivial amount of automated build failures caused by git > timeouts and Varnish cache meditation. This is only likely to get worse as > we've automated so many different build configurations, and the PostgreSQL > sysadmin team don't

Re: [pgAdmin]: Patch fixing Feature Tests failures on Selenium Grid

2020-05-21 Thread Akshay Joshi
Thanks, patch applied. On Thu, May 21, 2020 at 3:41 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please find attached patch fixing Feature Tests failures on Selenium > Grid.(Concurrent Execution). > Failures root cause - > - Some selenium actions fail while working in par

pgAdmin 4 commit: Fixed feature test failures on the selenium grid for

2020-05-21 Thread Akshay Joshi
Fixed feature test failures on the selenium grid for concurrent execution. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d927a517aa87ed64217077714b0021cceed62df9 Author: Yogesh Mahajan Modified Files -- tools/update_selenoid_bro

[pgAdmin4][Patch] - RM 4099 "SQL help for object type" link is not working with EPAS 10.x /11.x installed

2020-05-21 Thread Akshay Joshi
Hi Hackers Attached is the patch to fix the SQL help issue for EDB Postgres Advanced Server. URL gets changed from ' https://www.enterprisedb.com/docs/en/$VERSION$/pg/' to ' https://www.enterprisedb.com/edb-docs/d/postgresql/reference/manual/$VERSION$/ '. Modified/Added Jasmin test cases. Please

Re: Move pgAdmin git repo to Github?

2020-05-21 Thread Dave Page
On Thu, May 21, 2020 at 1:19 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi Dave, > > On Thu, May 21, 2020 at 4:38 PM Dave Page wrote: > >> We see a non-trivial amount of automated build failures caused by git >> timeouts and Varnish cache meditation. This is only likely t

Re: Move pgAdmin git repo to Github?

2020-05-21 Thread Murtuza Zabuawala
Hi Dave, On Thu, May 21, 2020 at 4:38 PM Dave Page wrote: > We see a non-trivial amount of automated build failures caused by git > timeouts and Varnish cache meditation. This is only likely to get worse as > we've automated so many different build configurations, and the PostgreSQL > sysadmin t

Re: Move pgAdmin git repo to Github?

2020-05-21 Thread Dave Page
On Thu, May 21, 2020 at 12:30 PM Ashesh Vashi wrote: > > On Thu, May 21, 2020 at 4:38 PM Dave Page wrote: > >> We see a non-trivial amount of automated build failures caused by git >> timeouts and Varnish cache meditation. This is only likely to get worse as >> we've automated so many different

pgAdmin 4 commit: Add information to the Redhat README about signing RP

2020-05-21 Thread Dave Page
Add information to the Redhat README about signing RPMs, creating a repository and creating repo RPMs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=96939ba985230e0691e3dcc2f683e95a8b7d9241 Modified Files -- pkg/redhat/README |

Re: Move pgAdmin git repo to Github?

2020-05-21 Thread Ashesh Vashi
On Thu, May 21, 2020 at 4:38 PM Dave Page wrote: > We see a non-trivial amount of automated build failures caused by git > timeouts and Varnish cache meditation. This is only likely to get worse as > we've automated so many different build configurations, and the PostgreSQL > sysadmin team don't

Move pgAdmin git repo to Github?

2020-05-21 Thread Dave Page
We see a non-trivial amount of automated build failures caused by git timeouts and Varnish cache meditation. This is only likely to get worse as we've automated so many different build configurations, and the PostgreSQL sysadmin team don't really want to get into the business of large-scale reposit

[pgAdmin]: Patch fixing Feature Tests failures on Selenium Grid

2020-05-21 Thread Yogesh Mahajan
Hi, Please find attached patch fixing Feature Tests failures on Selenium Grid.(Concurrent Execution). Failures root cause - - Some selenium actions fail while working in parallel with Query Editor Tools. > Added code to stop action failures & retry if still fails. - Dependents tab does not