pgAdmin 4 commit: Fix SQL help for EPAS 10+,and refactor the URL gener

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix SQL help for EPAS 10+,and refactor the URL gener
Дата
Msg-id E1h7KrP-0008WA-VJ@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix SQL help for EPAS 10+, and refactor the URL generation code into a testable function. Fixes #4099

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_4.rst                   |  1 +
.../servers/pgagent/steps/static/js/pga_jobstep.js |  2 +-
web/pgadmin/browser/static/js/browser.js           | 20 +++-----
web/pgadmin/browser/static/js/node.js              | 27 +++++------
web/pgadmin/help/__init__.py                       |  2 +-
web/pgadmin/help/static/js/help.js                 | 27 +++++++++++
web/regression/javascript/help/help_spec.js        | 56 ++++++++++++++++++++++
web/webpack.shim.js                                |  1 +
8 files changed, 106 insertions(+), 30 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: [pgAdmin4][Patch]: RM #4100 Unable to create sequence with Increment,Start, Minimum and Maximum value
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Ensure sequences can be created with increment,start