Return-Path: X-Original-To: apmail-streams-dev-archive@minotaur.apache.org Delivered-To: apmail-streams-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A164D11225 for ; Thu, 31 Jul 2014 17:30:23 +0000 (UTC) Received: (qmail 81216 invoked by uid 500); 31 Jul 2014 17:30:23 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 81173 invoked by uid 500); 31 Jul 2014 17:30:23 -0000 Mailing-List: contact dev-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list dev@streams.incubator.apache.org Received: (qmail 81162 invoked by uid 99); 31 Jul 2014 17:30:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 17:30:23 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 31 Jul 2014 17:30:24 +0000 Received: (qmail 80798 invoked by uid 99); 31 Jul 2014 17:29:58 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 17:29:58 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 50E059BBFD0; Thu, 31 Jul 2014 17:29:58 +0000 (UTC) From: steveblackmon To: dev@streams.incubator.apache.org Reply-To: dev@streams.incubator.apache.org Message-ID: Subject: [GitHub] incubator-streams pull request: Streams 138 Content-Type: text/plain Date: Thu, 31 Jul 2014 17:29:58 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org GitHub user steveblackmon opened a pull request: https://github.com/apache/incubator-streams/pull/59 Streams 138 basic push implementation w/ small fixes to jsonschema and serializer see https://github.com/w2ogroup/streams-examples/tree/master/datasift-webhook for an example of how to deploy this provider You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-streams STREAMS-138 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-streams/pull/59.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 #59 ---- commit f9d484b8421640e501e84f1c056b079a1404446d Author: Steve Blackmon Date: 2014-07-15T21:59:23Z additions to enable streams-api commit d9e0a384cda3820d53d40d47329fd65fb09c1282 Author: Steve Blackmon Date: 2014-07-28T00:13:25Z adding push provider, reverting change to streams provider commit 9e774a8a37f27187766eb02255f4a900ae37b711 Author: Steve Blackmon Date: 2014-07-31T02:22:22Z simplify/isolate push provider commit bdf30f78a31e4a4a8a11e979488b62f3d914c9a1 Author: Steve Blackmon Date: 2014-07-31T02:22:57Z added missing fields switched a few date fields to Joda commit b7301326a83936a528219c5b84b35a86a57d5971 Author: Steve Blackmon Date: 2014-07-31T02:24:14Z created a DatasiftObjectMapper capable of parsing either RFC3339 or the standard Datasift date string changed all classes in package except configurator to use this Mapper commit 01a1a73be4926c9d518c5d1afb10f7b54db489f5 Author: Steve Blackmon Date: 2014-07-31T02:25:17Z added null check to get rid of common exception seen while stream initializing commit eda5a3cb77f512fa4e1094a0bf74a3c35c63605b Author: Steve Blackmon Date: 2014-07-15T21:59:23Z additions to enable streams-api commit f272ff5347f0a00b24402960b251c143e966f34f Author: Steve Blackmon Date: 2014-07-28T00:13:25Z adding push provider, reverting change to streams provider commit 2e66e51a9fbef1e1fb7ae922a37d94d38dcf254a Author: Steve Blackmon Date: 2014-07-31T02:22:22Z simplify/isolate push provider commit fec8a37ca99df822616513727c618853a8a71fdc Author: Steve Blackmon Date: 2014-07-31T02:22:57Z added missing fields switched a few date fields to Joda commit 3af77bd1ff83e4c882eb90ea899a02661fdbd2ee Author: Steve Blackmon Date: 2014-07-31T02:24:14Z created a DatasiftObjectMapper capable of parsing either RFC3339 or the standard Datasift date string changed all classes in package except configurator to use this Mapper commit e7141a4d1a7fcaa8c99827f02257ee2987e6d826 Author: Steve Blackmon Date: 2014-07-31T02:25:17Z added null check to get rid of common exception seen while stream initializing commit 5dec4aadb5947614fb7beb8b631c017adaea0fec Author: Steve Blackmon Date: 2014-07-31T02:27:32Z Merge branch 'streams-api' of https://git-wip-us.apache.org/repos/asf/incubator-streams into streams-api ---- --- 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. ---