[jira] [Updated] (NIFI-13321) Fix mocking of child components in unit tests

2024-05-30 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13321:
---
Fix Version/s: 2.0.0-M4
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Fix mocking of child components in unit tests
> -
>
> Key: NIFI-13321
> URL: https://issues.apache.org/jira/browse/NIFI-13321
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M4
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The existing mocking of child components in unit tests was incorrect and 
> would often require the test bed to provide dependencies of the child 
> component. This should be fixed so that unit tests can focus on just the 
> component in question and not anything functionality of a child component.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13289) Add tooltip to NewCanvas item

2024-05-29 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13289:
---
Fix Version/s: 2.0.0-M4
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Add tooltip to NewCanvas item
> -
>
> Key: NIFI-13289
> URL: https://issues.apache.org/jira/browse/NIFI-13289
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Shane O'Neill
>Priority: Major
> Fix For: 2.0.0-M4
>
> Attachments: Screenshot 2024-05-23 at 2.36.55 PM.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Old NiFi UI had tooltips for the new canvas items in the top bar. These are 
> currently missing in the new UI.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13289) Add tooltip to NewCanvas item

2024-05-29 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13289:
---
Status: Patch Available  (was: Open)

> Add tooltip to NewCanvas item
> -
>
> Key: NIFI-13289
> URL: https://issues.apache.org/jira/browse/NIFI-13289
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Shane O'Neill
>Priority: Major
> Attachments: Screenshot 2024-05-23 at 2.36.55 PM.png
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Old NiFi UI had tooltips for the new canvas items in the top bar. These are 
> currently missing in the new UI.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13299) Prevent negative numbers in concurrent tasks

2024-05-29 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13299:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Prevent negative numbers in concurrent tasks
> 
>
> Key: NIFI-13299
> URL: https://issues.apache.org/jira/browse/NIFI-13299
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> For inputs like concurrent tasks we know that negative values are not 
> allowed. We should prevent them before the user can submit the form.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13284) Consider filtering current-canvas-route

2024-05-29 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13284:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Consider filtering current-canvas-route
> ---
>
> Key: NIFI-13284
> URL: https://issues.apache.org/jira/browse/NIFI-13284
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, the canvas tracks the current route so the user can be returned to 
> where they were when returning to the canvas. We should consider filtering 
> out any `edit` routes so that the user is returned to the place in the canvas 
> rather then in an Edit dialog.
> Since dialogs are only and must be closed prior to using most navigation 
> controls this won't happen regularly. However a user routes through a Go To 
> command it will. By filtering out `edit` routes, it may be less confusing.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13312) Restructure as an nx monorepo

2024-05-29 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13312:
---
Status: Patch Available  (was: In Progress)

> Restructure as an nx monorepo
> -
>
> Key: NIFI-13312
> URL: https://issues.apache.org/jira/browse/NIFI-13312
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> In preparation for maintaining various ui "apps" in this repo (nifi proper, 
> documentation, custom ui, ...) we should move to a nx monorepo structure 
> where nifi is the default project.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13312) Restructure as an nx monorepo

2024-05-29 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13312:
--

 Summary: Restructure as an nx monorepo
 Key: NIFI-13312
 URL: https://issues.apache.org/jira/browse/NIFI-13312
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Rob Fellows
Assignee: Rob Fellows


In preparation for maintaining various ui "apps" in this repo (nifi proper, 
documentation, custom ui, ...) we should move to a nx monorepo structure where 
nifi is the default project.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13285) Fit on Enter PG

2024-05-28 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13285:
---
Fix Version/s: 2.0.0-M4
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Fit on Enter PG
> ---
>
> Key: NIFI-13285
> URL: https://issues.apache.org/jira/browse/NIFI-13285
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M4
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When navigating into a PG where there is no saved viewport position we should 
> consider executing a fit action so that flow is shown centered on the canvas.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13269) Parameter reference list is randomly ordered or not ordered

2024-05-28 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13269:
---
Status: Patch Available  (was: In Progress)

> Parameter reference list is randomly ordered or not ordered
> ---
>
> Key: NIFI-13269
> URL: https://issues.apache.org/jira/browse/NIFI-13269
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Julien G.
>Assignee: Rob Fellows
>Priority: Major
> Attachments: Screenshot 2024-05-22 at 3.49.48 PM.png, 
> image-2024-05-21-11-04-26-571.png, image-2024-05-22-22-12-46-877.png, 
> legacy.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When referencing a parameter in a Controller Service, a list of the availabe 
> parameter is displayed.
> In the new UI, the list is randomly ordered or not ordered at all. 
> !image-2024-05-21-11-04-26-571.png|thumbnail! 
> It makes it hard to find a parameter.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (NIFI-13269) Parameter reference list is randomly ordered or not ordered

2024-05-28 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows reassigned NIFI-13269:
--

Assignee: Rob Fellows

> Parameter reference list is randomly ordered or not ordered
> ---
>
> Key: NIFI-13269
> URL: https://issues.apache.org/jira/browse/NIFI-13269
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Julien G.
>Assignee: Rob Fellows
>Priority: Major
> Attachments: Screenshot 2024-05-22 at 3.49.48 PM.png, 
> image-2024-05-21-11-04-26-571.png, image-2024-05-22-22-12-46-877.png, 
> legacy.png
>
>
> When referencing a parameter in a Controller Service, a list of the availabe 
> parameter is displayed.
> In the new UI, the list is randomly ordered or not ordered at all. 
> !image-2024-05-21-11-04-26-571.png|thumbnail! 
> It makes it hard to find a parameter.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13286) Empty All Queues issues

2024-05-28 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13286:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Empty All Queues issues
> ---
>
> Key: NIFI-13286
> URL: https://issues.apache.org/jira/browse/NIFI-13286
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Empty All Queues should conditionally reload the current PG or the selected 
> child PG depending on the subject of the action. Currently, the action 
> assumes it's being executed on the current PG. We should identify when its 
> not the current PG and just reload the child PG.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13303) Remove text indicating property verification is disabled

2024-05-28 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13303:
---
Status: Patch Available  (was: Open)

> Remove text indicating property verification is disabled
> 
>
> Key: NIFI-13303
> URL: https://issues.apache.org/jira/browse/NIFI-13303
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The text "Property verification is disabled" is extraneous. Don't display it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13270) Selected tab is not saved

2024-05-28 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13270:
---
Fix Version/s: 2.0.0-M4
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Selected tab is not saved
> -
>
> Key: NIFI-13270
> URL: https://issues.apache.org/jira/browse/NIFI-13270
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Julien G.
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M4
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In a component such as a processor, when we select the Properties tab, the 
> selection was saved in the previous UI, so when we switch to another 
> processor, we don't need to select the tab again. In the new UI, we have to 
> select it again each time.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13303) Remove text indicating property verification is disabled

2024-05-28 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13303:
--

 Summary: Remove text indicating property verification is disabled
 Key: NIFI-13303
 URL: https://issues.apache.org/jira/browse/NIFI-13303
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Rob Fellows
Assignee: Rob Fellows


The text "Property verification is disabled" is extraneous. Don't display it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13278) Fix license file exclusion

2024-05-22 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13278:
---
Fix Version/s: 2.0.0-M4
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Fix license file exclusion
> --
>
> Key: NIFI-13278
> URL: https://issues.apache.org/jira/browse/NIFI-13278
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M4
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Changes introduced in NIFI-12902 inadvertently excluded the 
> 3rdpartylicenses.txt file from being included in the resulting artifact.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13280) Odd flashing of a text input when opening the property value editor

2024-05-22 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13280:
---
Fix Version/s: 2.0.0-M4
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Odd flashing of a text input when opening the property value editor
> ---
>
> Key: NIFI-13280
> URL: https://issues.apache.org/jira/browse/NIFI-13280
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M4
>
> Attachments: flash.gif, image-2024-05-21-16-43-28-160.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> There is a flash of what appears to be a text box when opening the editor 
> !image-2024-05-21-16-43-28-160.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13276) Property value editor's initial size can be too large to fit on the screen.

