pgAdmin 4 commit: Fixing the on the javascript files - 'web/pgadmin/sta

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixing the on the javascript files - 'web/pgadmin/sta
Date: 2017-10-04 10:50:03
Message-ID: E1dzhFb-0002Ov-35@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixing the on the javascript files - 'web/pgadmin/static/js/*.js' for
the errors reported by the eslint.

Branch
------
WEBPACK_DEVEL

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=845d08ad7f2e29db141ebab9abcf7f0dae3e48e8

Modified Files
--------------
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 250 ++-
web/pgadmin/static/js/backform.pgadmin.js | 1244 ++++++------
web/pgadmin/static/js/backgrid.pgadmin.js | 2050 ++++++++++----------
web/pgadmin/static/js/check_node_visibility.js | 16 +-
web/pgadmin/static/js/gettext.js | 2 +-
web/pgadmin/static/js/pgadmin.js | 33 +-
web/pgadmin/static/js/size_prettify.js | 12 +-
web/pgadmin/static/js/sqleditor_utils.js | 14 +-
web/pgadmin/static/js/url_for.js | 13 +-
9 files changed, 1803 insertions(+), 1831 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2017-10-05 11:09:20 pgAdmin 4 commit: Fixed some of the issue introduced in previous commit
Previous Message Murtuza Zabuawala 2017-10-02 13:21:00 [pgAdmin4][Patch]: Code refactoring - Dashboard module