This is an automated email from the ASF dual-hosted git repository.
scottyaslan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
from e81448f98a NIFI-15061 Fixed Logging Context initialization for
Controller Services
add 6346a87685 NIFI-15051 - Allow users to only show controller services
for the current process group (scope) in the listing (#10396)
No new revisions were added by this update.
Summary of changes:
.../src/app/service/guard/base-guard.utils.ts | 25 +-
.../nifi-registry/src/app/service/guard/index.ts | 1 -
.../src/app/service/guard/login.guard.ts | 1 -
.../controller-services.component.html | 42 +-
.../controller-services.component.scss | 6 +
.../controller-services.component.spec.ts | 424 +++++++++++++++++++--
.../controller-services.component.ts | 52 ++-
.../controller-services.module.ts | 8 +-
8 files changed, 514 insertions(+), 45 deletions(-)