[pgadmin-hackers] pgAdmin 4 commit: Extract row staging into it's own module with tests.

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Extract row staging into it's own module with tests.
Дата
Msg-id E1dIapl-0008D2-DE@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Extract row staging into it's own module with tests.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8d8e7dab3c7f3f44690670614d7165474ff2265f
Author: George Gelashvili <ggelashvili@pivotal.io>

Modified Files
--------------
web/pgadmin/static/js/selection/set_staged_rows.js | 114 ++++++++++
.../sqleditor/templates/sqleditor/js/sqleditor.js  |  87 +-------
.../javascript/selection/set_staged_rows_spec.js   | 238 +++++++++++++++++++++
3 files changed, 356 insertions(+), 83 deletions(-)


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

Предыдущее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: [pgadmin-hackers] Build failed in Jenkins: pgadmin4-master-python34 #136
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [PATCH] extract function from sqleditor