[jira] [Created] (NIFI-13011) contrast ratio and PG and RPG headers/icons

2024-04-08 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-13011:
--

 Summary: contrast ratio and PG and RPG headers/icons
 Key: NIFI-13011
 URL: https://issues.apache.org/jira/browse/NIFI-13011
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
 Attachments: Screenshot 2024-04-08 at 4.29.41 PM.png





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


[jira] [Assigned] (NIFI-12956) Add semantic styles for the basic theme colors

2024-04-01 Thread Scott Aslan (Jira)


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

Scott Aslan reassigned NIFI-12956:
--

Assignee: Scott Aslan

> Add semantic styles for the basic theme colors
> --
>
> Key: NIFI-12956
> URL: https://issues.apache.org/jira/browse/NIFI-12956
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Rob Fellows
>Assignee: Scott Aslan
>Priority: Minor
>
> We should add themed styles for the commonly used colors from the palettes. 
> I'm thinking like the 3 (light, default, dark) main colors from each palette. 
> Something like this:
> {code:java}
> .warn-light {
>   color: $warn-palette-light
> }
> .warn-default {
>   color: $warn-palette-default
> }
> .warn-dark {
>   color: $warn-palette-dark
> }
> .primary-light {
>   color: $primary-palette-light
> }
> .primary-default {
>   color: $primary-palette-default
> }
> .primary-dark {
>   color: $primary-palette-dark
> }
> .accent-light {
>   color: $accent-palette-light
> }
> .accent-default {
>   color: $accent-palette-default
> }
> .accent-dark {
>   color: $accent-palette-dark
> }
> {code}



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


[jira] [Created] (NIFI-12990) BUG - enable CS dialog does not close when go to parameter provider

2024-04-01 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12990:
--

 Summary: BUG - enable CS dialog does not close when go to 
parameter provider
 Key: NIFI-12990
 URL: https://issues.apache.org/jira/browse/NIFI-12990
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
 Attachments: image-2024-04-01-21-38-39-843.png

!image-2024-04-01-21-38-39-843.png!



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


[jira] [Created] (NIFI-12978) UI - listing table more-details and actions column width

2024-03-29 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12978:
--

 Summary: UI - listing table more-details and actions column width
 Key: NIFI-12978
 URL: https://issues.apache.org/jira/browse/NIFI-12978
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan


For each of the listings in nifi a specific width should be set on the 
more-details and actions column depending on how many icons can be displayed in 
each case.



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


[jira] [Resolved] (NIFI-12946) Component State Dialog Regression

2024-03-29 Thread Scott Aslan (Jira)


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

Scott Aslan resolved NIFI-12946.

Resolution: Fixed

https://github.com/apache/nifi/pull/8535

> Component State Dialog Regression
> -
>
> Key: NIFI-12946
> URL: https://issues.apache.org/jira/browse/NIFI-12946
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Priority: Major
> Attachments: Screenshot 2024-03-25 at 11.55.11 AM.png
>
>
> With recent updates to styles the component state dialog has regressed. See 
> the attached screenshot.
>  * Border
>  * Lost Ellipsis
>  * Scrolling



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


[jira] [Created] (NIFI-12964) Date picker and Time Picker style updates

2024-03-27 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12964:
--

 Summary: Date picker and Time Picker style updates
 Key: NIFI-12964
 URL: https://issues.apache.org/jira/browse/NIFI-12964
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
 Attachments: Screenshot 2024-03-27 at 6.22.10 PM.png, 
image-2024-03-27-18-32-12-007.png

There are several differences in height and width and padding etc. between the 
Data picker input field and the Time picker input fields:

 

!image-2024-03-27-18-32-12-007.png!

 

!Screenshot 2024-03-27 at 6.22.10 PM.png!



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


[jira] [Resolved] (NIFI-12935) Upgrade Karma Webpack to 5.0.1

2024-03-25 Thread Scott Aslan (Jira)


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

Scott Aslan resolved NIFI-12935.

Resolution: Fixed

> Upgrade Karma Webpack to 5.0.1
> --
>
> Key: NIFI-12935
> URL: https://issues.apache.org/jira/browse/NIFI-12935
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: NiFi Registry
>Reporter: David Handermann
>Assignee: Matt Gilman
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> NiFi Registry UI depends on Karma Webpack as part of the build process. Karma 
> Webpack 5.0.1 depends on Webpack 5, so further evaluation is necessary to 
> determine the impact of upgrading.



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


[jira] [Created] (NIFI-12951) UI - Nifi Registry Frontend unit tests are failing

2024-03-25 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12951:
--

 Summary: UI - Nifi Registry Frontend unit tests are failing
 Key: NIFI-12951
 URL: https://issues.apache.org/jira/browse/NIFI-12951
 Project: Apache NiFi
  Issue Type: Bug
Reporter: Scott Aslan


There are several unit tests failing. To see the different tests failing run 
`npm ci` and `npm run test:dev`. It seems as though these unit tests have not 
been ran in a long time.



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


[jira] [Created] (NIFI-12922) UI - semantic dialog sizes

2024-03-19 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12922:
--

 Summary: UI - semantic dialog sizes
 Key: NIFI-12922
 URL: https://issues.apache.org/jira/browse/NIFI-12922
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan






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


[jira] [Updated] (NIFI-12873) Time inputs don't match dark mode styling

2024-03-19 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12873:
---
Attachment: Screenshot 2024-03-19 at 10.40.32 AM.png
Screenshot 2024-03-19 at 10.40.42 AM.png

> Time inputs don't match dark mode styling
> -
>
> Key: NIFI-12873
> URL: https://issues.apache.org/jira/browse/NIFI-12873
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: James Elliott
>Priority: Major
> Attachments: Screenshot 2024-03-07 at 11.20.29 AM.png, Screenshot 
> 2024-03-19 at 10.40.32 AM.png, Screenshot 2024-03-19 at 10.40.42 AM.png
>
>
> Inputs with type="time" get an icon that launches a time selection popup. 
> Unfortunately the icon is always dark, even in dark mode. The popup doesn't 
> have styling applied either.
> !Screenshot 2024-03-07 at 11.20.29 AM.png!



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


[jira] [Resolved] (NIFI-12912) BUG - snackbar theming

2024-03-18 Thread Scott Aslan (Jira)


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

Scott Aslan resolved NIFI-12912.

Resolution: Fixed

> BUG - snackbar theming
> --
>
> Key: NIFI-12912
> URL: https://issues.apache.org/jira/browse/NIFI-12912
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: James Elliott
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The snackbar theme seems to have some regressions since the update to using 
> semantic colors. 



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


[jira] [Created] (NIFI-12912) BUG - snackbar theming

2024-03-15 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12912:
--

 Summary: BUG - snackbar theming
 Key: NIFI-12912
 URL: https://issues.apache.org/jira/browse/NIFI-12912
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan


The snackbar theme seems to have some regressions since the update to using 
semantic colors. 



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


[jira] [Created] (NIFI-12905) UI - page header color

2024-03-14 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12905:
--

 Summary: UI - page header color
 Key: NIFI-12905
 URL: https://issues.apache.org/jira/browse/NIFI-12905
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
 Attachments: Screenshot 2024-03-14 at 5.02.50 PM.png, Screenshot 
2024-03-14 at 5.03.01 PM.png, Screenshot 2024-03-14 at 5.03.24 PM.png

Currently we have the same style defined in several different places and all 
used for the header on the different pages of the SPA. These can be combined 
into a single `.page-header` style and applied consistently throughout the app.

 

!Screenshot 2024-03-14 at 5.03.24 PM.png!



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


[jira] [Created] (NIFI-12904) [BUG] nfEditor width has a regression

2024-03-14 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12904:
--

 Summary: [BUG] nfEditor width has a regression
 Key: NIFI-12904
 URL: https://issues.apache.org/jira/browse/NIFI-12904
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan


Somewhere along the way we lost or overrode the styles for the nfEditor width. 
This needs to be restored.



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


[jira] [Created] (NIFI-12903) UI - update disabled/enabled drag/drop colors

2024-03-14 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12903:
--

 Summary: UI - update disabled/enabled drag/drop colors
 Key: NIFI-12903
 URL: https://issues.apache.org/jira/browse/NIFI-12903
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan


The connection prioritizers and the parameter context inheritance drag and drop 
controls need to update the background color for enabled and disabled states.



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


