[ 
https://issues.apache.org/jira/browse/NIFI-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14371405#comment-14371405
 ] 

ASF GitHub Bot commented on NIFI-309:
-------------------------------------

GitHub user danbress opened a pull request:

    https://github.com/apache/incubator-nifi/pull/40

    NIFI-309 take two

    rebased my branch of latest develop
    Added new annotations to ExtractText
    Didn't end up renaming any of the annotations as discussed in the comments 
of NIFI-309

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/danbress/incubator-nifi NIFI-309-rebased

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

    https://github.com/apache/incubator-nifi/pull/40.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 #40
    
----
commit 3ac9cbaa21c5c53a575f4086b2d7456ca22bfa17
Author: danbress <[email protected]>
Date:   2015-03-05T16:04:16Z

    NIFI-309 - Adding support for Reads/Writes Attributes

commit faf976ca91d4e083d28a520974c98dff1acc1905
Author: danbress <[email protected]>
Date:   2015-03-05T16:20:51Z

    NIFI-309 - Adding support or SeeAlso

commit 9288f237e0e15bc7cf9af67ec7c1dfd96e5dd3dd
Author: danbress <[email protected]>
Date:   2015-03-05T16:29:34Z

    NIFI-309 - writing javadoc

commit 376a9c6acfd6fd6dac7c35124b0763be38e619a1
Author: danbress <[email protected]>
Date:   2015-03-05T17:23:25Z

    NIFI-309 - Adding doc annotations to std processors

commit 6722fc9dbc2fcbe91ca69e12a5d85cd3134577de
Author: danbress <[email protected]>
Date:   2015-03-05T19:01:24Z

    NIFI-309 better support for See also using class names

commit 84f5a08c04808cfddc047432850b9874a3f7a230
Author: danbress <[email protected]>
Date:   2015-03-05T19:06:32Z

    NIFI-309 adding SeeAlso to standard services

commit 458540e5d2e94af630c5bdeb21976171483c9887
Author: danbress <[email protected]>
Date:   2015-03-05T19:19:20Z

    NIFI-309 adding documentation attributes to processors

commit ff1ba78b342ec7a7780723e3a7f58a81e11ab7e0
Author: danbress <[email protected]>
Date:   2015-03-05T19:53:31Z

    NIFI-309 fixing bug when dealing with string class names

commit 68dffdd1d881af617ef95b2980b80ed1ac9fdf75
Author: danbress <[email protected]>
Date:   2015-03-06T14:56:44Z

    NIFI-309 Updating additionalDetails.html or removing
    based what is contained in new annotations

commit 201cfeaf1c9a79d0607450b1f085c33876a7cd57
Author: danbress <[email protected]>
Date:   2015-03-06T15:20:25Z

    NIFI-309 cleaning up formatting of MergeContent

commit 90fd0edaf85e3d175a5908760d1c841b4ac97096
Author: danbress <[email protected]>
Date:   2015-03-08T16:00:11Z

    NIFI-309 documenting @SeeAlso, @ReadsAttributes, @WritesAttributes

commit 72153c94532fc021fd973d3d8c31ed725beddd68
Author: danbress <[email protected]>
Date:   2015-03-08T16:03:27Z

    NIFI-309 adding javadoc

commit bae2b4069b38e32b4b9243e314597f48633c704d
Author: danbress <[email protected]>
Date:   2015-03-18T17:41:57Z

    NIFI-309 - Adding DynamicProperty support

commit cce69a2f947cd66d16fcb154692f9d411dd4c815
Author: danbress <[email protected]>
Date:   2015-03-18T17:59:13Z

    NIFI-309 supporting DynamicRelationships

commit a3e1d3a20bad9d8bcbb26244c0a6f03a38f01c57
Author: danbress <[email protected]>
Date:   2015-03-18T19:23:34Z

    NIFI-309 - applying @DynamicProperty and @DynamicRelationships to processors

commit fd89849f5f081c4a0c67c0dec63130800ba6f03a
Author: danbress <[email protected]>
Date:   2015-03-18T19:30:50Z

    NIFI-309 making sure dynamic property exists

commit c98ddca2eb10d4b73ba8a7a7d017983e624ea21b
Author: danbress <[email protected]>
Date:   2015-03-18T19:52:57Z

    NIFI-309 adding a value to @DynamicProperty
    this lets you describe the name, the value, and what the two together mean

commit c441f9160dc3e0cc686c7e73109966120666ada6
Author: danbress <[email protected]>
Date:   2015-03-18T20:00:55Z

    NIFI-309 - cleaning up additionalDetails.html

commit 86a429ff767527c08505c6cdf88d64b87f6fc1cc
Author: danbress <[email protected]>
Date:   2015-03-18T20:20:05Z

    NIFI-309 renaming DynamicRelationships

commit a19215fc8deab582015ace40e41db8095e1f74f1
Author: danbress <[email protected]>
Date:   2015-03-18T20:20:38Z

    NIFI-309 applying ASF License

commit 5232ba33a21f04f05038837c0973e266793eef87
Author: danbress <[email protected]>
Date:   2015-03-18T20:20:57Z

    NIFI-309 renaming DynamicRelationships

commit 3b33d41cc3c98ea3d48afe28e4f5b679c2a8e6e7
Author: danbress <[email protected]>
Date:   2015-03-18T20:37:11Z

    NIFI-309 cleaning up HandleHttpRequest/HandleHttpResponse docs

commit be78efc010075ecc91d50fdd8f4cd22e78079d80
Author: danbress <[email protected]>
Date:   2015-03-18T20:55:28Z

    NIFI-309 removing print statement

commit 2c0eb36af8ef7a675b79edee15adfc70f450427f
Author: danbress <[email protected]>
Date:   2015-03-20T14:31:07Z

    NIFI-309 adding @DynamicProperty to ExtractText

commit 204112d3d2c6dfb6efffd9c75004e0d456926697
Author: danbress <[email protected]>
Date:   2015-03-20T14:37:13Z

    NIFI-309 describing dynamic relationships

----


> Support additional documentation annotations
> --------------------------------------------
>
>                 Key: NIFI-309
>                 URL: https://issues.apache.org/jira/browse/NIFI-309
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework, Documentation & Website
>    Affects Versions: 0.0.1
>            Reporter: Dan Bress
>            Assignee: Dan Bress
>            Priority: Trivial
>
> Additional documentation only annotations should be added to better describe 
> ConfigurableComponents.  These annotations are:
> DynamicProperties - this would indicate whether a component supports dynamic 
> properties or not, and provides a description.  This could be used by the UI 
> to determine whether or not to allow dynamic properties.  It could also be 
> reflected in the documentation.
> DynamicRelationships - this would indicate whether a component has dynamic 
> relationships, like RouteOnAttribute and DistributeLoad do.  This could be 
> reflected in the documentation.
> ReadsAttribute - indicates what attributes a Processor reads certain FlowFile 
> attributes on incoming FlowFiles.  This would be reflected in the 
> documentation.
> WritesAttribute - indicates what attributes a Processor creates on outgoing 
> FlowFile attributes.  This would be reflected in the documentation.
> SeeAlso - Provides a mechanism to link one configurable component to another. 
>  E.g. PutFile & GetFile.  This would be used in the documentation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to