You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by yi...@apache.org on 2020/03/03 16:50:34 UTC

[incubator-marvin] branch develop updated (196d399 -> 7cdc065)

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

yifeizhang pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git.


    from 196d399  Changed requirement six to 1.14.0. Bug fix
     new 6397fb3  Merge pull request #16 from apache/develop
     new c3b021d  Azure Capabilities
     new c151f7a  Merge pull request #1 from apache/develop
     new 7cdc065  Merge pull request #43 from guialba/master

The 533 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:
 engine-executor/build.sbt                          |  1 +
 .../src/main/scala/META-INF/MANIFEST.MF            |  3 +
 ...ArtifactS3Saver.scala => ArtifactAZSaver.scala} | 79 ++++++++++++----------
 .../marvin/artifact/manager/ArtifactSaver.scala    |  1 +
 .../src/main/scala/org/marvin/model/Metadata.scala |  2 +
 .../artifact/manager/ArtifactSaverTest.scala       |  9 ++-
 .../org/marvin/executor/api/GenericAPITest.scala   | 22 ++++++
 .../scala/org/marvin/fixtures/MetadataMock.scala   |  2 +
 .../scala/org/marvin/util/ProtocolUtilTest.scala   |  2 +
 9 files changed, 84 insertions(+), 37 deletions(-)
 create mode 100644 engine-executor/src/main/scala/META-INF/MANIFEST.MF
 copy engine-executor/src/main/scala/org/marvin/artifact/manager/{ArtifactS3Saver.scala => ArtifactAZSaver.scala} (56%)