pgAdmin 4 commit: Update version for release

2019-04-08 Thread Akshay Joshi
Update version for release Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ceb0e39e14ecdbdc1805ffe44986bc0bfa2273a3 Modified Files -- runtime/Info.plist | 4 ++-- runtime/pgAdmin4.pro | 2 +- web/config.py| 4 ++-- 3 files c

pgAdmin4 v4.5 candidate builds

2019-04-08 Thread Akshay Joshi
https://developer.pgadmin.org/builds/2019-04-08-1/ Fahar, can you please verify it for release on Wednesday. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

Re: [pgAdmin4][Patch] - RM 3605 & 2392 - View data fixes

2019-04-08 Thread Akshay Joshi
. Can you please fix the above issues. On Mon, Apr 8, 2019 at 2:20 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached updated patch. > > Thanks, > Khushboo > > On Fri, Apr 5, 2019 at 11:32 AM Akshay Joshi < > akshay.j

pgAdmin 4 commit: Fix an issue where the dropdown becomes misaligned/di

2019-04-08 Thread Akshay Joshi
Fix an issue where the dropdown becomes misaligned/displaced. Fixes #4138 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6016a5ee989a8f3f56c4a03994eb57989c3c0717 Author: Murtuza Zabuawala Modified Files -- docs/en_US/release_note

Re: [pgAdmin4][RM#4138] Allow us to set the dropdown body when rendering Select2 control

2019-04-08 Thread Akshay Joshi
ems > > Please review. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: Ensure that parameters of procedures for EPAS server

2019-04-10 Thread Akshay Joshi
Ensure that parameters of procedures for EPAS server 10 and below should be set/reset properly. Fixes #4161 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c3925e44821f218448c4d60faa2af7fee7dfb7d Modified Files -- docs/en_US/rele

pgAdmin 4 v4.5 released

2019-04-10 Thread Akshay Joshi
https://www.pgadmin.org/download/ RPM and DEB packages are expected to be available on the postgresql.org repositories within the next few days. *Note*: Users of the Python Wheel should uninstall and then reinstall instead of upgrading it. -- Akshay Joshi pgAdmin Project

pgAdmin 4 commit: 1) Added support for Default Partition. Fixes #3938

2019-04-11 Thread Akshay Joshi
1) Added support for Default Partition. Fixes #3938 2) Ensure that record should be add/edited for root partition table with primary keys. Fixes #4104 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a9d964b5ca04bbe00bf5585d5c19bdfdf603c8a9 Aut

Re: [pgAdmin4][Patch] - RM 4104 & RM 3938 - Partition table fixes

2019-04-11 Thread Akshay Joshi
Thanks patch applied. On Thu, Apr 11, 2019 at 11:30 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Akshay, > > On Thu, Apr 4, 2019 at 7:02 PM Akshay Joshi > wrote: > >> Hi Khushboo >> >> Below are the review comments: >> >>

pgAdmin 4 commit: 1) Ensure that JSON strings as comments should be add

2019-04-12 Thread Akshay Joshi
1) Ensure that JSON strings as comments should be added properly for all the objects. Fixes #3582 2) Fixed alignment issue of columns in definition section of Index node. Fixes #4121 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=024cfd2fab9

Re: [pgAdmin][RM3582] Can not add JSON-string as comments on objects

2019-04-12 Thread Akshay Joshi
> Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB Software Solutions | Pune > "Don't Complain about Heat, Plant a tree" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

Re: [pgAdmin4][Patch] - RM 3605 & 2392 - View data fixes

2019-04-16 Thread Akshay Joshi
s and delete those while > clicking on the Save button. > 2. If only newly added rows are to be deleted then delete those directly. > > Also, Slickgrid has been upgraded to the latest v2.3.4. > > Thanks, > Khushboo > > On Tue, Apr 9, 2019 at 11:46 AM Akshay Joshi < &g

pgAdmin 4 commit: 1) Fix an issue where Deleting N number of rows makes

2019-04-17 Thread Akshay Joshi
1) Fix an issue where Deleting N number of rows makes first N number of rows disable. Fixes #3605 2) Ensure that on clicking Delete button should not delete rows immediately from the database server, it should be deleted when Save button will be clicked. Fixes #2392 Branch -- master Deta

Re: [pgAdmin4][Patch] - RM 3605 & 2392 - View data fixes