2024-05-22 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13276:
---
Fix Version/s: 2.0.0-M4
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Property value editor's initial size can be too large to fit on the screen.
> ---
>
> Key: NIFI-13276
> URL: https://issues.apache.org/jira/browse/NIFI-13276
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M4
>
> Attachments: Kapture 2024-05-21 at 11.32.14.gif, 
> image-2024-05-21-11-33-09-566.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> If the value of a property is many many lines long, when you open the editor 
> the next time it extends beyond the screen and you can't scroll
> !image-2024-05-21-11-33-09-566.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13257) Codemirror feedback

2024-05-22 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13257:
---
Fix Version/s: 2.0.0-M4

> Codemirror feedback
> ---
>
> Key: NIFI-13257
> URL: https://issues.apache.org/jira/browse/NIFI-13257
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M4
>
> Attachments: Screenshot 2024-05-20 at 4.07.43 PM.png, Screenshot 
> 2024-05-20 at 4.08.23 PM.png, Screenshot 2024-05-20 at 4.08.30 PM.png, image 
> (3).png, image (6).png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> "Making a legit data flow today and noticed that the highlight (selected 
> text) is extremely hard to see in the property pop-up."
>  
> "I think that the blue in dark when using referencing a parameter context 
> make it hard to see."
>  
> "Long text overflows the code line number gutter"
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13257) Codemirror feedback

2024-05-22 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13257:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Codemirror feedback
> ---
>
> Key: NIFI-13257
> URL: https://issues.apache.org/jira/browse/NIFI-13257
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Attachments: Screenshot 2024-05-20 at 4.07.43 PM.png, Screenshot 
> 2024-05-20 at 4.08.23 PM.png, Screenshot 2024-05-20 at 4.08.30 PM.png, image 
> (3).png, image (6).png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> "Making a legit data flow today and noticed that the highlight (selected 
> text) is extremely hard to see in the property pop-up."
>  
> "I think that the blue in dark when using referencing a parameter context 
> make it hard to see."
>  
> "Long text overflows the code line number gutter"
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13280) Odd flashing of a text input when opening the property value editor

2024-05-21 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13280:
--

 Summary: Odd flashing of a text input when opening the property 
value editor
 Key: NIFI-13280
 URL: https://issues.apache.org/jira/browse/NIFI-13280
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Rob Fellows
 Attachments: flash.gif, image-2024-05-21-16-43-28-160.png

There is a flash of what appears to be a text box when opening the editor 
!image-2024-05-21-16-43-28-160.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13277) Compact the main menu

2024-05-21 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13277:
---
Description: The main menu has much padding. it makes it so large that on 
smaller resolutions the whole menu doesn't fit  
!image-2024-05-21-13-05-27-035.png|width=868,height=508!  (was: The main menu 
has much padding. it makes it so large that on smaller resolutions the whole 
menu doesn't fit !image-2024-05-21-13-05-27-035.png!)

> Compact the main menu
> -
>
> Key: NIFI-13277
> URL: https://issues.apache.org/jira/browse/NIFI-13277
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
> Attachments: Screenshot 2024-05-21 at 1.05.17 PM.png, 
> image-2024-05-21-13-05-27-035.png
>
>
> The main menu has much padding. it makes it so large that on smaller 
> resolutions the whole menu doesn't fit  
> !image-2024-05-21-13-05-27-035.png|width=868,height=508!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13277) Compact the main menu

2024-05-21 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13277:
--

 Summary: Compact the main menu
 Key: NIFI-13277
 URL: https://issues.apache.org/jira/browse/NIFI-13277
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Rob Fellows
Assignee: Rob Fellows
 Attachments: Screenshot 2024-05-21 at 1.05.17 PM.png, 
image-2024-05-21-13-05-27-035.png

The main menu has much padding. it makes it so large that on smaller 
resolutions the whole menu doesn't fit !image-2024-05-21-13-05-27-035.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13276) Property value editor's initial size can be too large to fit on the screen.

2024-05-21 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13276:
--

 Summary: Property value editor's initial size can be too large to 
fit on the screen.
 Key: NIFI-13276
 URL: https://issues.apache.org/jira/browse/NIFI-13276
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Rob Fellows
 Attachments: Kapture 2024-05-21 at 11.32.14.gif, 
image-2024-05-21-11-33-09-566.png

If the value of a property is many many lines long, when you open the editor 
the next time it extends beyond the screen and you can't scroll

!image-2024-05-21-11-33-09-566.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13247) Property Verification

2024-05-21 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13247:
---
Status: Patch Available  (was: In Progress)

> Property Verification
> -
>
> Key: NIFI-13247
> URL: https://issues.apache.org/jira/browse/NIFI-13247
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12968) Simplify login sequence

2024-05-21 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-12968:
---
Fix Version/s: 2.0.0-M4
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Simplify login sequence
> ---
>
> Key: NIFI-12968
> URL: https://issues.apache.org/jira/browse/NIFI-12968
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M4
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Simply the login sequence for NiFi 2.0.0.
>  * Remove usage of Access-Token-Expiration
>  * No longer attempt SPNEGO auth
>  * Leverage authentication configuration to drive log in/out URIs
>  * Remove Login/Logout servlet filters
>  * Remove usage of access configuration and access status



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-05-15 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-12400:
---
Description: 
The purpose of this Jira is to track all remaining items following the initial 
commit [1] for NIFI-11481. The description will be kept up to date with 
remaining features, tasks, and improvements. As each items is worked, a new sub 
task Jira will be created and referenced in this description.
 * Support Parameters in Properties with Allowable Values (NIFI-12401)
 * Summary (NIFI-12437)
 ** Remaining work not addressed in initial Jira:
 *** input ports (NIFI-12504)
 *** output ports (NIFI-12504)
 *** remote process groups (NIFI-12504)
 *** process groups (NIFI-12504)
 *** connections (NIFI-12504)
 *** System Diagnostics (NIFI-12505)
 *** support for cluster-specific ui elements (NIFI-12537)
 *** Add pagination (NIFI-12552)
 *** Support Processor Details dialog
 *** Support Connection Details dialog
 * Counters (NIFI-12415)
 ** Counter table has extra unnecessary can modify check (NIFI-12948)
 * Bulletin Board (NIFI-12560)
 * Provenance (NIFI-12445)
 ** Event Listing (NIFI-12445)
 ** Search (NIFI-12445)
 ** Event Dialog (NIFI-12445)
 ** Lineage (NIFI-12485)
 ** Replay from context menu (NIFI-12445)
 ** Clustering (NIFI-12807)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry (NIFI-12734)
 * Parameter Providers (NIFI-12622)
 ** Fetch parameters from provider, map to parameter context (dialog) - 