[jira] [Updated] (NIFI-12894) Replace .nifi-button with mat-icon-button

2024-03-13 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12894:
---
Status: Patch Available  (was: In Progress)

> Replace .nifi-button with mat-icon-button
> -
>
> Key: NIFI-12894
> URL: https://issues.apache.org/jira/browse/NIFI-12894
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>




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


[jira] [Created] (NIFI-12894) Replace .nifi-button with mat-icon-button

2024-03-13 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12894:
--

 Summary: Replace .nifi-button with mat-icon-button
 Key: NIFI-12894
 URL: https://issues.apache.org/jira/browse/NIFI-12894
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan






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


[jira] [Updated] (NIFI-12822) BUG - light mode sorting arrows are too dark

2024-03-13 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12822:
---
Status: Patch Available  (was: In Progress)

> BUG - light mode sorting arrows are too dark
> 
>
> Key: NIFI-12822
> URL: https://issues.apache.org/jira/browse/NIFI-12822
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Attachments: Screenshot 2024-02-20 at 9.50.36 AM.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[jira] [Resolved] (NIFI-12870) Refactor the usage of Material color theming to be semantic

2024-03-13 Thread Scott Aslan (Jira)


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

Scott Aslan resolved NIFI-12870.

Resolution: Fixed

> Refactor the usage of Material color theming to be semantic
> ---
>
> Key: NIFI-12870
> URL: https://issues.apache.org/jira/browse/NIFI-12870
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: James Elliott
>Assignee: James Elliott
>Priority: Major
>  Time Spent: 4h 50m
>  Remaining Estimate: 0h
>




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


[jira] [Assigned] (NIFI-12870) Refactor the usage of Material color theming to be semantic

2024-03-13 Thread Scott Aslan (Jira)


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

Scott Aslan reassigned NIFI-12870:
--

Assignee: James Elliott

> Refactor the usage of Material color theming to be semantic
> ---
>
> Key: NIFI-12870
> URL: https://issues.apache.org/jira/browse/NIFI-12870
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: James Elliott
>Assignee: James Elliott
>Priority: Major
>  Time Spent: 4h 50m
>  Remaining Estimate: 0h
>




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


[jira] [Resolved] (NIFI-12720) BUG - Dark mode skeleton loader styles

2024-03-06 Thread Scott Aslan (Jira)


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

Scott Aslan resolved NIFI-12720.

Resolution: Fixed

> BUG - Dark mode skeleton loader styles
> --
>
> Key: NIFI-12720
> URL: https://issues.apache.org/jira/browse/NIFI-12720
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: James Elliott
>Priority: Major
> Attachments: Screenshot 2024-02-01 at 11.45.08 AM.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




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


[jira] [Resolved] (NIFI-12865) BUG - Checkboxes are inconsistently styled with primary or accent

2024-03-06 Thread Scott Aslan (Jira)


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

Scott Aslan resolved NIFI-12865.

Resolution: Fixed

> BUG - Checkboxes are inconsistently styled with primary or accent
> -
>
> Key: NIFI-12865
> URL: https://issues.apache.org/jira/browse/NIFI-12865
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: James Elliott
>Assignee: James Elliott
>Priority: Minor
> Attachments: image.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> As you can see in the attached image, the checkboxes for the relationship 
> options are styled with both primary and accent colors.



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


[jira] [Resolved] (NIFI-12721) Button UX

2024-03-06 Thread Scott Aslan (Jira)


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

Scott Aslan resolved NIFI-12721.

Resolution: Fixed

> Button UX
> -
>
> Key: NIFI-12721
> URL: https://issues.apache.org/jira/browse/NIFI-12721
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: James Elliott
>Priority: Major
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> When a disabled button is directly on a really dark background it is hard to 
> read.
> When a disabled button is next to a mat-stroked-button they both appear 
> disabled.
> Should we be using a mat-stroked-button?
>  



--
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-03-06 Thread Scott Aslan (Jira)


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

Scott Aslan 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)
 * Counters (NIFI-12415)
 ** Counter table has extra unnecessary can modfiy check
 * Bulletin Board (NIFI-12560)
 ** When the bulletin board polls it is missing the offset "after" query 
parameter
 * 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
 ** Status History - node specific values (NIFI-12848)
 * Flow Configuration History (NIFI-12754)
 ** ActionEntity.action should be optional
 * 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
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 ** Select Empty by default
 * Help (NIFI-12795)
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 ** Clustering (NIFI-12807)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 ** Clustering
 * Change Component Version
 * Consider PG permissions in Toolbox (NIFI-12683)
 * Handle linking to components that are not on the canvas
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * 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)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG (NIFI-12758)
 * Configure RPG (NIFI-12774)
 * RPG Remote Ports (NIFI-12778)
 * RPG Go To (NIFI-12759)
 * RPG Refresh (NIFI-12761)
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * 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
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Use polling interval from API
 * Load FlowConfiguration in guard
 * Routing error handling
 * 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
 ** Parameter Contexts
 ** Provenance (NIFI-12767)
 ** Queue Listing (NIFI-12742)
 ** Summary (NIFI-12742)
 ** Users (NIFI-12742)
 ** Policies
 ** Status History
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Theme docs, view flow file, and custom ui's
 * Prompt user to save Parameter Context when Edit form is dirty
 * Upgrade to Angular 17 (NIFI-12790)
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)
 * Flow Analysis report menu
 * Migrate NiFi UI to nx

[1] [https://github.com/apache/nifi/pull/8053]

  was:
The purpose 

[jira] [Created] (NIFI-12849) Complementary and Accent colors should be separated from the material and warn palettes

2024-02-28 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12849:
--

 Summary: Complementary and Accent colors should be separated from 
the material and warn palettes
 Key: NIFI-12849
 URL: https://issues.apache.org/jira/browse/NIFI-12849
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan






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


[jira] [Assigned] (NIFI-12822) BUG - light mode sorting arrows are too dark

2024-02-22 Thread Scott Aslan (Jira)


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

Scott Aslan reassigned NIFI-12822:
--

Assignee: Scott Aslan

> BUG - light mode sorting arrows are too dark
> 
>
> Key: NIFI-12822
> URL: https://issues.apache.org/jira/browse/NIFI-12822
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Attachments: Screenshot 2024-02-20 at 9.50.36 AM.png
>
>




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


[jira] [Updated] (NIFI-12778) RPG Manage remote ports

2024-02-20 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12778:
---
Status: Patch Available  (was: In Progress)

> RPG Manage remote ports
> ---
>
> Key: NIFI-12778
> URL: https://issues.apache.org/jira/browse/NIFI-12778
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[jira] [Created] (NIFI-12822) BUG - light mode sorting arrows are too dark

2024-02-20 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12822:
--

 Summary: BUG - light mode sorting arrows are too dark
 Key: NIFI-12822
 URL: https://issues.apache.org/jira/browse/NIFI-12822
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
 Attachments: Screenshot 2024-02-20 at 9.50.36 AM.png





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


[jira] [Created] (NIFI-12803) BUG - policy changes require page refresh to be applied

2024-02-15 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12803:
--

 Summary: BUG - policy changes require page refresh to be applied
 Key: NIFI-12803
 URL: https://issues.apache.org/jira/browse/NIFI-12803
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
 Attachments: image-2024-02-15-13-57-03-890.png, 
image-2024-02-15-13-58-17-784.png

!image-2024-02-15-13-57-03-890.png!

 

!image-2024-02-15-13-58-17-784.png!



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


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

2024-02-15 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12802:
--

 Summary: 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


https://github.com/apache/nifi/pull/8410/files#r1491162482



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


[jira] [Created] (NIFI-12799) BUG - disabled styles for draggable canvas icons when user does not have write permissions

2024-02-15 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12799:
--

 Summary: BUG - disabled styles for draggable canvas icons when 
user does not have write permissions
 Key: NIFI-12799
 URL: https://issues.apache.org/jira/browse/NIFI-12799
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
 Attachments: Screenshot 2024-02-15 at 11.45.09 AM.png

When the current user does not have write permissions to a PG the draggable 
canvas icons become disabled. The styles in light and dark mode need to be 
updated to be more visible but also still denote a disabled state.



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


[jira] [Created] (NIFI-12798) BUG - disabled global menu item styles

2024-02-15 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12798:
--

 Summary: BUG - disabled global menu item styles
 Key: NIFI-12798
 URL: https://issues.apache.org/jira/browse/NIFI-12798
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
 Attachments: image (1).png

When a user does not have permission to view counters etc the styles applied to 
the disabled global menu item are not correct. These styles should work in both 
light and dark mode.



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


[jira] [Updated] (NIFI-12761) RPG refresh

2024-02-12 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12761:
---
Status: Patch Available  (was: In Progress)

> RPG refresh
> ---
>
> Key: NIFI-12761
> URL: https://issues.apache.org/jira/browse/NIFI-12761
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[jira] [Updated] (NIFI-12759) RPG GoTo

2024-02-12 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12759:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> RPG GoTo
> 
>
> Key: NIFI-12759
> URL: https://issues.apache.org/jira/browse/NIFI-12759
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




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


[jira] [Updated] (NIFI-12774) Configure RPG

2024-02-12 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12774:
---
Status: Patch Available  (was: In Progress)

> Configure RPG
> -
>
> Key: NIFI-12774
> URL: https://issues.apache.org/jira/browse/NIFI-12774
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[jira] [Created] (NIFI-12778) RPG Manage remote ports

2024-02-12 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12778:
--

 Summary: RPG Manage remote ports
 Key: NIFI-12778
 URL: https://issues.apache.org/jira/browse/NIFI-12778
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan






--
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-02-12 Thread Scott Aslan (Jira)


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

Scott Aslan 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)
 * Counters (NIFI-12415)
 * 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)

 * 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
 ** Status History - node specific values
 * Flow Configuration History (NIFI-12754)
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 * Change Component Version
 * Consider PG permissions in Toolbox (NIFI-12683)
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * 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)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG (NIFI-12758)
 * Configure RPG (NIFI-12774)
 * RPG Remote Ports (NIFI-12778)
 * RPG Go To (NIFI-12759)
 * RPG Refresh (NIFI-12761)
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * 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
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Use polling interval from API
 * Routing error handling
 * 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
 ** Parameter Contexts
 ** Provenance (NIFI-12767)
 ** Queue Listing (NIFI-12742)
 ** Summary (NIFI-12742)
 ** Users (NIFI-12742)
 ** Policies
 ** Status History
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Prompt user to save Parameter Context when Edit form is dirty
 * Upgrade to Angular 17
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)
 * Flow Analysis report menu

