You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by lu...@apache.org on 2019/04/12 22:03:02 UTC

[incubator-marvin] branch master updated (f920650 -> 6397fb3)

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

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


    from f920650  Merge pull request #8 from apache/develop
     add 98b8cda  Adding general contribution file :: Marvin-8
     add 03d05f1  [MARVIN-24] Pytest-Cov Version Requirement Update
     add b425b07  Merge branch 'pr-9' into develop
     add 5ed42ac  [MARVIN-22] Readme Links Update
     add 69209ce  Merge pull request #11 from Wei-1/patch-2
     add 8a1fc14  [MARVIN-14] Install links update to Apache Website
     add d6c5538  Merge pull request #12 from Wei-1/patch-3
     add 3c90688  Merge pull request #1 from apache/develop
     add 454851f  [MARVIN-8] general contribution file update
     add de44841  [MARVIN-8] Contribution file from engine-executor and python-toolbox removed
     add 223171e  Merge pull request #10 from oldfly/develop
     add 13e555b  marvin-33-move-license
     add 0e3edb3  [MARVIN-35] Dependency Links Deprecation & Remove
     add 2d74ddc  Merge pull request #14 from Wei-1/patch-4
     add 4df2361  Merge branch 'develop' of https://github.com/apache/incubator-marvin into develop
     add 0169e66  Merge pull request #13 from Wei-1/develop
     add d7e1572  Merge pull request #2 from apache/develop
     add a15ca78  [MARVIN-36] Executor core 0.0.5
     add b32d46e  [MARVIN-36] Executor Core Readme
     add d5f779e  [MARVIN-36] Python Toolbox Readme
     add 194603e  [MARVIN-36] Python Toolbox 0.0.5
     add fcc4842  [MARVIN-38] CI Unidecode Missing
     add f3e3186  Change some dependencies version to fix [MARVIN-38].
     add c93fba2  Merge pull request #17 from takabayashi/MARVIN-38
     add 85540b3  Fix numpy version merge for 0.0.5 document update
     add 32ac24e  Merge pull request #15 from Wei-1/patch-5
     add 549a794  Merge pull request #3 from apache/develop
     add 8d0fd65  bumpversion fix and CHANGES.md update
     add 27e0545  CHANGE.md format fix
     add 12f3d56  Merge pull request #18 from oldfly/develop
     add 7b362c0  Fix make commands inside the templates
     add d7049d8  Update the project URL to have the new apache URL
     add fbd6231  Update my e-mail to have the new apache domain in it.
     add b221b6a  Merge pull request #19 from takabayashi/develop
     new 6397fb3  Merge pull request #16 from apache/develop

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:
 .travis.yml                                        |   2 +
 CONTRIBUTION.md                                    |  54 ++++++
 python-toolbox/LICENSE => LICENSE                  |   0
 README.md                                          |   9 +-
 engine-executor/CONTRIBUTING.md                    |  40 ----
 engine-executor/LICENSE                            | 201 ---------------------
 engine-executor/README.md                          |   5 +-
 engine-executor/build.sbt                          |   6 +-
 python-toolbox/.bumpversion.cfg                    |   2 +-
 python-toolbox/.gitignore                          |   1 +
 python-toolbox/CHANGES.md                          |  17 ++
 python-toolbox/CONTRIBUTING.md                     |  41 -----
 python-toolbox/Makefile                            |  10 +-
 python-toolbox/README.md                           |  13 +-
 python-toolbox/marvin_python_toolbox/VERSION       |   2 +-
 .../management/templates/python-engine/Makefile    |   6 +-
 .../management/templates/python-engine/setup.py    |   2 +-
 python-toolbox/setup.py                            |  11 +-
 18 files changed, 108 insertions(+), 314 deletions(-)
 create mode 100644 CONTRIBUTION.md
 rename python-toolbox/LICENSE => LICENSE (100%)
 delete mode 100644 engine-executor/CONTRIBUTING.md
 delete mode 100644 engine-executor/LICENSE
 delete mode 100644 python-toolbox/CONTRIBUTING.md


[incubator-marvin] 01/01: Merge pull request #16 from apache/develop

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

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

commit 6397fb34ce136d7d10fede1549e631cbdc107dbf
Merge: f920650 b221b6a
Author: Lucas Bonatto Miguel <lu...@apache.org>
AuthorDate: Fri Apr 12 15:02:57 2019 -0700

    Merge pull request #16 from apache/develop
    
    [MARVIN-36] Release 0.0.5

 .travis.yml                                        |   2 +
 CONTRIBUTION.md                                    |  54 ++++++
 python-toolbox/LICENSE => LICENSE                  |   0
 README.md                                          |   9 +-
 engine-executor/CONTRIBUTING.md                    |  40 ----
 engine-executor/LICENSE                            | 201 ---------------------
 engine-executor/README.md                          |   5 +-
 engine-executor/build.sbt                          |   6 +-
 python-toolbox/.bumpversion.cfg                    |   2 +-
 python-toolbox/.gitignore                          |   1 +
 python-toolbox/CHANGES.md                          |  17 ++
 python-toolbox/CONTRIBUTING.md                     |  41 -----
 python-toolbox/Makefile                            |  10 +-
 python-toolbox/README.md                           |  13 +-
 python-toolbox/marvin_python_toolbox/VERSION       |   2 +-
 .../management/templates/python-engine/Makefile    |   6 +-
 .../management/templates/python-engine/setup.py    |   2 +-
 python-toolbox/setup.py                            |  11 +-
 18 files changed, 108 insertions(+), 314 deletions(-)