GitHub user dtrodrigues opened a pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/195

    MINIFICPP-307: Support text mode in GenerateFlowFile

    Thank you for submitting a contribution to Apache NiFi - MiNiFi C++.
    
    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 MINIFI-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:
    - [ ] 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?
    - [ ] If applicable, have you updated the NOTICE file?
    
    ### 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/dtrodrigues/nifi-minifi-cpp MINIFICPP-307

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

    https://github.com/apache/nifi-minifi-cpp/pull/195.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 #195
    
----
commit 481c4268710fa92db21951a8393025e6e75c6b12
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-10-28T06:28:40Z

    remove unncessary Boost header dependency from core

commit 431494fe24d29a77e06767af873f3dce0c97c435
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-10-29T22:52:33Z

    Merge branch 'MINIFICPP-271'

commit f4766c6ee5e92020d847c9c599461fd9ec6f3d77
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-11-01T14:51:30Z

    Merge branch 'master' of https://github.com/apache/nifi-minifi-cpp

commit 3572c044b131a096cfdfc2bbd270975701d80391
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-11-02T14:44:24Z

    Merge branch 'master' of https://github.com/apache/nifi-minifi-cpp

commit 05708ce5681d8bc83d4740b3878ce6893fa43708
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-11-04T16:15:02Z

    Merge branch 'master' of https://github.com/apache/nifi-minifi-cpp

commit 182cb5ce0a62a4d0ac479b40999eb44f45c47ccb
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-11-07T00:08:46Z

    Merge branch 'master' of https://github.com/apache/nifi-minifi-cpp

commit 471b3889cfd0be97e0ca6b12637e4b0a236486d7
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-11-08T04:44:03Z

    Merge branch 'master' of https://github.com/apache/nifi-minifi-cpp

commit d8cfc9159df53013be2f3818e11ef6b315f9883e
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-11-09T00:46:29Z

    Merge branch 'master' of https://github.com/apache/nifi-minifi-cpp

commit 0358c3a081cfbe7cc74b358d9332221e7435e757
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-11-09T17:06:12Z

    Merge branch 'master' of https://github.com/apache/nifi-minifi-cpp

commit 209ec9f25a78fdf95a5bd0b70c5515ded56a747e
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-11-11T23:40:53Z

    Merge branch 'master' of https://github.com/apache/nifi-minifi-cpp

commit 0a9bad9be0ea4b249cfb123f9f23a3b6af1917f1
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-11-14T12:52:41Z

    Merge branch 'master' of https://github.com/apache/nifi-minifi-cpp

commit 11b2db6bd943e1124c2011515c88e674a317d6cd
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-11-15T02:53:08Z

    Merge branch 'master' of https://github.com/apache/nifi-minifi-cpp

commit 068aa80bd9ea0e5700aabca6428056633e72664c
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-11-17T01:49:14Z

    Merge branch 'master' of https://github.com/apache/nifi-minifi-cpp

commit 345bdf4e3390953876d9c0073aa418ec1ce37975
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-11-18T03:05:06Z

    Merge branch 'master' of https://github.com/apache/nifi-minifi-cpp

commit 76e09c4be88ce5faefa060eb505a2405bebdf7bd
Author: Dustin Rodrigues <dust....@gmail.com>
Date:   2017-11-18T19:45:52Z

    MINIFICPP-307 - support text mode in GenerateFlowFile

----


---

Reply via email to