[1] [https://github.com/apache/nifi/pull/8053]

  was:
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 

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

2024-02-10 Thread Scott Aslan (Jira)


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

Scott Aslan 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)
 * Counters (NIFI-12415)
 * 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)

 * 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
 ** Status History - node specific values
 * Flow Configuration History (NIFI-12754)
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 * Change Component Version
 * Consider PG permissions in Toolbox (NIFI-12683)
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * 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)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG (NIFI-12758)
 * Configure RPG (NIFI-12774)
 * RPG Remote Ports
 * RPG Go To (NIFI-12759)
 * RPG Refresh (NIFI-12761)
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * 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
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Use polling interval from API
 * Routing error handling
 * 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
 ** Parameter Contexts
 ** Provenance
 ** Queue Listing (NIFI-12742)
 ** Summary (NIFI-12742)
 ** Users (NIFI-12742)
 ** Policies
 ** Status History
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Prompt user to save Parameter Context when Edit form is dirty
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)
 * Flow Analysis report menu

[1] [https://github.com/apache/nifi/pull/8053]

  was:
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 

[jira] [Created] (NIFI-12774) Configure RPG

2024-02-10 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12774:
--

 Summary: Configure RPG
 Key: NIFI-12774
 URL: https://issues.apache.org/jira/browse/NIFI-12774
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan






--
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-02-08 Thread Scott Aslan (Jira)


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

Scott Aslan 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)
 * Counters (NIFI-12415)
 * 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)

 * 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
 ** Status History - node specific values
 * Flow Configuration History (NIFI-12754)
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 * Change Component Version
 * Consider PG permissions in Toolbox (NIFI-12683)
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * 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)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG (NIFI-12758)
 * Configure RPG
 * RPG Remote Ports
 * RPG Go To (NIFI-12759)
 * RPG Refresh (NIFI-12761)
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * 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
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Use polling interval from API
 * Routing error handling
 * 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
 ** Parameter Contexts
 ** Provenance
 ** Queue Listing (NIFI-12742)
 ** Summary (NIFI-12742)
 ** Users (NIFI-12742)
 ** Policies
 ** Status History
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Prompt user to save Parameter Context when Edit form is dirty
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)
 * Flow Analysis report menu

[1] [https://github.com/apache/nifi/pull/8053]

  was:
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 

[jira] [Created] (NIFI-12761) RPG refresh

2024-02-08 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12761:
--

 Summary: RPG refresh
 Key: NIFI-12761
 URL: https://issues.apache.org/jira/browse/NIFI-12761
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan






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


[jira] [Updated] (NIFI-12759) RPG GoTo

2024-02-08 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12759:
---
Status: Patch Available  (was: In Progress)

> RPG GoTo
> 
>
> Key: NIFI-12759
> URL: https://issues.apache.org/jira/browse/NIFI-12759
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[jira] [Created] (NIFI-12759) RPG GoTo

2024-02-07 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12759:
--

 Summary: RPG GoTo
 Key: NIFI-12759
 URL: https://issues.apache.org/jira/browse/NIFI-12759
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan






--
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-02-07 Thread Scott Aslan (Jira)


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

Scott Aslan 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)
 * Counters (NIFI-12415)
 * 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)

 * 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
 ** Status History - node specific values
 * Flow Configuration History (NIFI-12754)
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 * Change Component Version
 * Consider PG permissions in Toolbox (NIFI-12683)
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * 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)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG (NIFI-12758)
 * Configure RPG
 * RPG Remote Ports
 * RPG Go To (NIFI-12759)
 * RPG Refresh
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * 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
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Use polling interval from API
 * Routing error handling
 * 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
 ** Parameter Contexts
 ** Provenance
 ** Queue Listing (NIFI-12742)
 ** Summary (NIFI-12742)
 ** Users (NIFI-12742)
 ** Policies
 ** Status History
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Prompt user to save Parameter Context when Edit form is dirty
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)
 * Flow Analysis report menu

[1] [https://github.com/apache/nifi/pull/8053]

  was:
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)
 *** 

[jira] [Updated] (NIFI-12758) Create RPG

2024-02-07 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12758:
---
Status: Patch Available  (was: In Progress)

> Create RPG
> --
>
> Key: NIFI-12758
> URL: https://issues.apache.org/jira/browse/NIFI-12758
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
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-02-07 Thread Scott Aslan (Jira)


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

Scott Aslan 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)
 * Counters (NIFI-12415)
 * 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)

 * 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
 ** Status History - node specific values
 * Flow Configuration History (NIFI-12754)
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 ** Overridden policy Empty or Copy (NIFI-12679)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 * Change Component Version
 * Consider PG permissions in Toolbox (NIFI-12683)
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * 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)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property (NIFI-12743)
 ** Shift-Enter new line when editing Property (NIFI-12743)
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG (NIFI-12758)
 * Configure RPG
 * RPG Remote Ports
 * RPG Go To
 * RPG Refresh
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * 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
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Use polling interval from API
 * Routing error handling
 * 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
 ** Parameter Contexts
 ** Provenance
 ** Queue Listing (NIFI-12742)
 ** Summary (NIFI-12742)
 ** Users (NIFI-12742)
 ** Policies
 ** Status History
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Prompt user to save Parameter Context when Edit form is dirty
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)
 * Flow Analysis report menu

