Releases: jaegertracing/jaeger-ui
Jaeger UI v1.3.0
Enhancements
-
Search: Make maximum lookback configurable (@everett980 in #384)
-
Trace detail: Deduplicate tags for spans (@rubenvp8510 in #375)
-
Trace detail: Wrap span tag values (@epkugelmass in #388)
Fixes
-
Search: Validate when tags and/or references fields are arrays. (@rubenvp8510 in #382)
-
Search: Validate when there is no query but a JSON file is loaded (@rubenvp8510 in #383)
Jaeger UI v1.2.0
Enhancements
- Trace detail: Limit the thickness of spans in the minimap (@rubenvp8510 in #372)
- UI find: Scroll to first match on load or on press of new locate icon (@everett980 in #367)
- UI find: Move filter state to query param and highlight filter matches on graphs (@everett980 in #310)
- Search: Improve display of long operation names in Operations list (@kinghuang in #351)
Fixes
- Search: Fix "containig" typo (@yurishkuro in #363)
- Trace detail: Fixes dragging on the minimap in trace timeline (Fix #354) (@rubenvp8510 in #357)
- Trace detail: Remove extra vertical scrollbar in trace timeline view (Fix #241) in (@tiffon in #350)
- Trace detail: Process FOLLOWS_FROM spans for indent guides in TraceView (Fix #333) (@rubenvp8510 in #335)
- Dev docs: Replace the wrong link for signing commits (@sosiska in #346)
Chores & Maintenance
- TypeScript: Convert from Flow to Typescript for Jaeger-UI (@everett980 in #359)
- TypeScript: Export plexus type declarations, remove Neutrino (@tiffon in #348)
- TypeScript: Shift plexus to TypeScript (from flowtypes) (Contributes to #306) (@tiffon in #331)
- Jaeger UI codebase: Use memoize-one instead of bespoke solutions (@rubenvp8510 in #353)
- Jaeger UI codebase: Update lodash to 4.17.11 (@tiffon in #343)
Jaeger UI v1.1.0
Enhancements
-
Trace detail: Log markers on spans (Fix #119) (@sfriberg in #309)
-
Search: Load trace(s) from a JSON file (Fix #214) (@yuribit in #327)
Fixes
-
Trace detail: Hide child status icon on SpanTreeOffset used in SpanDetailRow component (Fix #328) (@rubenvp8510 in #334)
-
Data munging: Optimize tree walk to avoid excessive function call depth (Fix #320) (@rubenvp8510 in #326)
Chores & Maintenance
- Code quality: Fix a typo in transform-trace-data.js (@bhavin192 in #332)
Jaeger UI v1.0.1
Jaeger UI v1.0.0
Enhancements
-
Embedded mode: Revisions to search and trace detail embed mode (@tiffon in #286)
-
Trace detail: Add a tree view (aka Trace Graph) to the TracePage (@copa2 in #276)
-
Trace detail: Add a copy icon to entries in KeyValuesTable (#204) (@everett980 in #292)
-
Trace detail: Add a Button to Reset Viewing Layer Zoom (#215) (@everett980 in #290)
-
Trace detail: Add indent guides to trace timeline view (#172) (@everett980 in #297)
-
Search: Add popover and prevent submit if duration params are invalid (#244) (@everett980 in #291)
-
Trace comparison: Add link to timeline view from comparison view and selection (@everett980 in #313)
-
Trace DAGs: Add the ability to copy node data in the Trace Graph and Trace Comparison views (@everett980 in #312)
-
Menu configuration: Ability to open additional menu links in same tab (Resolves #275) (@zablvit in #278)