Commit 7768bb0
authored
Fix: Trace view improvements (#3702)
* fix: migration first pass
* fix: move migration
* chore: rm old idx from schema
* feat: remove status partitioning function + update call sites
* fix: add analyze
* fix: oops don't actually need analyze
* fix: timestamps, add link to note
* feat: start reworking migration
* fix: don't need to recreate or drop indexes in down migration
* fix: rm second migration for now
* feat: re add second migration for cutover
* refactor: improve naming and stuff
* fix: make sure we add indexes properly, migration cleanup
* feat: add back triggers post-cutover
* fix: use create or replace trigger instead
* fix: update insert functions to have correct on conflict spec
* fix: copy paste
* fix: rm separate statements
* fix: rm unused func
* fix: add case when logic to backfill
* feat: run backfills concurrently
* fix: copy paste issues
* fix: add if not exists to index create
* fix: create or replace trigger
* fix: update handling
* fix: rename migrations
* fix: func naming
* fix: remove a bunch of custom span naming to be more consistent with other otel tools
* fix: remove custom span name mapping in favor of just showing the plain span names
* fix: remove trace minimap view / filter since it doesn't work
* fix: show more spans by default
* fix: expand / collapse button
* feat: use the side panel for the expanded span view thingy
* fix: improve ux of side panel
* fix: date formatting
* fix: decimal precision
* fix: spacing
* chore: lint
* fix: overflow state
* fix: side panel overflow
* fix: copilot comments
* fix: add back minimap
* refactor: try to minimize diff
* fix: un-revert button changes1 parent d89ce82 commit 7768bb0
14 files changed
Lines changed: 711 additions & 727 deletions
File tree
- api-contracts/openapi/components/schemas/v1
- api/v1/server/oas/gen
- frontend/app/src
- hooks
- lib/api/generated
- pages/main/v1/workflow-runs-v1/$run/v2components/step-run-detail/observability
- minimap
- timeline
- utils
- pkg/client/rest
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
| |||
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
77 | 102 | | |
78 | 103 | | |
79 | 104 | | |
| |||
88 | 113 | | |
89 | 114 | | |
90 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
91 | 133 | | |
92 | 134 | | |
93 | 135 | | |
| |||
141 | 183 | | |
142 | 184 | | |
143 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
144 | 196 | | |
145 | 197 | | |
146 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments