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 2017/12/24 07:25:08 UTC

[streams] branch master updated (c4637f9 -> 3700a9b)

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

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


    from c4637f9  Merge pull request #411 from steveblackmon/STREAMS-556
     add 83e3213  STREAMS-566: Twitter: ThirtyDaySearchProvider
     new 3700a9b  Merge pull request #412 from steveblackmon/STREAMS-566

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../streams/twitter/api/ThirtyDaySearch.java       |  2 +-
 ...hProvider.java => ThirtyDaySearchProvider.java} | 36 ++++++++++------------
 ...rTask.java => ThirtyDaySearchProviderTask.java} | 34 ++++++++++----------
 .../SevenDaySearchProviderConfiguration.json       |  2 +-
 ...n => ThirtyDaySearchProviderConfiguration.json} | 12 ++++----
 ....java => TwitterThirtyDaySearchProviderIT.java} | 23 ++++++++------
 ....conf => TwitterThirtyDaySearchProviderIT.conf} |  8 ++---
 7 files changed, 59 insertions(+), 58 deletions(-)
 copy streams-contrib/streams-provider-twitter/src/main/java/org/apache/streams/twitter/provider/{SevenDaySearchProvider.java => ThirtyDaySearchProvider.java} (87%)
 copy streams-contrib/streams-provider-twitter/src/main/java/org/apache/streams/twitter/provider/{TwitterTimelineProviderTask.java => ThirtyDaySearchProviderTask.java} (74%)
 copy streams-contrib/streams-provider-twitter/src/main/jsonschema/org/apache/streams/twitter/config/{SevenDaySearchProviderConfiguration.json => ThirtyDaySearchProviderConfiguration.json} (62%)
 copy streams-contrib/streams-provider-twitter/src/test/java/org/apache/streams/twitter/test/providers/{TwitterTimelineProviderIT.java => TwitterThirtyDaySearchProviderIT.java} (70%)
 copy streams-contrib/streams-provider-twitter/src/test/resources/{TwitterIT.conf => TwitterThirtyDaySearchProviderIT.conf} (92%)

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

[streams] 01/01: Merge pull request #412 from steveblackmon/STREAMS-566

Posted by sb...@apache.org.
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 3700a9bcc7f6e8202c3f5919f838c89bf9c57d53
Merge: c4637f9 83e3213
Author: Steve Blackmon <sb...@apache.org>
AuthorDate: Sun Dec 24 01:25:06 2017 -0600

    Merge pull request #412 from steveblackmon/STREAMS-566
    
    STREAMS-566: Twitter: ThirtyDaySearchProvider

 .../streams/twitter/api/ThirtyDaySearch.java       |   2 +-
 .../twitter/provider/ThirtyDaySearchProvider.java  | 330 +++++++++++++++++++++
 .../provider/ThirtyDaySearchProviderTask.java      | 112 +++++++
 .../SevenDaySearchProviderConfiguration.json       |   2 +-
 ...n => ThirtyDaySearchProviderConfiguration.json} |  12 +-
 .../TwitterThirtyDaySearchProviderIT.java          |  73 +++++
 .../TwitterThirtyDaySearchProviderIT.conf          |  20 ++
 7 files changed, 543 insertions(+), 8 deletions(-)

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