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 2019/04/07 22:35:33 UTC

[streams] branch master updated (e41f6a7 -> 6e8ab20)

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 e41f6a7  Merge pull request #481 from steveblackmon/STREAMS-639
     add 9852da1  STREAMS-638: Update POJO models for Person
     new 6e8ab20  Merge pull request #482 from apache/STREAMS-638

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:
 .../{PersonInterestItem.json => LocationItem.json} | 23 ++++++++++++----------
 .../streams/fullcontact/pojo/PersonAge.json}       | 16 +++++++--------
 .../streams/fullcontact/pojo/PersonDetails.json    | 21 ++++++++++++++++++--
 .../fullcontact/pojo/PersonEducationItem.json}     | 21 ++++++++++----------
 .../{CompanyTrafficRank.json => PersonName.json}   |  9 ++++++---
 .../streams/fullcontact/pojo/PersonProfile.json    |  4 ++++
 .../streams/fullcontact/pojo/PersonProfiles.json   |  3 +++
 ...ompanyTrafficRank.json => PersonTopicItem.json} |  5 +----
 8 files changed, 63 insertions(+), 39 deletions(-)
 copy streams-contrib/streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/pojo/{PersonInterestItem.json => LocationItem.json} (53%)
 copy streams-contrib/{streams-provider-instagram/src/main/jsonschema/org/apache/streams/instagram/api/Meta.json => streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/pojo/PersonAge.json} (56%)
 copy streams-contrib/{streams-provider-instagram/src/main/jsonschema/org/apache/streams/instagram/pojo/Comment.json => streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/pojo/PersonEducationItem.json} (52%)
 copy streams-contrib/streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/pojo/{CompanyTrafficRank.json => PersonName.json} (62%)
 copy streams-contrib/streams-processor-fullcontact/src/main/jsonschema/org/apache/streams/fullcontact/pojo/{CompanyTrafficRank.json => PersonTopicItem.json} (65%)


[streams] 01/01: Merge pull request #482 from apache/STREAMS-638

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 6e8ab207dfab50f4adbf7ac766c77dc0ac700ce2
Merge: e41f6a7 9852da1
Author: Steve Blackmon <sb...@apache.org>
AuthorDate: Sun Apr 7 17:35:25 2019 -0500

    Merge pull request #482 from apache/STREAMS-638
    
    resolves STREAMS-638 streams-processor-fullcontact: support all data add-ons

 .../streams/fullcontact/pojo/LocationItem.json     | 32 ++++++++++++++++++++++
 .../apache/streams/fullcontact/pojo/PersonAge.json | 21 ++++++++++++++
 .../streams/fullcontact/pojo/PersonDetails.json    | 21 ++++++++++++--
 .../fullcontact/pojo/PersonEducationItem.json      | 25 +++++++++++++++++
 .../streams/fullcontact/pojo/PersonName.json       | 20 ++++++++++++++
 .../streams/fullcontact/pojo/PersonProfile.json    |  4 +++
 .../streams/fullcontact/pojo/PersonProfiles.json   |  3 ++
 .../streams/fullcontact/pojo/PersonTopicItem.json  | 14 ++++++++++
 8 files changed, 138 insertions(+), 2 deletions(-)