[1] [https://github.com/apache/nifi/pull/8053]

  was:
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 

[jira] [Created] (NIFI-12758) Create RPG

2024-02-07 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12758:
--

 Summary: Create RPG
 Key: NIFI-12758
 URL: https://issues.apache.org/jira/browse/NIFI-12758
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan






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


[jira] [Resolved] (NIFI-12687) BUG - y axis is missing from status history charts

2024-02-07 Thread Scott Aslan (Jira)


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

Scott Aslan resolved NIFI-12687.

Resolution: Fixed

Fixed by https://github.com/apache/nifi/commit/c6f1d771e8

> BUG - y axis is missing from status history charts
> --
>
> Key: NIFI-12687
> URL: https://issues.apache.org/jira/browse/NIFI-12687
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>
> NiFi 1.x:
> !https://private-user-images.githubusercontent.com/713866/300824635-c3dd91cd-d1e3-4435-a061-c942d908db97.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY2MjQ4OTIsIm5iZiI6MTcwNjYyNDU5MiwicGF0aCI6Ii83MTM4NjYvMzAwODI0NjM1LWMzZGQ5MWNkLWQxZTMtNDQzNS1hMDYxLWM5NDJkOTA4ZGI5Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwMTMwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDEzMFQxNDIzMTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03YjlmMTg3YmUyN2Q1NWZkMWQ4ZDk4OGYxZjAxZjA1Mjc1MTc3MzI4M2Y0ZTczZGEyNzk3NTYwODFjZmQ4YjAxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.3ugCkPl9mECLrZIG55Fla6ndlOzMKxq098dKqUIv-bw!
>  
> New UI:
> !https://private-user-images.githubusercontent.com/713866/300824398-05fd832e-5051-458c-b0b5-0149dd203944.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY2MjQ4OTIsIm5iZiI6MTcwNjYyNDU5MiwicGF0aCI6Ii83MTM4NjYvMzAwODI0Mzk4LTA1ZmQ4MzJlLTUwNTEtNDU4Yy1iMGI1LTAxNDlkZDIwMzk0NC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwMTMwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDEzMFQxNDIzMTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00MmJhZDVlNDA3NzM5NjZmZGJkNzMzMDAzNWNhMmIwZjQ4OGJiZDk3YzU0MTgzMWI0ZjA2MDc1NWFlODcyMjk3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.sweJ-smR0nptjUc0dOJkEqlP975WFrPAhVE9M2BxGYQ!
>  
> Discussion: https://github.com/apache/nifi/pull/8294#discussion_r1471227264



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


[jira] [Updated] (NIFI-12748) BUG - snackbar action button text in light mode is too dark

2024-02-07 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12748:
---
Status: Patch Available  (was: In Progress)

> BUG - snackbar action button text in light mode is too dark
> ---
>
> Key: NIFI-12748
> URL: https://issues.apache.org/jira/browse/NIFI-12748
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Attachments: Screenshot 2024-02-06 at 4.02.36 PM.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> !Screenshot 2024-02-06 at 4.02.36 PM.png!



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


[jira] [Updated] (NIFI-12746) BUG - Search closes when user attempts to put focus back in search box

2024-02-07 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12746:
---
Status: Patch Available  (was: In Progress)

> BUG - Search closes when user attempts to put focus back in search box
> --
>
> Key: NIFI-12746
> URL: https://issues.apache.org/jira/browse/NIFI-12746
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Assignee: Scott Aslan
>Priority: Major
> Attachments: Kapture 2024-02-06 at 10.29.59.gif
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> If you search for something, then select a result, then attempt to place the 
> focus back in the search box to modify the search term, it closes.



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


[jira] [Assigned] (NIFI-12746) BUG - Search closes when user attempts to put focus back in search box

2024-02-07 Thread Scott Aslan (Jira)


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

Scott Aslan reassigned NIFI-12746:
--

Assignee: Scott Aslan

> BUG - Search closes when user attempts to put focus back in search box
> --
>
> Key: NIFI-12746
> URL: https://issues.apache.org/jira/browse/NIFI-12746
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Rob Fellows
>Assignee: Scott Aslan
>Priority: Major
> Attachments: Kapture 2024-02-06 at 10.29.59.gif
>
>
> If you search for something, then select a result, then attempt to place the 
> focus back in the search box to modify the search term, it closes.



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


[jira] [Updated] (NIFI-12734) Import from Registry

2024-02-07 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12734:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Import from Registry
> 
>
> Key: NIFI-12734
> URL: https://issues.apache.org/jira/browse/NIFI-12734
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
>  Time Spent: 3h
>  Remaining Estimate: 0h
>
> Add support to import a flow from the registry. This includes both the new 
> Process Group dialog and a new draggable icon in the header.



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


[jira] [Created] (NIFI-12748) BUG - snackbar action button text in light mode is too dark

2024-02-06 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12748:
--

 Summary: BUG - snackbar action button text in light mode is too 
dark
 Key: NIFI-12748
 URL: https://issues.apache.org/jira/browse/NIFI-12748
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan
 Attachments: Screenshot 2024-02-06 at 4.02.36 PM.png

!Screenshot 2024-02-06 at 4.02.36 PM.png!



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


[jira] [Updated] (NIFI-12747) BUG - incorrect theming references

2024-02-06 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12747:
---
Status: Patch Available  (was: In Progress)

> BUG - incorrect theming references
> --
>
> Key: NIFI-12747
> URL: https://issues.apache.org/jira/browse/NIFI-12747
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[jira] [Created] (NIFI-12747) BUG - incorrect theming references

2024-02-06 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12747:
--

 Summary: BUG - incorrect theming references
 Key: NIFI-12747
 URL: https://issues.apache.org/jira/browse/NIFI-12747
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan






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


[jira] [Updated] (NIFI-12727) Detect Dark mode from OS settings but also offer opt out

2024-02-02 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12727:
---
Status: Patch Available  (was: In Progress)

> Detect Dark mode from OS settings but also offer opt out
> 
>
> Key: NIFI-12727
> URL: https://issues.apache.org/jira/browse/NIFI-12727
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




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


[jira] [Assigned] (NIFI-12727) Detect Dark mode from OS settings but also offer opt out

2024-02-02 Thread Scott Aslan (Jira)


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

Scott Aslan reassigned NIFI-12727:
--

Assignee: Scott Aslan

> Detect Dark mode from OS settings but also offer opt out
> 
>
> Key: NIFI-12727
> URL: https://issues.apache.org/jira/browse/NIFI-12727
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>




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


[jira] [Created] (NIFI-12727) Detect Dark mode from OS settings but also offer opt out

2024-02-01 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12727:
--

 Summary: Detect Dark mode from OS settings but also offer opt out
 Key: NIFI-12727
 URL: https://issues.apache.org/jira/browse/NIFI-12727
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan






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


[jira] [Created] (NIFI-12722) Dark mode table borders, hover, and selected state styles

2024-02-01 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12722:
--

 Summary: Dark mode table borders, hover, and selected state styles
 Key: NIFI-12722
 URL: https://issues.apache.org/jira/browse/NIFI-12722
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
 Attachments: Screenshot 2024-02-01 at 11.54.05 AM.png

The tables are a bit hard on my eyes. Its not terrible, but it the text seems 
too bright, especially when bold. The outline is also bright. Icons in a 
selected row are hard to look at:



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


[jira] [Created] (NIFI-12721) Button UX

2024-02-01 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12721:
--

 Summary: Button UX
 Key: NIFI-12721
 URL: https://issues.apache.org/jira/browse/NIFI-12721
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan


When a disabled button is directly on a really dark background it is hard to 
read.

When a disabled button is next to a mat-stroked-button they both appear 
disabled.

Should we be using a mat-stroked-button?

 



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


[jira] [Created] (NIFI-12720) BUG - Dark mode skeleton loader styles

2024-02-01 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12720:
--

 Summary: BUG - Dark mode skeleton loader styles
 Key: NIFI-12720
 URL: https://issues.apache.org/jira/browse/NIFI-12720
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
 Attachments: Screenshot 2024-02-01 at 11.45.08 AM.png





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


[jira] [Assigned] (NIFI-12687) BUG - y axis is missing from status history charts

2024-01-30 Thread Scott Aslan (Jira)


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

Scott Aslan reassigned NIFI-12687:
--

Assignee: Scott Aslan

> BUG - y axis is missing from status history charts
> --
>
> Key: NIFI-12687
> URL: https://issues.apache.org/jira/browse/NIFI-12687
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>
> NiFi 1.x:
> !https://private-user-images.githubusercontent.com/713866/300824635-c3dd91cd-d1e3-4435-a061-c942d908db97.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY2MjQ4OTIsIm5iZiI6MTcwNjYyNDU5MiwicGF0aCI6Ii83MTM4NjYvMzAwODI0NjM1LWMzZGQ5MWNkLWQxZTMtNDQzNS1hMDYxLWM5NDJkOTA4ZGI5Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwMTMwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDEzMFQxNDIzMTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03YjlmMTg3YmUyN2Q1NWZkMWQ4ZDk4OGYxZjAxZjA1Mjc1MTc3MzI4M2Y0ZTczZGEyNzk3NTYwODFjZmQ4YjAxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.3ugCkPl9mECLrZIG55Fla6ndlOzMKxq098dKqUIv-bw!
>  
> New UI:
> !https://private-user-images.githubusercontent.com/713866/300824398-05fd832e-5051-458c-b0b5-0149dd203944.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY2MjQ4OTIsIm5iZiI6MTcwNjYyNDU5MiwicGF0aCI6Ii83MTM4NjYvMzAwODI0Mzk4LTA1ZmQ4MzJlLTUwNTEtNDU4Yy1iMGI1LTAxNDlkZDIwMzk0NC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwMTMwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDEzMFQxNDIzMTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00MmJhZDVlNDA3NzM5NjZmZGJkNzMzMDAzNWNhMmIwZjQ4OGJiZDk3YzU0MTgzMWI0ZjA2MDc1NWFlODcyMjk3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.sweJ-smR0nptjUc0dOJkEqlP975WFrPAhVE9M2BxGYQ!
>  
> Discussion: https://github.com/apache/nifi/pull/8294#discussion_r1471227264



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


[jira] [Created] (NIFI-12698) Introduce Dark Mode

2024-01-30 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12698:
--

 Summary: Introduce Dark Mode
 Key: NIFI-12698
 URL: https://issues.apache.org/jira/browse/NIFI-12698
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan






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


[jira] [Created] (NIFI-12687) BUG - y axis is missing from status history charts

2024-01-30 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12687:
--

 Summary: BUG - y axis is missing from status history charts
 Key: NIFI-12687
 URL: https://issues.apache.org/jira/browse/NIFI-12687
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan


NiFi 1.x:

!https://private-user-images.githubusercontent.com/713866/300824635-c3dd91cd-d1e3-4435-a061-c942d908db97.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY2MjQ4OTIsIm5iZiI6MTcwNjYyNDU5MiwicGF0aCI6Ii83MTM4NjYvMzAwODI0NjM1LWMzZGQ5MWNkLWQxZTMtNDQzNS1hMDYxLWM5NDJkOTA4ZGI5Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwMTMwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDEzMFQxNDIzMTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03YjlmMTg3YmUyN2Q1NWZkMWQ4ZDk4OGYxZjAxZjA1Mjc1MTc3MzI4M2Y0ZTczZGEyNzk3NTYwODFjZmQ4YjAxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.3ugCkPl9mECLrZIG55Fla6ndlOzMKxq098dKqUIv-bw!

 

New UI:

!https://private-user-images.githubusercontent.com/713866/300824398-05fd832e-5051-458c-b0b5-0149dd203944.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY2MjQ4OTIsIm5iZiI6MTcwNjYyNDU5MiwicGF0aCI6Ii83MTM4NjYvMzAwODI0Mzk4LTA1ZmQ4MzJlLTUwNTEtNDU4Yy1iMGI1LTAxNDlkZDIwMzk0NC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwMTMwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDEzMFQxNDIzMTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00MmJhZDVlNDA3NzM5NjZmZGJkNzMzMDAzNWNhMmIwZjQ4OGJiZDk3YzU0MTgzMWI0ZjA2MDc1NWFlODcyMjk3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.sweJ-smR0nptjUc0dOJkEqlP975WFrPAhVE9M2BxGYQ!

 

Discussion: https://github.com/apache/nifi/pull/8294#discussion_r1471227264



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


[jira] [Updated] (NIFI-12655) Better theme support

2024-01-23 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12655:
---
Status: Patch Available  (was: In Progress)

> Better theme support
> 
>
> Key: NIFI-12655
> URL: https://issues.apache.org/jira/browse/NIFI-12655
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The new ui is based on Angular Material components. We should follow the 
> [https://v16.material.angular.io/guide/theming] and 
> [https://v16.material.angular.io/guide/theming-your-components] guides as 
> well as the Material design color system: 
> [https://m2.material.io/design/color/the-color-system.html.|https://m2.material.io/design/color/the-color-system.html]



--
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-01-22 Thread Scott Aslan (Jira)


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

Scott Aslan 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)
 * Counters (NIFI-12415)
 * 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)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry
 * Parameter Providers (NIFI-12622)
 * Cluster
 * Flow Configuration History
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 * Change Version
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * 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
 * 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)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG
 * Configure RPG
 * RPG Remote Ports
 * RPG Go To
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * Better theme support (NIFI-12655)
 * Run unit tests are part of standard build
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Routing error handling
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Prompt user to save Parameter Context when Edit form is dirty
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)

