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

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Extract row staging into it's own module with tests.
Date
Msg-id E1dIapl-0008D2-DE@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: pgAdmin 4 Jenkins
Date:
Subject: [pgadmin-hackers] Build failed in Jenkins: pgadmin4-master-python34 #136
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [PATCH] extract function from sqleditor