(NIFI-12665)
 * Cluster
 ** Node table (Disconnect/Connect/Load Balance/Etc) (NIFI-13053)
 ** Status History - node specific values (NIFI-12848)
 * Flow Configuration History (NIFI-12754)
 ** ActionEntity.action should be optional (NIFI-12948)
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 ** Don't show users or groups in create/edit dialog is there are none 
(NIFI-12948)
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 ** Select Empty by default (NIFI-12948)
 * Help (NIFI-12795)
 * About (NIFI-13094)
 * Show Upstream/Downstream
 * Align (NIFI-13162)
 * Replay last event (NIFI-12445)
 * List Queue (NIFI-12589)
 ** Clustering (NIFI-12807)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 ** Clustering (NIFI-13005)
 * Change Component Version (NIFI-13034)
 * Consider PG permissions in Toolbox (NIFI-12683)
 * PG Version (NIFI-12963 & NIFI-12995)
 ** Start (NIFI-12963)
 ** Commit (NIFI-12963)
 ** Force Commit (NIFI-12963)
 ** Show changes (NIFI-12995)
 ** Revert changes (NIFI-12995)
 ** Change Flow version (NIFI-12995)
 ** Stop (NIFI-12963)

 * Configure PG (NIFI-12417)
 * Configure Label (NIFI-13081)
 * Process Group Services (NIFI-12425)
 ** Listing (NIFI-12425)
 ** Create (NIFI-12425)
 ** Configure (NIFI-12425)
 ** Delete (NIFI-12425)
 ** Enable (NIFI-12529)
 ** Disable (NIFI-12529)
 ** Improve layout and breadcrumbs
 ** Disable and Configure
 * Configure Processor
 ** Service Link (NIFI-12425)
 ** Create inline Service (NIFI-12425)
 ** Parameter Link (NIFI-12502)
 ** Convert to Parameter (NIFI-12502)
 ** Fix issue with Property Editor width (NIFI-12547)
 ** Status Bar
 ** Stop and Configure
 ** Open Custom UI (NIFI-12958)
 ** Property History (NIFI-13047)
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification (NIFI-13247)
 * Terminate Threads (context menu) (NIFI-13068)
 * Enable/Disable (context menu/operate panel) (NIFI-13078)
 * More Details (Processor, Controller Service, Reporting Task) (NIFI-13062)

 * Download Flow (NIFI-13029)
 * Create RPG (NIFI-12758)
 * Configure RPG (NIFI-12774)
 * RPG Remote Ports (NIFI-12778)
 * RPG Go To (NIFI-12759)
 * RPG Refresh (NIFI-12761)
 * Color (context menu/operate panel) (NIFI-13226)
 * Move to Front (NIFI-13044)
 * Copy/Paste (context menu/operate panel) (NIFI-13059)
 * Add/Update Info Icons in dialogs throughout the application (NIFI-13092)
 * Set viewport earlier when loading a Process Group (NIFI-12737)
 * Canvas global menu item should navigate user back to where they were on the 
canvas (NIFI-12737)
 * Better theme support (NIFI-12655)
 * Set up development/production environments files
 * Run unit tests are part of standard build (NIFI-12941)
 * Update all API calls to consider disconnect node confirmation (NIFI-13001)
 * Update API calls to use uiOnly flag (NIFI-12950)
 * Use polling interval from API
 * Load FlowConfiguration in guard (NIFI-12948)
 * Routing error handling (NIFI-13104)
 * General API response error handling
 ** Management CS (NIFI-12663)
 ** Canvas CS (NIFI-12684)
 ** Remainder of Settings (NIFI-12723)
 ** Counters (NIFI-12723)
 ** Bulletins (NIFI-12723)
 ** Flow Designer (NIFI-13100)
 ** Parameter Contexts 

[jira] [Created] (NIFI-13247) Property Verification

2024-05-15 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13247:
--

 Summary: Property Verification
 Key: NIFI-13247
 URL: https://issues.apache.org/jira/browse/NIFI-13247
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Rob Fellows
Assignee: Rob Fellows






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13243) Cancel Move connection does not return connection to previous location

2024-05-15 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13243:
---
Status: Patch Available  (was: In Progress)

> Cancel Move connection does not return connection to previous location
> --
>
> Key: NIFI-13243
> URL: https://issues.apache.org/jira/browse/NIFI-13243
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Rob Fellows
>Priority: Major
> Attachments: image-2024-05-15-10-12-48-847.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When closing the move connection dialog with the 'Esc' key the connection is 
> not returned to it's original location
>  
> !image-2024-05-15-10-12-48-847.png|width=624,height=277!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (NIFI-13243) Cancel Move connection does not return connection to previous location

2024-05-15 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows reassigned NIFI-13243:
--

Assignee: Rob Fellows

> Cancel Move connection does not return connection to previous location
> --
>
> Key: NIFI-13243
> URL: https://issues.apache.org/jira/browse/NIFI-13243
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Rob Fellows
>Priority: Major
> Attachments: image-2024-05-15-10-12-48-847.png
>
>
> When closing the move connection dialog with the 'Esc' key the connection is 
> not returned to it's original location
>  
> !image-2024-05-15-10-12-48-847.png|width=624,height=277!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13233) Change version dialog issues

2024-05-15 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13233:
---
Status: Patch Available  (was: In Progress)

> Change version dialog issues
> 
>
> Key: NIFI-13233
> URL: https://issues.apache.org/jira/browse/NIFI-13233
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Rob Fellows
>Priority: Major
> Attachments: Screenshot 2024-05-14 at 1.21.56 PM.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> There are some text overflow issues and the version column does not have 
> enough width for the new git backed version name.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (NIFI-13233) Change version dialog issues

2024-05-15 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows reassigned NIFI-13233:
--

Assignee: Rob Fellows

> Change version dialog issues
> 
>
> Key: NIFI-13233
> URL: https://issues.apache.org/jira/browse/NIFI-13233
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Rob Fellows
>Priority: Major
> Attachments: Screenshot 2024-05-14 at 1.21.56 PM.png
>
>
> There are some text overflow issues and the version column does not have 
> enough width for the new git backed version name.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13226) Color (context menu/operate panel)

2024-05-15 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13226:
---
Status: Patch Available  (was: In Progress)

> Color (context menu/operate panel)
> --
>
> Key: NIFI-13226
> URL: https://issues.apache.org/jira/browse/NIFI-13226
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13241) [BUG] Escape button does not close extension creation dialogs

2024-05-15 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13241:
---
Status: Patch Available  (was: In Progress)

> [BUG] Escape button does not close extension creation dialogs
> -
>
> Key: NIFI-13241
> URL: https://issues.apache.org/jira/browse/NIFI-13241
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This issue affects all creation dialogs that set focus to an input.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (NIFI-13241) [BUG] Escape button does not close extension creation dialogs

2024-05-15 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows reassigned NIFI-13241:
--

Assignee: Rob Fellows

> [BUG] Escape button does not close extension creation dialogs
> -
>
> Key: NIFI-13241
> URL: https://issues.apache.org/jira/browse/NIFI-13241
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Rob Fellows
>Priority: Major
>
> This issue affects all creation dialogs that set focus to an input.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13239) Prevent routing away from a dirty form without prompting the user

2024-05-14 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13239:
--

 Summary: Prevent routing away from a dirty form without prompting 
the user
 Key: NIFI-13239
 URL: https://issues.apache.org/jira/browse/NIFI-13239
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Rob Fellows


If users make changes to a configuration component and hit the browser back 
button or refresh button, they aren't prompted about saving unfinished changes. 
This is a potential for data loss that might be solvable with canDeactivate 
guards.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13211) Decouple UIs from old NiFi UI

2024-05-14 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13211:
---
Fix Version/s: 2.0.0-M4
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Decouple UIs from old NiFi UI
> -
>
> Key: NIFI-13211
> URL: https://issues.apache.org/jira/browse/NIFI-13211
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M4
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> NiFi is comprised of numerous UIs that all get deployed at start up. These 
> UIs piggybacked on some shared stylesheets, components, and dependencies by 
> directly loading them through a relative path. In preparation for moving away 
> from the existing UI, these UIs are being updated to bundle these items 
> directly. In time, these UIs will all be modernized as well so this is just a 
> transitional step in that process.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13229) Submit branch, when appropriate, to backend when starting version control

2024-05-14 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13229:
--

 Summary: Submit branch, when appropriate, to backend when starting 
version control
 Key: NIFI-13229
 URL: https://issues.apache.org/jira/browse/NIFI-13229
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Rob Fellows
Assignee: Rob Fellows






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12400) Remaining items to migrate UI to currently supported/active framework

2024-05-13 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-12400:
---
Description: 
The purpose of this Jira is to track all remaining items following the initial 
commit [1] for NIFI-11481. The description will be kept up to date with 
remaining features, tasks, and improvements. As each items is worked, a new sub 
task Jira will be created and referenced in this description.
 * Support Parameters in Properties with Allowable Values (NIFI-12401)
 * Summary (NIFI-12437)
 ** Remaining work not addressed in initial Jira:
 *** input ports (NIFI-12504)
 *** output ports (NIFI-12504)
 *** remote process groups (NIFI-12504)
 *** process groups (NIFI-12504)
 *** connections (NIFI-12504)
 *** System Diagnostics (NIFI-12505)
 *** support for cluster-specific ui elements (NIFI-12537)
 *** Add pagination (NIFI-12552)
 *** Support Processor Details dialog
 *** Support Connection Details dialog
 * Counters (NIFI-12415)
 ** Counter table has extra unnecessary can modify check (NIFI-12948)
 * Bulletin Board (NIFI-12560)
 * Provenance (NIFI-12445)
 ** Event Listing (NIFI-12445)
 ** Search (NIFI-12445)
 ** Event Dialog (NIFI-12445)
 ** Lineage (NIFI-12485)
 ** Replay from context menu (NIFI-12445)
 ** Clustering (NIFI-12807)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry (NIFI-12734)
 * Parameter Providers (NIFI-12622)
 ** Fetch parameters from provider, map to parameter context (dialog) - 
