-
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-13470] Jolt codemirror linting #9068
Conversation
scottyaslan
commented
Jul 10, 2024
Will review... |
Reviewing now... |
+1 (non-binding). This LGTM. Tested by dropping a JoltTransformJSON processor on the canvas, opening the new Jolt UI and adding the processor id as a query param. Verified that linting is working as expected. |
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 @scottyaslan! Just a few minor items below.
.../pages/jolt-transform-json-ui/state/jolt-transform-json-ui/jolt-transform-json-ui.reducer.ts
Outdated
Show resolved
Hide resolved
...ransform-ui/src/app/pages/jolt-transform-json-ui/feature/jolt-transform-json-ui.component.ts
Outdated
Show resolved
Hide resolved
...ransform-ui/src/app/pages/jolt-transform-json-ui/feature/jolt-transform-json-ui.component.ts
Outdated
Show resolved
Hide resolved
...ransform-ui/src/app/pages/jolt-transform-json-ui/feature/jolt-transform-json-ui.component.ts
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.
Great work @scottyaslan! Just one minor thing below.
nifi-frontend/src/main/frontend/apps/nifi-jolt-transform-ui/src/app/app.module.ts
Outdated
Show resolved
Hide resolved
…state, and transform state separated in the store
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 updates @scottyaslan!