This is an automated email from the ASF dual-hosted git repository.
rfellows pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
from b608e5a2f0 NIFI-12831: Add PutOpenSearchVector and
QueryOpenSearchVector processors
add 160c7ae24b NIFI-13119: When evaluating dependent Properties, the UI
should identify when the Property value is a parameter reference and resolve
the value accordingly (#8724)
No new revisions were added by this update.
Summary of changes:
.../service/parameter-helper.service.ts | 59 +++++++--------
.../controller-services.effects.ts | 34 +++++++--
.../pages/flow-designer/state/flow/flow.effects.ts | 32 +++++++--
.../app/pages/flow-designer/state/flow/index.ts | 2 +-
.../edit-process-group.component.ts | 3 +-
.../edit-processor/edit-processor.component.html | 1 -
.../edit-processor/edit-processor.component.ts | 13 ++--
.../service/parameter-contexts.service.ts | 10 +--
.../state/parameter-context-listing/index.ts | 34 +--------
.../parameter-context-listing.selectors.ts | 3 +-
.../edit-parameter-context.component.spec.ts | 3 +-
.../edit-parameter-context.component.ts | 3 +-
.../parameter-context-inheritance.component.ts | 3 +-
.../parameter-context-listing.component.ts | 3 +-
.../parameter-context-table.component.ts | 2 +-
.../process-group-references.component.ts | 2 +-
.../feature/route-not-found.component.spec.ts | 6 +-
.../edit-registry-client.component.html | 1 -
.../edit-registry-client.component.ts | 2 -
.../service/interceptors/polling.interceptor.ts | 2 +
.../src/main/nifi/src/app/state/shared/index.ts | 26 +++++++
.../edit-controller-service.component.html | 1 -
.../edit-controller-service.component.ts | 13 ++--
.../combo-editor/combo-editor.component.html | 83 ++++++++++------------
.../combo-editor/combo-editor.component.spec.ts | 9 +--
.../editors/combo-editor/combo-editor.component.ts | 71 ++++++++----------
.../editors/nf-editor/nf-editor.component.ts | 32 ++++-----
.../property-table/property-table.component.html | 4 +-
.../property-table/property-table.component.ts | 80 +++++++++++++++++----
29 files changed, 305 insertions(+), 232 deletions(-)