2019-04-17 Thread Akshay Joshi
Thanks patch applied. On Thu, Apr 18, 2019 at 9:31 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the attached updated patch. > > On Tue, Apr 16, 2019 at 1:05 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > &

pgAdmin 4 commit: Fixed 'Location cannot be empty' error when open Tabl

2019-04-18 Thread Akshay Joshi
Fixed 'Location cannot be empty' error when open Tablespace properties. Fixes #4134 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d96f453e7f708f0254ddf9462b7bd651b4a8a3c1 Author: Aditya Toshniwal Modified Files -- docs/en_US/re

Re: [pgAdmin][RM4134] Tablespace location shows error "Location cannot be empty" in the pgAdmin 4

2019-04-18 Thread Akshay Joshi
ion is disabled in edit mode. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB Software Solutions | Pune > "Don't Complain about Heat, Plant a tree" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: Ensure that confirmation dialog should be popped up b

2019-04-18 Thread Akshay Joshi
Ensure that confirmation dialog should be popped up before reload of query tool or debugger if it is opened in a new browser tab. Fixes #4101 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=49b318c39e932b81472f2b186c3d242fedd41f2d Author: Adit

Re: [pgAdmin][RM4101] No confirmation before window refresh in query tabs

2019-04-18 Thread Akshay Joshi
shniwal > Software Engineer | EnterpriseDB Software Solutions | Pune > "Don't Complain about Heat, Plant a tree" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: Improvement for 'beforeunload' event, bind the event

2019-04-21 Thread Akshay Joshi
Improvement for 'beforeunload' event, bind the event only from where it is required. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=05ae33003056c866bafaf891c920696e48609286 Author: Aditya Toshniwal Modified Files -- web/pgadmin/

Re: [pgAdmin][patch] browser beforeunload event code improvements

2019-04-21 Thread Akshay Joshi
nlike > previously where just loading browser.js would bind the events which might > kill its reusability. > > Kindly review. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB Software Solutions | Pune > "Don't Complain about He

pgAdmin 4 commit: Fixed 'Increment value cannot be empty' error for exi

2019-04-21 Thread Akshay Joshi
Fixed 'Increment value cannot be empty' error for existing tables. Fixes #4160 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5452bff49e1b35705274711e603d5cb01be62a6a Author: Khushboo Vashi Modified Files -- docs/en_US/release_no

Re: [pgAdmin4][Patch] - RM 4160 - (Re-)Edit column properties blocked to "Increment value cannot be empty" error.

2019-04-21 Thread Akshay Joshi
hanks, > Khushboo > > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: Fix an issue where 'GRANT UPDATE' sql should be displ

2019-04-21 Thread Akshay Joshi
Fix an issue where 'GRANT UPDATE' sql should be displayed for default sequence privileges. Fixes #4087 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ecded183338192ff6110c8e16da6823511d9d6f9 Author: Khushboo Vashi Modified Files ---

Re: [pgAdmin4][Patch] - RM 4087 - Default sequence privileges does not show update grant

2019-04-21 Thread Akshay Joshi
Thanks patch applied. On Mon, Apr 22, 2019 at 11:48 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #4087 - Default sequence > privileges does not show update grant. > > Thanks, > Khushboo > >

pgAdmin 4 commit: Ensure that newly added row in backgrid should be vis

2019-04-23 Thread Akshay Joshi
Ensure that newly added row in backgrid should be visible. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=74af8976c9029b7ea79a564e1c6c319630d3cef1 Author: Khushboo Vashi Modified Files -- docs/en_US/release_notes_4_6.rst

Re: [pgAdmin4][Patch] - RM 3327 - Inconsistent behavior of partition table for the partition type

2019-04-23 Thread Akshay Joshi
> > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

[pgAdmin4][Patch]: RM #4163 Corrupted SQL code for some tables

2019-04-24 Thread Akshay Joshi
Hi Hackers, Attached is the patch to fix RM #4163 "Corrupted SQL code for some tables". Please review it. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246* RM_4163.patch Description: Binary data

[pgAdmin4][Patch]: RM #4154 List sequences in left tree

2019-04-26 Thread Akshay Joshi
review it. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246* RM_4154.patch Description: Binary data

pgAdmin 4 commit: Update message catalogs.

2019-04-26 Thread Akshay Joshi
Update message catalogs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=92e6a47713ff45a94a4c6f7195b7fb8cdc378e0f Modified Files -- web/pgadmin/messages.pot | 820 - .../translations/de/LC_MESSAGES

