This is an automated email from the ASF dual-hosted git repository.
andrewmlim pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
from 9774bb90ca NIFI-9917 fix the tooltip of "delivery guarantee/best
effort" to a more accurate one
add 285a8cbc3c NIFI-9776 Adding the possibility to export flow definition
with referenced services (#5859)
No new revisions were added by this update.
Summary of changes:
nifi-docs/src/main/asciidoc/user-guide.adoc | 6 +-
.../org/apache/nifi/web/NiFiServiceFacade.java | 10 ++++
.../apache/nifi/web/StandardNiFiServiceFacade.java | 51 ++++++++++++++++-
.../apache/nifi/web/api/ProcessGroupResource.java | 17 +++++-
.../nifi/web/StandardNiFiServiceFacadeTest.java | 64 ++++++++++++++++++++++
.../nifi/web/api/TestProcessGroupResource.java | 2 +-
.../src/main/webapp/js/nf/canvas/nf-actions.js | 18 +++++-
.../main/webapp/js/nf/canvas/nf-context-menu.js | 5 +-
8 files changed, 162 insertions(+), 11 deletions(-)