Commit Graph

116 Commits

Author SHA1 Message Date
Matt Gilman b421ccad21
NIFI-14031: Ensuring all Parameter Contexts are added when Editing a … (#9539)
* NIFI-14031: Ensuring all Parameter Contexts are added when Editing a Process Group. For contexts the user lacks access to will be added as disabled options.

* NIFI-14031: Addressing review feedback allowing the currently selected value to be reselected even when the user lacks permissions because the back end skips the check when the value isn't changing.

* NIFI-14031: Fixing PropertyItem instances in unit tests.

This closes #9539
2024-11-20 17:13:31 -05:00
Rob Fellows 685f5712b7
[NIFI-14033] - Disable links to referencing components while saving. (#9543)
This closes #9543
2024-11-20 15:43:59 -05:00
Rob Fellows c12c5fbd53
[NIFI-14038] - Add quick-copy to component-context component when it displays the id (#9546)
* [NIFI-14038] - Add quick-copy to component-context component when it displays the id

* npm audit fix - cross-spawn vulnerability

This closes #9546
2024-11-20 15:27:44 -05:00
Rob Fellows 3ab426072d
[NIFI-14032] - Format Core Load Average in Cluster system table to 2 decimal places. (#9541)
This closes #9541
2024-11-20 15:21:50 -05:00
Rob Fellows a760f0a8ee
[NIFI-14030] - Add an icon for Parameters and Parameter Contexts menu items (#9540)
This closes #9540
2024-11-20 14:17:55 -05:00
Rob Fellows bac6300e95
[NIFI-14024] - Improve Bulletin ToolTip (#9534)
This closes #9534
2024-11-20 13:50:34 -05:00
Rob Fellows b623ccc7fe
[NIFI-13918][NIFI-14015] - Flow analysis unauthorized root group does not display group id in the PG details section (#9529) 2024-11-15 15:09:53 -05:00
Rob Fellows 919b376c16
[NIFI-14002] - Quick copy of IDs (#9514) 2024-11-13 12:58:13 -05:00
Matt Gilman 21791b09da
NIFI-13980: Edit Parameter Context action needs to be completed even when the user is routed away by following a link to a referencing component. (#9501) 2024-11-08 19:59:31 -06:00
Rob Fellows 11cb2c56e2
[NIFI-13974] - Improve UX of Status History dialog (select all nodes, scrolling left panel) (#9493)
This closes #9493
2024-11-07 09:08:29 -05:00
dependabot[bot] 4e4ce6f470
NIFI-13979: Bump happy-dom and @happy-dom/jest-environment (#9498)
NIFI-13979: Bumps [happy-dom](https://github.com/capricorn86/happy-dom) and [@happy-dom/jest-environment](https://github.com/capricorn86/happy-dom). These dependencies needed to be updated together.

Updates `happy-dom` from 14.12.3 to 15.10.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v14.12.3...v15.10.2)

Updates `@happy-dom/jest-environment` from 14.12.3 to 15.10.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v14.12.3...v15.10.2)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-type: direct:development
- dependency-name: "@happy-dom/jest-environment"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-06 16:26:17 -05:00
Matt Gilman 959196927e
NIFI-13969: Rerendering labels after the viewport is restored to ensure that calculations are performed after the transform is applied. (#9495) 2024-11-06 11:45:48 -05:00
Lucas eb7c618788
NIFI-13961 Allow camelCase search when filtering on component selection in UI (#9481)
This closes #9481
2024-11-06 11:17:33 -05:00
Matt Gilman 4198880879
NIFI-13960: Using the ExtensionCreation component when adding a Registry Client to better handle different bundles. (#9494)
This closes #9494
2024-11-06 11:16:37 -05:00
Scott Aslan 0bbf3cd233
[NIFI-13482] add filtered extension count (#9480)
* [NIFI-13482] add filtered extension count

* address review comments

This closes #9480
2024-11-05 12:25:31 -05:00
Matt Gilman c5a5140ff8
NIFI-13956: Upgrading Angular, Angular build tools, and nx. (#9479) 2024-11-05 12:24:05 -05:00
Shane Ardell 78b68f6ea2
NIFI-13951: add warn policy to dropdown selection (#9478) 2024-11-04 19:55:15 -05:00
exceptionfactory 4adc2be12b
NIFI-13915 Updated version to 2.1.0-SNAPSHOT 2024-11-01 22:56:08 -05:00
exceptionfactory 2f13b609bd
NIFI-13915 Updated version to 2.0.0 2024-10-29 20:25:32 -05:00
Scott Aslan 7b8d3fece2
[NIFI-13917] update sidenav font color to match applicaiton font color (#9442)
This closes #9442
2024-10-24 13:55:43 -04:00
Matt Gilman 29a3baba81
NIFI-249: Auto wrapping label text. (#9441)
This closes #9441
2024-10-24 12:58:25 -04:00
Matt Gilman a2be354733
NIFI-13916: Removing width on action select in GlobalAccessPolicies. (#9436)
This closes #9436
2024-10-24 12:54:03 -04:00
Scott Aslan c3f4905eca
[NIFI-13920] fix draggable icon color while dragging (#9438)
This closes #9438
2024-10-24 12:53:36 -04:00
Matt Gilman 63d9e1d170
NIFI-13921: Routing away from the edit path when closing the EditProcessGroup dialog. (#9435)
This closes #9435
2024-10-24 12:53:18 -04:00
Matt Gilman a5f2881d02
NIFI-13926: Removed used of default branch name in favor of null in Import From Registry and Start Version Control. (#9443)
- Reset form fields as necessary when queries to load buckets, branches, etc fail.

This closes #9443
2024-10-24 12:52:53 -04:00
Scott Aslan f39666da16
[NIFI-13925] update codemirror cursor and matching brackets (#9444)
This closes #9444
2024-10-24 12:52:35 -04:00
Rob Fellows 1711f3d5e1
[NIFI-13911] - force change detection after setting local variables intended to drive the visibility of the overlay to prevent slow response when opening nf-editor of a dependent property (#9428) 2024-10-21 15:13:44 -04:00
exceptionfactory 062b8910d5
NIFI-13901 Fixed Additional Details Section Title
This closes #9423.

Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-10-18 14:38:33 -07:00
Scott Aslan 09e5b030db
[NIFI-13887] update styles of disabled drag/drop new canvas items (#9406)
This closes #9406
2024-10-17 12:45:38 -04:00
Scott Aslan 5db02e24cb
[NIFI-12964] fix the alignment of the date picker icon (#9408)
This closes #9408
2024-10-17 12:23:31 -04:00
Rob Fellows a53e0ab81e
[NIFI-13876] - Adding context aware error banners (#9396) 2024-10-17 10:13:22 -04:00
Matt Gilman 244400f549
NIFI-13873: Showing the spinner on the dialog buttons of Import From Registry. (#9391)
This closes #9391
2024-10-15 21:12:18 -04:00
Scott Aslan cc5a3639ac
[NIFI-13859] use tertiary color for spinners (#9370)
This closes #9370
2024-10-15 15:54:43 -04:00
Scott Aslan 83a131f953
[NIFI-13780] fix jolt example input codemirror cursor issue (#9389)
This closes #9389
2024-10-15 14:13:57 -04:00
Matt Gilman 3248f17df1
NIFI-13849: Including parameter contexts in Convert to Parameter requests. (#9377)
This closes #9377
2024-10-11 15:35:01 -04:00
Matt Gilman 97aa11b743
NIFI-13863: Fixing syntax highlighting for quoted parameters in property editors. (#9378)
This closes #9378
2024-10-11 14:45:01 -04:00
Matt Gilman 3ab60859ea
NIFI-13855: Ensuring that tooltips get closed when the host component is clicked. (#9376)
This closes #9376
2024-10-11 12:15:08 -04:00
Scott Aslan f3fcedc864
[NIFI-13844] add copy button to markdown code syntax highlighting (#9348)
* [NIFI-13844] add copy button to markdown code syntax highlighting

* only show copy button on code block hover

* update markdown-clipboard-toolbar position and prism padding

This closes #9348
2024-10-11 09:30:40 -04:00
Rob Fellows da407b106f
[NIFI-13861] - Update to Nx 19.8.4 and Angular 18.2.8 (#9374)
This closes #9374
2024-10-10 16:51:52 -04:00
Matt Gilman ade260266e
NIFI-13534: Only reloading the flow when the browser tab is visible. … (#9344)
* NIFI-13534: Only reloading the flow when the browser tab is visible. This prevents attempts to re-render the SVG when the browser tab is hidden.

* NIFI-13534: Destroying the canvas view (and managers) and birdeyes view when the corresponding components are destroyed.
- When document visibility changes, only reloading the flow when the canvas is still initialized.

* NIFI-13534: Completing subjects and cleaning up tooltip positioning strategies which referenced html elements.

This closes #9344
2024-10-10 14:24:26 -04:00
Scott Aslan f48d60abf5
[NIFI-13857] fix appearance and animations menu scrollbar issue (#9366)
This closes #9366
2024-10-09 16:14:52 -04:00
Matt Gilman 71d021274e
NIFI-13858: Fixing path to EL guide. (#9368) 2024-10-09 15:13:09 -04:00
Rob Fellows 6eab0a5f44
[NIFI-13830] - Wait for canvas to complete loading before attempting to restore view or center (#9342)
* [NIFI-13830] - Wait for canvas to complete loading before attempting to restore view or center

* When restoring viewport or handling selection, only take action if the processgroup has changed

This closes #9342
2024-10-09 12:29:15 -04:00
Scott Aslan 12c3280917
[NIFI-13839] ensure contrast ratio for success, warn, error colors (#9343)
* [NIFI-13839] ensure contrast ratio for success, warn, error colors

* simplify secondary color

* final touches

* update purple theme

This closes #9343
2024-10-08 17:10:56 -04:00
Scott Aslan 7c9d15b198
[NIFI-13852] replace Roboto font with Inter font (#9360)
* [NIFI-13852] replace Roboto font with Inter font

* add Inter to WebFont load callback

This closes #9360
2024-10-08 15:01:02 -04:00
Matt Gilman 3fd0b264ab
NIFI-13816: Ensuring the components in the Documentation are sorted. (#9355)
This closes #9355
2024-10-08 14:43:02 -04:00
Matt Gilman af31d98139
NIFI-13823: Using startsWith testing content viewer compatibility to better support content types that might have additional parameters. (#9337)
This closes #9337
2024-10-03 13:44:55 -04:00
Michael Moser c624ccc5e5
NIFI-13820 autofocus Username field on Login Form (#9325)
This closes #9325
2024-10-03 08:49:16 -04:00
Rob Fellows 7635a62b4d
[NIFI-13533] - Support dots in parameter names - parameter provider (#9336)
This closes #9336
2024-10-02 18:10:40 -04:00
Scott Aslan cd391ce69d
[NIFI-13821] add Max Concurrent Tasks and Stateless Flow Timeout form… (#9328)
* [NIFI-13821] add Max Concurrent Tasks and Stateless Flow Timeout form fields when PG Execute Engine is STATELESS

* make fields conditionally required

This closes #9328
2024-10-02 18:09:01 -04:00