This is an automated email from the ASF dual-hosted git repository.
scottyaslan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 07baf72 NIFI-6429 - Added optional field to allow variables with null
values to be included in reporting records. Default functionality will exclude
variables with null values for backwards compatibility. NIFI-6429 - checkstyle
corrections NIFI-6429 - change property descriptor name
new 75e452b NIFI-6277: - Allow parameters to be referenced from
properties that do not support EL.
new 7228496 NIFI-6345: - Updating property table editor to distinguish
between available modes (el vs parameter reference).
new d93ae47 NIFI-6346: - Updating nfel to support referencing parameters.
new d18c98c NIFI-6290: - Updating comboEditor to allow for parameter
reference.
new 5b409d6 NIFI-6418: - Updating property table editors to not support
parameter referencing when necessary.
new e5850fa NIFI-6290: - Addressing timing issue when parameters listing
request is not immediately resolved.
new f318a8c NIFI-6290: - Ensuring the first allowable value is selected.
new c6e500d NIFI-6290: - Ensuring the first allowable value is selected.
new bfbf3b7 NIFI-6290: - Addressing review feedback.
The 9 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/web/api/entity/ProcessGroupEntity.java | 11 +
.../org/apache/nifi/web/api/dto/EntityFactory.java | 5 +
.../src/main/webapp/WEB-INF/pages/canvas.jsp | 3 +-
.../src/main/webapp/WEB-INF/pages/summary.jsp | 4 +-
.../src/main/webapp/WEB-INF/pages/users.jsp | 1 +
.../main/webapp/js/jquery/combo/jquery.combo.js | 33 +-
.../webapp/js/jquery/nfeditor/jquery.nfeditor.css | 19 +-
.../webapp/js/jquery/nfeditor/jquery.nfeditor.js | 42 +-
.../js/jquery/nfeditor/languages/nfeditor.css | 131 +++
.../webapp/js/jquery/nfeditor/languages/nfel.css | 51 -
.../webapp/js/jquery/nfeditor/languages/nfel.js | 428 +++++--
.../webapp/js/jquery/nfeditor/languages/nfpr.js | 528 +++++++++
.../jquery/propertytable/jquery.propertytable.css | 4 +-
.../jquery/propertytable/jquery.propertytable.js | 1210 +++++++++++---------
.../webapp/js/nf/canvas/nf-controller-service.js | 38 +
.../js/nf/canvas/nf-process-group-configuration.js | 20 +-
.../js/nf/canvas/nf-processor-configuration.js | 30 +
.../nifi-web-ui/src/main/webapp/js/nf/nf-common.js | 8 +-
.../src/main/webapp/js/nf/nf-universal-capture.js | 4 +-
.../src/main/webapp/WEB-INF/jsp/worksheet.jsp | 4 +-
.../src/main/webapp/css/main.css | 10 +-
.../src/main/webapp/js/application.js | 172 ++-
22 files changed, 1877 insertions(+), 879 deletions(-)
create mode 100644
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/nfeditor/languages/nfeditor.css
delete mode 100644
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/nfeditor/languages/nfel.css
create mode 100644
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/nfeditor/languages/nfpr.js