pgAdmin 4 commit: Port pgAgent and it's child nodes to react. Fixes #66 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Port pgAgent and it's child nodes to react. Fixes #66
Date
Msg-id E1mOExC-0003yv-Nj@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Port pgAgent and it's child nodes to react. Fixes #6645

Branch
------
master

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

Modified Files
--------------
.../servers/databases/subscriptions/__init__.py    |   2 -
.../server_groups/servers/pgagent/__init__.py      |  18 +
.../servers/pgagent/schedules/__init__.py          |  16 +
.../pgagent/schedules/static/js/pga_schedule.js    | 452 +--------------------
.../pgagent/schedules/static/js/pga_schedule.ui.js | 435 ++++++++++++++++++++
.../servers/pgagent/static/js/pga_job.js           |  95 +----
.../servers/pgagent/static/js/pga_job.ui.js        | 121 ++++++
.../servers/pgagent/steps/static/js/pga_jobstep.js | 212 +---------
.../pgagent/steps/static/js/pga_jobstep.ui.js      | 220 ++++++++++
.../server_groups/servers/roles/static/js/role.js  | 266 ------------
web/pgadmin/static/js/SchemaView/FormView.jsx      |  14 +-
web/pgadmin/static/js/SchemaView/index.jsx         |   8 +-
web/pgadmin/static/js/Theme/index.jsx              |   4 +
.../static/js/components/FormComponents.jsx        |  66 +--
.../javascript/schema_ui_files/pga_job.ui.spec.js  |  92 +++++
.../schema_ui_files/pga_jobstep.ui.spec.js         | 156 +++++++
.../schema_ui_files/pga_schedule.ui.spec.js        | 206 ++++++++++
17 files changed, 1364 insertions(+), 1019 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed minor issue with merging
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Integer and Numeric inputs fixes.