Commit 5426787
authored
refactor: log view and trace view (#540)
* refactor: sqlbuilder to components dir
* refactor: sql builder
* refactor: time range select
* fix: query from default db
* fix: log filter
* fix: default condition
* refactor: table data, use props
* refactor: remove rows columns from store
* refactor: single schema
* refactor: remove editing state
* fix: tscolumn inputtablename
* refactor: single sql build
* refactor: timeRangeValues & unixTimeRange
* refactor: remove tableIndex
* refactor: remove getschema
* refactor: clean store
* fix: lint
* chore: remove unnecessary function
* chore: remove show tables
* refactor: export button
* fix: export sql
* fix: export sql
* refactor: url sync hook
* refactor: countchart
* refactor: table
* refactor: table data
* refactor: data table more straightforward slots
* fix: data table width height
* fix: filter emit
* refactor: query layout
* refactor: unify computed table name
* refactor: use base store
* fix: schema in chart
* refactor: fix range sync, ts column
* refactor: pagination
* refactor: unify var name
* refactor: storage table name
* fix: data table width
* fix: text query
* chore: remove unused
* style: inline builder form
* style: fine layout
* feat: quick filter
* refactor: unify run
* fix: zoom
* refactor: chart query trigger
* fix: init query
* refactor: queryState, texteditor
* fix: log detail
* fix: filter empty
* fix: trace active state
* fix: quickfilter
* feat: merge column filter empty
* fix: database change
* chore: restore code
* refactor: log export
* refactor: rename finalquery to executableSql
* refactor: remove store, use hooks
* refactor: use reactive form
* refactor: chart props
* refactor: trace
* fix: unify column type
* feat: quick filter global
* refactor: schema
* fix: warnings
* fix: refresh
* refactor: remove store
* fix: warnings
* chore: auto import
* fix: ts column type
* fix: datetime
* style: quick filter
* fix: count query
* refactor: quick filter
* refactor: replaceTimePlaceholders
* fix: copilot review
* refactor: rename file to kebab-case
* refactor: useTextEditorState
* fix: remove unused
* fix: filename
* fix: optional prop
* fix: single formbulderstate
* fix: table change
* refactor: sql bulder, use emit
* refactor: use single form object
* fix: empty displayed columns
* refactor: use shallow ref
* fix: reset form state
* chore: no need
* refactor: generate sql bool, number type
* fix: form state deep clone
* feat: sync sql when switch to text
* fix: update query params when success
* refactor: remove dup time convert
* fix: time query
* fix: in query
* refactor: quick filter ts
* feat: in placeholder
* feat: auto query if has last query
* feat: timestart val
* feat: add field type
* feat: chart query
* feat: rename to code1 parent a31d80d commit 5426787
45 files changed
Lines changed: 3178 additions & 2919 deletions
File tree
- src
- api
- assets/style
- components
- count-chart
- data-table
- quick-filters
- sql-builder
- sql-text-editor
- time-range-select
- hooks
- router/routes/modules
- store/modules/logs-query
- types
- utils
- views/dashboard
- logs/query
- traces
- components
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| 93 | + | |
91 | 94 | | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
| 98 | + | |
| 99 | + | |
94 | 100 | | |
95 | 101 | | |
| 102 | + | |
| 103 | + | |
96 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
97 | 108 | | |
98 | 109 | | |
| 110 | + | |
99 | 111 | | |
100 | 112 | | |
101 | 113 | | |
| 114 | + | |
102 | 115 | | |
| 116 | + | |
103 | 117 | | |
104 | 118 | | |
105 | 119 | | |
106 | 120 | | |
107 | 121 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | 122 | | |
112 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
113 | 129 | | |
114 | 130 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
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 | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
144 | 170 | | |
145 | 171 | | |
146 | 172 | | |
| |||
154 | 180 | | |
155 | 181 | | |
156 | 182 | | |
| 183 | + | |
157 | 184 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
0 commit comments