(NIFI-12665)
 * Cluster
 ** Node table (Disconnect/Connect/Load Balance/Etc) (NIFI-13053)
 ** Status History - node specific values (NIFI-12848)
 * Flow Configuration History (NIFI-12754)
 ** ActionEntity.action should be optional (NIFI-12948)
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 ** Don't show users or groups in create/edit dialog is there are none 
(NIFI-12948)
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 ** Select Empty by default (NIFI-12948)
 * Help (NIFI-12795)
 * About (NIFI-13094)
 * Show Upstream/Downstream
 * Align (NIFI-13162)
 * Replay last event (NIFI-12445)
 * List Queue (NIFI-12589)
 ** Clustering (NIFI-12807)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 ** Clustering (NIFI-13005)
 * Change Component Version (NIFI-13034)
 * Consider PG permissions in Toolbox (NIFI-12683)
 * PG Version (NIFI-12963 & NIFI-12995)
 ** Start (NIFI-12963)
 ** Commit (NIFI-12963)
 ** Force Commit (NIFI-12963)
 ** Show changes (NIFI-12995)
 ** Revert changes (NIFI-12995)
 ** Change Flow version (NIFI-12995)
 ** Stop (NIFI-12963)

 * Configure PG (NIFI-12417)
 * Configure Label (NIFI-13081)
 * Process Group Services (NIFI-12425)
 ** Listing (NIFI-12425)
 ** Create (NIFI-12425)
 ** Configure (NIFI-12425)
 ** Delete (NIFI-12425)
 ** Enable (NIFI-12529)
 ** Disable (NIFI-12529)
 ** Improve layout and breadcrumbs
 ** Disable and Configure
 * Configure Processor
 ** Service Link (NIFI-12425)
 ** Create inline Service (NIFI-12425)
 ** Parameter Link (NIFI-12502)
 ** Convert to Parameter (NIFI-12502)
 ** Fix issue with Property Editor width (NIFI-12547)
 ** Status Bar
 ** Stop and Configure
 ** Open Custom UI (NIFI-12958)
 ** Property History (NIFI-13047)
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * Terminate Threads (context menu) (NIFI-13068)
 * Enable/Disable (context menu/operate panel) (NIFI-13078)
 * More Details (Processor, Controller Service, Reporting Task) (NIFI-13062)

 * Download Flow (NIFI-13029)
 * Create RPG (NIFI-12758)
 * Configure RPG (NIFI-12774)
 * RPG Remote Ports (NIFI-12778)
 * RPG Go To (NIFI-12759)
 * RPG Refresh (NIFI-12761)
 * Color (context menu/operate panel) (NIFI-13226)
 * Move to Front (NIFI-13044)
 * Copy/Paste (context menu/operate panel) (NIFI-13059)
 * Add/Update Info Icons in dialogs throughout the application (NIFI-13092)
 * Set viewport earlier when loading a Process Group (NIFI-12737)
 * Canvas global menu item should navigate user back to where they were on the 
canvas (NIFI-12737)
 * Better theme support (NIFI-12655)
 * Set up development/production environments files
 * Run unit tests are part of standard build (NIFI-12941)
 * Update all API calls to consider disconnect node confirmation (NIFI-13001)
 * Update API calls to use uiOnly flag (NIFI-12950)
 * Use polling interval from API
 * Load FlowConfiguration in guard (NIFI-12948)
 * Routing error handling (NIFI-13104)
 * General API response error handling
 ** Management CS (NIFI-12663)
 ** Canvas CS (NIFI-12684)
 ** Remainder of Settings (NIFI-12723)
 ** Counters (NIFI-12723)
 ** Bulletins (NIFI-12723)
 ** Flow Designer (NIFI-13100)
 ** Parameter Contexts (NIFI-12937)
 ** 

[jira] [Created] (NIFI-13226) Color (context menu/operate panel)

2024-05-13 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13226:
--

 Summary: Color (context menu/operate panel)
 Key: NIFI-13226
 URL: https://issues.apache.org/jira/browse/NIFI-13226
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Rob Fellows
Assignee: Rob Fellows






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13221) Display hotkey combos in context menu

2024-05-13 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13221:
---
Status: Patch Available  (was: In Progress)

> Display hotkey combos in context menu
> -
>
> Key: NIFI-13221
> URL: https://issues.apache.org/jira/browse/NIFI-13221
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When appropriate, display the hotkey combinations in the context menu to 
> bring awareness to them.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13221) Display hotkey combos in context menu

2024-05-13 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13221:
--

 Summary: Display hotkey combos in context menu
 Key: NIFI-13221
 URL: https://issues.apache.org/jira/browse/NIFI-13221
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Rob Fellows
Assignee: Rob Fellows


When appropriate, display the hotkey combinations in the context menu to bring 
awareness to them.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13220) Filter out buckets users don't have write access to from dropdown

2024-05-13 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13220:
---
Status: Patch Available  (was: In Progress)

> Filter out buckets users don't have write access to from dropdown
> -
>
> Key: NIFI-13220
> URL: https://issues.apache.org/jira/browse/NIFI-13220
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When starting version control, buckets where the user does not have write 
> access to should not be available to select.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13220) Filter out buckets users don't have write access to from dropdown

2024-05-13 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13220:
--

 Summary: Filter out buckets users don't have write access to from 
dropdown
 Key: NIFI-13220
 URL: https://issues.apache.org/jira/browse/NIFI-13220
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Rob Fellows
Assignee: Rob Fellows


When starting version control, buckets where the user does not have write 
access to should not be available to select.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13212) Canvas overflow on shorter screen

2024-05-10 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13212:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Canvas overflow on shorter screen
> -
>
> Key: NIFI-13212
> URL: https://issues.apache.org/jira/browse/NIFI-13212
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
> Attachments: Screenshot 2024-05-10 at 12.17.44 PM.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> !Screenshot 2024-05-10 at 12.17.44 PM.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13127) Support branch selection for registry providers that offer branching

2024-05-10 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13127:
---
Status: Patch Available  (was: In Progress)

