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/23 22:30:17 UTC

[streams] branch master updated (c4b56e5 -> c4637f9)

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 c4b56e5  Merge pull request #410 from steveblackmon/STREAMS-565
     add 547806c  STREAMS-556
     add b4dfcd6  add integration test, improve javadoc
     new c4637f9  Merge pull request #411 from steveblackmon/STREAMS-556

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:
 .../apache/streams/twitter/api/SevenDaySearch.java |  6 +-
 ...neProvider.java => SevenDaySearchProvider.java} | 82 ++++++----------------
 ...erTask.java => SevenDaySearchProviderTask.java} | 24 ++++---
 .../SevenDaySearchProviderConfiguration.json       | 26 +++++++
 ...T.java => TwitterSevenDaySearchProviderIT.java} | 17 ++---
 ...T.conf => TwitterSevenDaySearchProviderIT.conf} |  8 +--
 6 files changed, 78 insertions(+), 85 deletions(-)
 copy streams-contrib/streams-provider-twitter/src/main/java/org/apache/streams/twitter/provider/{TwitterTimelineProvider.java => SevenDaySearchProvider.java} (77%)
 copy streams-contrib/streams-provider-twitter/src/main/java/org/apache/streams/twitter/provider/{TwitterTimelineProviderTask.java => SevenDaySearchProviderTask.java} (78%)
 create mode 100644 streams-contrib/streams-provider-twitter/src/main/jsonschema/org/apache/streams/twitter/config/SevenDaySearchProviderConfiguration.json
 copy streams-contrib/streams-provider-twitter/src/test/java/org/apache/streams/twitter/test/providers/{TwitterTimelineProviderIT.java => TwitterSevenDaySearchProviderIT.java} (76%)
 copy streams-contrib/streams-provider-twitter/src/test/resources/{TwitterIT.conf => TwitterSevenDaySearchProviderIT.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 #411 from steveblackmon/STREAMS-556

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 c4637f976997cab2ca60efdddedac7676bcf2ab6
Merge: c4b56e5 b4dfcd6
Author: Steve Blackmon <sb...@apache.org>
AuthorDate: Sat Dec 23 16:30:15 2017 -0600

    Merge pull request #411 from steveblackmon/STREAMS-556
    
    STREAMS-556: Twitter: SevenDaySearchProvider

 .../apache/streams/twitter/api/SevenDaySearch.java |   6 +-
 .../twitter/provider/SevenDaySearchProvider.java   | 332 +++++++++++++++++++++
 .../provider/SevenDaySearchProviderTask.java       | 114 +++++++
 .../SevenDaySearchProviderConfiguration.json       |  26 ++
 .../providers/TwitterSevenDaySearchProviderIT.java |  71 +++++
 .../resources/TwitterSevenDaySearchProviderIT.conf |  20 ++
 6 files changed, 566 insertions(+), 3 deletions(-)

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