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

bertty pushed a change to branch python-api
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git.


    from 828c9c2  Merge pull request #9 from ro-pardo/python-api
     new b9d676e  [WAYANG-8][API-PYTHON] Obtaining pipelines
     new 9bc7a53  [WAYANG-8][API-PYTHON] Dataquanta writing message
     new 339079e  [WAYANG-8][API-PYTHON] Plan writer pipeline based adjustments
     new 6a38d0b  [WAYANG-8][API-PYTHON] Operator Python executable indicator
     new 74233b1  [WAYANG-8][API-PYTHON] Plan writer improved to use less 
sockets
     new afee6ae  [WAYANG-8][API-PYTHON] New version of Wayang protobuf message
     new 56c2f5f  [WAYANG-8][API-PYTHON] Wayang REST improved to allow multi 
pipelined executions
     new 1a6dbae  [WAYANG-8][API-PYTHON] More test programs
     new 488a96f  [WAYANG-8][API-PYTHON] Commentaries and logging for Graph 
module
     new ec3b10f  [WAYANG-8][API-PYTHON] Commentaries and logging for 
Orchestrator module
     new 1687dc9  [WAYANG-8][API-PYTHON] Commentaries and logging for Protobuf 
module
     new b2dedac  [WAYANG-8][API-PYTHON] Fix usage of relative paths
     new a5cf32e  [WAYANG-8][API-PYTHON] Scripts to compile protobuf has been 
deleted. Now Maven executes them
     new 9c15cdd  [WAYANG-8][API-PYTHON] Execution Log configuration
     new 42e8ece  Merge pull request #11 from ro-pardo/python-api

The 1210 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:
 protobuf/pywayangplan.proto                        |  68 -----
 pywayang/config/pywayang_config.ini                |   2 +-
 pywayang/graph/__init__.py                         |   3 +
 pywayang/graph/graph.py                            |  13 +-
 pywayang/graph/node.py                             |   4 +
 pywayang/graph/traversal.py                        |   6 +-
 pywayang/graph/visitant.py                         |  11 +-
 pywayang/orchestrator/__init__.py                  |   1 +
 pywayang/orchestrator/dataquanta.py                | 129 +++++++++-
 pywayang/orchestrator/main.py                      |  86 +++++--
 pywayang/orchestrator/operator.py                  |  35 +--
 pywayang/orchestrator/plan.py                      |   5 +-
 pywayang/protobuf/planwriter.py                    | 284 +++++++++++++--------
 .../wayang-api-python/src/main/python/worker.py    |  16 --
 .../api/rest/server/spring/decoder/pyplanreader.sh |  20 --
 .../server/spring/general/WayangController.java    | 212 ++++++++++-----
 .../src/main/proto/pywayangplan.proto              |  35 +--
 .../src/main/python}/pyplangenerator.sh            |   0
 18 files changed, 572 insertions(+), 358 deletions(-)
 delete mode 100644 protobuf/pywayangplan.proto
 delete mode 100644 
wayang-api/wayang-api-rest/src/main/java/org/apache/wayang/api/rest/server/spring/decoder/pyplanreader.sh
 rename {protobuf => 
wayang-commons/wayang-serializable/src/main/python}/pyplangenerator.sh (100%)

Reply via email to