> Support branch selection for registry providers that offer branching
> 
>
> Key: NIFI-13127
> URL: https://issues.apache.org/jira/browse/NIFI-13127
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is intended to be the UI portion of NIFI-13120. There is a Pull Request 
> available: [https://github.com/apache/nifi/pull/8726]
>  
> Essentially what is needed is that the the registry client supports 
> branching, a new branch dropdown should be inserted between the registry 
> selection and the bucket selection. Changing the registry should reload the 
> branches, changing the branch should reload the buckets and so forth.
> Impacted areas would be:
>  * Import from registry
>  * Start Version Control
>  * Change Version dialog - read only display of the branch
>  * Commit local changes dialog - read only display of the branch



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (NIFI-13127) Support branch selection for registry providers that offer branching

2024-05-10 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows reassigned NIFI-13127:
--

Assignee: Rob Fellows

> Support branch selection for registry providers that offer branching
> 
>
> Key: NIFI-13127
> URL: https://issues.apache.org/jira/browse/NIFI-13127
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>
> This is intended to be the UI portion of NIFI-13120. There is a Pull Request 
> available: [https://github.com/apache/nifi/pull/8726]
>  
> Essentially what is needed is that the the registry client supports 
> branching, a new branch dropdown should be inserted between the registry 
> selection and the bucket selection. Changing the registry should reload the 
> branches, changing the branch should reload the buckets and so forth.
> Impacted areas would be:
>  * Import from registry
>  * Start Version Control
>  * Change Version dialog - read only display of the branch
>  * Commit local changes dialog - read only display of the branch



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13197) Clicking outside of dialog cancels edit

2024-05-10 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13197:
---
Status: Patch Available  (was: In Progress)

> Clicking outside of dialog cancels edit
> ---
>
> Key: NIFI-13197
> URL: https://issues.apache.org/jira/browse/NIFI-13197
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Default behavior of dialog is to support closing when the user clicks off. 
> Incidental clicks could result in the loss of unsaved changes. We should 
> consider
>  * Always preventing closing
>  * Only prevent closing for Edit dialogs
>  * Only prevent closing when dialogs contain a dirty form



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (NIFI-13197) Clicking outside of dialog cancels edit

2024-05-10 Thread Rob Fellows (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-13197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17845368#comment-17845368
 ] 

Rob Fellows edited comment on NIFI-13197 at 5/10/24 4:00 PM:
-

Initial pass should be to prevent the dialog from closing by clicking outside 
of it. However, pressing escape should still close the form (unless the form is 
dirty)


was (Author: rfellows):
Initial pass should be to prevent the dialog from closing by clicking outside 
of it or hitting ESC.

> Clicking outside of dialog cancels edit
> ---
>
> Key: NIFI-13197
> URL: https://issues.apache.org/jira/browse/NIFI-13197
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Rob Fellows
>Priority: Major
>
> Default behavior of dialog is to support closing when the user clicks off. 
> Incidental clicks could result in the loss of unsaved changes. We should 
> consider
>  * Always preventing closing
>  * Only prevent closing for Edit dialogs
>  * Only prevent closing when dialogs contain a dirty form



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13177) Typography-related issues

2024-05-10 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13177:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Typography-related issues
> -
>
> Key: NIFI-13177
> URL: https://issues.apache.org/jira/browse/NIFI-13177
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
> Attachments: Screenshot 2024-05-07 at 4.30.14 PM.png, Screenshot 
> 2024-05-07 at 4.30.52 PM.png, Screenshot 2024-05-08 at 1.35.07 PM.png, 
> Screenshot 2024-05-08 at 1.35.53 PM.png, image-2024-05-07-16-32-17-165.png, 
> image-2024-05-07-16-32-35-782.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Noticed a few things that we should clean up post theming typography.
>  
> 1. Font inconsistent size in table footer area (last refreshed and paginator):
>  
> !image-2024-05-07-16-32-35-782.png|width=815,height=41!
> 2. Rendering of component type, name, and icon looks like it should be spaced 
> out a bit more
>  
> !image-2024-05-07-16-32-17-165.png|width=605,height=124!
> !Screenshot 2024-05-08 at 1.35.07 PM.png|width=202,height=131! vs  
> !Screenshot 2024-05-08 at 1.35.53 PM.png|width=287,height=140! for the same 
> component in different areas of the app



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (NIFI-13197) Clicking outside of dialog cancels edit

2024-05-10 Thread Rob Fellows (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-13197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17845368#comment-17845368
 ] 

Rob Fellows commented on NIFI-13197:


Initial pass should be to prevent the dialog from closing by clicking outside 
of it or hitting ESC.

> Clicking outside of dialog cancels edit
> ---
>
> Key: NIFI-13197
> URL: https://issues.apache.org/jira/browse/NIFI-13197
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Rob Fellows
>Priority: Major
>
> Default behavior of dialog is to support closing when the user clicks off. 
> Incidental clicks could result in the loss of unsaved changes. We should 
> consider
>  * Always preventing closing
>  * Only prevent closing for Edit dialogs
>  * Only prevent closing when dialogs contain a dirty form



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (NIFI-13197) Clicking outside of dialog cancels edit

2024-05-10 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows reassigned NIFI-13197:
--

Assignee: Rob Fellows

> Clicking outside of dialog cancels edit
> ---
>
> Key: NIFI-13197
> URL: https://issues.apache.org/jira/browse/NIFI-13197
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Rob Fellows
>Priority: Major
>
> Default behavior of dialog is to support closing when the user clicks off. 
> Incidental clicks could result in the loss of unsaved changes. We should 
> consider
>  * Always preventing closing
>  * Only prevent closing for Edit dialogs
>  * Only prevent closing when dialogs contain a dirty form



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13204) Enable/Disable All Controller Services

2024-05-10 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13204:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Enable/Disable All Controller Services
> --
>
> Key: NIFI-13204
> URL: https://issues.apache.org/jira/browse/NIFI-13204
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13175) Double scroll bar in dialogs on smaller screen

2024-05-09 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13175:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Double scroll bar in dialogs on smaller screen
> --
>
> Key: NIFI-13175
> URL: https://issues.apache.org/jira/browse/NIFI-13175
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M3
>
> Attachments: Screenshot 2024-05-07 at 4.21.07 PM.png
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> For smaller screen sizes there is not enough vertical space to render the 
> dialog in it's entirety. As a result the user ends up seeing a double scroll 
> bar.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13061) UI - move table actions into kebab menu

2024-05-09 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13061:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> UI - move table actions into kebab menu
> ---
>
> Key: NIFI-13061
> URL: https://issues.apache.org/jira/browse/NIFI-13061
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> This will reduce the .mat-column-actions width to 32px as there will only 
> ever be one icon in the actions columns and will save room for the other 
> columns to display information.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13183) Connections are difficult to see when displayed on top of a label in dark mode

2024-05-09 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13183:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Connections are difficult to see when displayed on top of a label in dark mode
> --
>
> Key: NIFI-13183
> URL: https://issues.apache.org/jira/browse/NIFI-13183
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
> Attachments: Screenshot 2024-05-08 at 1.38.31 PM.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Reopened] (NIFI-13158) Support keyboard shortcuts on the canvas

2024-05-08 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows reopened NIFI-13158:


Initial PR did not disable keyboard shortcuts when a dialog was open of when 
typing in the search bar.

> Support keyboard shortcuts on the canvas
> 
>
> Key: NIFI-13158
> URL: https://issues.apache.org/jira/browse/NIFI-13158
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> CTRL+R -> reload canvas
> CTRL+A -> select all
> CTRL+C -> copy
> CTRL+V -> paste
> Backspace/Delete -> delete
> ESC -> leave group



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13165) [BUG] Status history resize handle show when insufficient history

2024-05-08 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13165:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> [BUG] Status history resize handle show when insufficient history
> -
>
> Key: NIFI-13165
> URL: https://issues.apache.org/jira/browse/NIFI-13165
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
> Attachments: Screenshot 2024-05-07 at 11.52.15 AM.png
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> !Screenshot 2024-05-07 at 11.52.15 AM.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13177) Typography-related issues

2024-05-08 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13177:
---
Attachment: Screenshot 2024-05-08 at 1.35.53 PM.png

> Typography-related issues
> -
>
> Key: NIFI-13177
> URL: https://issues.apache.org/jira/browse/NIFI-13177
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Priority: Major
> Attachments: Screenshot 2024-05-07 at 4.30.14 PM.png, Screenshot 
> 2024-05-07 at 4.30.52 PM.png, Screenshot 2024-05-08 at 1.35.07 PM.png, 
> Screenshot 2024-05-08 at 1.35.53 PM.png, image-2024-05-07-16-32-17-165.png, 
> image-2024-05-07-16-32-35-782.png
>
>
> Noticed a few things that we should clean up post theming typography.
>  
> 1. Font inconsistent size in table footer area (last refreshed and paginator):
>  
> !image-2024-05-07-16-32-35-782.png|width=815,height=41!
> 2. Rendering of component type, name, and icon looks like it should be spaced 
> out a bit more
>  
> !image-2024-05-07-16-32-17-165.png|width=605,height=124!
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13177) Typography-related issues

2024-05-08 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13177:
---
Description: 
Noticed a few things that we should clean up post theming typography.

 
1. Font inconsistent size in table footer area (last refreshed and paginator):

 

