GitHub user HandOfGod94 opened a pull request:

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

    Nifi 2961 - Create EncryptAttribute processor

    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/HandOfGod94/nifi NIFI-2961

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

    https://github.com/apache/nifi/pull/1294.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 #1294
    
----
commit 29436a27e2582aeb9649bb664a3ef4ebc359cb95
Author: Gahan Rakholia <[email protected]>
Date:   2016-11-22T18:38:01Z

    NIFI-2961 EncryptAttributes Processor added

commit 1ccb043b051e1c6c4eaab9921ba19497d74687d8
Author: Gahan Rakholia <[email protected]>
Date:   2016-11-25T04:39:04Z

    NIFI-2961 Comma sep list attribute fixed

commit 3a650e3ef2a919d14410000f82662b061799540d
Author: Gahan Rakholia <[email protected]>
Date:   2016-11-25T04:58:20Z

    NIFI-2961 Building with tests

commit 123b787182af7ecf246d6823c113e793cccb86f4
Author: Gahan Rakholia <[email protected]>
Date:   2016-11-25T05:05:16Z

    NIFI-2961 Added licence headers

commit 0cfc2450050a2ed2781b0b20f4343dd3436857ec
Author: Gahan Rakholia <[email protected]>
Date:   2016-11-28T16:59:58Z

    NIFI-2961 Unit testcases added

commit 771234d45f0f0cb4b1d6f308971c93ed85dcb264
Author: Gahan Rakholia <[email protected]>
Date:   2016-11-29T15:37:42Z

    NIFI-2961 Added unit testcase for invalid attributes

commit b95c0600afd46c9cc47f11de599470b318fd1374
Author: HandOfGod94 <[email protected]>
Date:   2016-11-30T06:48:06Z

    NIFI-2961 Added EncryptString class

commit 2541a863ec49526d467a3a99775fe02c9c504293
Author: HandOfGod94 <[email protected]>
Date:   2016-11-30T06:57:36Z

    NIFI-2961 Fixed code style

commit d04a0d8d8a17cc8fcc49bf18f504fa5ab17f0658
Author: Gahan Rakholia <[email protected]>
Date:   2016-12-01T17:05:13Z

    NIFI-2961 Code reformatting and refactoring

commit 92a4c4b1e2a1f9268b81ad7de8f21de31b3894b1
Author: Gahan Rakholia <[email protected]>
Date:   2016-12-04T09:49:45Z

    NIFI-2961 Improved Documentation

commit 67ab471c5a2da7a2ac2a9829ef48f7c7a4c49196
Author: Gahan Rakholia <[email protected]>
Date:   2016-12-04T10:51:14Z

    NIFI-2961 Fixed Checkstyle

commit fa4e03d42829c3d0c4c130082323697b6d217782
Author: Gahan Rakholia <[email protected]>
Date:   2016-12-04T11:28:47Z

    NIFI-2961 Modified Build Config

commit 90103035e2cae2ef4fbe4388093ccccf951d5ddf
Author: Gahan Rakholia <[email protected]>
Date:   2016-12-04T11:30:41Z

    NIFI-2961 Contrib-check ON for dev branch

commit 0dc0524ade1e7809b36873c2072939624733f344
Author: Gahan Rakholia <[email protected]>
Date:   2016-12-04T11:36:23Z

    NIFI-2961 Reverted personal changes to .travis.yml

commit 6f0b8f8b31fcd8df7ddaf50a235e55822368f847
Author: Gahan Rakholia <[email protected]>
Date:   2016-12-04T11:39:08Z

    NIFI-2961 Fixed some CRLF issues

----


---
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.
---

Reply via email to