pgAdmin 4 commit: Fixed the issue of renaming the database by another u

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed the issue of renaming the database by another u
Date: 2021-05-31 07:16:21
Message-ID: E1lnc9t-0000Hv-K2@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed the issue of renaming the database by another user. Fixes #4203

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=658a2de6190feb656d4e8061bc4bf5d4d2481c70
Author: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_4.rst | 1 +
web/pgadmin/browser/static/js/toolbar.js | 26 +-
.../static/js/sqleditor/call_render_after_poll.js | 4 +-
web/pgadmin/static/scss/_webcabin.pgadmin.scss | 2 +-
.../datagrid/static/js/datagrid_panel_title.js | 20 +
web/pgadmin/tools/datagrid/static/js/show_data.js | 5 +-
web/pgadmin/tools/debugger/__init__.py | 5 +-
web/pgadmin/tools/debugger/static/js/debugger.js | 46 +-
web/pgadmin/tools/psql/__init__.py | 57 +-
web/pgadmin/tools/psql/static/js/psql_module.js | 18 +-
.../tools/psql/templates/editor_template.html | 1 +
web/pgadmin/tools/psql/tests/test_panel.py | 6 +-
web/pgadmin/tools/sqleditor/__init__.py | 3 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 64 ++
.../sqleditor/call_render_after_poll_spec.js | 9 +
web/yarn.lock | 850 ++++++++++-----------
16 files changed, 642 insertions(+), 475 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2021-05-31 09:38:11 Re: pgAdmin 4 commit: Hardcoded 'itsdangerous' version to <=1.1.0, as the l
Previous Message Rahul Shirsat 2021-05-31 06:44:17 [Patch] RM6478 Duplicates on SQL tab for table with more than one partition