NIFI-201: Supporting arbitrary HTTP headers as flow file attributes in ListenHTTP#7
Merged
asfgit merged 1 commit intoapache:developfrom Jan 3, 2015
gresockj:NIFI-201
Merged
NIFI-201: Supporting arbitrary HTTP headers as flow file attributes in ListenHTTP#7asfgit merged 1 commit intoapache:developfrom gresockj:NIFI-201
asfgit merged 1 commit intoapache:developfrom
gresockj:NIFI-201
Conversation
YolandaMDavis
added a commit
to YolandaMDavis/nifi
that referenced
this pull request
Apr 12, 2017
# This is the 1st commit message: nifi-toolkit-upgrade - shell scripts and classes to support upgrade and rollback of standalone and clustered nifi. # This is the commit message apache#2: nifi-toolkit-update - Refactored node manager to combine disconnect and delete function using other nodes when needed to submit request. # This is the commit message apache#3: nifi-toolkit-update - Refactored to use FileManagerTool # This is the commit message apache#4: nifi-toolkit-update - additional messaging, ensure any previous upgrade install is cleared before extracting # This is the commit message apache#5: nifi-toolkit-update - copy entire state directory to prevent disconnected "ghost" instances after upgrade # This is the commit message apache#6: nifi-toolkit-update - created bat files for windows support, migrated upgrade coordination to groovy class. you'll thank me later. # This is the commit message apache#7: nifi-toolkit-update - changed obtaining file permissions based on file type during extraction, updates to messaging in node manager, ensured that if server is not available when notification is sent then exception is logged yet upgrade/downgrade proceeds. # This is the commit message apache#8: nifi-toolkit-update - added -m flag to move repositories for install. catch excpeeptions from notification tool to allow to proceed. # This is the commit message apache#9: nifi-toolkit-update - changed version rule directory value, updated how rules are obtained for a given upgrade # This is the commit message apache#10: nifi-toolkit-update - fixes for windows # This is the commit message apache#1: nifi-toolkit-update - fixes for windows and to ensure directory copying works properly # This is the commit message apache#2: nifi-toolkit-update - so many fixes it's exhausting. I stay grinding # This is the commit message apache#3: nifi-toolkit-update - cluster testing changes # This is the commit message apache#4: nifi-toolkit-update - code cleanup, slight refactor to use abstract class # This is the commit message apache#5: nifi-toolkit-update - fix weird groovy package from build # This is the commit message apache#6: nifi-toolkit-update - lots of changes around versions and changes to fix logger # This is the commit message apache#7: nifi-toolkit-update - added supported versions consistently for all tools # This is the commit message apache#8: nifi-toolkit-update - added level support for notifications
11 tasks
iadamcsik
pushed a commit
to iadamcsik/nifi
that referenced
this pull request
Oct 22, 2025
CDPDFX-8623: Remediating Heimdall findings
bobpaulin
pushed a commit
to bobpaulin/nifi
that referenced
this pull request
Dec 16, 2025
…nd others (apache#7) Signed-off-by: David Handermann <exceptionfactory@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementation for NIFI-201