GitHub user robdouglas opened a pull request:
https://github.com/apache/incubator-streams/pull/116
Streams-204 | GooglePlus Comments Processor
Added in a Google Plus Deserializer and Processor for Comments. The processor takes any
comments found for the passed in Activity (via a to-be-seen provider) and appends them as
ActivityObjects. A total "comment_count" attribute is also stored in the "extensions" section
of the Activity.
This PR builds off of: https://github.com/apache/incubator-streams/pull/114 and https://github.com/apache/incubator-streams/pull/115
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robdouglas/incubator-streams STREAMS-204
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-streams/pull/116.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 #116
----
commit eba9aefd77273c8290324ac33370aa250da34c10
Author: Robert Douglas <rdouglas@w2ogroup.com>
Date: 2014-10-28T17:02:51Z
STREAMS-202 | Built a GooglePlusTypeConverter, the corresponding deserializer and all
necessary tests
commit 42d0ab33f20cada4bbf71eb590a4858a1f1cad2e
Author: Robert Douglas <rdouglas@w2ogroup.com>
Date: 2014-10-28T17:03:57Z
STREAMS-202 | Additional modifications
commit c921f6741804f745e6d4926166bf1cf792603bbd
Author: Robert Douglas <rdouglas@w2ogroup.com>
Date: 2014-10-28T22:42:39Z
STREAMS-203 | Created mechanisms to convert a GooglePlus Activity object to a Streams
Activity object. Updated serializers and TypeConverters accordingly. Added in appropriate
unit tests. Updated documentation.
commit 7ac46e0f1d54f44a46a9b688e2beff10569b0a25
Author: Robert Douglas <rdouglas@w2ogroup.com>
Date: 2014-10-29T22:42:11Z
STREAMS-204 | Initial commit
commit d7602ed77dfb7bd8453a53734a1df3832cea83a2
Author: Robert Douglas <rdouglas@w2ogroup.com>
Date: 2014-10-29T22:44:39Z
STREAMS-204 | Added in a Google Plus Deserializer and Processor for Comments. The processor
takes any comments found for the passed in Activity (via a to-be-seen provider) and appends
them as ActivityObjects. A total "comment_count" attribute is also stored in the "extensions"
section of the Activity.
----
---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
|