pgAdmin 4 commit: Fix debugging of procedures in EPAS packages. Fixes #

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix debugging of procedures in EPAS packages. Fixes #
Date: 2018-06-29 14:20:37
Message-ID: E1fYuGL-0005Fj-5X@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix debugging of procedures in EPAS packages. Fixes #3457

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b390c033cf3a48fc97559f721a061fbd1228dc5d
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_2.rst | 1 +
web/pgadmin/tools/debugger/__init__.py | 18 +++++++-
web/pgadmin/tools/debugger/static/js/debugger.js | 9 ++--
.../tools/debugger/static/js/debugger_utils.js | 13 ++++++
web/regression/javascript/debugger_utils_spec.js | 51 +++++++++++++++++++---
5 files changed, 81 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-06-29 14:20:51 Re: [pgAdmin4][RM#3457] [EPAS] Debugger: Unable to debug the procedure which is under the Package node
Previous Message Dave Page 2018-06-29 14:16:30 Re: [pgAdmin4][Patch] - RM #3309 - Backup does not work with --format=d