!image-2024-05-07-16-32-35-782.png|width=815,height=41!

2. Rendering of component type, name, and icon looks like it should be spaced 
out a bit more

 

!image-2024-05-07-16-32-17-165.png|width=605,height=124!

!Screenshot 2024-05-08 at 1.35.07 PM.png|width=202,height=131! vs  !Screenshot 
2024-05-08 at 1.35.53 PM.png|width=287,height=140! for the same component in 
different areas of the app

  was:
Noticed a few things that we should clean up post theming typography.

 
1. Font inconsistent size in table footer area (last refreshed and paginator):

 

!image-2024-05-07-16-32-35-782.png|width=815,height=41!

2. Rendering of component type, name, and icon looks like it should be spaced 
out a bit more

 

!image-2024-05-07-16-32-17-165.png|width=605,height=124!

 


> Typography-related issues
> -
>
> Key: NIFI-13177
> URL: https://issues.apache.org/jira/browse/NIFI-13177
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Priority: Major
> Attachments: Screenshot 2024-05-07 at 4.30.14 PM.png, Screenshot 
> 2024-05-07 at 4.30.52 PM.png, Screenshot 2024-05-08 at 1.35.07 PM.png, 
> Screenshot 2024-05-08 at 1.35.53 PM.png, image-2024-05-07-16-32-17-165.png, 
> image-2024-05-07-16-32-35-782.png
>
>
> Noticed a few things that we should clean up post theming typography.
>  
> 1. Font inconsistent size in table footer area (last refreshed and paginator):
>  
> !image-2024-05-07-16-32-35-782.png|width=815,height=41!
> 2. Rendering of component type, name, and icon looks like it should be spaced 
> out a bit more
>  
> !image-2024-05-07-16-32-17-165.png|width=605,height=124!
> !Screenshot 2024-05-08 at 1.35.07 PM.png|width=202,height=131! vs  
> !Screenshot 2024-05-08 at 1.35.53 PM.png|width=287,height=140! for the same 
> component in different areas of the app



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13177) Typography-related issues

2024-05-08 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13177:
---
Description: 
Noticed a few things that we should clean up post theming typography.

 
1. Font inconsistent size in table footer area (last refreshed and paginator):

 

!image-2024-05-07-16-32-35-782.png|width=815,height=41!

2. Rendering of component type, name, and icon looks like it should be spaced 
out a bit more

 

!image-2024-05-07-16-32-17-165.png|width=605,height=124!

 

  was:
Noticed a few things that we should clean up post theming typography.

 
1. Font inconsistent size in table footer area (last refreshed and paginator):

 

!image-2024-05-07-16-32-35-782.png|width=815,height=41!

2. Rendering of component type, name, and icon looks like it should be spaced 
out a bit more

 

!image-2024-05-07-16-32-17-165.png|width=605,height=124!


> Typography-related issues
> -
>
> Key: NIFI-13177
> URL: https://issues.apache.org/jira/browse/NIFI-13177
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Priority: Major
> Attachments: Screenshot 2024-05-07 at 4.30.14 PM.png, Screenshot 
> 2024-05-07 at 4.30.52 PM.png, Screenshot 2024-05-08 at 1.35.07 PM.png, 
> image-2024-05-07-16-32-17-165.png, image-2024-05-07-16-32-35-782.png
>
>
> Noticed a few things that we should clean up post theming typography.
>  
> 1. Font inconsistent size in table footer area (last refreshed and paginator):
>  
> !image-2024-05-07-16-32-35-782.png|width=815,height=41!
> 2. Rendering of component type, name, and icon looks like it should be spaced 
> out a bit more
>  
> !image-2024-05-07-16-32-17-165.png|width=605,height=124!
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13177) Typography-related issues

2024-05-08 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13177:
---
Attachment: Screenshot 2024-05-08 at 1.35.07 PM.png

> Typography-related issues
> -
>
> Key: NIFI-13177
> URL: https://issues.apache.org/jira/browse/NIFI-13177
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Priority: Major
> Attachments: Screenshot 2024-05-07 at 4.30.14 PM.png, Screenshot 
> 2024-05-07 at 4.30.52 PM.png, Screenshot 2024-05-08 at 1.35.07 PM.png, 
> image-2024-05-07-16-32-17-165.png, image-2024-05-07-16-32-35-782.png
>
>
> Noticed a few things that we should clean up post theming typography.
>  
> 1. Font inconsistent size in table footer area (last refreshed and paginator):
>  
> !image-2024-05-07-16-32-35-782.png|width=815,height=41!
> 2. Rendering of component type, name, and icon looks like it should be spaced 
> out a bit more
>  
> !image-2024-05-07-16-32-17-165.png|width=605,height=124!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13117) Update resize handle

2024-05-08 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13117:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Update resize handle
> 
>
> Key: NIFI-13117
> URL: https://issues.apache.org/jira/browse/NIFI-13117
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The current resize handle shown on the editor and diagnostic modal too 
> closely resembles the comment indicator shown on the canvas. We should 
> consider some alternatives for resize handle to maybe more closely resemble 
> the textarea resize handle.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13174) [BUG] prioritizer and parameter context inheritance drag/drop scrollbars

2024-05-08 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13174:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> [BUG] prioritizer and parameter context inheritance drag/drop scrollbars
> 
>
> Key: NIFI-13174
> URL: https://issues.apache.org/jira/browse/NIFI-13174
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13155) Revision check in Flow Reducer

2024-05-08 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13155:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Revision check in Flow Reducer
> --
>
> Key: NIFI-13155
> URL: https://issues.apache.org/jira/browse/NIFI-13155
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In the flow reducer we should be verifying that the incoming revision is 
> newer than what is already saved. These scenarios can occur when polling 
> takes longer when some other action. For slow connections this happens ofter 
> as the size of the canvas payload increases.
> We also need to handle corner cases when the component as been deleted [1] 
> and when a node's cluster connection state changes [2].
> [1] https://issues.apache.org/jira/browse/NIFI-2719
> [2] https://issues.apache.org/jira/browse/NIFI-3848



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13177) Typography-related issues

2024-05-07 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13177:
---
 Attachment: image-2024-05-07-16-32-35-782.png
 Screenshot 2024-05-07 at 4.30.52 PM.png
 image-2024-05-07-16-32-17-165.png
 Screenshot 2024-05-07 at 4.30.14 PM.png
Description: 
Noticed a few things that we should clean up post theming typography.

 
1. Font inconsistent size in table footer area (last refreshed and paginator):

 

!image-2024-05-07-16-32-35-782.png|width=815,height=41!

2. Rendering of component type, name, and icon looks like it should be spaced 
out a bit more

 

!image-2024-05-07-16-32-17-165.png|width=605,height=124!

  was:
Noticed a few things that we should clean up post theming typography.

 
1. Font inconsistent size in table footer area (last refreshed and paginator):


2. Rendering of component type, name, and icon looks like it should be spaced 
out a bit more

 

 


> Typography-related issues
> -
>
> Key: NIFI-13177
> URL: https://issues.apache.org/jira/browse/NIFI-13177
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Priority: Major
> Attachments: Screenshot 2024-05-07 at 4.30.14 PM.png, Screenshot 
> 2024-05-07 at 4.30.52 PM.png, image-2024-05-07-16-32-17-165.png, 
> image-2024-05-07-16-32-35-782.png
>
>
> Noticed a few things that we should clean up post theming typography.
>  
> 1. Font inconsistent size in table footer area (last refreshed and paginator):
>  
> !image-2024-05-07-16-32-35-782.png|width=815,height=41!
> 2. Rendering of component type, name, and icon looks like it should be spaced 
> out a bit more
>  
> !image-2024-05-07-16-32-17-165.png|width=605,height=124!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13177) Typography-related issues

2024-05-07 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13177:
--

 Summary: Typography-related issues
 Key: NIFI-13177
 URL: https://issues.apache.org/jira/browse/NIFI-13177
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Rob Fellows


Noticed a few things that we should clean up post theming typography.

 
1. Font inconsistent size in table footer area (last refreshed and paginator):


