pgAdmin 4 commit: Resolve various debugger quirks. Fixes #1227

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Resolve various debugger quirks. Fixes #1227
Дата
Msg-id E1c5ClX-0003Sw-Te@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Resolve various debugger quirks. Fixes #1227

- Prevent the user from executing multiple options at once, resulting in "Execute cannot be used while an asynchronous
queryis underway********** Error ****" messages 

- Stop polling when debugging is complete.

- Don't show the busy cursory when debugging is complete.

- Display info messages properly, and reset them between executions.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6f30cabdbb649cf852d33b76b676e2c966438235
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py             |  35 +++-
web/pgadmin/tools/debugger/static/css/debugger.css |  11 ++
.../tools/debugger/templates/debugger/js/direct.js | 183 ++++++++++++++++++---
3 files changed, 201 insertions(+), 28 deletions(-)


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

Предыдущее
От: Jan Holst Jensen
Дата:
Сообщение: Re: [pgadmin-support] Final pgAdmin III - v1.22.2 Released
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH: To fix the issue in Debugger module (pgAdmin4)