This is an automated email from the ASF dual-hosted git repository.

aichrist pushed a change to branch analytics-framework
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 9e35e4c  NIFI-6586 - documentation and comments
     new b74c4df  NIFI-6568 - Surface time-to-back-pressure and initial 
predictions in the UI * Add multi-line tooltips with detail for connection 
queue back pressure graphics. * Add estimated time to back pressure to 
connections summary table. * Add back pressure prediction ticks. * add 
moment.js to format predicted time to back pressure * tweak summary table 
headings to match data displayed. re-order connection summary columns
     new 760ee69  NIFI-6568 - Properly sort the min estimated time to back 
pressure in the connection summary table. Also added a js doc comment.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nifi-assembly/LICENSE                              |  25 ++
 .../src/main/resources/META-INF/LICENSE            |  25 ++
 .../nifi-framework/nifi-web/nifi-web-ui/pom.xml    |   4 +
 .../src/main/frontend/package-lock.json            |  21 +-
 .../nifi-web-ui/src/main/frontend/package.json     |   1 +
 .../src/main/resources/META-INF/LICENSE            |  25 ++
 .../main/webapp/WEB-INF/pages/bulletin-board.jsp   |   1 +
 .../src/main/webapp/WEB-INF/pages/canvas.jsp       |   2 +
 .../src/main/webapp/WEB-INF/pages/cluster.jsp      |   1 +
 .../src/main/webapp/WEB-INF/pages/counters.jsp     |   1 +
 .../src/main/webapp/WEB-INF/pages/history.jsp      |   1 +
 .../src/main/webapp/WEB-INF/pages/login.jsp        |   1 +
 .../src/main/webapp/WEB-INF/pages/provenance.jsp   |   1 +
 .../src/main/webapp/WEB-INF/pages/summary.jsp      |   1 +
 .../src/main/webapp/WEB-INF/pages/templates.jsp    |   1 +
 .../src/main/webapp/WEB-INF/pages/users.jsp        |   1 +
 .../nifi-web-ui/src/main/webapp/css/graph.css      |  25 +-
 .../src/main/webapp/js/nf/canvas/nf-connection.js  | 333 +++++++++++++++++----
 .../nifi-web-ui/src/main/webapp/js/nf/nf-common.js |  28 +-
 .../main/webapp/js/nf/summary/nf-summary-table.js  | 152 +++++++---
 20 files changed, 543 insertions(+), 107 deletions(-)

Reply via email to