nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/pom.xml

169 lines
7.4 KiB
XML
Raw Normal View History

NIFI-11481: Initial migration to Angular 16 (#8053) * NIFI-11481: - Initial project creation. * NIFI-11481: - Install material. - Rename project from nifi-web-frontend to nifi. * NIFI-11481: - Install roboto through package.json. * NIFI-11481: - Add Tailwind. * NIFI-11481: - Basic layout. * NIFI-11481: - Introducing ngrx for storing flow. * NIFI-11481: - Introducing d3. - Adding svg. - Adding defs. - Funnel Manager. * NIFI-11481: - Introducing d3. - Adding svg. - Adding defs. - Funnel Manager. - Adding draggable. - Adding editable. - Adding selectable. - Adding flowfont. - Adding Canvas View. - Adding Transform in Store. - Adding selected in Store. - Adding transition in Store. - Funnel Manager directly subscribes to store. * NIFI-11481: - Adding backend calls. - Refactoring update positions to be for a single component. * NIFI-11481: - Process Group Manager. - Adding font-awesome. - Updating canvas/graph component visibility. - Adding prettier/eslint. * NIFI-11481: - Adding support to enter a process group. * NIFI-11481: - Formatting source. * NIFI-11481: - Label Manager. - Added generic update component. * NIFI-11481: - Processor Manager. * NIFI-11481: - Port Manager. * NIFI-11481: - Remote Process Group Manager. * NIFI-11481: - Adding draggable icons to the toolbar. * NIFI-11481: - Formatting. * NIFI-11481: - Draggable Toolbar. - Create Label, Funnel. * NIFI-11481: - Connection Manager. - Connectable Behavior. * NIFI-11481: - Draggable behavior with back end call for both components and connections. * NIFI-11481: - Selection box. * NIFI-11481: - Port creation. - Port configuration. - Quick Select. * NIFI-11481: - Canvas Tooltips. * NIFI-11481: - Context menu. * NIFI-11481: - Router State. - Reorganization. - Deep linking. * NIFI-11481: - Adding support for Delete. * NIFI-11481: - Flow status bar. * NIFI-11481: - Adding Current User State. - Current user polling. - Fixing Flow Status layout bug. * NIFI-11481: - Process Group Polling. * NIFI-11481: - Process Group Breadcrumbs. * NIFI-11481: - Global Menu. * NIFI-11481: - Search. * NIFI-11481: - Add support for centering components on the canvas. * NIFI-11481: - Add support for persisting and restoring the users view of the current PG. * NIFI-11481: - Fixing centering behavior. - Fixing user view restoration. - Bulk selection auto fit. * NIFI-11481: - Incorporating the new UI into the NiFi build with a build profile that is not active by default. - The new UI is deployed to a different context path than the current UI and works side by side. * NIFI-11481: - Center component from context menu. - Enter process group from context menu. * NIFI-11481: - Adding support to log in. - LoginFilter, LogoutFilter. - Moved the handling of 'include-new-ui' profile to make building with and within more straight forward. - Splash screen while guard executing. - Http request interceptor to show loading on the canvas. - Http request interceptor to handle 401 responses. * NIFI-11481: - Extension Creation Component. - Filter, Usage Restrictions, and selected type. * NIFI-11481: - Stopping polling when unable to connect to server. * NIFI-11481: - Settings - General. * NIFI-11481: - Settings - Management Controller Services. * NIFI-11481: - NiFi Tooltip directive. - Usage Restriction Tip. - Comments Tip. - Validation Errors Tip. - Bulletins Tip. * NIFI-11481: - Settings - Reporting Tasks. * NIFI-11481: - Avoiding unnecessary web requests in route guards. * NIFI-11481: - Edit Controller Service Dialog. - View Property Table. - Update component density. * NIFI-11481: - Supports Controller Service API tooltip and dialog content. * NIFI-11481: - Property table - NF Editor. - Property table - Combo Editor. * NIFI-11481: - Making property table a control value accessor. - Wiring up saving Controller Services from Edit Dialog. - Handling Delete Property. - Handling New Property. - Updating how form submission is triggered throughout to address issue with incidental form submit events. * NIFI-11481: - Moving Settings into pages. * NIFI-11481: - Moving Canvas into pages. * NIFI-11481: - Moving Login into pages. * NIFI-11481: - Adding routing to the Controller Service listing and Reporting Task listing. - Updating Canvas routing to follow similar pattern. * NIFI-11481: - Controller Service references. * NIFI-11481: - Create inline Controller Service. - Edit Controller Service route. - Go To Controller Service from Property Table. - Switching to Event Emitter in New Property dialog. * NIFI-11481: - Saving spinner - Create Processor, Create Port, and Edit Port. * NIFI-11481: - Saving spinner - Create Controller Service, Edit Controller Service, and Create Reporting Task. * NIFI-11481: - Parameter Context Listing. - Add new Parameter Context. - Edit Parameter Context. * NIFI-11481: - New Paramter. - Edit Parameter. - Parameter table. * NIFI-11481: - Parameter references. - Parameter Context update steps. - Bound Process Group references. * NIFI-11481: - Parameter Context Inheritance. * NIFI-11481: - Processor configuration. - Ensuring new Property names are unique. - Trapping focus in nf and combo editors. - Reloading component connections after updating a Processor. * NIFI-11481: - Navigation Control. - Birdseye. - Operation Control. * NIFI-11481: - Create Process Group. - Upload Process Group. * NIFI-11481: - Implementing current Process Group context in operation palette. * NIFI-11481: - Connection creation. * NIFI-11481: - Connection configuration. * NIFI-11481: - Standardizing selection option model. - Connection load balancing tooltip. - Clean up. * NIFI-11481: - Move components in to/out of groups. - Group components. * NIFI-11481: - Render connections for component action. * NIFI-11481: - CodeMirror for Parameter and EL configuration. * NIFI-11481: - Resizable. - Moving tooltip directive. * NIFI-11481: - Ensuring all specs are bootstrapped and create successfully. * NIFI-11481: - Updating some interface names to avoid conflicting with various components in an attempt to better establish a naming convention. * NIFI-11481: - Show Source/Destination. - Defaulting current Parameter Context in Create PG and Group dialogs. - Handling disabled state in a few ControlValueAccessors. - Ensuring Parameter Contest uri is set. - Unit tests. * NIFI-11481: - Fixing checkstyle issue. * NIFI-11481: - LICENSE/NOTICE. * NIFI-11481: - RAT Plugin config. * NIFI-12401: - Addressing review feedback. * NIFI-11481: - Ensuring the option is disabled when there is no description. * NIFI-11481: - Only including parameters in the payload when they have been modified. - Showing appropriate message after applying based on whether parameters were included or not. * NIFI-11481: - Fixing parameter deletion. - Enforcing parameter name uniqueness. - Preventing changing parameter sensitive. * NIFI-11481: - Only loading the service link once when considering updated property value. - Ensuring existing parameter are set in all instances of opening the new Property dialog. * NIFI-11481: - Fixing tests that regressed. * NIFI-11481: - Adding default karma config which was needed in order to debug tests in IDE. * NIFI-11481: - Updating karma config to not watch for now. Can introduce new options for running in various contexts in the future. This closes #8053
2023-11-27 10:39:51 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
NIFI-11481: Initial migration to Angular 16 (#8053) * NIFI-11481: - Initial project creation. * NIFI-11481: - Install material. - Rename project from nifi-web-frontend to nifi. * NIFI-11481: - Install roboto through package.json. * NIFI-11481: - Add Tailwind. * NIFI-11481: - Basic layout. * NIFI-11481: - Introducing ngrx for storing flow. * NIFI-11481: - Introducing d3. - Adding svg. - Adding defs. - Funnel Manager. * NIFI-11481: - Introducing d3. - Adding svg. - Adding defs. - Funnel Manager. - Adding draggable. - Adding editable. - Adding selectable. - Adding flowfont. - Adding Canvas View. - Adding Transform in Store. - Adding selected in Store. - Adding transition in Store. - Funnel Manager directly subscribes to store. * NIFI-11481: - Adding backend calls. - Refactoring update positions to be for a single component. * NIFI-11481: - Process Group Manager. - Adding font-awesome. - Updating canvas/graph component visibility. - Adding prettier/eslint. * NIFI-11481: - Adding support to enter a process group. * NIFI-11481: - Formatting source. * NIFI-11481: - Label Manager. - Added generic update component. * NIFI-11481: - Processor Manager. * NIFI-11481: - Port Manager. * NIFI-11481: - Remote Process Group Manager. * NIFI-11481: - Adding draggable icons to the toolbar. * NIFI-11481: - Formatting. * NIFI-11481: - Draggable Toolbar. - Create Label, Funnel. * NIFI-11481: - Connection Manager. - Connectable Behavior. * NIFI-11481: - Draggable behavior with back end call for both components and connections. * NIFI-11481: - Selection box. * NIFI-11481: - Port creation. - Port configuration. - Quick Select. * NIFI-11481: - Canvas Tooltips. * NIFI-11481: - Context menu. * NIFI-11481: - Router State. - Reorganization. - Deep linking. * NIFI-11481: - Adding support for Delete. * NIFI-11481: - Flow status bar. * NIFI-11481: - Adding Current User State. - Current user polling. - Fixing Flow Status layout bug. * NIFI-11481: - Process Group Polling. * NIFI-11481: - Process Group Breadcrumbs. * NIFI-11481: - Global Menu. * NIFI-11481: - Search. * NIFI-11481: - Add support for centering components on the canvas. * NIFI-11481: - Add support for persisting and restoring the users view of the current PG. * NIFI-11481: - Fixing centering behavior. - Fixing user view restoration. - Bulk selection auto fit. * NIFI-11481: - Incorporating the new UI into the NiFi build with a build profile that is not active by default. - The new UI is deployed to a different context path than the current UI and works side by side. * NIFI-11481: - Center component from context menu. - Enter process group from context menu. * NIFI-11481: - Adding support to log in. - LoginFilter, LogoutFilter. - Moved the handling of 'include-new-ui' profile to make building with and within more straight forward. - Splash screen while guard executing. - Http request interceptor to show loading on the canvas. - Http request interceptor to handle 401 responses. * NIFI-11481: - Extension Creation Component. - Filter, Usage Restrictions, and selected type. * NIFI-11481: - Stopping polling when unable to connect to server. * NIFI-11481: - Settings - General. * NIFI-11481: - Settings - Management Controller Services. * NIFI-11481: - NiFi Tooltip directive. - Usage Restriction Tip. - Comments Tip. - Validation Errors Tip. - Bulletins Tip. * NIFI-11481: - Settings - Reporting Tasks. * NIFI-11481: - Avoiding unnecessary web requests in route guards. * NIFI-11481: - Edit Controller Service Dialog. - View Property Table. - Update component density. * NIFI-11481: - Supports Controller Service API tooltip and dialog content. * NIFI-11481: - Property table - NF Editor. - Property table - Combo Editor. * NIFI-11481: - Making property table a control value accessor. - Wiring up saving Controller Services from Edit Dialog. - Handling Delete Property. - Handling New Property. - Updating how form submission is triggered throughout to address issue with incidental form submit events. * NIFI-11481: - Moving Settings into pages. * NIFI-11481: - Moving Canvas into pages. * NIFI-11481: - Moving Login into pages. * NIFI-11481: - Adding routing to the Controller Service listing and Reporting Task listing. - Updating Canvas routing to follow similar pattern. * NIFI-11481: - Controller Service references. * NIFI-11481: - Create inline Controller Service. - Edit Controller Service route. - Go To Controller Service from Property Table. - Switching to Event Emitter in New Property dialog. * NIFI-11481: - Saving spinner - Create Processor, Create Port, and Edit Port. * NIFI-11481: - Saving spinner - Create Controller Service, Edit Controller Service, and Create Reporting Task. * NIFI-11481: - Parameter Context Listing. - Add new Parameter Context. - Edit Parameter Context. * NIFI-11481: - New Paramter. - Edit Parameter. - Parameter table. * NIFI-11481: - Parameter references. - Parameter Context update steps. - Bound Process Group references. * NIFI-11481: - Parameter Context Inheritance. * NIFI-11481: - Processor configuration. - Ensuring new Property names are unique. - Trapping focus in nf and combo editors. - Reloading component connections after updating a Processor. * NIFI-11481: - Navigation Control. - Birdseye. - Operation Control. * NIFI-11481: - Create Process Group. - Upload Process Group. * NIFI-11481: - Implementing current Process Group context in operation palette. * NIFI-11481: - Connection creation. * NIFI-11481: - Connection configuration. * NIFI-11481: - Standardizing selection option model. - Connection load balancing tooltip. - Clean up. * NIFI-11481: - Move components in to/out of groups. - Group components. * NIFI-11481: - Render connections for component action. * NIFI-11481: - CodeMirror for Parameter and EL configuration. * NIFI-11481: - Resizable. - Moving tooltip directive. * NIFI-11481: - Ensuring all specs are bootstrapped and create successfully. * NIFI-11481: - Updating some interface names to avoid conflicting with various components in an attempt to better establish a naming convention. * NIFI-11481: - Show Source/Destination. - Defaulting current Parameter Context in Create PG and Group dialogs. - Handling disabled state in a few ControlValueAccessors. - Ensuring Parameter Contest uri is set. - Unit tests. * NIFI-11481: - Fixing checkstyle issue. * NIFI-11481: - LICENSE/NOTICE. * NIFI-11481: - RAT Plugin config. * NIFI-12401: - Addressing review feedback. * NIFI-11481: - Ensuring the option is disabled when there is no description. * NIFI-11481: - Only including parameters in the payload when they have been modified. - Showing appropriate message after applying based on whether parameters were included or not. * NIFI-11481: - Fixing parameter deletion. - Enforcing parameter name uniqueness. - Preventing changing parameter sensitive. * NIFI-11481: - Only loading the service link once when considering updated property value. - Ensuring existing parameter are set in all instances of opening the new Property dialog. * NIFI-11481: - Fixing tests that regressed. * NIFI-11481: - Adding default karma config which was needed in order to debug tests in IDE. * NIFI-11481: - Updating karma config to not watch for now. Can introduce new options for running in various contexts in the future. This closes #8053
2023-11-27 10:39:51 -05:00
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web</artifactId>
<version>2.0.0-M2</version>
NIFI-11481: Initial migration to Angular 16 (#8053) * NIFI-11481: - Initial project creation. * NIFI-11481: - Install material. - Rename project from nifi-web-frontend to nifi. * NIFI-11481: - Install roboto through package.json. * NIFI-11481: - Add Tailwind. * NIFI-11481: - Basic layout. * NIFI-11481: - Introducing ngrx for storing flow. * NIFI-11481: - Introducing d3. - Adding svg. - Adding defs. - Funnel Manager. * NIFI-11481: - Introducing d3. - Adding svg. - Adding defs. - Funnel Manager. - Adding draggable. - Adding editable. - Adding selectable. - Adding flowfont. - Adding Canvas View. - Adding Transform in Store. - Adding selected in Store. - Adding transition in Store. - Funnel Manager directly subscribes to store. * NIFI-11481: - Adding backend calls. - Refactoring update positions to be for a single component. * NIFI-11481: - Process Group Manager. - Adding font-awesome. - Updating canvas/graph component visibility. - Adding prettier/eslint. * NIFI-11481: - Adding support to enter a process group. * NIFI-11481: - Formatting source. * NIFI-11481: - Label Manager. - Added generic update component. * NIFI-11481: - Processor Manager. * NIFI-11481: - Port Manager. * NIFI-11481: - Remote Process Group Manager. * NIFI-11481: - Adding draggable icons to the toolbar. * NIFI-11481: - Formatting. * NIFI-11481: - Draggable Toolbar. - Create Label, Funnel. * NIFI-11481: - Connection Manager. - Connectable Behavior. * NIFI-11481: - Draggable behavior with back end call for both components and connections. * NIFI-11481: - Selection box. * NIFI-11481: - Port creation. - Port configuration. - Quick Select. * NIFI-11481: - Canvas Tooltips. * NIFI-11481: - Context menu. * NIFI-11481: - Router State. - Reorganization. - Deep linking. * NIFI-11481: - Adding support for Delete. * NIFI-11481: - Flow status bar. * NIFI-11481: - Adding Current User State. - Current user polling. - Fixing Flow Status layout bug. * NIFI-11481: - Process Group Polling. * NIFI-11481: - Process Group Breadcrumbs. * NIFI-11481: - Global Menu. * NIFI-11481: - Search. * NIFI-11481: - Add support for centering components on the canvas. * NIFI-11481: - Add support for persisting and restoring the users view of the current PG. * NIFI-11481: - Fixing centering behavior. - Fixing user view restoration. - Bulk selection auto fit. * NIFI-11481: - Incorporating the new UI into the NiFi build with a build profile that is not active by default. - The new UI is deployed to a different context path than the current UI and works side by side. * NIFI-11481: - Center component from context menu. - Enter process group from context menu. * NIFI-11481: - Adding support to log in. - LoginFilter, LogoutFilter. - Moved the handling of 'include-new-ui' profile to make building with and within more straight forward. - Splash screen while guard executing. - Http request interceptor to show loading on the canvas. - Http request interceptor to handle 401 responses. * NIFI-11481: - Extension Creation Component. - Filter, Usage Restrictions, and selected type. * NIFI-11481: - Stopping polling when unable to connect to server. * NIFI-11481: - Settings - General. * NIFI-11481: - Settings - Management Controller Services. * NIFI-11481: - NiFi Tooltip directive. - Usage Restriction Tip. - Comments Tip. - Validation Errors Tip. - Bulletins Tip. * NIFI-11481: - Settings - Reporting Tasks. * NIFI-11481: - Avoiding unnecessary web requests in route guards. * NIFI-11481: - Edit Controller Service Dialog. - View Property Table. - Update component density. * NIFI-11481: - Supports Controller Service API tooltip and dialog content. * NIFI-11481: - Property table - NF Editor. - Property table - Combo Editor. * NIFI-11481: - Making property table a control value accessor. - Wiring up saving Controller Services from Edit Dialog. - Handling Delete Property. - Handling New Property. - Updating how form submission is triggered throughout to address issue with incidental form submit events. * NIFI-11481: - Moving Settings into pages. * NIFI-11481: - Moving Canvas into pages. * NIFI-11481: - Moving Login into pages. * NIFI-11481: - Adding routing to the Controller Service listing and Reporting Task listing. - Updating Canvas routing to follow similar pattern. * NIFI-11481: - Controller Service references. * NIFI-11481: - Create inline Controller Service. - Edit Controller Service route. - Go To Controller Service from Property Table. - Switching to Event Emitter in New Property dialog. * NIFI-11481: - Saving spinner - Create Processor, Create Port, and Edit Port. * NIFI-11481: - Saving spinner - Create Controller Service, Edit Controller Service, and Create Reporting Task. * NIFI-11481: - Parameter Context Listing. - Add new Parameter Context. - Edit Parameter Context. * NIFI-11481: - New Paramter. - Edit Parameter. - Parameter table. * NIFI-11481: - Parameter references. - Parameter Context update steps. - Bound Process Group references. * NIFI-11481: - Parameter Context Inheritance. * NIFI-11481: - Processor configuration. - Ensuring new Property names are unique. - Trapping focus in nf and combo editors. - Reloading component connections after updating a Processor. * NIFI-11481: - Navigation Control. - Birdseye. - Operation Control. * NIFI-11481: - Create Process Group. - Upload Process Group. * NIFI-11481: - Implementing current Process Group context in operation palette. * NIFI-11481: - Connection creation. * NIFI-11481: - Connection configuration. * NIFI-11481: - Standardizing selection option model. - Connection load balancing tooltip. - Clean up. * NIFI-11481: - Move components in to/out of groups. - Group components. * NIFI-11481: - Render connections for component action. * NIFI-11481: - CodeMirror for Parameter and EL configuration. * NIFI-11481: - Resizable. - Moving tooltip directive. * NIFI-11481: - Ensuring all specs are bootstrapped and create successfully. * NIFI-11481: - Updating some interface names to avoid conflicting with various components in an attempt to better establish a naming convention. * NIFI-11481: - Show Source/Destination. - Defaulting current Parameter Context in Create PG and Group dialogs. - Handling disabled state in a few ControlValueAccessors. - Ensuring Parameter Contest uri is set. - Unit tests. * NIFI-11481: - Fixing checkstyle issue. * NIFI-11481: - LICENSE/NOTICE. * NIFI-11481: - RAT Plugin config. * NIFI-12401: - Addressing review feedback. * NIFI-11481: - Ensuring the option is disabled when there is no description. * NIFI-11481: - Only including parameters in the payload when they have been modified. - Showing appropriate message after applying based on whether parameters were included or not. * NIFI-11481: - Fixing parameter deletion. - Enforcing parameter name uniqueness. - Preventing changing parameter sensitive. * NIFI-11481: - Only loading the service link once when considering updated property value. - Ensuring existing parameter are set in all instances of opening the new Property dialog. * NIFI-11481: - Fixing tests that regressed. * NIFI-11481: - Adding default karma config which was needed in order to debug tests in IDE. * NIFI-11481: - Updating karma config to not watch for now. Can introduce new options for running in various contexts in the future. This closes #8053
2023-11-27 10:39:51 -05:00
</parent>
<artifactId>nifi-web-frontend</artifactId>
<version>2.0.0-M2</version>
NIFI-11481: Initial migration to Angular 16 (#8053) * NIFI-11481: - Initial project creation. * NIFI-11481: - Install material. - Rename project from nifi-web-frontend to nifi. * NIFI-11481: - Install roboto through package.json. * NIFI-11481: - Add Tailwind. * NIFI-11481: - Basic layout. * NIFI-11481: - Introducing ngrx for storing flow. * NIFI-11481: - Introducing d3. - Adding svg. - Adding defs. - Funnel Manager. * NIFI-11481: - Introducing d3. - Adding svg. - Adding defs. - Funnel Manager. - Adding draggable. - Adding editable. - Adding selectable. - Adding flowfont. - Adding Canvas View. - Adding Transform in Store. - Adding selected in Store. - Adding transition in Store. - Funnel Manager directly subscribes to store. * NIFI-11481: - Adding backend calls. - Refactoring update positions to be for a single component. * NIFI-11481: - Process Group Manager. - Adding font-awesome. - Updating canvas/graph component visibility. - Adding prettier/eslint. * NIFI-11481: - Adding support to enter a process group. * NIFI-11481: - Formatting source. * NIFI-11481: - Label Manager. - Added generic update component. * NIFI-11481: - Processor Manager. * NIFI-11481: - Port Manager. * NIFI-11481: - Remote Process Group Manager. * NIFI-11481: - Adding draggable icons to the toolbar. * NIFI-11481: - Formatting. * NIFI-11481: - Draggable Toolbar. - Create Label, Funnel. * NIFI-11481: - Connection Manager. - Connectable Behavior. * NIFI-11481: - Draggable behavior with back end call for both components and connections. * NIFI-11481: - Selection box. * NIFI-11481: - Port creation. - Port configuration. - Quick Select. * NIFI-11481: - Canvas Tooltips. * NIFI-11481: - Context menu. * NIFI-11481: - Router State. - Reorganization. - Deep linking. * NIFI-11481: - Adding support for Delete. * NIFI-11481: - Flow status bar. * NIFI-11481: - Adding Current User State. - Current user polling. - Fixing Flow Status layout bug. * NIFI-11481: - Process Group Polling. * NIFI-11481: - Process Group Breadcrumbs. * NIFI-11481: - Global Menu. * NIFI-11481: - Search. * NIFI-11481: - Add support for centering components on the canvas. * NIFI-11481: - Add support for persisting and restoring the users view of the current PG. * NIFI-11481: - Fixing centering behavior. - Fixing user view restoration. - Bulk selection auto fit. * NIFI-11481: - Incorporating the new UI into the NiFi build with a build profile that is not active by default. - The new UI is deployed to a different context path than the current UI and works side by side. * NIFI-11481: - Center component from context menu. - Enter process group from context menu. * NIFI-11481: - Adding support to log in. - LoginFilter, LogoutFilter. - Moved the handling of 'include-new-ui' profile to make building with and within more straight forward. - Splash screen while guard executing. - Http request interceptor to show loading on the canvas. - Http request interceptor to handle 401 responses. * NIFI-11481: - Extension Creation Component. - Filter, Usage Restrictions, and selected type. * NIFI-11481: - Stopping polling when unable to connect to server. * NIFI-11481: - Settings - General. * NIFI-11481: - Settings - Management Controller Services. * NIFI-11481: - NiFi Tooltip directive. - Usage Restriction Tip. - Comments Tip. - Validation Errors Tip. - Bulletins Tip. * NIFI-11481: - Settings - Reporting Tasks. * NIFI-11481: - Avoiding unnecessary web requests in route guards. * NIFI-11481: - Edit Controller Service Dialog. - View Property Table. - Update component density. * NIFI-11481: - Supports Controller Service API tooltip and dialog content. * NIFI-11481: - Property table - NF Editor. - Property table - Combo Editor. * NIFI-11481: - Making property table a control value accessor. - Wiring up saving Controller Services from Edit Dialog. - Handling Delete Property. - Handling New Property. - Updating how form submission is triggered throughout to address issue with incidental form submit events. * NIFI-11481: - Moving Settings into pages. * NIFI-11481: - Moving Canvas into pages. * NIFI-11481: - Moving Login into pages. * NIFI-11481: - Adding routing to the Controller Service listing and Reporting Task listing. - Updating Canvas routing to follow similar pattern. * NIFI-11481: - Controller Service references. * NIFI-11481: - Create inline Controller Service. - Edit Controller Service route. - Go To Controller Service from Property Table. - Switching to Event Emitter in New Property dialog. * NIFI-11481: - Saving spinner - Create Processor, Create Port, and Edit Port. * NIFI-11481: - Saving spinner - Create Controller Service, Edit Controller Service, and Create Reporting Task. * NIFI-11481: - Parameter Context Listing. - Add new Parameter Context. - Edit Parameter Context. * NIFI-11481: - New Paramter. - Edit Parameter. - Parameter table. * NIFI-11481: - Parameter references. - Parameter Context update steps. - Bound Process Group references. * NIFI-11481: - Parameter Context Inheritance. * NIFI-11481: - Processor configuration. - Ensuring new Property names are unique. - Trapping focus in nf and combo editors. - Reloading component connections after updating a Processor. * NIFI-11481: - Navigation Control. - Birdseye. - Operation Control. * NIFI-11481: - Create Process Group. - Upload Process Group. * NIFI-11481: - Implementing current Process Group context in operation palette. * NIFI-11481: - Connection creation. * NIFI-11481: - Connection configuration. * NIFI-11481: - Standardizing selection option model. - Connection load balancing tooltip. - Clean up. * NIFI-11481: - Move components in to/out of groups. - Group components. * NIFI-11481: - Render connections for component action. * NIFI-11481: - CodeMirror for Parameter and EL configuration. * NIFI-11481: - Resizable. - Moving tooltip directive. * NIFI-11481: - Ensuring all specs are bootstrapped and create successfully. * NIFI-11481: - Updating some interface names to avoid conflicting with various components in an attempt to better establish a naming convention. * NIFI-11481: - Show Source/Destination. - Defaulting current Parameter Context in Create PG and Group dialogs. - Handling disabled state in a few ControlValueAccessors. - Ensuring Parameter Contest uri is set. - Unit tests. * NIFI-11481: - Fixing checkstyle issue. * NIFI-11481: - LICENSE/NOTICE. * NIFI-11481: - RAT Plugin config. * NIFI-12401: - Addressing review feedback. * NIFI-11481: - Ensuring the option is disabled when there is no description. * NIFI-11481: - Only including parameters in the payload when they have been modified. - Showing appropriate message after applying based on whether parameters were included or not. * NIFI-11481: - Fixing parameter deletion. - Enforcing parameter name uniqueness. - Preventing changing parameter sensitive. * NIFI-11481: - Only loading the service link once when considering updated property value. - Ensuring existing parameter are set in all instances of opening the new Property dialog. * NIFI-11481: - Fixing tests that regressed. * NIFI-11481: - Adding default karma config which was needed in order to debug tests in IDE. * NIFI-11481: - Updating karma config to not watch for now. Can introduce new options for running in various contexts in the future. This closes #8053
2023-11-27 10:39:51 -05:00
<packaging>war</packaging>
<properties>
<node.version>v20.5.1</node.version>
<frontend.source>${basedir}/src/main/nifi</frontend.source>
<frontend.working.dir>${project.build.directory}/frontend-working-directory</frontend.working.dir>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<!--
Copy src into frontend working directory.
-->
<execution>
<id>copy-source</id>
<phase>initialize</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${frontend.working.dir}</outputDirectory>
<resources>
<resource>
<directory>${frontend.source}</directory>
<filtering>false</filtering>
<excludes>
<exclude>.angular/**/*</exclude>
<exclude>node_modules/**/*</exclude>
</excludes>
</resource>
</resources>
</configuration>
</execution>
<!--
Stage the final bundle of JS to be included in the .war
-->
<execution>
<id>copy-web-ui-bundle</id>
<phase>prepare-package</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
<resources>
<resource>
<directory>${frontend.working.dir}/dist/nifi</directory>
<filtering>false</filtering>
<includes>
<include>**/*</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>${frontend.mvn.plugin.version}</version>
<configuration>
<installDirectory>${frontend.working.dir}</installDirectory>
</configuration>
<executions>
<!--
Install node and npm.
-->
<execution>
<id>install-node-and-npm</id>
<goals>
<goal>install-node-and-npm</goal>
</goals>
<phase>initialize</phase>
<configuration>
<nodeVersion>${node.version}</nodeVersion>
</configuration>
</execution>
<!--
Install node_modules (build, test, AND client side dependencies).
-->
<execution>
<id>npm-install</id>
<goals>
<goal>npm</goal>
</goals>
<phase>initialize</phase>
<configuration>
<arguments>run ci</arguments>
<workingDirectory>${frontend.working.dir}</workingDirectory>
</configuration>
</execution>
<!--
Bundle, minify, and gzip compress all the javascript.
-->
<execution>
<id>package-web-ui</id>
<goals>
<goal>npm</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<arguments>run build</arguments>
<workingDirectory>${frontend.working.dir}</workingDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes combine.children="append">
<exclude>src/main/nifi/coverage/**/*</exclude>
<exclude>src/main/nifi/node_modules/**/*</exclude>
<exclude>src/main/nifi/src/assets/fonts/**/*</exclude>
<exclude>src/main/nifi/.editorconfig</exclude>
<exclude>src/main/nifi/README.md</exclude>
<exclude>src/main/nifi/proxy.config.mjs</exclude>
<exclude>src/main/nifi/.prettierrc</exclude>
<exclude>src/main/nifi/src/.eslintrc</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
NIFI-11703 Upgraded to Spring Framework 6 and Jetty 12 - Upgraded Spring Framework from 5.3.31 to 6.0.15 - Upgraded Spring Security from 5.8.7 to 6.2.0 - Upgraded Spring Vault from 2.3.4 to 3.1.0 - Upgraded Jetty from 10.0.18 to 12.0.5 with EE 10 - Upgraded Jersey from 2.41 to 3.1.4 - Upgraded JAXB from 2.3.9 to 4.0.4 - Upgraded AspectJ from 1.9.20.1 to 1.9.21 - Upgraded JMS API from 2.0.1 to 3.1.0 - Upgraded ActiveMQ Broker from 5.18.2 to 6.0.1 for JMS 3 - Upgraded JJWT from 0.9.1 to 0.12.3 - Replaced jackson-module-jaxb-annotations with jackson-module-jakarta-xmlbind-annotations - Replaced maven-jaxb2-plugin with hisrc-higherjaxb40-maven-plugin 2.1.1 - Replaced kongchen swagger-maven-plugin with swagger-codegen-maven-plugin from Swagger 3 - Replaced com.nickwongdev AspectJ Plugin with Codehaus 1.14.0 for newer Java versions - Removed unused cglib-nodep - Removed references to javax.validation - Removed custom Jetty ALPN Processor not required for Java 21 - Removed several tests depending on older Jetty and Jakarta libraries - Removed unnecessary webdefault.xml configurations - Replaced unsupported cross-context servlet forwarding with HTTP forwarding - Replaced javax.servlet references with jakarta.servlet - Replaced javax.xml.bind references with jakarta.xml.bind - Replaced javax.ws references with jakarata.ws - Updated Spring Security CSRF implementation for Spring Security 6 - Updated web.xml versions to 6.0 - Updated REST API templates using new swagger-codegen variables - Removed VALIDATE_DATA property from ParseCEF based on library compatibility issue with javax.validation - Added application URL logging to NiFi JettyServer Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #8197.
2023-12-29 22:11:47 -05:00
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
NIFI-11481: Initial migration to Angular 16 (#8053) * NIFI-11481: - Initial project creation. * NIFI-11481: - Install material. - Rename project from nifi-web-frontend to nifi. * NIFI-11481: - Install roboto through package.json. * NIFI-11481: - Add Tailwind. * NIFI-11481: - Basic layout. * NIFI-11481: - Introducing ngrx for storing flow. * NIFI-11481: - Introducing d3. - Adding svg. - Adding defs. - Funnel Manager. * NIFI-11481: - Introducing d3. - Adding svg. - Adding defs. - Funnel Manager. - Adding draggable. - Adding editable. - Adding selectable. - Adding flowfont. - Adding Canvas View. - Adding Transform in Store. - Adding selected in Store. - Adding transition in Store. - Funnel Manager directly subscribes to store. * NIFI-11481: - Adding backend calls. - Refactoring update positions to be for a single component. * NIFI-11481: - Process Group Manager. - Adding font-awesome. - Updating canvas/graph component visibility. - Adding prettier/eslint. * NIFI-11481: - Adding support to enter a process group. * NIFI-11481: - Formatting source. * NIFI-11481: - Label Manager. - Added generic update component. * NIFI-11481: - Processor Manager. * NIFI-11481: - Port Manager. * NIFI-11481: - Remote Process Group Manager. * NIFI-11481: - Adding draggable icons to the toolbar. * NIFI-11481: - Formatting. * NIFI-11481: - Draggable Toolbar. - Create Label, Funnel. * NIFI-11481: - Connection Manager. - Connectable Behavior. * NIFI-11481: - Draggable behavior with back end call for both components and connections. * NIFI-11481: - Selection box. * NIFI-11481: - Port creation. - Port configuration. - Quick Select. * NIFI-11481: - Canvas Tooltips. * NIFI-11481: - Context menu. * NIFI-11481: - Router State. - Reorganization. - Deep linking. * NIFI-11481: - Adding support for Delete. * NIFI-11481: - Flow status bar. * NIFI-11481: - Adding Current User State. - Current user polling. - Fixing Flow Status layout bug. * NIFI-11481: - Process Group Polling. * NIFI-11481: - Process Group Breadcrumbs. * NIFI-11481: - Global Menu. * NIFI-11481: - Search. * NIFI-11481: - Add support for centering components on the canvas. * NIFI-11481: - Add support for persisting and restoring the users view of the current PG. * NIFI-11481: - Fixing centering behavior. - Fixing user view restoration. - Bulk selection auto fit. * NIFI-11481: - Incorporating the new UI into the NiFi build with a build profile that is not active by default. - The new UI is deployed to a different context path than the current UI and works side by side. * NIFI-11481: - Center component from context menu. - Enter process group from context menu. * NIFI-11481: - Adding support to log in. - LoginFilter, LogoutFilter. - Moved the handling of 'include-new-ui' profile to make building with and within more straight forward. - Splash screen while guard executing. - Http request interceptor to show loading on the canvas. - Http request interceptor to handle 401 responses. * NIFI-11481: - Extension Creation Component. - Filter, Usage Restrictions, and selected type. * NIFI-11481: - Stopping polling when unable to connect to server. * NIFI-11481: - Settings - General. * NIFI-11481: - Settings - Management Controller Services. * NIFI-11481: - NiFi Tooltip directive. - Usage Restriction Tip. - Comments Tip. - Validation Errors Tip. - Bulletins Tip. * NIFI-11481: - Settings - Reporting Tasks. * NIFI-11481: - Avoiding unnecessary web requests in route guards. * NIFI-11481: - Edit Controller Service Dialog. - View Property Table. - Update component density. * NIFI-11481: - Supports Controller Service API tooltip and dialog content. * NIFI-11481: - Property table - NF Editor. - Property table - Combo Editor. * NIFI-11481: - Making property table a control value accessor. - Wiring up saving Controller Services from Edit Dialog. - Handling Delete Property. - Handling New Property. - Updating how form submission is triggered throughout to address issue with incidental form submit events. * NIFI-11481: - Moving Settings into pages. * NIFI-11481: - Moving Canvas into pages. * NIFI-11481: - Moving Login into pages. * NIFI-11481: - Adding routing to the Controller Service listing and Reporting Task listing. - Updating Canvas routing to follow similar pattern. * NIFI-11481: - Controller Service references. * NIFI-11481: - Create inline Controller Service. - Edit Controller Service route. - Go To Controller Service from Property Table. - Switching to Event Emitter in New Property dialog. * NIFI-11481: - Saving spinner - Create Processor, Create Port, and Edit Port. * NIFI-11481: - Saving spinner - Create Controller Service, Edit Controller Service, and Create Reporting Task. * NIFI-11481: - Parameter Context Listing. - Add new Parameter Context. - Edit Parameter Context. * NIFI-11481: - New Paramter. - Edit Parameter. - Parameter table. * NIFI-11481: - Parameter references. - Parameter Context update steps. - Bound Process Group references. * NIFI-11481: - Parameter Context Inheritance. * NIFI-11481: - Processor configuration. - Ensuring new Property names are unique. - Trapping focus in nf and combo editors. - Reloading component connections after updating a Processor. * NIFI-11481: - Navigation Control. - Birdseye. - Operation Control. * NIFI-11481: - Create Process Group. - Upload Process Group. * NIFI-11481: - Implementing current Process Group context in operation palette. * NIFI-11481: - Connection creation. * NIFI-11481: - Connection configuration. * NIFI-11481: - Standardizing selection option model. - Connection load balancing tooltip. - Clean up. * NIFI-11481: - Move components in to/out of groups. - Group components. * NIFI-11481: - Render connections for component action. * NIFI-11481: - CodeMirror for Parameter and EL configuration. * NIFI-11481: - Resizable. - Moving tooltip directive. * NIFI-11481: - Ensuring all specs are bootstrapped and create successfully. * NIFI-11481: - Updating some interface names to avoid conflicting with various components in an attempt to better establish a naming convention. * NIFI-11481: - Show Source/Destination. - Defaulting current Parameter Context in Create PG and Group dialogs. - Handling disabled state in a few ControlValueAccessors. - Ensuring Parameter Contest uri is set. - Unit tests. * NIFI-11481: - Fixing checkstyle issue. * NIFI-11481: - LICENSE/NOTICE. * NIFI-11481: - RAT Plugin config. * NIFI-12401: - Addressing review feedback. * NIFI-11481: - Ensuring the option is disabled when there is no description. * NIFI-11481: - Only including parameters in the payload when they have been modified. - Showing appropriate message after applying based on whether parameters were included or not. * NIFI-11481: - Fixing parameter deletion. - Enforcing parameter name uniqueness. - Preventing changing parameter sensitive. * NIFI-11481: - Only loading the service link once when considering updated property value. - Ensuring existing parameter are set in all instances of opening the new Property dialog. * NIFI-11481: - Fixing tests that regressed. * NIFI-11481: - Adding default karma config which was needed in order to debug tests in IDE. * NIFI-11481: - Updating karma config to not watch for now. Can introduce new options for running in various contexts in the future. This closes #8053
2023-11-27 10:39:51 -05:00
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-utils</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>