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 78d9f13  NIFI-6416: This closes #3654. Removing swap locations on 
SWAP_IN
     new eddc562  NIFI-6506 - Add ability to convert properties to parameters * 
open existing add param dialog from property table * convert prop to param, 
update param context * keep add parameter dialog open until update of the 
context completes when converting property to param * Updating parameter 
context while converting property to parameter. * Disable the Apply button 
while updating * When Cancel is pressed and there is an update in progress, 
issue the DELETE request to cancel the  [...]
     new f3a0452  NIFI-6506 - Fix syntax/style issues. Apply same logic for 
disabled state when converting prop to param.
     new aa07378  NIFI-6505 - Addressing review feedback: reuse single method 
for getting parameter field values.
     new 10b4f6f  NIFI-6506 - review feedback * fixed issues converting 
sensitive props to parameters * only include parameter value if it has changed 
(even for non-sensitive params) * do not allow null parameter values when 
editing parameters.
     new 385c067  NIFI-6505 - fixing issues uncovered in code review.
     new 5936fe3  NIFI-6506 - navigate to process group when selecting to go to 
controller service from referencing components on parameter context dialog.
     new 93d9982  NIFI-6506 - more review fixes
     new 183ece1  NIFI-6506 - update parameter context list after successful 
update.
     new a52d176  NIFI-6506 - review feedback
     new 5cbade7  NIFI-6505 - fix for editing parameter value. simplify logic 
in edit dialog for disabled state of the apply button.
     new 3c918e2  NIFI-6506 - better empty-string/null handling for edit 
parameters
     new fa8a446  NIFI-6506 - don't show 'Sensitive value set' for null, 
sensitive params'

The 12 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:
 .../canvas/new-parameter-context-dialog.jsp        |   4 +
 .../nifi-web-ui/src/main/webapp/css/dialog.css     |   1 +
 .../webapp/css/new-parameter-context-dialog.css    |  20 +
 .../jquery/propertytable/jquery.propertytable.js   |  63 +-
 .../webapp/js/nf/canvas/nf-controller-service.js   |  10 +
 .../webapp/js/nf/canvas/nf-parameter-contexts.js   | 652 ++++++++++++++-------
 .../js/nf/canvas/nf-processor-configuration.js     |   6 +-
 7 files changed, 540 insertions(+), 216 deletions(-)

Reply via email to