Translators: Release next week

2019-04-26 Thread Akshay Joshi
Hi Translators, We have started a new process of sending an email before creating a candidate build of every release, so updates to translations prior to release would be helpful. The template and catalogs have been updated in git. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Archi

pgAdmin 4 commit: Update version for release.

2019-04-29 Thread Akshay Joshi
Update version for release. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=991fe3d7976535e96d1d0f4e0326bcad06a96ad8 Modified Files -- runtime/Info.plist | 4 ++-- runtime/pgAdmin4.pro | 2 +- web/config.py| 4 ++-- 3 files

Re: french translation

2019-04-29 Thread Akshay Joshi
Thanks patch applied. On Tue, Apr 30, 2019 at 11:39 AM wrote: > hello > here's the french updated translation > bye > Fred > > > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: Update French translation.

2019-04-29 Thread Akshay Joshi
Update French translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=277bf85645c302e30ae10f2d7262789d2ec72998 Author: Fred Escallier Modified Files -- .../translations/fr/LC_MESSAGES/messages.mo| Bin 157203 -> 16844

pgAdmin4 v4.6 candidate builds

2019-04-30 Thread Akshay Joshi
Hi All, pgAdmin4 v4.6 candidate builds and source can be found at https://developer. pgadmin.org/builds/2019-04-30-1/ Fahar, can you please verify it for release on Thursday. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mo

Re: pgAdmin4 v4.6 candidate builds

2019-04-30 Thread Akshay Joshi
t; available, will test it accordingly. > > Kind Regards, > > > > On Tue, Apr 30, 2019 at 12:22 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi All, >> >> pgAdmin4 v4.6 candidate builds and source can be found at >> https://deve

pgAdmin 4 v4.6 released

2019-05-02 Thread Akshay Joshi
clicked. Builds for Windows and macOS are available now, along with a Python Wheel, Docker Container and source code tarball from: https://www.pgadmin.org/download/ RPM and DEB packages are expected to be available on the postgresql.org repositories within the next few days. -- Akshay Joshi

pgAdmin 4 commit: Fix file browser path issue which occurs when client

2019-05-02 Thread Akshay Joshi
Fix file browser path issue which occurs when client is on Windows and server is on Mac/Linux. Fixes #4164 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=036bd666381fc620a5791b792dede42dbc386ce4 Author: Aditya Toshniwal Modified Files -

Re: [pgAdmin][RM4164] File browser/manager should be based on server platform

2019-05-02 Thread Akshay Joshi
; consider the server platform and not the client when forming the path. > > This also fixes #4150. > > Kindly review. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB Software Solutions | Pune > "Don't Complain about Heat,

pgAdmin 4 commit: Updated jQuery version as they have fixed some vulner

2019-05-03 Thread Akshay Joshi
Updated jQuery version as they have fixed some vulnerability issue. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=20c42d878bbd291ffacf3e961bb2e5675f20b601 Modified Files -- web/package.json | 2 +- web/yarn.lock| 509 +--

pgAdmin 4 commit: Fixed console error when subnode control is used in p

2019-05-09 Thread Akshay Joshi
Fixed console error when subnode control is used in panels. Fixes #4246 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eb189844e762805696dca4d569a5060387f7933a Author: Murtuza Zabuawala Modified Files -- docs/en_US/release_notes_

Re: [pgAdmin4][Rm#4246] Subnode control throws console error when used in Panels

2019-05-09 Thread Akshay Joshi
erprisedb.com > The Enterprise PostgreSQL Company > > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: 1) Make folder name pluralise inside 'templates' fold

2019-05-15 Thread Akshay Joshi
1) Make folder name pluralise inside 'templates' folder and fix naming inconsistency. 2) Remove unwanted functions "module_js()" from the code. 3) Change naming convention for 'Roles' module. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b71

pgAdmin 4 commit: Fix accessibility issue for menu navigation. Fixes #4

2019-05-15 Thread Akshay Joshi
Fix accessibility issue for menu navigation. Fixes #4194 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ed8d1cde0094902c1e9d2a97cdf0a79bc9a01057 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_4_7.rst

Re: [pgAdmin][RM4194] Menu navigation is broken (Accessibility)

2019-05-15 Thread Akshay Joshi
gt;> "Don't Complain about Heat, Plant a TREE" >> > > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: 1) Fixed Tab key navigation for Maintenance dialog. F

