GitHub user byung-u opened a pull request:
https://github.com/apache/zeppelin/pull/2546
Fix trivial typo
### What is this PR for?
Fixes a trivial typo in travis_check.py.
The semicolon does nothing in travis_check.py.
Python use semicolon when several statements on the same line, here is
[python doc](https://docs.python.org/3/reference/compound_stmts.html)
### What type of PR is it?
[Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]
### Todos
* [ ] - Task
### What is the Jira issue?
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/
* Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg.
[ZEPPELIN-533]
### How should this be tested?
Outline the steps to test the PR here.
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update?
* Is there breaking changes for older versions?
* Does this needs documentation?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/byung-u/zeppelin feature/trivial-typo
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2546.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 #2546
----
commit 9b9cfa1e2854dccddf6789c8e11c253c4697ec94
Author: Prabhjyot Singh <[email protected]>
Date: 2017-08-10T23:27:28Z
[ZEPPELIN-2846] Add selenium test case for AnyOfRolesAuthorizationFilter
This is to test the new feature that was brought in with ZEPPELIN-2825
(org.apache.zeppelin.utils.AnyOfRolesAuthorizationFilter)
[Improvement]
* [ZEPPELIN-2846](https://issues.apache.org/jira/browse/ZEPPELIN-2846)
CI should be green
* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A
Author: Prabhjyot Singh <[email protected]>
Closes #2524 from prabhjyotsingh/ZEPPELIN-2846 and squashes the following
commits:
e2a7ad548 [Prabhjyot Singh] add selenium test case for
AnyOfRolesAuthorizationFilter
commit d3ec39776805b0458ff26b9ff9f9a60f326b7155
Author: byung-u <[email protected]>
Date: 2017-08-17T08:00:06Z
Merge branch 'master' of https://github.com/apache/zeppelin
commit bf30e268b968187b19fe507a47d74e4491e4bcfc
Author: byung-u <[email protected]>
Date: 2017-08-18T01:11:21Z
Merge branch 'master' of https://github.com/apache/zeppelin
commit 9803e0810cf4bbb3dc0a381f7ee4a90f6705d465
Author: byung-u <[email protected]>
Date: 2017-08-17T02:56:27Z
feature: fix last job execution time
commit 8716e048c685b6ccb74479ce775ea05f2ce142b0
Author: byung-u <[email protected]>
Date: 2017-08-17T07:57:17Z
Revert "feature: fix last job execution time"
This reverts commit 180b951af61f16fbb54c1301cc8ccbc36347cd92.
commit 8f987fd29bad7e554fb3f7aed48b35e24ad56bd1
Author: byung-u <[email protected]>
Date: 2017-08-17T08:09:01Z
Fix last job execution time
commit 392c5c44d77ee396020496582d95c35a80da3567
Author: byung-u <[email protected]>
Date: 2017-08-22T01:54:46Z
Merge branch 'master' of https://github.com/apache/zeppelin
commit b6e06f7ae3f44b54a607bab8df644022b3579d74
Author: byung-u <[email protected]>
Date: 2017-08-22T01:58:42Z
feature: Fix trivial typo
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---