pgAdmin 4 commit: Fix reverse engineered sql for Foreign Data Wrapper c

2019-07-08 Thread Akshay Joshi
Fix reverse engineered sql for Foreign Data Wrapper created on EPAS server in redwood mode. Fixes #4450 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a17687e27c4a95195b1730796db502893b89fac4 Modified Files -- docs/en_US/release_

Re: [GSoC] Finalized First Patch

2019-07-08 Thread Khushboo Vashi
On Fri, Jul 5, 2019 at 4:31 PM Dave Page wrote: > Hi > > On Fri, Jul 5, 2019 at 6:28 AM Yosry Muhammad wrote: > >> - The patch won't apply with "git apply" and only partially applies with >>> patch -p0. Please "git add" all your changes and new files in your repo, >>> and then run "git diff --ca

pgAdmin 4 commit: Add an example of reverse proxying from HTTPS to HTTP

2019-07-08 Thread Dave Page
Add an example of reverse proxying from HTTPS to HTTP using Nginx. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=08e6d5418416dd953ea76fa1d8b6fc4b3367ccf5 Modified Files -- docs/en_US/container_deployment.rst | 41

[pgAdmin4][patch] Keyboard accessibility for sub-node control

2019-07-08 Thread Ganesh Jaybhay
Hi Hackers, Attached is the patch for keyboard accessibility of sub-node control. It also covers sub-node dialog forward/backward tab navigation with shortcuts. Kindly review. Regards, Ganesh Jaybhay subnode_control_accessibility.patch Description: Binary data

pgAdmin 4 commit: Add examples of reverse proxying with nginx.

2019-07-08 Thread Dave Page
Add examples of reverse proxying with nginx. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=07089785be652043f8b9d7e62d7bcedaad272174 Modified Files -- docs/en_US/container_deployment.rst | 56 -

pgAdmin 4 commit: Ensure browser should not be started by Selenium when

2019-07-08 Thread Akshay Joshi
Ensure browser should not be started by Selenium when feature tests are excluded from a test run. Fixes #4442 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8c39b10d9c50925a6a791fdae627a691f096266c Modified Files -- docs/en_US/re

pgAdmin 4 commit: Remove some files committed in error.

2019-07-08 Thread Dave Page
Remove some files committed in error. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bd0e4a5a8f0008af12c2fddf92b35b34da7b8e0a Modified Files -- .../sqleditor/static/img/save_data_changes.svg | 12 - .../tools/sqleditor/tests/e

pgAdmin 4 commit: Use special characters in names for RE-SQL tests to e

2019-07-08 Thread Dave Page
Use special characters in names for RE-SQL tests to exercise quoting. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=863f62f4d8cdf543fc9c6b344aa3ebf77edb8f0c Modified Files -- .../tests/ppas/9.4_plus/alter_resource_group_name.sql

Re: RE-SQL test patch for extension node

2019-07-08 Thread Dave Page
Hi On Fri, Jul 5, 2019 at 5:16 PM Nagesh Dhope wrote: > Hi Hackers, > Please review attached patch for RE-SQL test cases for *extension* node. > Unfortunately this fails on PostgreSQL 12 as the deprecated timetravel contrib module has finally been removed. Perhaps use sslinfo? That seems less

Re: pgAdmin 4 commit: Added logic to provide custom schema name in re_sql t

2019-07-08 Thread Akshay Joshi
Thanks patch applied On Mon, Jul 8, 2019 at 11:10 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > One small change is required to support the custom schema. > Please find the attached patch for the same. > > Thanks, > Khushboo > > On Fri, Jul 5, 2019 at 3:35 PM Akshay Joshi

pgAdmin 4 commit: Fix small issue which is required to support the cust

2019-07-08 Thread Akshay Joshi
Fix small issue which is required to support the custom schema in re_sql test cases. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7c38c1cb380bcbd6ffde6486029cd913cd59ef83 Author: Khushboo Vashi Modified Files -- .../browser/se