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 7edf0d4e2a NIFI-12693: Moved notification of python process that a 
Processor was removed to a background (virtual) thread. Also noted in testing 
that in one instance a Python Processor never became valid because it had 
cached property descriptors before the processor was fully initialized, so 
updated code to ensure that we do not cache values before initialization is 
completed.
     add 102daa15f8 NIFI-12684: Handling error responses in the service listing 
on the canvas (#8321)

No new revisions were added by this update.

Summary of changes:
 .../service/controller-service.service.ts          |   4 +-
 .../service/parameter-helper.service.ts            | 162 +++++++++++++++++
 .../controller-services.actions.ts                 |   4 +-
 .../controller-services.effects.ts                 | 195 +++++++--------------
 .../controller-services.reducer.ts                 |  12 +-
 .../controller-services.selectors.ts               |  10 ++
 .../state/controller-services/index.ts             |   7 +-
 .../pages/flow-designer/state/flow/flow.effects.ts | 104 +----------
 .../pages/flow-designer/state/parameter/index.ts   |   1 +
 .../state/parameter/parameter.effects.ts           |  29 +--
 .../state/parameter/parameter.reducer.ts           |  14 +-
 .../controller-services.component.html             |   4 +-
 .../controller-services.component.ts               |   4 +-
 .../management-controller-services.effects.ts      |   6 +-
 .../controller-service-state.actions.ts            |  43 ++---
 .../controller-service-state.effects.ts            |  49 ++----
 .../controller-service-state.reducer.ts            |  13 --
 .../src/app/state/contoller-service-state/index.ts |   1 -
 18 files changed, 330 insertions(+), 332 deletions(-)
 create mode 100644 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/flow-designer/service/parameter-helper.service.ts

Reply via email to