You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by david-streamlio <gi...@git.apache.org> on 2018/03/15 18:24:14 UTC

[GitHub] nifi pull request #2554: Nifi 4914 rebase

GitHub user david-streamlio opened a pull request:

    https://github.com/apache/nifi/pull/2554

    Nifi 4914 rebase

    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:
    - [ ] Is there a JIRA ticket associated with this PR? Is it referenced 
         in the commit message?
    
    - [ ] 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.
    
    - [ ] 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:
    - [ ] 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/david-streamlio/nifi NIFI-4914-rebase

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/2554.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 #2554
    
----
commit e4f8550159132d85d0e19d61f24e087e51742dee
Author: David Kjerrumgaard <da...@...>
Date:   2018-02-24T01:40:22Z

    Added Pulsar processors and Controller Service

commit b8b9601f2469df811b59b1019f0b7052dff9abd3
Author: David Kjerrumgaard <da...@...>
Date:   2018-02-26T19:19:26Z

    Updated all nifi component version references to 1.6.0-SNAPSHOT

commit 2ebdc06394d3d6f5fa71ec07fc5d086e81f4e632
Author: David Kjerrumgaard <da...@...>
Date:   2018-02-26T19:48:56Z

    Merge remote-tracking branch 'upstream/master' into NIFI-4908

commit d4e82ecc49e62596264db206f26b3b6a93f4b021
Author: David Kjerrumgaard <da...@...>
Date:   2018-02-28T18:18:35Z

    Refactored Processors to indicate the supported version of Pulsar, i.e _1_0

commit 8b24b2496d404a65e6427273395ae73e558a5531
Author: David Kjerrumgaard <da...@...>
Date:   2018-02-24T01:40:22Z

    Added Pulsar processors and Controller Service

commit 29ca7f2b653503de9ad13da9f6c49cc2f311eaae
Author: David Kjerrumgaard <da...@...>
Date:   2018-02-26T19:19:26Z

    Updated all nifi component version references to 1.6.0-SNAPSHOT

commit 3e30c9530ab0cd844fb900607dd00ff1a4014221
Author: David Kjerrumgaard <da...@...>
Date:   2018-02-28T18:18:35Z

    Refactored Processors to indicate the supported version of Pulsar, i.e _1_0

commit 20b451d66ba6f7bbcc057f752a25101e33580469
Author: David Kjerrumgaard <da...@...>
Date:   2018-02-24T01:40:22Z

    Added Pulsar processors and Controller Service

commit 475491195d2f1fc2c24a4f403d6fc6cfd30982b0
Author: David Kjerrumgaard <da...@...>
Date:   2018-02-26T19:19:26Z

    Updated all nifi component version references to 1.6.0-SNAPSHOT

commit 046e28703914f66efbea27a6112bc88b33750bdf
Author: David Kjerrumgaard <da...@...>
Date:   2018-02-28T18:18:35Z

    Refactored Processors to indicate the supported version of Pulsar, i.e _1_0

commit f36b0b61680c55a5ac0279a44cdc580b42f20118
Author: David Kjerrumgaard <da...@...>
Date:   2018-03-10T03:01:06Z

    Combined Pulsar components into a single bundle

commit 7de9f99be1724178e768e89737a1b2d57e45f08b
Author: David Kjerrumgaard <da...@...>
Date:   2018-03-10T05:48:25Z

    Merged with HEAD

commit 03e8ef2a19381cd3249eb45c471c36b4ae265566
Author: David Kjerrumgaard <da...@...>
Date:   2018-03-10T06:26:46Z

    Fixed parent.relativePath in POM files

commit e61bc9b559cac45200159efa6d875d68a5713cfa
Author: David Kjerrumgaard <da...@...>
Date:   2018-03-10T06:29:43Z

    Added nifi-nar-bundles/nifi-pulsar-bundle/nifi-pulsar-client-service-nar/ module

commit 27d3f86315dd91fc8e61d4399caa289304bf5fd2
Author: David Kjerrumgaard <da...@...>
Date:   2018-03-10T06:41:34Z

    Added dependency versions that appveyor complained about

commit a6aff8ccbc5cc6fd87bddb3c1ffb0a7821b40e7f
Author: David Kjerrumgaard <da...@...>
Date:   2018-03-10T07:04:53Z

    Added nifi-pulsar-client-service dependency to nifi-nar-bundle

commit 0c186183fa1ee998a61960b2494838459a324023
Author: David Kjerrumgaard <da...@...>
Date:   2018-03-10T15:25:00Z

    Fixed Maven dependencies

commit 3c7555b926d46ba2c9f4b4f850783edb20f419c1
Author: David Kjerrumgaard <da...@...>
Date:   2018-03-15T18:07:28Z

    Added Pulsar Record-Based Processors

----


---

[GitHub] nifi pull request #2554: Nifi 4914 rebase

Posted by david-streamlio <gi...@git.apache.org>.
Github user david-streamlio closed the pull request at:

    https://github.com/apache/nifi/pull/2554


---