2. Rendering of component type, name, and icon looks like it should be spaced 
out a bit more

 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13158) Support keyboard shortcuts on the canvas

2024-05-07 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13158:
---
Status: Patch Available  (was: In Progress)

> Support keyboard shortcuts on the canvas
> 
>
> Key: NIFI-13158
> URL: https://issues.apache.org/jira/browse/NIFI-13158
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> CTRL+R -> reload canvas
> CTRL+A -> select all
> CTRL+C -> copy
> CTRL+V -> paste
> Backspace/Delete -> delete
> ESC -> leave group



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13142) Configure typography via angular material

2024-05-06 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13142:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Configure typography via angular material
> -
>
> Key: NIFI-13142
> URL: https://issues.apache.org/jira/browse/NIFI-13142
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13158) Support keyboard shortcuts on the canvas

2024-05-06 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13158:
--

 Summary: Support keyboard shortcuts on the canvas
 Key: NIFI-13158
 URL: https://issues.apache.org/jira/browse/NIFI-13158
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Rob Fellows
Assignee: Rob Fellows


CTRL+R -> reload canvas

CTRL+A -> select all

CTRL+C -> copy

CTRL+V -> paste

Backspace/Delete -> delete

ESC -> leave group



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13141) Some canvas actions reset when polling occurs

2024-05-06 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13141:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Some canvas actions reset when polling occurs
> -
>
> Key: NIFI-13141
> URL: https://issues.apache.org/jira/browse/NIFI-13141
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> If polling occurs while the user is moving a bend point, moving a connection 
> label, or resizing a label and the canvas polls the positions will be reset. 
> If the user is performing one of these actions we should consider not 
> applying these values which would reset the positions. We may however need to 
> honor the existing behavior if the component revision has changed by another 
> user.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12802) Update to minimum node LTS version needed to support new UI

2024-05-06 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-12802:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Update to minimum node LTS version needed to support new UI
> ---
>
> Key: NIFI-12802
> URL: https://issues.apache.org/jira/browse/NIFI-12802
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Rob Fellows
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> https://github.com/apache/nifi/pull/8410/files#r1491162482



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (NIFI-12802) Update to minimum node LTS version needed to support new UI

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows reassigned NIFI-12802:
--

Assignee: Rob Fellows

> Update to minimum node LTS version needed to support new UI
> ---
>
> Key: NIFI-12802
> URL: https://issues.apache.org/jira/browse/NIFI-12802
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> https://github.com/apache/nifi/pull/8410/files#r1491162482



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12802) Update to minimum node LTS version needed to support new UI

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-12802:
---
Status: Patch Available  (was: Open)

> Update to minimum node LTS version needed to support new UI
> ---
>
> Key: NIFI-12802
> URL: https://issues.apache.org/jira/browse/NIFI-12802
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> https://github.com/apache/nifi/pull/8410/files#r1491162482



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13140) Fix error handling in guards

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13140:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Fix error handling in guards
> 
>
> Key: NIFI-13140
> URL: https://issues.apache.org/jira/browse/NIFI-13140
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13132) Import from registry error handling

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13132:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Import from registry error handling
> ---
>
> Key: NIFI-13132
> URL: https://issues.apache.org/jira/browse/NIFI-13132
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
> Attachments: Screenshot 2024-05-02 at 4.33.01 PM.png
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> When a registry is configured but no longer running or available the user can 
> attempt to drag and drop on the canvas to import a flow from the registry. 
> There is a console error in dev tools but no error is displayed to the user:
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13130) Focus incorrectly applied to dialogs on page refresh

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13130:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Focus incorrectly applied to dialogs on page refresh
> 
>
> Key: NIFI-13130
> URL: https://issues.apache.org/jira/browse/NIFI-13130
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
> Attachments: image-2024-05-02-16-27-06-410.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> On page refresh the `tabindex="0"` on some dialogs seems to apply a focus 
> border to the dialog. This is especially noticeable in dark mode.
> !image-2024-05-02-16-27-06-410.png|width=534,height=331!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13136) Unable to clear optional property value

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13136:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Unable to clear optional property value
> ---
>
> Key: NIFI-13136
> URL: https://issues.apache.org/jira/browse/NIFI-13136
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> It is currently not possible to unset an optional property. We need to update 
> the property value editor so that the user can set the value, set the value 
> to empty string, and clear the value.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13135) Allow parameter table to be sortable by parameter name

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13135:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Allow parameter table to be sortable by parameter name
> --
>
> Key: NIFI-13135
> URL: https://issues.apache.org/jira/browse/NIFI-13135
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
> Fix For: 2.0.0-M3
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13134) Support No Value Set in Edit Parameter Context

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13134:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Support No Value Set in Edit Parameter Context
> --
>
> Key: NIFI-13134
> URL: https://issues.apache.org/jira/browse/NIFI-13134
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Need to support setting a parameter value to null. When the value is empty 
> but the `Set empty string` checkbox is not checked, the value should be null.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13128) [BUG] invalid port missing caution-color

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13128:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> [BUG] invalid port missing caution-color
> 
>
> Key: NIFI-13128
> URL: https://issues.apache.org/jira/browse/NIFI-13128
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
> Attachments: Screenshot 2024-05-02 at 4.14.02 PM.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13122) [BUG] - select all parameter checkbox is not visible

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13122:
---
Fix Version/s: 2.0.0-M3

> [BUG] - select all parameter checkbox is not visible
> 
>
> Key: NIFI-13122
> URL: https://issues.apache.org/jira/browse/NIFI-13122
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
> Attachments: Screenshot 2024-05-02 at 9.51.25 AM.png, Screenshot 
> 2024-05-02 at 9.51.32 AM.png, Screenshot 2024-05-02 at 9.51.38 AM.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> the checkbox we use to support select all, select none, or indicate some are 
> selected isn't clearly defined when checked or indicating some are selected. 
> It isn't immediately apparent that you can interact with it. It is fine when 
> nothing is selected because it has an outline:
>  
> !Screenshot 2024-05-02 at 9.51.25 AM.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13122) [BUG] - select all parameter checkbox is not visible

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13122:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> [BUG] - select all parameter checkbox is not visible
> 
>
> Key: NIFI-13122
> URL: https://issues.apache.org/jira/browse/NIFI-13122
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Attachments: Screenshot 2024-05-02 at 9.51.25 AM.png, Screenshot 
> 2024-05-02 at 9.51.32 AM.png, Screenshot 2024-05-02 at 9.51.38 AM.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> the checkbox we use to support select all, select none, or indicate some are 
> selected isn't clearly defined when checked or indicating some are selected. 
> It isn't immediately apparent that you can interact with it. It is fine when 
> nothing is selected because it has an outline:
>  
> !Screenshot 2024-05-02 at 9.51.25 AM.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13129) [BUG] selected prioritizer order is not honored when displayed in the UI

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13129:
---
Status: Patch Available  (was: In Progress)

> [BUG] selected prioritizer order is not honored when displayed in the UI
> 
>
> Key: NIFI-13129
> URL: https://issues.apache.org/jira/browse/NIFI-13129
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Rob Fellows
>Priority: Major
> Attachments: image-2024-05-02-16-24-55-252.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> !image-2024-05-02-16-24-55-252.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (NIFI-13129) [BUG] selected prioritizer order is not honored when displayed in the UI

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows reassigned NIFI-13129:
--

Assignee: Rob Fellows

> [BUG] selected prioritizer order is not honored when displayed in the UI
> 
>
> Key: NIFI-13129
> URL: https://issues.apache.org/jira/browse/NIFI-13129
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Rob Fellows
>Priority: Major
> Attachments: image-2024-05-02-16-24-55-252.png
>
>
> !image-2024-05-02-16-24-55-252.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13127) Support branch selection for registry providers that offer branching

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13127:
---
Status: Open  (was: Patch Available)

