Sign in
apache
/
zeppelin
/
HEAD
c11fe27
[ZEPPELIN-6530] Fix operator precedence in SSL store path checks and make isWindowsPath null-safe
by 김동환
· 20 hours ago
master
cc5c38a
[ZEPPELIN-6562] Fix specs that silently pass or flake because they target DOM the new UI no longer renders
by YONGJAE LEE (이용재)
· 2 days ago
dbb58f8
[ZEPPELIN-6522] Guard HTTP interceptor unwrap against null response bodies
by JangAyeon
· 3 days ago
b82f14e
[ZEPPELIN-6559] Drop the faked Windows user agent so Monaco keybindings match the host platform
by YONGJAE LEE (이용재)
· 4 days ago
783e392
[ZEPPELIN-6470] Add accessible names to icon-only buttons in the interpreter settings form
by 김예나
· 4 days ago
026dafd
[ZEPPELIN-6447] Add Module Federation typing for the published paragr…
by JangAyeon
· 4 days ago
63609aa
[ZEPPELIN-6560] Lint the new UI e2e suite and document its conventions
by YONGJAE LEE (이용재)
· 4 days ago
5ecc63c
[ZEPPELIN-6342] Enable the endOfLine option in Prettier and cover tsx files
by 김예나
· 4 days ago
4b36aa4
[HOTFIX] Dedupe minimatch and bump postcss in zeppelin-react
by YONGJAE LEE (이용재)
· 4 days ago
2ad49b3
[ZEPPELIN-6551] Fix Job Manager crash on removal broadcast for a note not in the viewer's list
by 김예나
· 4 days ago
de9f896
[ZEPPELIN-6550] Fix trash detection in note view so trashed notes can be permanently deleted
by 김예나
· 5 days ago
597652e
[ZEPPELIN-6558] Drop the redundant Chromium-channel Playwright projects from CI
by HwangRock
· 6 days ago
a31975a
[ZEPPELIN-6525] Authenticate via REST for Selenium login preconditions
by HwangRock
· 7 days ago
3f79619
[ZEPPELIN-6444] Add type guard for imported note JSON to remove @ts-ignore
by 김예나
· 8 days ago
a619089
[ZEPPELIN-1836] Make testAngularRunParagraph wait for rendered Angular output
by Jongyoul Lee
· 8 days ago
a454d17
[ZEPPELIN-6547] Add collaboration-mode and editor-search e2e coverage for the new UI
by YONGJAE LEE (이용재)
· 9 days ago
554fffe
[ZEPPELIN-6502] Replace deprecated openjdk Docker image with Eclipse Temurin
by YeonKyung Ryu
· 10 days ago
7dd659e
[HOTFIX] Fix 3 high-severity npm audit vulnerabilities in zeppelin-react
by YONGJAE LEE (이용재)
· 10 days ago
52397c8
[ZEPPELIN-6443] Avoid misleading elapsed-time footer when a running paragraph has no dateStarted
by 김예나
· 10 days ago
fb7f9dc
[ZEPPELIN-6540] Make ConnectionManager.userSocketMap thread-safe
by HwangRock
· 10 days ago
9521f7c
[ZEPPELIN-6479] Harden Hive version parsing against missing-dot and qualifier-suffix versions
by 김동환
· 11 days ago
0bd5b03
[ZEPPELIN-6322] Filter download messages in ProcessData error stream
by YeonKyung Ryu
· 11 days ago
12399c7
[ZEPPELIN-6464] Throw IllegalArgumentException for an unsupported Scala version in SparkInterpreterLauncher
by Minho Jang
· 11 days ago
aad3611
[ZEPPELIN-6497] Refresh stale Cassandra interpreter embedded help links
by Minho Jang
· 11 days ago
226b0a6
[ZEPPELIN-6441] Replace outdated type assertions with satisfies
by 김예나
· 11 days ago
8c199a2
[ZEPPELIN-6532] Complete destroy$ in paragraph ngOnDestroy to stop leaking subscriptions
by JangAyeon
· 11 days ago
b572a07
[ZEPPELIN-5876] Implement DockerInterpreterProcess.isAlive() using container state
by HyeonUk Kang
· 11 days ago
09ba0e0
[ZEPPELIN-6535] Match table column filter terms literally instead of as regex
by JangAyeon
· 11 days ago
1355de1
[ZEPPELIN-6435] Remove frontend build dependency from IndexHtmlServletTest
by gyowoo1113
· 12 days ago
03c9d16
[ZEPPELIN-6498] Fix broken interpreter binding mode link in interpreter overview docs
by Minho Jang
· 12 days ago
63e32d7
[ZEPPELIN-6471] Share a single aggregation-type constant between table and pivot
by 김예나
· 12 days ago
c50b1dc
[ZEPPELIN-6542] Fix missing "Run" menu for first paragraph in Zeppelin
by Manhua
· 13 days ago
2e80410
[ZEPPELIN-6546] Restore Math.max accumulation for NoteJobInfo.unixTimeLastRun
by HwangRock
· 13 days ago
156cd54
[ZEPPELIN-6541] Pin maven-checkstyle-plugin version so it is actually applied
by Gyeongtae Park
· 13 days ago
386d110
[ZEPPELIN-6544] Harden keyboard-shortcut e2e helpers against silent passes
by YONGJAE LEE (이용재)
· 13 days ago
108536f
[ZEPPELIN-6534] Escape note name before building clone-name RegExp
by 김예나
· 13 days ago
adea3b9
[ZEPPELIN-6545] Move the classic-suite gating to a dedicated Playwright config
by Minho Jang
· 13 days ago
9245bbb
[ZEPPELIN-6527] Fix flaky run-e2e-tests-in-zeppelin-web CI job (searchBlock Protractor timing)
by Minho Jang
· 14 days ago
0fe444e
[ZEPPELIN-6536] Stabilize notebook keyboard shortcut e2e editor seeding
by YONGJAE LEE (이용재)
· 14 days ago
09355ef
[ZEPPELIN-6473] Replace deprecated substr() with slice() in note-create
by 김예나
· 14 days ago
044e120
[ZEPPELIN-6472] Replace deprecated toPromise() with firstValueFrom in CompletionService
by 김예나
· 2 weeks ago
7715ef6
Propagate serialization failures in Resource.serializeObject() instead of swallowing them
by gyowoo1113
· 2 weeks ago
79a6530
[ZEPPELIN-6539] Fix DockerClient / container resource leaks on interpreter failure paths
by HyeonUk Kang
· 2 weeks ago
a46096f
[ZEPPELIN-6475] Throw clear error for missing InfluxDB token
by gyowoo1113
· 2 weeks ago
9489ce8
[ZEPPELIN-6538] Resolve CI runtime warnings and zeppelin-react audit issues
by YONGJAE LEE (이용재)
· 2 weeks ago
9b66912
[ZEPPELIN-6494] Use HTTPS for zeppelin.apache.org links in UI
by 김예나
· 2 weeks ago
be438e1
[ZEPPELIN-6509] Add error handling and safety guards to genthrift.sh
by YeonKyung Ryu
· 2 weeks ago
933da68
[ZEPPELIN-6531] Fail fast when ZeppelinWebSocketClient cannot connect
by HwangRock
· 2 weeks ago
cea34d9
[ZEPPELIN-6529] Evict note cache entries when removing a folder
by HwangRock
· 2 weeks ago
8b0bf9c
[ZEPPELIN-6496] Replace BigQuery polling stdout output with SLF4J logging
by YeonKyung Ryu
· 2 weeks ago
0b8559a
[ZEPPELIN-6495] Use URLSearchParams in terminal getParams helper
by 김예나
· 2 weeks ago
0c4b30f
[ZEPPELIN-6345] Fire NoteRemove event for each note when deleting a folder
by HwangRock
· 3 weeks ago
deb8c15
[ZEPPELIN-6506] Return empty list instead of null from completion() in Groovy interpreter
by Minho Jang
· 3 weeks ago
8646133
[ZEPPELIN-6415] Fix FileSystemNotebookRepo folder move() creating parent of source instead of destination
by Coen90
· 3 weeks ago
a65901b
[ZEPPELIN-6519] Add e2e/AGENTS.md conventions and scope the coverage denominator
by YONGJAE LEE (이용재)
· 3 weeks ago
33ebb73
[ZEPPELIN-6520] Bind repository proxy password input to proxyPassword control
by 김예나
· 3 weeks ago
3d681b4
[ZEPPELIN-6512] Fix typos in variable names and log messages in terminal classes
by Gyeongtae Park
· 3 weeks ago
7bb88ca
[ZEPPELIN-6453] Handle secondary NotebookRepo remove failures consistently
by DONGHOON LEE
· 3 weeks ago
dfd8cf7
[ZEPPELIN-6481] Restore interrupt status after InterruptedException in JDBC completion loading
by HwangRock
· 3 weeks ago
bbb7d93
[ZEPPELIN-6372] Reimplement custom TSLint rules as ESLint rules
by YONGJAE LEE (이용재)
· 3 weeks ago
f8f5180
[ZEPPELIN-6510] Fix broken Confluence link and remove leading blank line in Roadmap.md
by Gyeongtae Park
· 3 weeks ago
16c8732
[ZEPPELIN-6501] Reference source-of-truth for toolchain versions in AGENTS.md
by ChanHo Lee
· 3 weeks ago
d9021ef
[ZEPPELIN-6430] Clean up removed R interpreter docs
by Jongyoul Lee
· 3 weeks ago
0f0a2d5
[ZEPPELIN-6430] Remove SparkR and R interpreter
by Cheng Pan
· 3 weeks ago
963a518
[MINOR] Bump zeppelin-react linkify-it and undici to clear high npm-audit advisories
by YONGJAE LEE (이용재)
· 4 weeks ago
b3870e9
[MINOR] Record PMC answers to the security THREAT_MODEL.md open questions
by Jongyoul Lee
· 4 weeks ago
52a638e
[ZEPPELIN-6428] Add reusable React mount infrastructure and migrate paragraph footer behind a flag
by ChanHo Lee
· 6 weeks ago
3d92e92
[ZEPPELIN-6427] Convert interpreter setting form to typed reactive forms
by ChanHo Lee
· 6 weeks ago
0c25a6e
[ZEPPELIN-6426] Remove redundant eslint-disable comments in zeppelin-web-angular
by ChanHo Lee
· 6 weeks ago
78255fd
Add security threat model and wire AGENTS.md -> SECURITY.md -> THREAT_MODEL.md
by Jarek Potiuk
· 7 weeks ago
e1712ec
[ZEPPELIN-6429] Focus paragraph editor on clone/insert in New UI
by YONGJAE LEE (이용재)
· 8 weeks ago
6c13c8e
[ZEPPELIN-6424] Align web-angular README Node.js prerequisite
by hojeong park
· 8 weeks ago
15966b5
[ZEPPELIN-4407] Add copy to clipboard (TSV/CSV) for table results
by Kalyan
· 8 weeks ago
0539c8a
[ZEPPELIN-6422] Stabilize flaky Playwright E2E tests
by YONGJAE LEE (이용재)
· 8 weeks ago
ef09072
[ZEPPELIN-6425] Migrate zeppelin-react ESLint config to v9 flat format
by YONGJAE LEE (이용재)
· 8 weeks ago
1bcd871
[ZEPPELIN-6419] Fix clone paragraph content loss caused by shortCircuit seq filtering
by Manhua
· 8 weeks ago
4a551ed
[ZEPPELIN-6421] Integrate zeppelin-react lint into root lint script
by ChanHo Lee
· 8 weeks ago
1d471c6
[ZEPPELIN-6423] Reload note when switching notebooks in the Angular UI
by ChanHo Lee
· 8 weeks ago
1893e11
[ZEPPELIN-6424] Upgrade zeppelin-web-angular from Angular 13 to Angular 21
by ChanHo Lee
· 8 weeks ago
3e47012
[ZEPPELIN-6411] Semantic search for Zeppelin
by Kalyan
· 9 weeks ago
618036b
[MINOR] chore(zeppelin-web-angular): remove @antv/g2plot and migrate to chart.js to fix npm audit (#5257)
by Jongyoul Lee
· 9 weeks ago
0a76b81
[ZEPPELIN-6406] Remove deprecated Flink 1.15/1.16/1.17 shims and add Flink 1.19/1.20 support
by Jongyoul Lee
· 9 weeks ago
1a6a8e3
[ZEPPELIN-6420] Drop Alluxio Interpreter
by Cheng Pan
· 10 weeks ago
7e45d1d
Bump webpack-dev-server from 5.2.3 to 5.2.4 in /zeppelin-web-angular/projects/zeppelin-react
by dependabot[bot]
· 10 weeks ago
c6dcbe6
Bump qs and express in /zeppelin-web-angular/projects/zeppelin-react
by dependabot[bot]
· 10 weeks ago
6a6543f
Bump org.postgresql:postgresql from 42.7.7 to 42.7.11 in /jdbc
by dependabot[bot]
· 10 weeks ago
9da7f2a
[MINOR] Tighten origin and content-type handling in REST/WebSocket layer
by Jongyoul Lee
· 2 months ago
c30052a
[MINOR] Reject traversal segments in note and folder paths
by Jongyoul Lee
· 3 months ago
8e86d69
[MINOR] Apply proper RFC 4515 / RFC 4514 escaping in LDAP realms
by Jongyoul Lee
· 3 months ago
5d1ede4
[ZEPPELIN-6416] Fix zeppelin-interpreter-shaded leak via zeppelin-jupyter-interpreter scope
by Jongyoul Lee
· 3 months ago
dffe85f
Bump the docs-security-updates group across 1 directory with 5 updates
by dependabot[bot]
· 3 months ago
0a2f858
Bump fast-uri from 3.1.0 to 3.1.2 in /zeppelin-web-angular/projects/zeppelin-react
by dependabot[bot]
· 3 months ago
e1e59bc
[MINOR] Drop ticket value from WebSocket debug log statements
by Jongyoul Lee
· 3 months ago
cc01451
Bump the alluxio-security-updates group across 1 directory with 2 updates (#5243)
by dependabot[bot]
· 3 months ago
bb6ed26
[ZEPPELIN-6405] Add AGENTS.md for AI coding agent guidance
by Jongyoul Lee
· 3 months ago
036c8a0
[ZEPPELIN-6355] Merge zeppelin-zengine to zeppelin-server
by Jongyoul Lee
· 3 months ago
f6d37d2
Bump follow-redirects in /zeppelin-web-angular/projects/zeppelin-react (#5222)
by dependabot[bot]
· 3 months ago
6353224
[ZEPPELIN-6403] Fix deprecated auto-activate-base parameter in GitHub Actions
by Gyeongtae Park
· 3 months ago
880f139
Bump the dev-security-updates group across 1 directory with 2 updates
by dependabot[bot]
· 3 months ago
28e9aa7
[MINOR] chore(.github): group dependabot security updates by path
by Jongyoul Lee
· 3 months ago
Next »