Till Westmann has uploaded a new patch set (#2). Change subject: ASTERIXDB-1287: Fixed Admin Console pages. ......................................................................
ASTERIXDB-1287: Fixed Admin Console pages. From: Pritom Ahmed <[email protected]>: Previously job details page of the admin console was not working correctly. Now It is fixed. Also fixed some internal issues like wrong time shown. Now JSON data in adminconsole for Job Details is shown in tabular form. Previously, in job details page of admin console, all the data was shown in raw JSON format. Now using a MIT licensed js library, it is shown in tabular form. Added Headers for the data shown in Index page of adminconsole. Previously in job summary, create time, start time and end time was never updated. As a result they all were 0. Fixed it. In adminconsole's Index page, the job create time, start time and end time all were being assigned with create time. Fixed it. The same problem was also present in the REST API as well. Also fixed it. Showing a message in job details page in admin console for jobs that were deleted because the maximum size of job archive was reached. Beautified the job details page in adminconsole by adding tabs. Fixed the job details page in adminconsole. Previously it was broken. Now it shows the raw JSON data sent to it. Change-Id: If67b657099134ffc793878c6dabc4e6e856c83f5 --- M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/appended-resources/META-INF/LICENSE M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/adminconsole/pages/IndexPage.java M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/adminconsole/pages/JobDetailsPage.java M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/job/JobRun.java M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/scheduler/JobScheduler.java M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/work/GetJobSummariesJSONWork.java M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/work/JobCleanupWork.java M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/work/JobStartWork.java M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/work/JobletCleanupNotificationWork.java M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/resources/org/apache/hyracks/control/cc/adminconsole/pages/AbstractPage.html M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/resources/org/apache/hyracks/control/cc/adminconsole/pages/IndexPage.html M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/resources/org/apache/hyracks/control/cc/adminconsole/pages/JobDetailsPage.html M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/javascript/adminconsole/JobDetailsPage.js A hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/javascript/adminconsole/json.human.js A hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/stylesheet/json.human.css M hyracks-fullstack/pom.xml 16 files changed, 710 insertions(+), 24 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/26/826/2 -- To view, visit https://asterix-gerrit.ics.uci.edu/826 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: If67b657099134ffc793878c6dabc4e6e856c83f5 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Till Westmann <[email protected]>