[1] [https://github.com/apache/nifi/pull/8053]

  was:
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)
 * Counters (NIFI-12415)
 * 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)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry
 * Parameter Providers (NIFI-12622)
 * Cluster
 * Flow Configuration History
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 * Change Version
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)

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

2024-01-22 Thread Scott Aslan (Jira)


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

Scott Aslan 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)
 * Counters (NIFI-12415)
 * 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)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry
 * Parameter Providers (NIFI-12622)
 * Cluster
 * Flow Configuration History
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 * Change Version
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * 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
 * 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)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG
 * Configure RPG
 * RPG Remote Ports
 * RPG Go To
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * Better theme support (NIFI-12400)
 * Run unit tests are part of standard build
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Routing error handling
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Prompt user to save Parameter Context when Edit form is dirty
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)

[1] [https://github.com/apache/nifi/pull/8053]

  was:
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)
 * Counters (NIFI-12415)
 * 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)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry
 * Parameter Providers (NIFI-12622)
 * Cluster
 * Flow Configuration History
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 * Empty [all] Queue (NIFI-12604)
 * View Content (NIFI-12589 and NIFI-12445)
 * View State (NIFI-12611)
 * Change Version
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)

[jira] [Created] (NIFI-12655) Better theme support

2024-01-22 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12655:
--

 Summary: Better theme support
 Key: NIFI-12655
 URL: https://issues.apache.org/jira/browse/NIFI-12655
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan


The new ui is based on Angular Material components. We should follow the 
[https://v16.material.angular.io/guide/theming] and 
[https://v16.material.angular.io/guide/theming-your-components] guides as well 
as the Material design color system: 
[https://m2.material.io/design/color/the-color-system.html.|https://m2.material.io/design/color/the-color-system.html]



--
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-01-12 Thread Scott Aslan (Jira)


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

Scott Aslan 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)
 * Counters (NIFI-12415)
 * 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)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry
 * Parameter Providers
 * Cluster
 * Flow Configuration History
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 * Empty [all] Queue
 * View Content
 * View State
 * Change Version
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * 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
 * 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)
 ** Stop and Configure
 ** Open Custom UI
 ** Property History
 ** Unable to re-add any removed Property
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG
 * Configure RPG
 * RPG Remote Ports
 * RPG Go To
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * Better theme support
 * Run unit tests are part of standard build
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Routing error handling
 * Introduce header in new pages to unify with canvas and offer better 
navigation. (NIFI-12597)
 * Prompt user to save Parameter Context when Edit form is dirty
 * Start/Stop processors, process groups, ... (NIFI-12568)
 * Dialog vertical resizing on smaller screens do not allow users to access all 
fields (NIFI-12603)

[1] [https://github.com/apache/nifi/pull/8053]

  was:
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)
 * Counters (NIFI-12415)
 * 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)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12588)
 * Registry Clients (NIFI-12486)
 * Import from Registry
 * Parameter Providers
 * Cluster
 * Flow Configuration History
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue (NIFI-12589)
 * Empty [all] Queue
 * View Content
 * View State
 * Change Version
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * Process Group Services (NIFI-12425)
 ** Listing (NIFI-12425)
 ** Create (NIFI-12425)
 ** Configure (NIFI-12425)
 ** Delete (NIFI-12425)
 ** 

[jira] [Created] (NIFI-12603) Dialog vertical fesizing on smaller screens do not allow users to access all fields

2024-01-12 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12603:
--

 Summary: Dialog vertical fesizing on smaller screens do not allow 
users to access all fields
 Key: NIFI-12603
 URL: https://issues.apache.org/jira/browse/NIFI-12603
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
 Attachments: Kapture 2024-01-12 at 11.33.57.gif





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


[jira] [Updated] (NIFI-12603) Dialog vertical resizing on smaller screens do not allow users to access all fields

2024-01-12 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-12603:
---
Summary: Dialog vertical resizing on smaller screens do not allow users to 
access all fields  (was: Dialog vertical fesizing on smaller screens do not 
allow users to access all fields)

