pgAdmin 4 commit: Various tweaks and improvements to the debugger

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Various tweaks and improvements to the debugger
Дата
Msg-id E1as8Nj-0003Im-6s@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Various tweaks and improvements to the debugger

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4f8b018b39ab51df77298876fa8e3d5901ace577
Author: Neel Patel <neel.patel@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py             |  70 +++---
web/pgadmin/tools/debugger/static/css/debugger.css |  20 +-
.../tools/debugger/templates/debugger/direct.html  |   2 +-
.../debugger/templates/debugger/js/debugger.js     |   9 +-
.../debugger/templates/debugger/js/debugger_ui.js  |   1 -
.../tools/debugger/templates/debugger/js/direct.js | 271 ++++++++++++++-------
6 files changed, 236 insertions(+), 137 deletions(-)


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

Предыдущее
От: Sandeep Thakkar
Дата:
Сообщение: Patch for pgAdmin4 package on Mac OS X
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Debugger]: Initial Patch