This is an automated email from the ASF dual-hosted git repository.

lordgamez pushed a change to branch MINIFICPP-2277
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


 discard 7e63d5791 MINIFICPP-2277 Add virtualenv support for python processors
     add acd393e3a MINIFICPP-2277 Add virtualenv support for python processors

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   (7e63d5791)
            \
             N -- N -- N   refs/heads/MINIFICPP-2277 (acd393e3a)

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:
 extensions/python/ExecutePythonProcessor.cpp |  28 -------
 extensions/python/ExecutePythonProcessor.h   |   2 -
 extensions/python/PYTHON.md                  |   2 +-
 extensions/python/PythonConfigState.h        |  67 +++++++++++++++
 extensions/python/PythonCreator.h            |   2 +-
 extensions/python/PythonScriptEngine.cpp     | 117 +++++++++++++++++----------
 extensions/python/PythonScriptEngine.h       |   9 +--
 7 files changed, 146 insertions(+), 81 deletions(-)
 create mode 100644 extensions/python/PythonConfigState.h

Reply via email to