-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description of the changes - This is the first jaeger release where Jaeger UI changes are included in the release notes and where we have version parity between the two repos. Signed-off-by: Albert Teoh <[email protected]> Co-authored-by: Albert Teoh <[email protected]>
- Loading branch information
1 parent
340ad25
commit 55e991a
Showing
3 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule jaeger-ui
updated
20 files
+0 −8 | .eslintignore | |
+9 −0 | .eslintrc.js | |
+6 −0 | .github/workflows/Dockerfile | |
+1 −1 | .github/workflows/lint-build.yml | |
+1 −1 | .github/workflows/release.yml | |
+45 −0 | .github/workflows/s390x-build.yaml | |
+2 −2 | .github/workflows/unit-tests.yml | |
+1 −0 | .npmrc | |
+1 −1 | .nvmrc | |
+24 −13 | CHANGELOG.md | |
+1 −1 | Makefile | |
+6 −2 | package.json | |
+4 −4 | packages/jaeger-ui/package.json | |
+5 −3 | packages/jaeger-ui/src/components/TracePage/TracePageHeader/TracePageHeader.tsx | |
+12 −8 | packages/jaeger-ui/src/model/find-trace-page-header-parts.test.js | |
+54 −3 | packages/jaeger-ui/src/model/trace-viewer.tsx | |
+5 −1 | packages/jaeger-ui/src/model/transform-trace-data.tsx | |
+2 −0 | packages/jaeger-ui/src/types/trace.tsx | |
+1 −1 | packages/plexus/package.json | |
+176 −209 | yarn.lock |