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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix SQL help for EPAS 10+, and refactor the URL gener
Date: 2019-03-22 14:09:27
Message-ID: E1h7KrP-0008WA-VJ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-22 15:54:38 pgAdmin 4 commit: Ensure sequences can be created with increment, start
Previous Message Akshay Joshi 2019-03-22 13:50:42 [pgAdmin4][Patch]: RM #4100 Unable to create sequence with Increment, Start, Minimum and Maximum value