-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NIFI-11433] update angular, d3, moment, slickgrid, and jquery depen… #7174
Conversation
Think this would take care of most of the owasp dependency check findings |
Reviewing now... |
...work-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have found some minor things to improve.
And the usage of the new multiAttr
helper function is a bit inconsistent, sometimes it is not used at all for multiple attributes, sometimes it is used for only one.
...dle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-component-version.js
Show resolved
Hide resolved
...ork-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-connection.js
Show resolved
Hide resolved
...mework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-status-history.js
Outdated
Show resolved
Hide resolved
...work-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor.js
Outdated
Show resolved
Hide resolved
Reviewing... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the upgrades, @scottyaslan! I tested a few basic flows, view data provenance, and component configurations that have tables using slickgrid
. I see you added d3-helpers
multiAttr
. With the new d3
upgrade, you can now chain multiple attr()
methods. Using the helper works well too, so I am ok with this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes, but there is an issue now. See my comment.
...mework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-status-history.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me. I haven't tested manually, tho.
@scottyaslan Thanks for all the updates. Looks good now! Will merge shortly. |
…dencies
Summary
NIFI-11433
Tracking
Please complete the following tracking steps prior to pull request creation.
Issue Tracking
Pull Request Tracking
NIFI-00000
NIFI-00000
Pull Request Formatting
main
branchVerification
Please indicate the verification steps performed prior to pull request creation.
Build
mvn clean install -P contrib-check
Licensing
LICENSE
andNOTICE
filesDocumentation