You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/04/18 09:52:56 UTC

[incubator-hop] branch master updated (647de06 -> 951253a)

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

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


    from 647de06  Merge pull request #752 from sramazzina/master
     new 44455f7  HOP-2314, HOP-2254 intermediate updates
     new 502af03  HOP-2314, HOP-2254 server rest api, pipeline run config updates, antora updates
     new 951253a  Merge pull request #754 from bamaer/HOP-2314

The 1973 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:
 .gitignore                                         |   3 +-
 docs/config.toml                                   |   2 +-
 .../assets/images/hop-server/hop-server-index.png  | Bin 8064 -> 0 bytes
 .../images/hop-server/hop-server-no-tasks.png      | Bin 39787 -> 0 bytes
 .../assets/images/hop-server/hop-server-status.png | Bin 0 -> 115478 bytes
 .../images/run-configuration/beam-dataflow.png     | Bin 68070 -> 0 bytes
 .../images/run-configuration/beam-direct.png       | Bin 53999 -> 0 bytes
 .../assets/images/run-configuration/beam-flink.png | Bin 72845 -> 0 bytes
 .../assets/images/run-configuration/beam-spark.png | Bin 74898 -> 0 bytes
 .../images/run-configuration/local-engine.png      | Bin 39873 -> 0 bytes
 .../images/run-configuration/remote-engine.png     | Bin 36880 -> 0 bytes
 docs/hop-user-manual/modules/ROOT/nav.adoc         |   4 +
 .../modules/ROOT/pages/hop-server/index.adoc       | 137 ++++-
 .../modules/ROOT/pages/hop-server/rest-api.adoc    | 658 +++++++++++++++++++++
 .../beam-dataflow-pipeline-engine.adoc             |   2 -
 .../beam-direct-pipeline-engine.adoc               |   2 -
 .../beam-flink-pipeline-engine.adoc                |   2 -
 .../beam-spark-pipeline-engine.adoc                |   1 -
 ...ocal-pipeline-engine.adoc => native-local.adoc} |   1 -
 ...ote-pipeline-engine.adoc => native-remote.adoc} |  12 +-
 .../pipeline-run-configurations.adoc               |  13 +-
 docs/package.json                                  |   9 +-
 docs/site.yml                                      |   6 +-
 23 files changed, 796 insertions(+), 56 deletions(-)
 delete mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/hop-server/hop-server-index.png
 delete mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/hop-server/hop-server-no-tasks.png
 create mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/hop-server/hop-server-status.png
 delete mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/run-configuration/beam-dataflow.png
 delete mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/run-configuration/beam-direct.png
 delete mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/run-configuration/beam-flink.png
 delete mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/run-configuration/beam-spark.png
 delete mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/run-configuration/local-engine.png
 delete mode 100644 docs/hop-user-manual/modules/ROOT/assets/images/run-configuration/remote-engine.png
 create mode 100644 docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc
 rename docs/hop-user-manual/modules/ROOT/pages/pipeline/pipeline-run-configurations/{local-pipeline-engine.adoc => native-local.adoc} (95%)
 rename docs/hop-user-manual/modules/ROOT/pages/pipeline/pipeline-run-configurations/{remote-pipeline-engine.adoc => native-remote.adoc} (68%)