aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
* tighten elliptical ring radiifeature/oplog-dependency-graphMtBntChvn2026-02-212-8/+8
* use elliptical rings for node expansion placementMtBntChvn2026-02-212-13/+26
* replace fireworks expansion with ripple (concentric rings) placementMtBntChvn2026-02-212-82/+127
* focus view on expanded node and fit children after expansionMtBntChvn2026-02-201-0/+1
* reduce expansion spread for tighter graph layoutMtBntChvn2026-02-201-3/+3
* prevent re-push on collapse and re-expandMtBntChvn2026-02-201-1/+3
* fix collapsed nodes not re-expandableMtBntChvn2026-02-201-1/+1
* remove breadcrumb path dimming from graph nodesMtBntChvn2026-02-201-8/+0
* extract shared GraphEngine from graph views, add filtering and searchMtBntChvn2026-02-206-4068/+3133
* WIP: add real data mode to graph debug playgroundMtBntChvn2026-02-202-62/+2791
* add uniform view navigation links to dashboard pagesMtBntChvn2026-02-188-111/+1762
* add interactive dependency graph view to dashboardMtBntChvn2026-02-185-0/+1192
* add http server root password protection (#757)Dan Engelbrecht2026-02-174-16/+75
* logging config move to zenutil (#754)Stefan Boberg2026-02-137-87/+47
* Fix formatting of stat pages (#748)Liam Mitchell2026-02-094-3/+10
* use matcher over regex (#744)Dan Engelbrecht2026-02-045-16/+56
* Merge pull request #724 from ue-foundation/lm/restrict-reads-to-projectLiam Mitchell2026-02-031-4/+32
|\
| * Disallow external file reads from project with unset project rootsLiam Mitchell2026-01-291-5/+8
| * Revert to previous behaviour for path checking in the presence of an empty pr...Liam Mitchell2026-01-281-9/+13
| * Use std::mismatch to compare paths and hoist project root canonicalization ou...Liam Mitchell2026-01-211-13/+18
| * Restrict filesystem reads in snapshot to paths under project rootLiam Mitchell2026-01-191-2/+18
* | add command line option for scrub timeslice (#742)Dan Engelbrecht2026-02-031-1/+9
* | restore missing healthinfo call (#737)Dan Engelbrecht2026-01-281-0/+5
* | Zs/oplog navigation fix (#731)Zousar Shaker2026-01-232-6/+6
* | hotfix 5.7.18 (#730)Dan Engelbrecht2026-01-221-2/+5
* | zen hub (#574)Stefan Boberg2026-01-219-10/+1546
|/
* zenserver API changes, some other minor changes (#720)Stefan Boberg2026-01-195-25/+129
* OTLP/trace improvements (#717)Stefan Boberg2026-01-193-15/+19
* use current locale when converting wide char command line arguments to string...Dan Engelbrecht2026-01-151-0/+8
* asio/http optimizations (#449)Stefan Boberg2026-01-141-27/+2
* if we fail to create the server mutex, gracefully report error without sendin...Dan Engelbrecht2026-01-121-1/+3
* Avoid rendering user text input as HTML (#700)Liam Mitchell2026-01-092-1/+1
* Ensure upstream put propagation includes overwritezousar2025-12-194-5/+39
* Change default limit-overwrite behavior to truezousar2025-12-172-2/+2
* remove error warning in output (#695)Dan Engelbrecht2025-12-172-2/+2
* add boost-worker oplog import export options (#693)Dan Engelbrecht2025-12-162-22/+73
* add otel instrumentation (#581)Stefan Boberg2025-12-113-0/+19
* upload to zen cache from oplog import now disabled by default (#680)Dan Engelbrecht2025-12-091-1/+1
* add missing patterns to objectstore service http routing (#674)Dan Engelbrecht2025-12-031-3/+7
* automatic scrub on startup (#667)Dan Engelbrecht2025-11-273-32/+46
* logging improvements (#664)Stefan Boberg2025-11-243-21/+24
* Added actions to drop all projects or all z$ namespaces. (#655)Martin Ridgers2025-11-183-2/+54
* Include version string on the dashboard's start page. (#651)Martin Ridgers2025-11-174-2/+26
* control cache upload (#646)Dan Engelbrecht2025-11-121-0/+2
* switch to xmake for package management (#611)Stefan Boberg2025-11-074-10/+55
* Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)Stefan Boberg2025-11-018-34/+35
* make sure OpenProcessCache is initialized before use (#618)Stefan Boberg2025-10-291-4/+4
* fix --zentrace=no compile errors (#616)Stefan Boberg2025-10-282-2/+4
* move cpr in-tree (#605)Stefan Boberg2025-10-241-2/+1
* add host discovery and zen cache support for oplog import (#601)Dan Engelbrecht2025-10-231-13/+29