> Support branch selection for registry providers that offer branching
> 
>
> Key: NIFI-13127
> URL: https://issues.apache.org/jira/browse/NIFI-13127
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Priority: Major
>
> This is intended to be the UI portion of NIFI-13120. There is a Pull Request 
> available: [https://github.com/apache/nifi/pull/8726]
>  
> Essentially what is needed is that the the registry client supports 
> branching, a new branch dropdown should be inserted between the registry 
> selection and the bucket selection. Changing the registry should reload the 
> branches, changing the branch should reload the buckets and so forth.
> Impacted areas would be:
>  * Import from registry
>  * Start Version Control
>  * Change Version dialog - read only display of the branch
>  * Commit local changes dialog - read only display of the branch



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13127) Support branch selection for registry providers that offer branching

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13127:
---
Status: Patch Available  (was: Open)

> Support branch selection for registry providers that offer branching
> 
>
> Key: NIFI-13127
> URL: https://issues.apache.org/jira/browse/NIFI-13127
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Priority: Major
>
> This is intended to be the UI portion of NIFI-13120. There is a Pull Request 
> available: [https://github.com/apache/nifi/pull/8726]
>  
> Essentially what is needed is that the the registry client supports 
> branching, a new branch dropdown should be inserted between the registry 
> selection and the bucket selection. Changing the registry should reload the 
> branches, changing the branch should reload the buckets and so forth.
> Impacted areas would be:
>  * Import from registry
>  * Start Version Control
>  * Change Version dialog - read only display of the branch
>  * Commit local changes dialog - read only display of the branch



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13135) Allow parameter table to be sortable by parameter name

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13135:
---
Status: Patch Available  (was: In Progress)

> Allow parameter table to be sortable by parameter name
> --
>
> Key: NIFI-13135
> URL: https://issues.apache.org/jira/browse/NIFI-13135
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13134) Support No Value Set in Edit Parameter Context

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13134:
---
Status: Patch Available  (was: In Progress)

> Support No Value Set in Edit Parameter Context
> --
>
> Key: NIFI-13134
> URL: https://issues.apache.org/jira/browse/NIFI-13134
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Need to support setting a parameter value to null. When the value is empty 
> but the `Set empty string` checkbox is not checked, the value should be null.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13135) Allow parameter table to be sortable by parameter name

2024-05-03 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13135:
--

 Summary: Allow parameter table to be sortable by parameter name
 Key: NIFI-13135
 URL: https://issues.apache.org/jira/browse/NIFI-13135
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Rob Fellows
Assignee: Rob Fellows






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13134) Support No Value Set in Edit Parameter Context

2024-05-03 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13134:
--

 Summary: Support No Value Set in Edit Parameter Context
 Key: NIFI-13134
 URL: https://issues.apache.org/jira/browse/NIFI-13134
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Rob Fellows
Assignee: Rob Fellows


Need to support setting a parameter value to null. When the value is empty but 
the `Set empty string` checkbox is not checked, the value should be null.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13119) Resolve dependent value through Parameter is necessary

2024-05-03 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13119:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Resolve dependent value through Parameter is necessary
> --
>
> Key: NIFI-13119
> URL: https://issues.apache.org/jira/browse/NIFI-13119
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> When evaluating dependent Properties, the UI should identify when the 
> Property value is a parameter reference and resolve the value accordingly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (NIFI-13127) Support branch selection for registry providers that offer branching

2024-05-02 Thread Rob Fellows (Jira)
Rob Fellows created NIFI-13127:
--

 Summary: Support branch selection for registry providers that 
offer branching
 Key: NIFI-13127
 URL: https://issues.apache.org/jira/browse/NIFI-13127
 Project: Apache NiFi
  Issue Type: Sub-task
  Components: Core UI
Reporter: Rob Fellows


This is intended to be the UI portion of NIFI-13120. There is a Pull Request 
available: [https://github.com/apache/nifi/pull/8726]

 

Essentially what is needed is that the the registry client supports branching, 
a new branch dropdown should be inserted between the registry selection and the 
bucket selection. Changing the registry should reload the branches, changing 
the branch should reload the buckets and so forth.

Impacted areas would be:
 * Import from registry
 * Start Version Control
 * Change Version dialog - read only display of the branch
 * Commit local changes dialog - read only display of the branch



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13093) better align nifi warn and material warn palettes

2024-05-02 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13093:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> better align nifi warn and material warn palettes
> -
>
> Key: NIFI-13093
> URL: https://issues.apache.org/jira/browse/NIFI-13093
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> When to use which palette? Or can we combine into a single palette?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13104) UI - Route handling

2024-05-01 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13104:
---
Status: Patch Available  (was: In Progress)

> UI - Route handling
> ---
>
> Key: NIFI-13104
> URL: https://issues.apache.org/jira/browse/NIFI-13104
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Address routing issues that arise under the following scenarios...
>  * The user attempts to visit an unknown route
>  * The user attempts to visit a known route but supplies a route parameter 
> that is unknown
> Depending on level of effort it may make sense to break this into two 
> separate efforts.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13114) Always show primary node indicator when configured

2024-05-01 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13114:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Always show primary node indicator when configured
> --
>
> Key: NIFI-13114
> URL: https://issues.apache.org/jira/browse/NIFI-13114
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (NIFI-12763) Theme the mat-paginator

2024-05-01 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows reassigned NIFI-12763:
--

Assignee: Rob Fellows

> Theme the mat-paginator
> ---
>
> Key: NIFI-12763
> URL: https://issues.apache.org/jira/browse/NIFI-12763
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
> Attachments: Screenshot 2024-02-08 at 11.50.08 AM.png, Screenshot 
> 2024-02-09 at 8.27.39 AM.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The paginator we use in a couple of places isn't picking up the theming.
>  
>  
> !Screenshot 2024-02-09 at 8.27.39 AM.png|width=999,height=553!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-12763) Theme the mat-paginator

2024-05-01 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-12763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-12763:
---
Status: Patch Available  (was: In Progress)

> Theme the mat-paginator
> ---
>
> Key: NIFI-12763
> URL: https://issues.apache.org/jira/browse/NIFI-12763
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
> Attachments: Screenshot 2024-02-08 at 11.50.08 AM.png, Screenshot 
> 2024-02-09 at 8.27.39 AM.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The paginator we use in a couple of places isn't picking up the theming.
>  
>  
> !Screenshot 2024-02-09 at 8.27.39 AM.png|width=999,height=553!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13095) UI - contrast ratio for processor type and bundle

2024-04-30 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13095:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> UI - contrast ratio for processor type and bundle
> -
>
> Key: NIFI-13095
> URL: https://issues.apache.org/jira/browse/NIFI-13095
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
> Attachments: image.png
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13101) Full Screen Error is not themed for dark mode

2024-04-30 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13101:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Full Screen Error is not themed for dark mode
> -
>
> Key: NIFI-13101
> URL: https://issues.apache.org/jira/browse/NIFI-13101
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0-M3
>
> Attachments: Screenshot 2024-04-25 at 1.55.09 PM.png, Screenshot 
> 2024-04-25 at 1.56.37 PM.png
>
>
> When in dark mode, if you encounter an error that routes the user to a full 
> screen error... you can't read the error message. The text is light due to 
> dark mode being set but the background is not themed to be dark, so the text 
> is hidden.
>  
> !Screenshot 2024-04-25 at 1.55.09 PM.png|width=581,height=310!
>  
> !Screenshot 2024-04-25 at 1.56.37 PM.png|width=579,height=310!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (NIFI-13102) Error Handling in Convert to Parameter and Empty Queue

2024-04-30 Thread Rob Fellows (Jira)


 [ 
https://issues.apache.org/jira/browse/NIFI-13102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Fellows updated NIFI-13102:
---
Fix Version/s: 2.0.0-M3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Error Handling in Convert to Parameter and Empty Queue
> --
>
> Key: NIFI-13102
> URL: https://issues.apache.org/jira/browse/NIFI-13102
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
> Fix For: 2.0.0-M3
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, any API errors that occurs when converting to parameter or empty 
> queues are persisted in the store but not currently presented to the user. 
> These details should be surfaced either through a banner, full page, or snack 
> bar error.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


  1   2   3   4   >