Github user volumeint commented on the issue:
https://github.com/apache/zeppelin/pull/2373
I just submitted a [pull request to
buji-pac4j](https://github.com/bujiio/buji-pac4j/pull/62) to make the value of
Principal.getName() configurable via shiro.ini. We just have to wait for it
GitHub user volumeint opened a pull request:
https://github.com/apache/zeppelin/pull/2402
[ZEPPELIN-2636] User role lookup via interfaces
### What is this PR for?
Adds an interface (UserLookup) that a realm can implement to support
looking up users and roles. This makes it
Github user volumeint commented on the issue:
https://github.com/apache/zeppelin/pull/2373
It turns out that the Pac4JPrincipal provided by buji is returning
CommonProfile.getId() and not the getUsername() or getDisplayName() values
for getName().
https://github.com
Github user volumeint commented on the issue:
https://github.com/apache/zeppelin/pull/1210
Just closing the loop. Pull Request #2313 contained the webpack.config.js
change. It has been merged into master.
---
If your project is set up for it, you can reply to this email and have
Github user volumeint commented on the issue:
https://github.com/apache/zeppelin/pull/2313
I configured travis-ci for my fork. Build passes, but I had to re-run two
of the build jobs due to flaky tests.
https://travis-ci.org/volumeint/zeppelin
---
If your project is set up
GitHub user volumeint opened a pull request:
https://github.com/apache/zeppelin/pull/2313
ZEPPELIN-2268. Adding png and jpg support for helium module imports.
### What is this PR for?
To allow helium modules to import CSS that contains references to png or
jpg images
Github user volumeint commented on the issue:
https://github.com/apache/zeppelin/pull/1210
I just published a helium visualization that uses Leaflet. You can find it
at (https://github.com/volumeint/helium-volume-leaflet). To get it working, I
first had to patch
[webpack.config.js