ChanHo Lee

Results 22 comments of ChanHo Lee

@pan3793 > I guess this feature may break some deployments, for example, Zepplein was deployed behind a Gateway, which simply forward the websocket traffic without changing origin. This part is...

@jongyoul I've made a PR to set the new UI as the default. Please review it when you have some time.

Additionally, I made the following changes: 1. Added the `web-classic` profile, removed the `web-angular` profile, and changed the default UI included during the build to the new UI (formerly included...

@Reamer I have reverted the commits related to 2. and 3. Is there anything else that needs to be reverted?

After rebasing, I updated the URLs for the Selenium tests, and I also updated the test URLs in `DirAccessTest`

@Reamer The Selenium test passed in my personal repository's GitHub Actions. Therefore I assumed it was a temporary issue and did not make any change. I've tried to fix the...

@jongyoul Are you suggesting that when someone enters the top-level URL of Zeppelin, they should be redirected to the most recently accessed UI? Or did you have sth else in...

I've made a new issue regarding UI type persistence feature. I believe there are some points that need further discussion. Please feel free to comment on the issue. https://issues.apache.org/jira/browse/ZEPPELIN-6074

@Reamer Looks reasonable for zeppelin-web too. Are there specific concerns you’re considering, such as maintenance or behavior differences?

@seung-00 (If we also apply this to `zeppelin-web`.) There is a failing test in `zeppelin-integration`(`test-selenium-with-spark-module-for-spark-3-5` CI job). After a quick note: in `zeppelin-web`'s `NoteImportCtrl`, `wsMaxMessageSize` is called even when the...