> Dialog vertical resizing on smaller screens do not allow users to access all 
> fields
> ---
>
> Key: NIFI-12603
> URL: https://issues.apache.org/jira/browse/NIFI-12603
> Project: Apache NiFi
>  Issue Type: Sub-task
>Reporter: Scott Aslan
>Priority: Major
> Attachments: Kapture 2024-01-12 at 11.33.57.gif
>
>




--
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-01-09 Thread Scott Aslan (Jira)


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

Scott Aslan 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)
 * Counters (NIFI-12415)
 * 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)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules (NIFI-12400)
 * Registry Clients (NIFI-12486)
 * Import from Registry
 * Parameter Providers
 * Cluster
 * Flow Configuration History
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue
 * Empty [all] Queue
 * View Content
 * View State
 * Change Version
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * 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
 * 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)
 ** Stop and Configure
 ** Open Custom UI
 * Property Verification
 * More Details (Processor, Controller Service, Reporting Task)

 * Download Flow
 * Create RPG
 * Configure RPG
 * RPG Remote Ports
 * RPG Go To
 * Color
 * Move to Front
 * Copy/Paste
 * Add/Update Info Icons in dialogs throughout the application
 * Better theme support
 * Run unit tests are part of standard build
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Routing error handling
 * Introduce header in new pages to unify with canvas and offer better 
navigation.
 * Prompt user to save Parameter Context when Edit form is dirty
 * Start/Stop processors, process groups, ... (NIFI-12568)

[1] [https://github.com/apache/nifi/pull/8053]

  was:
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)
 * Counters (NIFI-12415)
 * 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)

 * Configure Reporting Task (NIFI-12563)
 * Flow Analysis Rules
 * Registry Clients (NIFI-12486)
 * Import from Registry
 * Parameter Providers
 * Cluster
 * Flow Configuration History
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue
 * Empty [all] Queue
 * View Content
 * View State
 * Change Version
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * 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
 * Configure Processor
 ** Service Link (NIFI-12425)
 ** Create inline Service (NIFI-12425)
 ** Parameter Link (NIFI-12502)
 ** Convert to 

[jira] [Created] (NIFI-12588) Flow Analysis Rules

2024-01-09 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12588:
--

 Summary: Flow Analysis Rules
 Key: NIFI-12588
 URL: https://issues.apache.org/jira/browse/NIFI-12588
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan






--
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-01-03 Thread Scott Aslan (Jira)


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

Scott Aslan 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)
 * Counters (NIFI-12415)
 * 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)

 * Configure Reporting Task (https://issues.apache.org/jira/browse/NIFI-12563)
 * Flow Analysis Rules
 * Registry Clients (NIFI-12486)
 * Import from Registry
 * Parameter Providers
 * Cluster
 * Flow Configuration History
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue
 * Empty [all] Queue
 * View Content
 * View State
 * Change Version
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * 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
 * 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)

 * Download Flow
 * Create RPG
 * Configure RPG
 * RPG Remote Ports
 * RPG Go To
 * Color
 * Move to Front
 * Copy/Paste
 * Run unit tests are part of standard build
 * Update all API calls to consider disconnect node confirmation
 * Update API calls to use uiOnly flag
 * Routing error handling
 * Prevent navigate to Service when configuration form is dirty
 * Introduce header in new pages to unify with canvas and offer better 
navigation.
 * Prompt user to save Parameter Context when Edit form is dirty

[1] [https://github.com/apache/nifi/pull/8053]

  was:
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)
 * Counters (NIFI-12415)
 * 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)

 * Configure Reporting Task
 * Flow Analysis Rules
 * Registry Clients (NIFI-12486)
 * Import from Registry
 * Parameter Providers
 * Cluster
 * Flow Configuration History
 * Node Status History (NIFI-12553)
 * Status history for components from canvas context menu (NIFI-12553)
 * Users (NIFI-12543)
 * Policies (NIFI-12548)
 * Help
 * About
 * Show Upstream/Downstream
 * Align
 * List Queue
 * Empty [all] Queue
 * View Content
 * View State
 * Change Version
 * PG Version
 ** Start
 ** Commit
 ** Force Commit
 ** Show changes
 ** Revert changes
 ** Change Flow version
 ** Stop

 * Configure PG (NIFI-12417)
 * 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
 * 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)

 * Download Flow
 * Create RPG
 * Configure RPG
 * RPG Remote Ports
 * RPG Go To
 * Color
 * Move to Front
 * Copy/Paste
 * 

[jira] [Created] (NIFI-12563) Configure Reporting Task

2024-01-03 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-12563:
--

 Summary: Configure Reporting Task
 Key: NIFI-12563
 URL: https://issues.apache.org/jira/browse/NIFI-12563
 Project: Apache NiFi
  Issue Type: Sub-task
Reporter: Scott Aslan
Assignee: Scott Aslan






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


[jira] [Updated] (NIFI-11560) Bulletin causes UI to think it cannot refresh

2023-05-25 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-11560:
---
Status: Patch Available  (was: In Progress)

https://github.com/apache/nifi/pull/7297

> Bulletin causes UI to think it cannot refresh
> -
>
> Key: NIFI-11560
> URL: https://issues.apache.org/jira/browse/NIFI-11560
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Michael W Moser
>Assignee: Scott Aslan
>Priority: Blocker
> Fix For: 1.22.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is a weird one, but here goes.
> Configure a MonitorDiskThreshold reporting task to monitor any disk with a 1% 
> threshold.  Start the reporting task and let the warning bulletin appear.  
> Refresh the Reporting Tasks table and the spinning refresh wheel at the 
> bottom never goes away.  You can stop the reporting task, but the UI doesn't 
> show that it stopped.  If you return the the canvas, its spinning refresh 
> wheel spins but you can do some canvas operations. If you use the browser 
> reload button, the large spinning wheel page does not go away and you cannot 
> see the canvas.  If you wait 5 minutes for the bulletin to disappear and use 
> the browser reload button again, then the NiFi canvas appears and all is good.
> I don't feel like this is a MonitorDiskThreshold problem, it's got to be 
> something else, but this reporting task was the easiest way to replicate this.
> I replicated this on the 2.0.0-SNAPSHOT main branch and on the 
> 1.22.0-SNAPSHOT support branch.  It does not happen in release 1.21.0, though.
> I was using Chrome 113.



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


[jira] [Assigned] (NIFI-11560) Bulletin causes UI to think it cannot refresh

2023-05-25 Thread Scott Aslan (Jira)


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

Scott Aslan reassigned NIFI-11560:
--

Assignee: Scott Aslan

> Bulletin causes UI to think it cannot refresh
> -
>
> Key: NIFI-11560
> URL: https://issues.apache.org/jira/browse/NIFI-11560
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Michael W Moser
>Assignee: Scott Aslan
>Priority: Blocker
> Fix For: 1.22.0
>
>
> This is a weird one, but here goes.
> Configure a MonitorDiskThreshold reporting task to monitor any disk with a 1% 
> threshold.  Start the reporting task and let the warning bulletin appear.  
> Refresh the Reporting Tasks table and the spinning refresh wheel at the 
> bottom never goes away.  You can stop the reporting task, but the UI doesn't 
> show that it stopped.  If you return the the canvas, its spinning refresh 
> wheel spins but you can do some canvas operations. If you use the browser 
> reload button, the large spinning wheel page does not go away and you cannot 
> see the canvas.  If you wait 5 minutes for the bulletin to disappear and use 
> the browser reload button again, then the NiFi canvas appears and all is good.
> I don't feel like this is a MonitorDiskThreshold problem, it's got to be 
> something else, but this reporting task was the easiest way to replicate this.
> I replicated this on the 2.0.0-SNAPSHOT main branch and on the 
> 1.22.0-SNAPSHOT support branch.  It does not happen in release 1.21.0, though.
> I was using Chrome 113.



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


[jira] [Updated] (NIFI-11382) UI - Processor property configurations throws console error when referenced parameter is deleted

2023-04-14 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-11382:
---
Description: 
When a processor is configured with a referenced parameter and that parameter 
is deleted, the next time the user configures the property, it will throw a 
console error.

 

This is related to NIFI-11451

  was:When a processor is configured with a referenced parameter and that 
parameter is deleted, the next time the user configures the property, it will 
throw a console error.