2019-05-15 Thread Akshay Joshi
1) Fixed Tab key navigation for Maintenance dialog. Fixes #4227 2) Fix Tab key issue for Toggle switch controls and button on the dialog footer in Safari browser. Fixes #4244 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2cd58efcddc08e8914e7

Re: [pgAdmin][RM4227] Tab key navigation for is not working on Maintenance dialog (Accessibility)

2019-05-15 Thread Akshay Joshi
a TREE" >> > > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: Ensure that element should get highlighted when they

2019-05-15 Thread Akshay Joshi
Ensure that element should get highlighted when they get focus on using Tab key. Fixes #4245 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=db4bb22cc63a31d0fa4c5878b67b9048ddab736a Author: Aditya Toshniwal Modified Files -- docs

Re: [pgAdmin][RM4245] Elements does not highlight when they get focus (Accessibility)

2019-05-15 Thread Akshay Joshi
Toshniwal > Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: Fixed error on displaying table properties of a table

2019-05-15 Thread Akshay Joshi
Fixed error on displaying table properties of a table partitioned by list having a default partition. Fixes #4262 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ab5f35da8d5242a74b42f1da28267ade27bd1b43 Author: Sander Eikelenboom Modified Fi

Re: [PATCH] Fix error on displaying table properties of a table partitioned by list having a default partition.

2019-05-15 Thread Akshay Joshi
issed in commit > a9d964b5ca04bbe00bf5585d5c19bdfdf603c8a9. > > -- > Sander Eikelenboom > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: Update message catalogs.

2019-05-24 Thread Akshay Joshi
Update message catalogs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2790d01c31426ba1a8d1e4433b54ae7f2c88a27e Modified Files -- web/pgadmin/messages.pot | 1307 ++- .../translations/de/LC_MESSAG

Translators: Release next week

2019-05-24 Thread Akshay Joshi
Hi Translators, We will have release next week, so updates to translations prior to release would be helpful. The template and catalogs have been updated in git. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976

pgAdmin 4 commit: 1. Fix syntax error when adding more than one column

2019-05-27 Thread Akshay Joshi
1. Fix syntax error when adding more than one column to the existing table. Fixes #4162 2. Fix syntax error when creating a table with a serial column. Fixes #4284 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=90a45557b95c1288f393de294ab0b83

pgAdmin 4 commit: Fixed CSRF security vulnerability issue. per Alvin Li

2019-05-27 Thread Akshay Joshi
Fixed CSRF security vulnerability issue. per Alvin Lindstam. Fixes #4217 Initial patch by: Khushboo Vashi Modified by: Ashesh Vashi and Murtuza Zabuawala Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6f0eafb2233feacd26951551393c4f1d0b7204dc A

pgAdmin 4 commit: 1. Added Master Password to increase the security of

2019-05-27 Thread Akshay Joshi
1. Added Master Password to increase the security of saved passwords. Fixes #4184 2. In server(web) mode, update all the saved server credentials when user password is changed. Fixes #3377 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dfa89

pgAdmin 4 commit: Update message catalogs.

2019-05-27 Thread Akshay Joshi
Update message catalogs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a936f708de0207b2afec341084a5585514a97671 Modified Files -- web/pgadmin/messages.pot | 1025 ++- .../translations/de/L

pgAdmin 4 commit: Update version for release

2019-05-27 Thread Akshay Joshi
Update version for release Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8851cb0704db549292b8e2d3a1221f8834135a86 Modified Files -- runtime/Info.plist | 4 ++-- runtime/pgAdmin4.pro | 2 +- web/config.py| 4 ++-- 3 files c

pgAdmin4 v4.7 candidate builds

2019-05-28 Thread Akshay Joshi
Hi All, pgAdmin4 v4.7 candidate builds and source can be found at https://developer. pgadmin.org/builds/2019-05-28-1/ Fahar, can you please verify it for release on Thursday. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mo

pgAdmin 4 commit: Fix fatal error on launch of pgAdmin4. Fixes #4298

2019-05-28 Thread Akshay Joshi
Fix fatal error on launch of pgAdmin4. Fixes #4298 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9fdf68d55965592117e972a8c7726bcaa64b8fd7 Author: Ashesh Vashi Modified Files -- web/pgadmin/misc/__init__.py | 2 ++ 1 file changed,

pgAdmin 4 commit: Update Japanese translation.

