This is an automated email from the ASF dual-hosted git repository.
mcgilman pushed a change to branch NIFI-15343
in repository https://gitbox.apache.org/repos/asf/nifi.git
omit 0e8a1b727e NIFI-15343: Adding group name to secret reference.
omit bf8e4ea4a4 NIFI-15343: Skipping ParameterProviders that are invalid or
validating when fetching secrets.
omit 74e860c516 NIFI-15343: Adding providerId to SecretDTO.
omit b81a32fc85 NIFI-15343: Adding an endpoint to return available secrets
to the connector configuration wizard.
add f1075f8c83 NIFI-15258: Enable Custom UI to retrieve connector with
flow contexts (#10652)
add 4d279bd616 NIFI-15343: Adding an endpoint to return available secrets
to the connector configuration wizard.
add 26054e7bd5 NIFI-15343: Adding providerId to SecretDTO.
add 3843614cf1 NIFI-15343: Skipping ParameterProviders that are invalid or
validating when fetching secrets.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0e8a1b727e)
\
N -- N -- N refs/heads/NIFI-15343 (3843614cf1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../mock/connector/server/StandardConnectorMockServer.java | 2 +-
.../apache/nifi/web/api/dto/ConnectorValueReferenceDTO.java | 13 -------------
.../registry/flow/mapping/VersionedComponentFlowMapper.java | 1 -
.../nifi/components/connector/StandardConnectorNode.java | 3 +--
.../controller/serialization/VersionedFlowSynchronizer.java | 1 -
.../main/java/org/apache/nifi/audit/ConnectorAuditor.java | 2 +-
.../apache/nifi/web/StandardNiFiConnectorWebContext.java | 4 ++--
.../main/java/org/apache/nifi/web/api/dto/DtoFactory.java | 1 -
.../org/apache/nifi/web/dao/impl/StandardConnectorDAO.java | 2 +-
9 files changed, 6 insertions(+), 23 deletions(-)