> UI - Processor property configurations throws console error when referenced 
> parameter is deleted
> 
>
> Key: NIFI-11382
> URL: https://issues.apache.org/jira/browse/NIFI-11382
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core UI
>Affects Versions: 1.20.0
>Reporter: Margot Tien
>Assignee: Margot Tien
>Priority: Minor
> Attachments: Screen Shot 2023-03-31 at 12.36.32 PM.png
>
>
> When a processor is configured with a referenced parameter and that parameter 
> is deleted, the next time the user configures the property, it will throw a 
> console error.
>  
> This is related to NIFI-11451



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


[jira] [Updated] (NIFI-11451) UI - property table console error

2023-04-14 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-11451:
---
Description: 
When attempting to reference a parameter or create a controller service inline 
there is a console error in devTools:

 

This is related to NIFI-11382

  was:
When attempting to reference a parameter or create a controller service inline 
there is a console error in devTools:

 

 


> UI - property table console error
> -
>
> Key: NIFI-11451
> URL: https://issues.apache.org/jira/browse/NIFI-11451
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Scott Aslan
>Priority: Major
> Attachments: Screenshot 2023-04-14 at 1.10.58 PM.png
>
>
> When attempting to reference a parameter or create a controller service 
> inline there is a console error in devTools:
>  
> This is related to NIFI-11382



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


[jira] [Created] (NIFI-11451) UI - property table console error

2023-04-14 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-11451:
--

 Summary: UI - property table console error
 Key: NIFI-11451
 URL: https://issues.apache.org/jira/browse/NIFI-11451
 Project: Apache NiFi
  Issue Type: Bug
Reporter: Scott Aslan
 Attachments: Screenshot 2023-04-14 at 1.10.58 PM.png

When attempting to reference a parameter or create a controller service inline 
there is a console error in devTools:

 

 



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


[jira] [Updated] (NIFI-11433) Upgrade moment to 2.29.4

2023-04-14 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-11433:
---
Description: 
Upgrade d3 to 7.6.1 to be able to remove d3-selection-multi.

Upgrade Angular and related packages to 1.8.3

Upgrade to jQuery 3.6.4

Upgrade to slickgrid 2.4.45

