-
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-13017: Replace JoltTransformJSON custom UI #9117
Conversation
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.
A bit unrelated but I noticed that there is an error message the flashes on initial load of the Jolt Custom UI. This is a separate issue and I logged https://issues.apache.org/jira/browse/NIFI-13589 to address that.
- Remove old JoltTransformJSON custom UI. - Update build to use new JoltTransformJSON custom UI. - Fix revision query parameter.
- Excluding jolt transform json ui in workflow ci.
- Excluding jolt nar in workflow ci.
- Excluding jolt ui war from code coverage.
- Incorporating nifi-web-servlet-shared. - Moving QueryStringToFragmentFilter to nifi-web-servlet-shared.
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.
Excellent work @mcgilman! Nice to finally get rid of AngularJS!
I verified that purple mode works well and that the browser back button navigation is fixed. Nice work @mcgilman! |
NIFI-13017: