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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed the issue of renaming the database by another u
Дата
Msg-id E1ltpGa-0007BX-K2@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed the issue of renaming the database by another user. Fixes #4203

Branches
--------
React_Porting
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=658a2de6190feb656d4e8061bc4bf5d4d2481c70
Author: Rahul Shirsat <rahul.shirsat@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch] - Test cases failure fix
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Updated DEFAULT_BINARY_PATHS for container.