Commit graph

3 commits

Author SHA1 Message Date
Myoungdo Park
b1e06919fa [ZEPPELIN-1781] Failed to run the script 'test_zeppelin_pr.py' on Windows 10
### What is this PR for?
Fix failure of script execution on Windows 10

### What type of PR is it?
[Bug Fix]

### Todos

### What is the Jira issue?
[ZEPPELIN-1781](https://issues.apache.org/jira/browse/ZEPPELIN-1781)

### How should this be tested?
Run 'test_zeppelin_pr.py' on Windows 10.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Myoungdo Park <cuspymd@gmail.com>

Closes #1742 from cuspymd/test-pr and squashes the following commits:

c468212 [Myoungdo Park] Make it runnable on Python 2/3
eb4b567 [Myoungdo Park] Fix failure of script execution on Windows 10
2017-01-26 21:11:08 -08:00
Mina Lee
81adf09f21 [ZEPPELIN-980] Move git repository from incubator-zeppelin to zeppelin
### What is this PR for?
git repo infra have moved from incubator-zeppelin to zeppelin

### What type of PR is it?
Hot Fix

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Mina Lee <minalee@apache.org>

Closes #983 from minahlee/ZEPPELIN-980 and squashes the following commits:

7542c31 [Mina Lee] remove travis url after travis migration is done
3793b38 [Mina Lee] Move git repository from incubator-zeppelin to zeppelin
2016-06-10 09:02:41 -07:00
Lee moon soo
6b69ed4d1f [ZEPPELIN-484] A small utility to help review the pullrequest.
This PR address https://issues.apache.org/jira/browse/ZEPPELIN-484.

We've got discussions recently about impasse of pullrequest and speeding up of accepting pullrequest.
This small utility can be used when reviewer want to test the pullrequest.

Usage is
```
dev/test.py [#PR]
```

for example
```
dev/test.py 500
```
will create local branch `pr500` and add remote repository of contribution, fetch and merge it for the test.

This script will help reduce small bit of time of reviewing.

Author: Lee moon soo <moon@apache.org>

Closes #513 from Leemoonsoo/ZEPPELIN-484 and squashes the following commits:

76f0ddf [Lee moon soo] Add description
e8a0e8e [Lee moon soo] Rename
1adb356 [Lee moon soo] Handle non-ascii char
39d81ba [Lee moon soo] Add utility for pr test
2015-12-13 07:09:15 +09:00