GitHub user jtstorck opened a pull request:
https://github.com/apache/nifi/pull/1719
NIFI-1833 Updates to Azure Storage Processor PR to fix dependencies and
integration tests
Thank you for submitting a contribution to Apache NiFi.
In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:
### For all changes:
- [X] Is there a JIRA ticket associated with this PR? Is it referenced
in the commit message?
- [X] Does your PR title start with NIFI-XXXX where XXXX is the JIRA number
you are trying to resolve? Pay particular attention to the hyphen "-" character.
- [X] Has your PR been rebased against the latest commit within the target
branch (typically master)?
- [ ] Is your initial contribution a single, squashed commit?
### For code changes:
- [X] Have you ensured that the full suite of tests is executed via mvn
-Pcontrib-check clean install at the root nifi folder?
- [ ] Have you written or updated unit tests to verify your changes?
- [ ] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
- [ ] If applicable, have you updated the LICENSE file, including the main
LICENSE file under nifi-assembly?
- [ ] If applicable, have you updated the NOTICE file, including the main
NOTICE file found under nifi-assembly?
- [ ] If adding new Properties, have you added .displayName in addition to
.name (programmatic access) for each of the new properties?
### For documentation related changes:
- [ ] Have you ensured that format looks appropriate for the output in
which it is rendered?
### Note:
Please ensure that once the PR is submitted, you check travis-ci for build
issues and submit an update to your PR as soon as possible.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jtstorck/nifi NIFI-1833
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/1719.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1719
----
commit 946e592fdc16780e6acb9024f9619e2fa949182a
Author: Simon Elliston Ball <[email protected]>
Date: 2016-05-01T23:35:34Z
NIFI-1833 - Azure Storage processors
commit 57e9e3e9e9a803f809070083fdb1e70b47a0187d
Author: Andrew Grande <[email protected]>
Date: 2017-04-04T18:57:21Z
Addressed dependency issues from the review.
commit 51e0a002e9045e78f864de31ee629b2efc223e9a
Author: Andrew Grande <[email protected]>
Date: 2017-04-04T19:39:17Z
Addressed a checkstyle issue.
commit ee6ef788e4c984889c8a799870b6ecbc818a8096
Author: Andrew Grande <[email protected]>
Date: 2017-04-04T22:47:01Z
Review: reworded the descriptions.
commit 68639f15aa6487f13be0eca83eb3d4db53bad76d
Author: Andrew Grande <[email protected]>
Date: 2017-04-04T22:54:20Z
Review: implemented the reset condition logic.
commit 5f4c3813aac3c17fae42dd946426d92c76a14909
Author: Andrew Grande <[email protected]>
Date: 2017-04-04T23:01:41Z
Review: dropped static qualifier from method signatures, not required really
commit 065bf332160fc98fefac62df9b140122b23e9fe2
Author: Andrew Grande <[email protected]>
Date: 2017-04-04T23:16:00Z
Review: removed sys.out, inlined a single method to get access to the
ProcessContext.getName()
commit 066f62cf0a50ba9c465803dab5bdaa7f8f660ec8
Author: Andrew Grande <[email protected]>
Date: 2017-04-04T23:28:42Z
Switched to HTTPS as per MSFT recommendation. Some DRY. Dropped cruft.
commit 23989e7367f60da04e111751d325089435d26729
Author: Andrew Grande <[email protected]>
Date: 2017-04-05T17:03:34Z
Addressing review suggestions from 4/5
commit 4693cf0e0d574528b610d284fb47a181a7611dbd
Author: Andrew Grande <[email protected]>
Date: 2017-04-10T17:30:39Z
Review: documentation improvements
commit 08668a1056c1ad5a6fb1c1c7d734789c1c35273a
Author: Andrew Grande <[email protected]>
Date: 2017-04-10T17:59:15Z
Review: documentation improvements
commit 7a288047b4632fb0c20285c6d36d40a949002770
Author: Jeff Storck <[email protected]>
Date: 2017-04-30T00:23:35Z
NIFI-1833 Moved AbstractListProcessor.java, EntityListing.java, and
ListableEntity.java from nifi-standard-processors into nifi-processor-utils
Moved TestAbstractListProcessor.java into nifi-processor-utils
Set nifi-azure-nar's nar dependency back to nifi-standard-services-api-nar
Fixed failing integration tests (ITFetchAzureBlobStorage.java,
ITListAzureBlobStorage.java, and ITPutAzureStorageBlob.java) and refactored
them to be able to run in parallel
----
---
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.
---