This closes#8913
- Added quick duration for shutdown quiet period in ListenOTLP HttpServerFactory
- Added TestRunner.stop() to ListenOTLPTest to close listening sockets
- Increased Connect Timeout from 5 to 10 seconds in ListenOTLPTest
Signed-off-by: Joseph Witt <joewitt@apache.org>
- Allowing parameters to be edited in New Parameter Context dialog.
- Ensuring the proper tab is selected in the Parameter Context dialog based on the current usage.
This closes#8912
* [NIFI-13325] update dark mode theme density to match light mode
* remove density from nifi themes as only colors are used from this theme
This closes#8904
* [NIFI-13234] update unautorized canvas component colors
* restore web font loader to ensure positions of canvas text is calculate correctly
This closes#8902
- Upgraded Spring Boot from 3.2.5 to 3.2.6
- Upgraded Slack bolt-socket-mode from 1.39.2 to 1.39.3
- Upgraded maven-artifact from 3.9.6 to 3.9.7
- Upgraded mariadb-java-client from 3.3.3 to 3.4.0
- Upgraded software.amazon.awssdk from 2.25.55 to 2.25.60
- Upgraded com.amazonaws from 1.12.725 to 1.12.730
- Upgraded Jersey from 3.1.6 to 3.1.7
- Upgraded Netty from 4.1.109.Final to 4.1.110.Final
- Upgraded box-java-sdk from 4.9.0 to 4.9.1
This closes#8887
Signed-off-by: David Handermann <exceptionfactory@apache.org>
* [NIFI-13269] - Order parameter reference list alphabetically
* ran prettier:format to address minor code style issue
* update nfpr and nfel to sort combo entries the same as the combo entries in the property table (case insensitive)
This closes#8885
* NIFI-13285:
- If there is no transform to restore for the current viewport, executing a zoom fit.
* NIFI-13285:
- Adjusting the canvas position styles and zoom fit calculations.
This closes#8874
* NIFI-12967:
- Adding support for navigating back to the users previous location in certain circumstances like going to a Controller Service, managing access policies, going to parameters, viewing documentation, opening advanced UIs, and viewing data provenance.
- Cleaning unnecessary instances of postUpdateNavigation.
* NIFI-12967:
- Updating the implementation to leverage router events and router state to simplify needed changes.
* NIFI-12967:
- Conditionally resetting or popping back navigation history because on routing context.
* NIFI-12967:
- Adding support for navigating back from queue listing and provenance.
* NIFI-12967:
- Conditionally applying the back navigation following a component update.
* NIFI-12967:
- Adding back from CS service listing.
* NIFI-12967:
- Adding back from Go To CS.
- Restoring some space in the context menu.
* NIFI-12967:
- Prevent duplicate entries in the back navigation stack.
* NIFI-12967:
- Not executing pop through navigation extras because it can result in multiple pops if the user uses their back/forward browser buttons. Instead, always popping until we encounter a back navigation that is still within a route boundary.
- Manually closing dialogs with proper result in Navigation lifecycle to ensure back/forward browser button works correctly. This change also handles any scenario when a user routes away from a dialog via a link or go to action so we were able to remove the dialog close action form those places.
- Upgraded Apache Parent from 31 to 32
- Upgraded Maven Wrapper from 3.2.0 to 3.3.2
This closes#8880
Signed-off-by: David Handermann <exceptionfactory@apache.org>
* [NIFI-13245] address component name overflow in provenance details dialog
* address content tab column spacing
* use padding appropriately to ensure no overflow text
* restore vertical spacing
This closes#8845
* [NIFI-13207] page headers and refresh containers are consistently positioned between pages
* pad error banner
* display hint below form fields to follow material spec, updating padding/spacing accordingly
* revert access policies template
* remove unused MatHint
* access policy status as hint and center align hints
* use margin bottom on error banner and more spacing improvements
* update hint spacing in a few more use cases
* remove extra padding from bottom of nifi cluster table filter component
* collapse hint height when no text to display
* update padding for input form field placeholder padding
* use margins instead of padding
* final touches
This closes#8804