[NIFI-12622] - Parameter Providers - listing table#8298
Merged
mcgilman merged 4 commits intoapache:mainfrom Jan 26, 2024
Merged
[NIFI-12622] - Parameter Providers - listing table#8298mcgilman merged 4 commits intoapache:mainfrom
mcgilman merged 4 commits intoapache:mainfrom
Conversation
* Add a new Parameter Provider * Delete parameter provider * refactor to reduce duplicate code when creating new properties * support editing parameter providers * refactored inline service creation into PropertyTableHelperService * added parameter provider linking to access policies.
f64fa5a to
f2bcfa2
Compare
…pping components and run once.
mcgilman
requested changes
Jan 26, 2024
...web-frontend/src/main/nifi/src/app/pages/flow-designer/service/controller-service.service.ts
Outdated
Show resolved
Hide resolved
...src/main/nifi/src/app/pages/settings/ui/parameter-providers/parameter-providers.component.ts
Outdated
Show resolved
Hide resolved
...src/main/nifi/src/app/pages/settings/ui/parameter-providers/parameter-providers.component.ts
Outdated
Show resolved
Hide resolved
...src/main/nifi/src/app/pages/settings/ui/parameter-providers/parameter-providers.component.ts
Outdated
Show resolved
Hide resolved
...ings/ui/parameter-providers/parameter-providers-table/parameter-providers-table.component.ts
Outdated
Show resolved
Hide resolved
...rk/nifi-web/nifi-web-frontend/src/main/nifi/src/app/service/property-table-helper.service.ts
Show resolved
Hide resolved
…ented in loads of places. replaced all occurrences to the nifiCommon implementation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NIFI-12622
There was a minor backend change to include the time the parameter provider listing was returned.
This does not add support for "fetch". That will be a large enough effort to warrant its own PR - see NIFI-12665