You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by robdouglas <gi...@git.apache.org> on 2015/02/05 21:19:51 UTC

[GitHub] incubator-streams pull request: STREAMS-272 | YouTube Post Provide...

GitHub user robdouglas opened a pull request:

    https://github.com/apache/incubator-streams/pull/173

    STREAMS-272 | YouTube Post Provider

    Put together all necessary resources for a YouTube Post provider. The provider takes in a UserInfo object (which contains a channel ID) and fetches all videos associated with that channel. Each video includes pertinent details, such as: title, description, likes/dislikes, comment count, videoId

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

    $ git pull https://github.com/robdouglas/incubator-streams STREAMS-272-FIX

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

    https://github.com/apache/incubator-streams/pull/173.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 #173
    
----
commit 63ea2dda42eda3466481116ef463c956904aec6e
Author: Robert Douglas <rd...@w2ogroup.com>
Date:   2015-02-05T20:08:12Z

    STREAMS-272 | Including all changes necessary for a Youtube post provider

commit 89dcc3c31db0cde19261eb98cd52065de076a6f9
Author: Robert Douglas <rd...@w2ogroup.com>
Date:   2015-02-05T20:14:19Z

    STREAMS-272 | Removing unnecessary dependencies and Test Class

----


---
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.
---

[GitHub] incubator-streams pull request: STREAMS-272 | YouTube Post Provide...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-streams/pull/173


---
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.
---

[GitHub] incubator-streams pull request: STREAMS-272 | YouTube Post Provide...

Posted by mfranklin <gi...@git.apache.org>.
Github user mfranklin commented on a diff in the pull request:

    https://github.com/apache/incubator-streams/pull/173#discussion_r24214180
  
    --- Diff: streams-contrib/streams-provider-youtube/pom.xml ---
    @@ -0,0 +1,131 @@
    +<?xml version="1.0" encoding="UTF-8"?>
    --- End diff --
    
    Licence Header


---
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.
---

[GitHub] incubator-streams pull request: STREAMS-272 | YouTube Post Provide...

Posted by robdouglas <gi...@git.apache.org>.
Github user robdouglas commented on the pull request:

    https://github.com/apache/incubator-streams/pull/173#issuecomment-73296248
  
    Responded to code review feedback


---
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.
---