Commit 77939d4
authored
Update Node.js GitHub action to use npm lockfile, switch to latest Jaeger UI (jaegertracing#6074)
1 parent ac6f78b commit 77939d4
File tree
5 files changed
+7
-6
lines changed- .github
- actions/setup-node.js
- workflows
- scripts
5 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
- .github/workflows/Dockerfile+9-3
- .github/workflows/codeql.yml+1-1
- .github/workflows/lint-build.yml+6-7
- .github/workflows/release.yml+7-7
- .github/workflows/s390x-build.yaml+3-3
- .github/workflows/scorecard.yml+1-1
- .github/workflows/unit-tests.yml+5-5
- .npmrc+1-1
- BUILD.md+6-10
- CONTRIBUTING.md+3-3
- README.md+12-14
- package-lock.json+22.1k
- package.json+19-22
- packages/jaeger-ui/package.json+4-5
- packages/jaeger-ui/src/components/App/TopNav.css+1-1
- packages/jaeger-ui/src/components/Monitor/ServicesView/operationDetailsTable/__snapshots__/index.test.js.snap+8.2k-8.5k
- packages/jaeger-ui/src/components/Monitor/ServicesView/operationDetailsTable/index.css+1-1
- packages/jaeger-ui/src/components/SearchTracePage/SearchResults/ResultItemTitle.tsx+1-1
- packages/jaeger-ui/src/components/TracePage/index.tsx+2-2
- packages/jaeger-ui/src/components/common/DetailsCard/__snapshots__/DetailList.test.js.snap+2-2
- packages/jaeger-ui/src/types/index.tsx+5-1
- packages/jaeger-ui/src/utils/tracking/README.md+1-1
- packages/plexus/BUILD.md+1-1
- packages/plexus/package.json+5-5
- packages/plexus/src/DirectedGraph/builtins/Node.tsx+7-5
- yarn.lock-10.9k
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
0 commit comments