2019-05-28 Thread Akshay Joshi
Update Japanese translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=12186a0fd6329c964313bbe961633627f8dda1dd Author: Identifier Anonymous Modified Files -- .../translations/ja/LC_MESSAGES/messages.mo| Bin 165355 -

Re: Japanese translation (June 2019)

2019-05-28 Thread Akshay Joshi
Thanks patch applied. On Tue, May 28, 2019 at 4:06 PM fn ln wrote: > Hello. > Updated translation for version 4.7 is in attachment. > messages.pot was taken from git a936f708. > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India

Re: pgAdmin4 v4.7 candidate builds

2019-05-28 Thread Akshay Joshi
e verify it for release. > On Tue, May 28, 2019 at 1:53 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi All, >> >> pgAdmin4 v4.7 candidate builds and source can be found at >> https://developer.pgadmin.org/builds/2019-05-28-1/ >>

pgAdmin 4 commit: Update French translation.

2019-05-28 Thread Akshay Joshi
Update French translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dad0d690db646ed09a8c531b275e7d89750080a8 Author: Fred Escallier Modified Files -- .../translations/fr/LC_MESSAGES/messages.mo| Bin 158720 -> 17002

Re: French translation for 4.7

2019-05-28 Thread Akshay Joshi
Thanks patch applied. On Tue, May 28, 2019 at 5:28 PM wrote: > hi > ...and here the fr updated from messages.pot taken from git a936f708. > Fred > > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: Fix encoding issue for background process, it is regr

2019-05-29 Thread Akshay Joshi
Fix encoding issue for background process, it is regression of Master Password. Fixes #4303 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aa95ff9f57b34a419a53dbc62d4b1b8b1bad970c Modified Files -- web/pgadmin/utils/driver/psycop

pgAdmin 4 commit: Added Help button on all master password dialogs.

2019-05-29 Thread Akshay Joshi
Added Help button on all master password dialogs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=15252b0a262b99b2d85b4a058eb0188417ab24bc Author: Aditya Toshniwal Modified Files -- docs/en_US/images/master_password_enter.png

Re: pgAdmin4 v4.7 candidate builds

2019-05-29 Thread Akshay Joshi
Hi All, New installers and source can be found at https://developer.pgadmin.org/builds/2019-05-29-1/ Fahar, please verify it for the release. On Tue, May 28, 2019 at 6:31 PM Akshay Joshi wrote: > Hi All, > > On Tue, May 28, 2019 at 4:16 PM Fahar Abbas > wrote: > >> Hi

pgAdmin 4 v4.7 released

2019-05-30 Thread Akshay Joshi
/javascript instead. Builds for Windows and macOS are available now, along with a Python Wheel, Docker Container and source code tarball from: https://www.pgadmin.org/download/ RPM and DEB packages are expected to be available on the postgresql.org repositories within the next few days. -- Akshay

pgAdmin 4 commit: Improve the performance of explain plan by embedding

2019-05-30 Thread Akshay Joshi
Improve the performance of explain plan by embedding the images only when downloading it. Fixes #4307 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=32defc91cc9fd381f1f08968a268b02ebd014df3 Author: Murtuza Zabuawala Modified Files -

