You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by fg...@apache.org on 2018/03/13 17:58:40 UTC

[incubator-sdap-ningesterpy] branch master updated (916136b -> 435ab8f)

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

fgreg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ningesterpy.git.


    from 916136b  Merge pull request #3 from fgreg/SDAP-30
     add df5e890  new python processor which can promote a variable into a global attribute
     add 8455706  update processor chain to correctly parse list based configurations
     new 435ab8f  Merge pull request #4 from fgreg/SDAP-33

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:
 sdap/processors/__init__.py                        |   2 +
 sdap/processors/processorchain.py                  |  24 ++++-
 .../processors/promotevariabletoglobalattribute.py |  49 ++++++++++
 tests/processorchain_test.py                       | 106 +++++++++++++++++++--
 .../promotevariabletoglobalattribute_test.py       |  24 +++--
 5 files changed, 186 insertions(+), 19 deletions(-)
 create mode 100644 sdap/processors/promotevariabletoglobalattribute.py
 copy sdap/processors/kelvintocelsius.py => tests/promotevariabletoglobalattribute_test.py (52%)

-- 
To stop receiving notification emails like this one, please contact
fgreg@apache.org.

[incubator-sdap-ningesterpy] 01/01: Merge pull request #4 from fgreg/SDAP-33

Posted by fg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fgreg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ningesterpy.git

commit 435ab8f0a31ef1ebb1901f7031271fc293274560
Merge: 916136b 8455706
Author: fgreg <fg...@gmail.com>
AuthorDate: Tue Mar 13 10:58:39 2018 -0700

    Merge pull request #4 from fgreg/SDAP-33
    
    SDAP-33 New Processor for adding Global Attributes

 sdap/processors/__init__.py                        |   2 +
 sdap/processors/processorchain.py                  |  24 ++++-
 .../processors/promotevariabletoglobalattribute.py |  49 ++++++++++
 tests/processorchain_test.py                       | 106 +++++++++++++++++++--
 tests/promotevariabletoglobalattribute_test.py     |  38 ++++++++
 5 files changed, 209 insertions(+), 10 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
fgreg@apache.org.