Github user JPercivall commented on the issue:
https://github.com/apache/nifi/pull/655
@Ramizjon don't need to create a whole repo. You can probably achieve it
this way (first do "git fetch --all" to make sure you're up to date):
1: branch off of your master branch (the one with the Datadog changes) to a
new branch
2: do a soft reset far enough back that you can later fast-forward to the
latest apache master commit
3: commit just the changes you want to make (may need to do a "git reset
HEAD --hard" after committing your changes to get rid of any random changes you
don't want to commit)
4: do "git rebase origin/master".
This should fast forward your Datadog commit ahead of the latest of the
master branch. Also you may want to check out this documentation on how to
re-write history in Git[1]. If you get too messed up you can always use
"reflog" to rewind. Let me know if you have any questions.
Also I didn't realize I needed to explicitly create a dashboard, I thought
it would at least show a notification that I connected (especially when using
HTTP). I will re-test once we get everything squashed.
[1] https://www.atlassian.com/git/tutorials/rewriting-history
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---