pgAdmin 4 commit: Allow drag and drop functionality for all the nodes u

2019-12-01 Thread Akshay Joshi
Allow drag and drop functionality for all the nodes under the database node, 
excluding collection nodes. Fixes #4435

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=623ff4f91f96d8f981b28343ce315881f5d8290f
Author: Fahar Abbas 

Modified Files
--
docs/en_US/release_notes_4_16.rst| 1 +
web/pgadmin/browser/static/js/browser.js | 7 +--
2 files changed, 6 insertions(+), 2 deletions(-)



Re: [Feature #4435] Feature request for Drag and Drop

2019-12-01 Thread Akshay Joshi
Thanks, patch applied.

On Wed, Nov 27, 2019 at 5:57 PM Fahar Abbas 
wrote:

> Hi Hackers,
>
> Please find the patch for Drag and Drop for all objects:
>
> New Objects Added:
>
>- foreign_data_wrapper
>- foreign_server
>- user_mapping
>- compound_trigger
>- index_constraint
>- primary_key
>- check_constraint
>- exclusion_constraint
>- unique_constraint
>- foreign_key
>- index
>- rule
>- collation
>- domain
>- domain_constraints
>- fts_configuration
>- fts_dictionary
>- fts_parser
>- fts_template
>- synonym
>- trigger
>- trigger_function
>
> Kind Regards,
> --
> Fahar Abbas
> QMG
> EnterpriseDB Corporation
> Phone Office: +92-51-835-8874
> Phone Direct: +92-51-8466803
> Mobile: +92-333-5409707
> Skype ID: *live:fahar.abbas*
> Website: www.enterprisedb.com
>


-- 
*Thanks & Regards*
*Akshay Joshi*

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


pgAdmin 4 commit: Warn the user on changing the definition of Materiali

2019-12-01 Thread Akshay Joshi
Warn the user on changing the definition of Materialized View about the loss of 
data and its dependent objects. Fixes #4396

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d98e86d3df9912891080e2b946083c051c5bb654
Author: Rahul Shirsat 

Modified Files
--
docs/en_US/materialized_view_dialog.rst|   4 +-
docs/en_US/release_notes_4_16.rst  |  33 +--
.../databases/schemas/views/static/js/mview.js |  18 +-
.../templates/mviews/pg/9.4_plus/sql/update.sql|  16 +-
.../templates/mviews/ppas/9.3_plus/sql/update.sql  |  12 +-
.../pg/9.4_plus/alter_mview_add_fillfactor.sql |   5 +-
.../9.4_plus/alter_mview_add_fillfactor_msql.sql   |   2 +-
.../9.4_plus/alter_mview_add_table_parameter.sql   |   5 +-
.../tests/pg/9.4_plus/alter_mview_definition.sql   |   5 +-
.../pg/9.4_plus/alter_mview_definition_msql.sql|   4 +
.../alter_mview_remove_table_parameter.sql |   5 +-
.../tests/pg/9.4_plus/alter_view_add_some_priv.sql |   2 +-
.../pg/9.4_plus/alter_view_add_some_priv_msql.sql  |   2 +-
.../views/tests/pg/9.4_plus/test_mview.json|   2 +-
.../schemas/views/tests/pg/9.4_plus/tests.json |  22 +-
.../views/tests/ppas/11_plus/alter_mview.sql   |  18 --
.../ppas/11_plus/alter_mview_add_fillfactor.sql|  16 --
.../11_plus/alter_mview_add_fillfactor_msql.sql|   6 -
.../11_plus/alter_mview_add_table_parameter.sql|  17 --
.../alter_mview_add_table_parameter_msql.sql   |   4 -
.../tests/ppas/11_plus/alter_mview_definition.sql  |  12 -
.../ppas/11_plus/alter_mview_definition_msql.sql   |   4 -
.../ppas/11_plus/alter_mview_drop_all_priv.sql |  17 --
.../11_plus/alter_mview_drop_all_priv_msql.sql |   1 -
.../views/tests/ppas/11_plus/alter_mview_msql.sql  |   1 -
.../11_plus/alter_mview_remove_table_parameter.sql |  16 --
.../alter_mview_remove_table_parameter_msql.sql|   6 -
.../views/tests/ppas/11_plus/alter_view.sql|  18 --
.../ppas/11_plus/alter_view_add_some_priv.sql  |  19 --
.../ppas/11_plus/alter_view_add_some_priv_msql.sql |   1 -
.../tests/ppas/11_plus/alter_view_definition.sql   |  18 --
.../ppas/11_plus/alter_view_definition_msql.sql|   4 -
.../tests/ppas/11_plus/alter_view_delete_priv.sql  |  18 --
.../ppas/11_plus/alter_view_delete_priv_msql.sql   |   1 -
.../views/tests/ppas/11_plus/alter_view_msql.sql   |   7 -
.../views/tests/ppas/11_plus/create_mview.sql  |  15 --
.../views/tests/ppas/11_plus/create_mview_msql.sql |  11 -
.../views/tests/ppas/11_plus/create_view.sql   |  17 --
.../views/tests/ppas/11_plus/create_view_msql.sql  |  12 -
.../views/tests/ppas/11_plus/test_mview.json   | 256 -
.../schemas/views/tests/ppas/11_plus/tests.json| 178 --
.../ppas/9.4_plus/alter_mview_add_fillfactor.sql   |   5 +-
.../9.4_plus/alter_mview_add_fillfactor_msql.sql   |   2 +-
.../9.4_plus/alter_mview_add_table_parameter.sql   |   5 +-
.../tests/ppas/9.4_plus/alter_mview_definition.sql |   5 +-
.../ppas/9.4_plus/alter_mview_definition_msql.sql  |   4 +
.../alter_mview_remove_table_parameter.sql |   5 +-
.../ppas/9.4_plus/alter_view_add_some_priv.sql |   2 +-
.../9.4_plus/alter_view_add_some_priv_msql.sql |   2 +-
.../views/tests/ppas/9.4_plus/test_mview.json  |   2 +-
.../schemas/views/tests/ppas/9.4_plus/tests.json   |  22 +-
web/pgadmin/browser/static/js/node.js  |  43 +++-
52 files changed, 150 insertions(+), 777 deletions(-)



[pgAdmin4][Patch] - RM 4773 - [Accessibility] Provide Role to element to display the status

2019-12-01 Thread Khushboo Vashi
Hi,

Please find the attached patch for RM #4773 - [Accessibility] Provide Role
to element to display the status.

- Added role="status" attribute to all the status messages.

Thanks,
Khushboo


RM_4773.patch
Description: Binary data


pgAdmin 4 commit: Fix pgAdmin4 failed to start issue after upgrading to

2019-12-01 Thread Akshay Joshi
Fix pgAdmin4 failed to start issue after upgrading to version 4.15. Fixes #4978

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c4facc04d3b64f3902131737970727a4c8c4d2d0
Author: Aditya Toshniwal 

Modified Files
--
docs/en_US/release_notes_4_16.rst | 1 +
web/pgAdmin4.py   | 1 +
2 files changed, 2 insertions(+)



Re: [RM4396] Definition update of MATERIALIZED VIEW loses indexes

2019-12-01 Thread Akshay Joshi
Thanks, patch applied with some modification. Fixed Jenkins build for views

On Wed, Nov 27, 2019 at 3:44 PM Rahul Shirsat <
rahul.shir...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Please find the patch for the materialized view as per defined in the bug.
>
> --
> *Rahul Shirsat*
> Software Engineer | EnterpriseDB Corporation.
>


-- 
*Thanks & Regards*
*Akshay Joshi*

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