You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hivemall.apache.org by takuti <gi...@git.apache.org> on 2017/10/04 03:22:49 UTC

[GitHub] incubator-hivemall pull request #119: [WIP][HIVEMALL-148] Add a script for m...

GitHub user takuti opened a pull request:

    https://github.com/apache/incubator-hivemall/pull/119

    [WIP][HIVEMALL-148] Add a script for merging GitHub PR

    ## What changes were proposed in this pull request?
    
    Add a script which helps merging GitHub PR lie:
    
    - https://github.com/apache/spark/blob/master/dev/merge_spark_pr.py
    - https://github.com/apache/kafka/blob/trunk/kafka-merge-pr.py
    
    ## What type of PR is it?
    
    Improvement
    
    ## What is the Jira issue?
    
    https://issues.apache.org/jira/browse/HIVEMALL-148
    
    ## How was this patch tested?
    
    A merge commit I've created with this script: https://github.com/apache/incubator-hivemall/commit/7bb5d047dcce7e97336d4b73bb3bd078f2a6fc8a
    
    ## How to use this feature?
    
    Hit `./bin/merge_pr.py` in the `apache/incubator-hivemall` repo which already has both `apache` and `apache-github` remote branches (same as https://cwiki.apache.org/confluence/display/KAFKA/Merging+Github+Pull+Requests).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/takuti/incubator-hivemall asf-merge-script

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hivemall/pull/119.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #119
    
----
commit 58ad090455339f8f6253271fc2a7490ba7e973b6
Author: Takuya Kitazawa <k....@gmail.com>
Date:   2017-10-04T01:11:04Z

    Copy Spark merge script

commit f1f5ec2be06f135fd6a39800bbc4a2f75e13f10c
Author: Takuya Kitazawa <k....@gmail.com>
Date:   2017-10-04T02:32:12Z

    Update for generic use

----


---

[GitHub] incubator-hivemall pull request #119: [WIP][HIVEMALL-148] Add a script for m...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-hivemall/pull/119


---

[GitHub] incubator-hivemall issue #119: [WIP][HIVEMALL-148] Add a script for merging ...

Posted by takuti <gi...@git.apache.org>.
Github user takuti commented on the issue:

    https://github.com/apache/incubator-hivemall/pull/119
  
    This script is experimental; since the original Python script is a little bit confusing to maintain, I will simplify it more from here. If JIRA updates is unnecessary, the script might be re-written in shell script.


---

[GitHub] incubator-hivemall issue #119: [WIP][HIVEMALL-148] Add a script for merging ...

Posted by myui <gi...@git.apache.org>.
Github user myui commented on the issue:

    https://github.com/apache/incubator-hivemall/pull/119
  
    Merged.


---

[GitHub] incubator-hivemall issue #119: [WIP][HIVEMALL-148] Add a script for merging ...

Posted by coveralls <gi...@git.apache.org>.
Github user coveralls commented on the issue:

    https://github.com/apache/incubator-hivemall/pull/119
  
    
    [![Coverage Status](https://coveralls.io/builds/13557940/badge)](https://coveralls.io/builds/13557940)
    
    Coverage increased (+0.0007%) to 41.109% when pulling **f1f5ec2be06f135fd6a39800bbc4a2f75e13f10c on takuti:asf-merge-script** into **7bb5d047dcce7e97336d4b73bb3bd078f2a6fc8a on apache:master**.



---