zeppelin icon indicating copy to clipboard operation
zeppelin copied to clipboard

Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and more.

Results 308 zeppelin issues
Sort by recently updated
recently updated
newest added

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `loader-utils` from 2.0.0 to 2.0.4 Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4...

dependencies
javascript

Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.2 to 3.1.3. Changelog Sourced from pbkdf2's changelog. v3.1.3 - 2025-06-20 Commits Only apps should have lockfiles 8b06730 [lint] fix whitespace 9a76e2f [lint] fix parens/curlies/semis/etc 6fd84bf [meta]...

dependencies
javascript

## What is this PR for? This PR fixes resource management issues throughout the Zeppelin codebase, specifically addressing resource leaks and potential NullPointerExceptions. ## What type of PR is it?...

### What is this PR for? If an `IOException` occurs while trying to remove a note from one of the repositories, the `for` loop would terminate immediately. This leaves the...

### What is this PR for? This PR refactors the startZeppelin() method in ZeppelinServer by extracting its core logic into well-named modular helper methods such as initJettyHandler(), initServiceLocator(), bindZeppelinServices(), etc....

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 to 1.18.9. Release notes Sourced from nokogiri's releases. v1.18.9 / 2025-07-20 Security [CRuby] Applied upstream libxml2 patches to address CVE-2025-6021, CVE-2025-6170, CVE-2025-49794, CVE-2025-49795, and CVE-2025-49796. See...

dependencies
ruby

### What is this PR for? The current official documentation link is set as: http://zeppelin.apache.org/docs/{{zeppelinVersion}}/index.html However, the current version is 0.12.0-SNAPSHOT, which is still under development and not an official...

### What is this PR for? In the `zeppelin-server/rest` module, it was observed that when running multiple tests together, configuration values of notebooks used in previous tests remain. To address...