Re: [RM#4307][pgAdmin4] Graphical Explain Plan - Embed images in explain plan only when user try to download it

2019-05-30 Thread Akshay Joshi
alled and not when displaying the graphical plan. >>> >>> -- >>> Regards, >>> Murtuza Zabuawala >>> EnterpriseDB: http://www.enterprisedb.com >>> The Enterprise PostgreSQL Company >>> >>> >> >> -- >> Thanks and Regards, >> Aditya Toshniwal >> Software Engineer | EnterpriseDB India | Pune >> "Don't Complain about Heat, Plant a TREE" >> > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: Fix the issue of accessing the SQL for Views and Mate

2019-05-30 Thread Akshay Joshi
Fix the issue of accessing the SQL for Views and Materialized Views. Regression of pluralisation of folder names. Fixes #4308 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=26c7d76d4f274a905085bd5a168e428f0defbc50 Modified Files

pgAdmin 4 commit: Fix syntax error while opening properties tab of func

2019-06-01 Thread Akshay Joshi
Fix syntax error while opening properties tab of functions and procedures inside packages. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6a7339bbe47755e5aa9684ba5fc9cd21c69b780f Modified Files -- .../packages/edbfuncs/templates/

pgAdmin 4 commit: Update message catalogs.

2019-06-01 Thread Akshay Joshi
Update message catalogs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6b805238720f2597bcfc5f8020d3aa871967a777 Modified Files -- web/pgadmin/messages.pot | 451 +++--- .../translations/de/LC_MESSAGES/me

pgAdmin 4 commit: Update version for release.

2019-06-01 Thread Akshay Joshi
Update version for release. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=969a2961fe56db69203ed9969b8d6155432c435c Modified Files -- runtime/Info.plist | 4 ++-- runtime/pgAdmin4.pro | 2 +- web/config.py| 4 ++-- 3 files

pgAdmin 4 commit: Update the release date in the release note.

2019-06-01 Thread Akshay Joshi
Update the release date in the release note. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c16c593322b891febb173de1420662e06feb6f97 Modified Files -- docs/en_US/release_notes_4_8.rst | 2 +- 1 file changed, 1 insertion(+), 1 delet

pgAdmin4 v4.8 candidate builds

2019-06-01 Thread Akshay Joshi
Hi All, pgAdmin4 v4.8 candidate builds and source can be found at https://developer.pgadmin.org/builds/2019-06-01-1/ Fahar, can you please verify it for release on Monday. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile:

pgAdmin 4 v4.8 released

2019-06-03 Thread Akshay Joshi
Container and source code tarball from: https://www.pgadmin.org/download/ RPM and DEB packages are expected to be available on the postgresql.org repositories within the next few days. -- Akshay Joshi pgAdmin Project

pgAdmin 4 commit: 1) Fix issue where SSH tunnel connection using passwo

2019-06-04 Thread Akshay Joshi
1) Fix issue where SSH tunnel connection using password is failing, it's regression of Master Password. Fixes #4320 2) Fix some more issues related to SSH Tunnel(By: Akshay Joshi) Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitd

Re: [pgAdmin][RM4320] PgAdmin 4 fails to accept ssh password

2019-06-04 Thread Akshay Joshi
hanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: Update codemirror version. Fixes #4035

2019-06-04 Thread Akshay Joshi
Update codemirror version. Fixes #4035 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9a00a8a60b18cb1f5bdf932821d18c0c868ac9bb Author: Aditya Toshniwal Modified Files -- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 d

Re: [pgAdmin][RM4035] ELSIF not correctly highlighted in editor

2019-06-05 Thread Akshay Joshi
d to be available for next release. >> >> -- >> Thanks and Regards, >> Aditya Toshniwal >> Software Engineer | EnterpriseDB India | Pune >> "Don't Complain about Heat, Plant a TREE" >> > > > -- > Thanks and Regards, > Aditya Toshniwal

[pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12

2019-06-06 Thread Akshay Joshi
rror while specifying "TABLESPACE" in create table syntax for partitioned table, so fix that too. This is the initial patch to fix the issues that has been raised or I have found. Will continue to work on adding support for v12. Will check the release notes. -- *Thanks & Rega

Re: [pgAdmin4][Patch]: Feature #4283 pgAdmin4 support for v12

2019-06-07 Thread Akshay Joshi
olumns. 3. #4335 <https://redmine.postgresql.org/issues/4335> Add EXPLAIN option SETTINGS and SUMMARY Attached is the complete patch, ignore the previous patch. Please review it. On Thu, Jun 6, 2019 at 3:31 PM Akshay Joshi wrote: > Hi Hackers, > > I have started adding s

pgAdmin 4 commit: Fix issue where new column should be created with Def

2019-06-09 Thread Akshay Joshi
Fix issue where new column should be created with Default value. Fixes #4235 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b9c50ee5c60fbb9eda0b7004194b5e477b4ea12 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_no

Re: [pgAdmin][RM4253] create new column with default value

2019-06-09 Thread Akshay Joshi
as default > value. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: Fix issue where reverse engineered SQL was failing fo

2019-06-09 Thread Akshay Joshi
Fix issue where reverse engineered SQL was failing for foreign tables, if it had = in the options. Fixes #4171 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7ff85903e4fe95f4dd918152e2577d80b0c577e8 Author: Aditya Toshniwal Modified Files -

Re: [pgAdmin][RM4171] Can not display sql of foreign table when used character = in options

2019-06-09 Thread Akshay Joshi
the options. > Kindly review. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

Re: [pgAdmin][RM4329] Initialization error when parameterised functions debugged in parallel in two separate tabs

2019-06-10 Thread Akshay Joshi
Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*

pgAdmin 4 commit: Fix issue where property dialog of column should open

2019-06-11 Thread Akshay Joshi
Fix issue where property dialog of column should open properly for EPAS v12. Fixes #4343 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d774a0ff6766f410fa8c1aaad460700d53cf03e7 Modified Files -- docs/en_US/release_notes_4_9.rst

[pgAdmin4][Patch]: Feature #4202 Implement new framework to test Reverse Engineering SQL

2019-06-13 Thread Akshay Joshi
xpected_sql_file": ""* Attached patch contains both the above mentioned examples. Please review it. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246* Test_Re_SQL.patch Description: Binary data

pgAdmin 4 commit: Fix syntax error for Default value of column. It is a

2019-06-13 Thread Akshay Joshi
Fix syntax error for Default value of column. It is a regression of #4253 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=04328b76bab8cb56d80c9aaf47fbbc3160bf76f4 Modified Files -- .../databases/schemas/tables/templates/tables/sql/

Re: [pgAdmin][RM4357] Connection restoration issue after restart and refresh pgadmin page

2019-06-13 Thread Akshay Joshi
pens when > master password is disabled. > > Kindly review. > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- *Thanks & Regards* *Akshay Joshi* *Sr. Softwa

pgAdmin 4 commit: Fix connection restoration issue when pgAdmin server

2019-06-13 Thread Akshay Joshi
Fix connection restoration issue when pgAdmin server is restarted and the page is refreshed. Fixes #4357 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=82bd94e696408005ba45aff7d880ec35e7ebaa09 Author: Aditya Toshniwal Modified Files ---

Re: [pgAdmin4][Patch]: Feature #4202 Implement new framework to test Reverse Engineering SQL

2019-06-14 Thread Akshay Joshi
On Fri, Jun 14, 2019 at 1:59 PM Dave Page wrote: > Hi > > On Thu, Jun 13, 2019 at 12:52 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Hackers >> >> I have implemented the new test framework to test the Reverse Engineering >&g

Re: [pgAdmin4][Patch]: Feature #4202 Implement new framework to test Reverse Engineering SQL

2019-06-16 Thread Akshay Joshi
Hi Dave/Hackers On Fri, Jun 14, 2019 at 6:10 PM Akshay Joshi wrote: > > > On Fri, Jun 14, 2019 at 1:59 PM Dave Page wrote: > >> Hi >> >> On Thu, Jun 13, 2019 at 12:52 PM Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> Hi

pgAdmin 4 commit: Fix help links for backup globals and backup server.

2019-06-17 Thread Akshay Joshi
Fix help links for backup globals and backup server. Fixes #4365 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bf548dda3f5a383474e0f4f57544a75e35a2084a Modified Files -- docs/en_US/release_notes_4_9.rst

Re: [pgAdmin4][Patch]: Feature #4202 Implement new framework to test Reverse Engineering SQL

2019-06-17 Thread Akshay Joshi
Hi Dave On Mon, Jun 17, 2019 at 1:33 PM Dave Page wrote: > > > On Mon, Jun 17, 2019 at 8:19 AM Ashesh Vashi < > ashesh.va...@enterprisedb.com> wrote: > >> >> On Mon, Jun 17, 2019 at 11:54 AM Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote:

Re: [pgAdmin4][Patch]: Feature #4202 Implement new framework to test Reverse Engineering SQL

2019-06-17 Thread Akshay Joshi
Hi Dave/Hackers Attached is the modified patch to fix the given review comments. Please review it. On Mon, Jun 17, 2019 at 2:29 PM Dave Page wrote: > > > On Mon, Jun 17, 2019 at 9:41 AM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Dave >> &

[pgAdmin4][Patch]: RM 4360 Debugger buttons should be disabled until it is completely started

2019-06-18 Thread Akshay Joshi
preference dialog for debugger but that will not reflect real time. Please review it. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246* RM_4360.patch Description: Binary data

pgAdmin 4 commit: Added missing __init__.py file in debugger utils whic

2019-06-19 Thread Akshay Joshi
Added missing __init__.py file in debugger utils which is required for Python 2.7 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ce7679c4bd493c8972ea72d3575e8f47c0b10c8c Author: Aditya Toshniwal Modified Files -- web/pgadmin/too

<    1   2   3   4   5   6   7   8   9   10   >