Hello Steven Jacobs, Jenkins,
I'd like you to reexamine a change. Please visit
https://asterix-gerrit.ics.uci.edu/557
to look at the new patch set (#5).
Change subject: ASTERIXDB-1287: Fixed Admin Console pages.
......................................................................
ASTERIXDB-1287: Fixed Admin Console pages.
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: I3944ed0c972f227aa1397d1cf6608f78f5f8c540
---
M
hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/adminconsole/pages/IndexPage.java
M
hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/job/JobRun.java
M
hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/scheduler/JobScheduler.java
M
hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/work/GetJobSummariesJSONWork.java
M
hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/work/JobCleanupWork.java
M
hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/work/JobStartWork.java
M
hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/work/JobletCleanupNotificationWork.java
M
hyracks/hyracks-control/hyracks-control-cc/src/main/resources/org/apache/hyracks/control/cc/adminconsole/pages/AbstractPage.html
M
hyracks/hyracks-control/hyracks-control-cc/src/main/resources/org/apache/hyracks/control/cc/adminconsole/pages/IndexPage.html
M
hyracks/hyracks-control/hyracks-control-cc/src/main/resources/org/apache/hyracks/control/cc/adminconsole/pages/JobDetailsPage.html
M
hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/javascript/adminconsole/JobDetailsPage.js
A
hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/javascript/adminconsole/json.human.js
A
hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/stylesheet/json.human.css
M pom.xml
14 files changed, 642 insertions(+), 17 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/hyracks refs/changes/57/557/5
--
To view, visit https://asterix-gerrit.ics.uci.edu/557
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3944ed0c972f227aa1397d1cf6608f78f5f8c540
Gerrit-PatchSet: 5
Gerrit-Project: hyracks
Gerrit-Branch: master
Gerrit-Owner: Pritom Ahmed <[email protected]>
Gerrit-Reviewer: Ian Maxon <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Preston Carman <[email protected]>
Gerrit-Reviewer: Pritom Ahmed <[email protected]>
Gerrit-Reviewer: Steven Jacobs <[email protected]>
Gerrit-Reviewer: Till Westmann <[email protected]>