pgAdmin 4 commit: Fixed notarization issue on Catalina for pgAdmin4 bin

2020-02-05 Thread Akshay Joshi
Fixed notarization issue on Catalina for pgAdmin4 binaries
 - Revert back binary name pgAdmin 4 to pgAdmin.
 - Added timestamp, force and developer bundle_id option for codesign binaries, 
app, and dmg file.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=520b03cb0a6913ed8bd6f83198c1256b2686e468
Author: Paresh More 

Modified Files
--
pkg/mac/build.sh  | 4 
pkg/mac/codesign-binaries.sh  | 5 ++---
pkg/mac/codesign-bundle.sh| 2 +-
pkg/mac/codesign-dmg.sh   | 2 +-
pkg/mac/pgadmin.Info.plist.in | 2 +-
5 files changed, 5 insertions(+), 10 deletions(-)



pgAdmin 4 commit: 1) Source/Target database and schema should be select

2020-02-05 Thread Akshay Joshi
1) Source/Target database and schema should be selected by default when the 
user selects any server in the schema diff tool.
2) Added line break for the generated script if select multiple objects.
3) Remove reactivated RM from the release notes.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=26cdda090ef501c5f56095073cb55ec028086cb8

Modified Files
--
docs/en_US/release_notes_4_18.rst  |  1 -
web/pgadmin/tools/schema_diff/__init__.py  |  6 +--
.../tools/schema_diff/static/js/schema_diff_ui.js  | 56 --
3 files changed, 53 insertions(+), 10 deletions(-)



Re: pgAdmin4 v4.18 candidate builds

2020-02-05 Thread Akshay Joshi
Hi All,

Updated candidate build and source can be found at
https://developer.pgadmin.org/builds/2020-02-05-1/

Fahar, can you please verify it for release on Thursday.

On Mon, Feb 3, 2020 at 6:45 PM Akshay Joshi 
wrote:

> Hi All,
>
> pgAdmin4 v4.18 candidate builds and source can be found at
> https://developer.pgadmin.org/builds/2020-02-03-1/
>
> Fahar, can you please verify it for release on Thursday.
>
> *Note*: Mac OSX build is not available due to the notarization issue.
> Will try tomorrow.
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
>
> *Sr. Software Architect*
> *EnterpriseDB Software India Private Limited*
> *Mobile: +91 976-788-8246*
>


-- 
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*


Re: [pgAdmin4][RM#5107] Add tab navigation for tabs under explain panel in query tool

2020-02-05 Thread Murtuza Zabuawala
Hi Akshay,

Please find a fix for two issues reported by QA team,
- Show focus when the Tab key is pressed
- Pressing the Enter key on C:\ drive does not open it on Windows


--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



On Fri, Jan 31, 2020 at 11:45 AM Akshay Joshi 
wrote:

> Thanks, patch applied.
>
> On Tue, Jan 28, 2020 at 12:01 PM Murtuza Zabuawala <
> murtuza.zabuaw...@enterprisedb.com> wrote:
>
>> Hi Akshay,
>>
>> PFA updated patch.
>>
>>
>> --
>> Regards,
>> Murtuza Zabuawala
>> EnterpriseDB: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>>
>>
>> On Thu, Jan 23, 2020 at 12:39 PM Akshay Joshi <
>> akshay.jo...@enterprisedb.com> wrote:
>>
>>> Hi Ganesh
>>>
>>> Following are the review comments:
>>>
>>>- Focus is going on Table headers but it is not visible.
>>>- Need to handle keyboard events on table header for sorting.
>>>- Add tabindex property for the table rows.
>>>- Add keyboard events to select the file from the file dialog.
>>>
>>>
>>> On Tue, Jan 21, 2020 at 6:26 PM Ganesh Jaybhay <
>>> ganesh.jayb...@enterprisedb.com> wrote:
>>>
 Hi Hackers,

 Please find the attached minor fix for tab navigation on footer and
 confirmation dialog buttons from file manager dialogue
 Kindly review.

 Regards,
 Ganesh Jaybhay

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


RM_5107_IE11_fix.diff
Description: Binary data