Upgrade moment to 2.29.4 to remediate vulnerability [Regular Expression Denial 
of Service (ReDoS) in moment | CVE-2022-31129 | 
Snyk|https://security.snyk.io/vuln/SNYK-JS-MOMENT-2944238]

  was:Upgrade moment to 2.29.4 to remediate vulnerability [Regular Expression 
Denial of Service (ReDoS) in moment | CVE-2022-31129 | 
Snyk|https://security.snyk.io/vuln/SNYK-JS-MOMENT-2944238]


> Upgrade moment to 2.29.4
> 
>
> Key: NIFI-11433
> URL: https://issues.apache.org/jira/browse/NIFI-11433
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.21.0
>Reporter: Mike R
>Assignee: Scott Aslan
>Priority: Major
>
> Upgrade d3 to 7.6.1 to be able to remove d3-selection-multi.
> Upgrade Angular and related packages to 1.8.3
> Upgrade to jQuery 3.6.4
> Upgrade to slickgrid 2.4.45
> Upgrade moment to 2.29.4 to remediate vulnerability [Regular Expression 
> Denial of Service (ReDoS) in moment | CVE-2022-31129 | 
> Snyk|https://security.snyk.io/vuln/SNYK-JS-MOMENT-2944238]



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


[jira] [Assigned] (NIFI-11433) Upgrade moment to 2.29.4

2023-04-14 Thread Scott Aslan (Jira)


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

Scott Aslan reassigned NIFI-11433:
--

Assignee: Scott Aslan

> Upgrade moment to 2.29.4
> 
>
> Key: NIFI-11433
> URL: https://issues.apache.org/jira/browse/NIFI-11433
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.21.0
>Reporter: Mike R
>Assignee: Scott Aslan
>Priority: Major
>
> Upgrade moment to 2.29.4 to remediate vulnerability [Regular Expression 
> Denial of Service (ReDoS) in moment | CVE-2022-31129 | 
> Snyk|https://security.snyk.io/vuln/SNYK-JS-MOMENT-2944238]



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


[jira] [Resolved] (NIFI-11258) UI - update dependencies for frontend nifi-registry

2023-03-13 Thread Scott Aslan (Jira)


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

Scott Aslan resolved NIFI-11258.

Resolution: Fixed

> UI - update dependencies for frontend nifi-registry
> ---
>
> Key: NIFI-11258
> URL: https://issues.apache.org/jira/browse/NIFI-11258
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: NiFi Registry
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: 2.0.0, 1.21.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




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


[jira] [Created] (NIFI-11258) UI - update dependencies for frontend nifi-registry

2023-03-07 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-11258:
--

 Summary: UI - update dependencies for frontend nifi-registry
 Key: NIFI-11258
 URL: https://issues.apache.org/jira/browse/NIFI-11258
 Project: Apache NiFi
  Issue Type: Improvement
  Components: NiFi Registry
Reporter: Scott Aslan
Assignee: Scott Aslan






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


[jira] [Updated] (NIFI-6657) Update FDS Select to match other form field input style specifications

2022-01-28 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-6657:
--
Fix Version/s: fds-0.4
   (was: fds-0.3)

> Update FDS Select to match other form field input style specifications
> --
>
> Key: NIFI-6657
> URL: https://issues.apache.org/jira/browse/NIFI-6657
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: FDS
>Reporter: Scott Aslan
>Priority: Major
> Fix For: fds-0.4
>
>
> The nifi fds [https://apache.github.io/nifi-fds/#Select] component should 
> look and feel more like the [https://apache.github.io/nifi-fds/#Input] 
> components so that when a select is used in a form with other fds inputs it 
> will not look so different.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (NIFI-6555) Select all checkbox for fds data table is not aligned

2022-01-28 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-6555:
--
Fix Version/s: fds-0.4
   (was: fds-0.3)

> Select all checkbox for fds data table is not aligned
> -
>
> Key: NIFI-6555
> URL: https://issues.apache.org/jira/browse/NIFI-6555
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: FDS
>Reporter: Scott Aslan
>Priority: Major
> Fix For: fds-0.4
>
> Attachments: image-2019-08-14-15-02-39-727.png
>
>
> The select all checkbox for fds data table should align with the other 
> checkboxes in the table:
>  
> !image-2019-08-14-15-02-39-727.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Resolved] (NIFI-9627) release nifi-fds v0.3.0

2022-01-28 Thread Scott Aslan (Jira)


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

Scott Aslan resolved NIFI-9627.
---
Resolution: Fixed

> release nifi-fds v0.3.0 
> 
>
> Key: NIFI-9627
> URL: https://issues.apache.org/jira/browse/NIFI-9627
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: FDS
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (NIFI-9627) release nifi-fds v0.3.0

2022-01-28 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-9627:
--
Fix Version/s: fds-0.3

> release nifi-fds v0.3.0 
> 
>
> Key: NIFI-9627
> URL: https://issues.apache.org/jira/browse/NIFI-9627
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: FDS
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
> Fix For: fds-0.3
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (NIFI-6494) Upgrade to latest LTS release of Node (and npm)

2022-01-25 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-6494:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Upgrade to latest LTS release of Node (and npm)
> ---
>
> Key: NIFI-6494
> URL: https://issues.apache.org/jira/browse/NIFI-6494
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: FDS
>Reporter: Rob Fellows
>Assignee: Scott Aslan
>Priority: Major
> Fix For: fds-0.3
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> nifi-fds currently requires node 8.10.0 and npm 5.6.0. The current LTS for 
> node is v10 and based on the scheduled release, v12 will be in October of 
> 2019.
> One driving factor behind this is to get to a version of npm that includes 
> npm audit. npm v6+ includes it (which is packaged with Node v10).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (NIFI-6494) Upgrade to latest LTS release of Node (and npm)

2022-01-25 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-6494:
--
Fix Version/s: fds-0.3

> Upgrade to latest LTS release of Node (and npm)
> ---
>
> Key: NIFI-6494
> URL: https://issues.apache.org/jira/browse/NIFI-6494
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: FDS
>Reporter: Rob Fellows
>Assignee: Scott Aslan
>Priority: Major
> Fix For: fds-0.3
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> nifi-fds currently requires node 8.10.0 and npm 5.6.0. The current LTS for 
> node is v10 and based on the scheduled release, v12 will be in October of 
> 2019.
> One driving factor behind this is to get to a version of npm that includes 
> npm audit. npm v6+ includes it (which is packaged with Node v10).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Resolved] (NIFI-6739) UI - include hammerJS with unit tests

2022-01-25 Thread Scott Aslan (Jira)


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

Scott Aslan resolved NIFI-6739.
---
Resolution: Fixed

fixed in https://github.com/apache/nifi-fds/pull/60

> UI - include hammerJS with unit tests
> -
>
> Key: NIFI-6739
> URL: https://issues.apache.org/jira/browse/NIFI-6739
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: FDS
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>  Labels: ui
> Fix For: fds-0.3
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> We see 
> WARN LOG: 'The "longpress" event cannot be bound because Hammer.JS is not 
> loaded and no custom loader has been specified.'
> in the logs when running JS unit tests. Including hammerJS will clean up 
> these warnings.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (NIFI-6739) UI - include hammerJS with unit tests

2022-01-25 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-6739:
--
Fix Version/s: fds-0.3

> UI - include hammerJS with unit tests
> -
>
> Key: NIFI-6739
> URL: https://issues.apache.org/jira/browse/NIFI-6739
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: FDS
>Reporter: Scott Aslan
>Assignee: Scott Aslan
>Priority: Major
>  Labels: ui
> Fix For: fds-0.3
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> We see 
> WARN LOG: 'The "longpress" event cannot be bound because Hammer.JS is not 
> loaded and no custom loader has been specified.'
> in the logs when running JS unit tests. Including hammerJS will clean up 
> these warnings.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (NIFI-6732) Support a falling back to non-country locale to look for translations

2022-01-24 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-6732:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Support a falling back to non-country locale to look for translations
> -
>
> Key: NIFI-6732
> URL: https://issues.apache.org/jira/browse/NIFI-6732
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: FDS
>Reporter: Rob Fellows
>Assignee: Rob Fellows
>Priority: Major
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> There is currently only a `messages.es.xlf`. This is the generic Spanish 
> version of the text. However, most users will have their browser locale set 
> to their language-country combination. Meaning users from Mexico would have a 
> locale of `es-mx` and the current logic will try to find the messages files 
> for `es-mx` and not find it, then default to the english version. However, it 
> might be better to strip off the country and try again in cases like this and 
> give the user an opportunity to get the messages for the generic language 
> which in this example would be `es` and it would return those messages.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (NIFI-9627) release nifi-fds v0.3.0

2022-01-24 Thread Scott Aslan (Jira)
Scott Aslan created NIFI-9627:
-

 Summary: release nifi-fds v0.3.0 
 Key: NIFI-9627
 URL: https://issues.apache.org/jira/browse/NIFI-9627
 Project: Apache NiFi
  Issue Type: Bug
  Components: FDS
Reporter: Scott Aslan
Assignee: Scott Aslan






--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Assigned] (NIFI-9555) Upgrade NodeJS to version >=16.x

2022-01-18 Thread Scott Aslan (Jira)


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

Scott Aslan reassigned NIFI-9555:
-

Assignee: Scott Aslan

> Upgrade NodeJS to version >=16.x
> 
>
> Key: NIFI-9555
> URL: https://issues.apache.org/jira/browse/NIFI-9555
> Project: Apache NiFi
>  Issue Type: Sub-task
>  Components: Core UI
>Reporter: Kevin Doran
>Assignee: Scott Aslan
>Priority: Minor
>
> NiFi is currently on NodeJS v12, which is an LTS release of Node that is EOL 
> in April 2022.
> We should upgrade to the latest LTS release, which is v16.
> This is also a requirement for adding support for arm64 platforms such as 
> Apple Silicon M1 Macs, as NodeJS v12 does not have a darwin-arm64 binary 
> distribution, but more recent versions, such as v16 do.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (NIFI-9354) Remove material-design-icons dependency from Registry

2021-11-01 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-9354:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Remove material-design-icons dependency from Registry
> -
>
> Key: NIFI-9354
> URL: https://issues.apache.org/jira/browse/NIFI-9354
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: NiFi Registry
>Affects Versions: 1.14.0
>Reporter: David Handermann
>Assignee: David Handermann
>Priority: Minor
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The NiFi Registry user interface {{package.json}} includes a direct 
> dependency on {{material-design-icons}} version 3.0.1, but 
> {{nifi-registry-bootstrap.js}} imports the Material Design icon fonts from 
> the {{covalent/core}} module instead.  For this reason, the direct dependency 
> on {{material-design-icons}} can be removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (NIFI-9237) UI - Cannot read properties of undefined (reading 'restricted')

2021-10-20 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-9237:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> UI - Cannot read properties of undefined (reading 'restricted')
> ---
>
> Key: NIFI-9237
> URL: https://issues.apache.org/jira/browse/NIFI-9237
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Uncaught error while adding a new Processor: 
> {noformat}
> nf-ng-processor-component.js?1.15.0-SNAPSHOT:443 Uncaught TypeError: Cannot 
> read properties of undefined (reading 'restricted')
> at HTMLDivElement. 
> (nf-ng-processor-component.js?1.15.0-SNAPSHOT:443)
> at HTMLDivElement.handle (jquery.min.js:2)
> at HTMLDivElement.dispatch (jquery.min.js:2)
> at HTMLDivElement.$event.dispatch (jquery.event.drag-2.3.0.js:385)
> at HTMLDivElement.v.handle (jquery.min.js:2)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (NIFI-9215) UI - Cannot read property 'controllerServiceApis' of undefined

2021-10-12 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-9215:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> UI - Cannot read property 'controllerServiceApis' of undefined
> --
>
> Key: NIFI-9215
> URL: https://issues.apache.org/jira/browse/NIFI-9215
> Project: Apache NiFi
>  Issue Type: Improvement
>  Components: Core UI
>Reporter: Matt Gilman
>Assignee: Matt Gilman
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> There is a unhandled TypeError:
> {noformat}
> Uncaught TypeError: Cannot read property 'controllerServiceApis' of undefined
> at HTMLDivElement. 
> (nf-controller-services.js?1.15.0-SNAPSHOT:512)
> at HTMLDivElement.handle (jquery.min.js:2)
> at HTMLDivElement.dispatch (jquery.min.js:2)
> at HTMLDivElement.$event.dispatch (jquery.event.drag-2.3.0.js:385)
> at HTMLDivElement.v.handle (jquery.min.js:2)
> {noformat}
> This is likely due to an assumption that controllerServiceApis will be 
> specified for all Controller Services types and one exists that does not 
> fulfill this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (NIFI-7847) UI - handle multiple requests on a slow network

2020-09-24 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-7847:
--
Attachment: image-2020-09-24-10-49-08-835.png

> UI - handle multiple requests on a slow network
> ---
>
> Key: NIFI-7847
> URL: https://issues.apache.org/jira/browse/NIFI-7847
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Scott Aslan
>Priority: Major
> Attachments: Screenshot 2020-09-24 at 09.38.53.png, 
> image-2020-09-24-10-48-56-401.png, image-2020-09-24-10-49-08-835.png
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (NIFI-7847) UI - handle multiple requests on a slow network

2020-09-24 Thread Scott Aslan (Jira)


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

Scott Aslan updated NIFI-7847:
--
Description: 
If the user clicks on the cog icon to configure a CS more than once quickly, 
the set of properties that load in the dialog box is duplicated that many times.
 
If the user clicks to configure a CS and then clicks to delete the CS before 
the configuration dialog opens. !image-2020-09-24-10-48-56-401.png!
!image-2020-09-24-10-49-08-835.png!
 

> UI - handle multiple requests on a slow network
> ---
>
> Key: NIFI-7847
> URL: https://issues.apache.org/jira/browse/NIFI-7847
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Scott Aslan
>Priority: Major
> Attachments: Screenshot 2020-09-24 at 09.38.53.png, 
> image-2020-09-24-10-48-56-401.png, image-2020-09-24-10-49-08-835.png
>
>
> If the user clicks on the cog icon to configure a CS more than once quickly, 
> the set of properties that load in the dialog box is duplicated that many 
> times.
>  
> If the user clicks to configure a CS and then clicks to delete the CS before 
> the configuration dialog opens. !image-2020-09-24-10-48-56-401.png!
> !image-2020-09-24-10-49-08-835.png!
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


<    1   2   3   4   5   6   7   8   9   10   >