[pgAdmin4][RM3968] Panel automatically gets resized (wcDocker)

2019-03-20 Thread Aditya Toshniwal
Hi Hackers, My pull request(https://github.com/EnterpriseDB/wcDocker/pull/5) to fix resize issue in wcDocker is merged. Attached patch will update the version of wcDocker and fix the issue in pgAdmin4. Do not forget to yarn install. Kindly review. -- Thanks and Regards, Aditya Toshniwal Softwa

Re: Interested in GSoC projects on pgAdmin 4

2019-03-20 Thread Haoran Yu
Thanks Dave! I looked at your project descriptions and decided to create an application for Query Tool Graphing. Here's my partially complete proposal: https://docs.google.com/document/d/1zZhpmZQZBuZNsJA1UeKHrXKFJQCfmKKvTsnNbdmtT_0/edit?usp=sharing Everyone's welcome to give me feedback/suggestion

Re: [pgAdmin4][Patch] - RM 4030 - IDENTITY column not recognised

2019-03-20 Thread Dave Page
Hi On Wed, Mar 20, 2019 at 7:30 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #4030 - IDENTITY column not > recognised. > - Added support for IDENTITY column for PostgreSQL >= 10.0 > A few issues unfortunately: - There's an ex

pgAdmin 4 commit: Ensure that parser should be set in FTS Configuration

2019-03-20 Thread Akshay Joshi
Ensure that parser should be set in FTS Configuration. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=48c5c39c5dbfaf6aae662d0639c5c7f49e462202 Modified Files -- .../templates/fts_configuration/sql/default/properties.sql |

Re: [pgAdmin4][patch] SQL Keywords extract utility

2019-03-20 Thread Dave Page
Thanks - I've committed that, with a minor change to print the total at the end in a nice friendly format. On Wed, Mar 20, 2019 at 10:21 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the updated patch. Changes include, > 1) I have added a new requir

pgAdmin 4 commit: Add a small utility for extracting PostgreSQL SQL and

2019-03-20 Thread Dave Page
Add a small utility for extracting PostgreSQL SQL and pl/pgsql keywords from the interwebs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8e9a77b3e36cd754be32a2273ae6f2a84a394db9 Author: Aditya Toshniwal Modified Files -- tools

pgAdmin 4 commit: Fix an issue with Python 2.7 where regression test ou

2019-03-20 Thread Dave Page
Fix an issue with Python 2.7 where regression test output is printed twice by the logger. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b529c28b4383c8b66239f4849487a32bb783b050 Author: Khushboo Vashi Modified Files -- web/regre

pgAdmin 4 commit: 1) Fixed issue in Select2 Control, added undefined/nu

2019-03-20 Thread Akshay Joshi
1) Fixed issue in Select2 Control, added undefined/null check. 2) Fixed the width of the delete cell. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5dd1472d6b407b59cfe5b2c300268df4843edd7c Modified Files -- web/pgadmin/browser/se

pgAdmin 4 commit: Update pycodestyle to 2.5.0. Allow newer versions so

2019-03-20 Thread Dave Page
Update pycodestyle to 2.5.0. Allow newer versions so we can catch issues early. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=906a4a845e09e60f9d8683ca037305e79bbdcd3e Modified Files -- .pycodestyle

pgAdmin 4 commit: Remove the dependency on importlib for Python <= 2.7.

2019-03-20 Thread Dave Page
Remove the dependency on importlib for Python <= 2.7. It's not actually required. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=48c3763e95d872fc11b2a572645472ac69d36bbc Modified Files -- pkg/pip/setup_pip.py | 6 -- requireme

pgAdmin 4 commit: Delete the ci scripts that have be unmaintained and u

2019-03-20 Thread Dave Page
Delete the ci scripts that have be unmaintained and unused for some time now. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e1ae502725bfaced544285215a1e742aa3e028b8 Modified Files -- ci/build_docs.sh| 17 -

pgAdmin 4 commit: Apply codestyle checks to all Python code.

2019-03-20 Thread Dave Page
Apply codestyle checks to all Python code. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bb1e908b54a66f7b8751a82b358bcad49bbda9f1 Modified Files -- .pycodestyle | 2 +- Makefile | 6

Re: [pgAdmin4][patch] SQL Keywords extract utility

2019-03-20 Thread Aditya Toshniwal
Hi Hackers, Attached is the updated patch. Changes include, 1) I have added a new requirements.txt file under pgadmin/tools for requirements specific to utilities. 2) As suggested by Dave, I have pulled the release version from https://www.postgresql.org/docs/current/index.html and used it to pull

pgAdmin 4 commit: We need to prefix the exclude directories as the pyco

2019-03-20 Thread Dave Page
We need to prefix the exclude directories as the pycodestyle file is now in a different location. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6a8367beb9c6f750b3baf5b6ffd5b9a653064a40 Modified Files -- .pycodestyle | 2 +- 1 fil

Re: [pgAdmin4][patch] SQL Keywords extract utility

2019-03-20 Thread Dave Page
Hi On Wed, Mar 20, 2019 at 8:21 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > On Tue, Mar 19, 2019 at 9:46 PM Dave Page wrote: > >> Hi >> >> On Tue, Mar 19, 2019 at 10:43 AM Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wrote: >> >>> Hi Hackers, >>> >>> Att

Re: Regarding DDL in pgadmin

2019-03-20 Thread Dave Page
Hi On Wed, Mar 20, 2019 at 7:15 AM Travis wrote: > How does pdadmin4 get DDL of a table i cannot find any refrence in source > code > kindly help > The hard way I'm afraid - it's reverse engineered and re-generated from the system catalogues. -- Dave Page Blog: http://pgsnake.blogspot.com Twi

pgAdmin 4 commit: Fix PEP-8 issue and move the pycodestyle config into

2019-03-20 Thread Dave Page
Fix PEP-8 issue and move the pycodestyle config into a central location. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9273da2dc68ecf6cc1e2b4262f6de57bd04e2937 Modified Files -- web/.pycodestyle => .pycodestyle | 0 Makefile

Re: [pgAdmin4][patch] SQL Keywords extract utility

2019-03-20 Thread Aditya Toshniwal
Hi, On Tue, Mar 19, 2019 at 9:46 PM Dave Page wrote: > Hi > > On Tue, Mar 19, 2019 at 10:43 AM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached is a small utility which help in getting the SQL keywords used >> by PostgreSQL and pl/pgsql. >> Note that

[pgAdmin4][Patch] - RM 4030 - IDENTITY column not recognised

2019-03-20 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #4030 - IDENTITY column not recognised. - Added support for IDENTITY column for PostgreSQL >= 10.0 Thanks, Khushboo RM_4030.patch Description: Binary data

Regarding DDL in pgadmin

2019-03-20 Thread Travis
How does pdadmin4 get DDL of a table i cannot find any refrence in source code kindly help