You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2018/01/19 17:21:59 UTC

[streams] 01/01: Merge pull request #418 from steveblackmon/STREAMS-550

This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git

commit 5e0daf2fca0c2cb16120f4c22c4ba3d9e041a0a9
Merge: 325294c a971e46
Author: Steve Blackmon <sb...@apache.org>
AuthorDate: Fri Jan 19 11:21:56 2018 -0600

    Merge pull request #418 from steveblackmon/STREAMS-550
    
    STREAMS-550: Twitter: Retweets Provider

 .../org/apache/streams/twitter/api/Statuses.java   |  29 ++++
 .../org/apache/streams/twitter/api/Twitter.java    |  14 ++
 ...eProvider.java => TwitterEngagersProvider.java} | 182 +++++++++------------
 .../twitter/provider/TwitterRetweeterIdsTask.java  |  82 ++++++++++
 .../twitter/provider/TwitterRetweetsTask.java      |  79 +++++++++
 .../twitter/provider/TwitterTimelineProvider.java  |  12 +-
 .../provider/TwitterUserInformationProvider.java   |   2 +-
 .../streams/twitter/api/RetweeterIdsRequest.json   |  34 ++++
 .../streams/twitter/api/RetweeterIdsResponse.json  |  32 ++++
 .../streams/twitter/api/RetweetsRequest.json       |  30 ++++
 .../TwitterEngagersProviderConfiguration.json      |  14 ++
 .../apache/streams/twitter/test/api/TwitterIT.java |  27 +++
 .../test/providers/TwitterEngagersProviderIT.java  |  70 ++++++++
 .../test/resources/TwitterEngagersProviderIT.conf  |  22 +++
 14 files changed, 517 insertions(+), 112 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@streams.apache.org" <co...@streams.apache.org>.