Releases: GreptimeTeam/dashboard
Releases · GreptimeTeam/dashboard
Release v0.3.1
What's Changed
Features
- feat(table): add pagination total and jumper by @ZonaHex in #307
- feat: add time select component by @ZonaHex in #314
- feat(tables): add copy to clipboard for copy icon by @ZonaHex in #316
Fixes
- fix: timestamp formatter when timestamp value is null; Support all time types with Bigint by @ZonaHex in #312
Others
- build: update package by @ZonaHex in #308
- refactor: add empty status component by @ZonaHex in #309
- style(navbar): menu overflow by @ZonaHex in #310
- style: query type select by @ZonaHex in #318
Full Changelog: v0.3.0...v0.3.1
Release v0.3.0
What's Changed
Features
- feat(query): Support sidebar auto resize, data type hover, and virtual list by @ZonaHex in #292
- feat: Support default config for data-chart by @alili in #295
- feat: Add copy to clipboard button for status info by @etolbakov in #287
- feat: Add initial status page implementation by @etolbakov in #283
- feat(nav): Support open nav menu in new tabs by @alili in #300
- feat(playground): Load playground files from gist by @alili in #268
- feat(tables): Add empty and loading status by @ZonaHex in #280
- feat: Support PromQL for query in cloud; Add permission for Status page. by @ZonaHex in #285
- feat: Format unix timestamp by @ZonaHex in #288
Fixes
- fix(query): Result key with PromQL by @ZonaHex in #294
- fix: add markdown-it-inline-comments by @alili in #273
- fix: default route by @alili in #290
- fix(route): dashboard redirect by @alili in #293
- fix(nav): add status by @alili in #301
- fix(nav): permission config by @alili in #302
- fix(menu): Dev and cloud role by @ZonaHex in #304
- fix: Default chart form by @ZonaHex in #305
Others
- refactor(md): markdown plugins by @alili in #291
- style(scripts): Change modal styles by @ZonaHex in #306
- docs(readme): Edit screenshot by @ZonaHex in #272
- refactor: update alicloud registry by @daviderli614 in #303
- build: bump unplugin-auto-import from 0.12.1 to 0.16.1 by @dependabot in #266
- build: bump arco-design-pro-vue from 2.6.1 to 2.7.2 by @dependabot in #236
- build: bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.59.11 by @dependabot in #274
- build: bump eslint from 8.31.0 to 8.40.0 by @dependabot in #254
- build: bump @commitlint/config-conventional from 17.3.0 to 17.6.5 by @dependabot in #269
- build: Fix package lock by @ZonaHex in #282
- docs: milliseconds in
ts
column by @nicecui in #289 - build: bump @prettier/plugin-pug from 2.4.1 to 2.5.1 by @dependabot in #277
- build: bump @types/node from 18.15.3 to 20.3.1 by @dependabot in #279
- build: bump consola from 2.15.3 to 3.1.0 by @dependabot in #276
- build: bump unplugin-vue-components from 0.24.0 to 0.25.1 by @dependabot in #278
New Contributors
- @etolbakov made their first contribution in #283
Full Changelog: v0.2.6...v0.3.0
Release v0.2.6
Release v0.2.5
Release v0.2.4
What's Changed
Features
- feat(script): Add validation and disabled status for save-script action by @ZonaHex in #230
- feat(chart): Support group-by by @ZonaHex in #239
- feat(chart): Draw chart order by timestamp by @ZonaHex in #242
- feat: Support close for chart loading by @ZonaHex in #244
Fixes
- fix: Result in playground by @ZonaHex in #237
- fix: Playground result bugs by @alili in #240
- fix: Update hasRecords if result has no records by @ZonaHex in #243
- fix: add mergeDefaults to useStorage by @alili in #245
Others
- refactor(type): Add type for response, code and log by @ZonaHex in #233
- style: Fix style for only-of-type in table by @ZonaHex in #246
- style(logs): Fix style for save script by @ZonaHex in #247
- build: Fix format and update package lock by @ZonaHex in #251
- build: bump axios from 0.27.2 to 1.4.0 by @dependabot in #253
- Revert "build: bump axios from 0.27.2 to 1.4.0" by @ZonaHex in #256
- ci: Add contents permission for action from dependabot to work by @ZonaHex in #257
Full Changelog: v0.2.3...v0.2.4
Release v0.2.3
What's Changed
Features
- feat(data-grid): Add timestamp formatter for time column header by @DiamondMofeng in #199
Fixes
Others
- build: bump eslint-config-prettier from 8.6.0 to 8.7.0 by @dependabot in #179
- build: bump typescript from 4.8.4 to 5.0.2 by @dependabot in #178
- build: bump @types/node from 18.11.18 to 18.15.3 by @dependabot in #177
New Contributors
- @DiamondMofeng made their first contribution in #199
Full Changelog: v0.2.2...v0.2.3
Release v0.2.2
What's Changed
- fix: Only include reCAPTCHA in cloud by @alili in #228
- chore: Push dashboard image to alicloud by @daviderli614 in #224
- style: Format *.vue by Prettier by @alili in #226
- ci: Delete ref in checkout action by @ZonaHex in #225
- style: Edit pagination margin to be 0 by @ZonaHex in #223
New Contributors
- @daviderli614 made their first contribution in #224
Full Changelog: v0.2.1...v0.2.2
Release v0.2.1
Release v0.2.0
What's Changed
Features
- feat(playground): Add new router view (#195) by @alili in #212
- feat: Allow creating dbname in settings form by @ZonaHex in #210
- feat: Remove cross-storage by @alili in #213
Fixes
Others
- ci: Delete token in node.js by @ZonaHex in #211
- chore: New doc url by @nicecui in #208
- refactor: Add button disabled status while code is running by @ZonaHex in #214
- style: Fix popover and body overflow by @ZonaHex in #216
- refactor: Fix warning; delete useless console; by @ZonaHex in #220
New Contributors
Full Changelog: v0.1.0...v0.2.0
Release v0.1.0
What's Changed
- feat: init chart after remove sidebar by @ZonaHex in #1
- feat(tableTree): add store and data from backend for table list by @ZonaHex in #2
- refactor(tabletree): load columns after expand tree by @ZonaHex in #3
- feat(log): Add store for logs by @ZonaHex in #4
- feat(log): Support insert and error etc. by @ZonaHex in #5
- style(chart): change height and legend position; add xAxis name by @ZonaHex in #8
- style(log): add tooltip for logs by @ZonaHex in #6
- Create README.md by @ZonaHex in #12
- feat: add docker image by @sunng87 in #13
- refactor: fix some bugs & refactor by @alili in #15
- merge dev into main by @alili in #16
- fix: tabs width bug by @alili in #17
- fix(editor): fix insert position and code format by @ZonaHex in #18
- docs(readme): change readme by @alili in #20
- feat(global): Add-i18n by @ZonaHex in #21
- fix(data-explorer): remove tabs bug by @alili in #22
- ci: add an action to update pnpm for dependabot prs by @sunng87 in #33
- style(result): move clear button by @ZonaHex in #25
- fix: chart xAxis; add smooth line by @ZonaHex in #26
- ci: add nightly docker build by @sunng87 in #35
- fix: tabs-bug by @alili in #34
- build: upgrade dependencies by @alili in #32
- fix(result): support all number data types by @ZonaHex in #36
- build(deps-dev): bump rollup from 2.79.1 to 3.7.3 by @dependabot in #38
- ci: pnpm-lock by @alili in #44
- refactor: log by @alili in #23
- ci(stylelint): update config by @alili in #46
- feat: improve docker files by @sunng87 in #45
- ci(actions): update pnpm-lock.file by action by @alili in #54
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #52
- build(deps): bump dayjs from 1.11.5 to 1.11.7 by @dependabot in #51
- build(deps-dev): bump rollup from 3.7.3 to 3.7.5 by @dependabot in #50
- build(deps-dev): bump @commitlint/config-conventional from 17.1.0 to 17.3.0 by @dependabot in #49
- build(deps-dev): bump husky from 8.0.1 to 8.0.2 by @dependabot in #48
- build(deps): bump vue from 3.2.41 to 3.2.45 by @dependabot in #47
- style(global): apply design by @ZonaHex in #37
- feat: support multiple sql statements by @ZonaHex in #53
- style: edit log style by @ZonaHex in #55
- build(deps-dev): bump @types/lodash from 4.14.186 to 4.14.191 by @dependabot in #62
- build(deps-dev): bump vue-tsc from 1.0.8 to 1.0.17 by @dependabot in #58
- build(deps): bump pinia from 2.0.23 to 2.0.28 by @dependabot in #59
- build(deps-dev): bump @vitejs/plugin-vue-jsx from 2.0.1 to 2.1.1 by @dependabot in #60
- build(deps-dev): bump unplugin-vue-components from 0.22.8 to 0.22.12 by @dependabot in #61
- style: fix style after checked by designer by @ZonaHex in #56
- build(rollup): add rollup config by @alili in #57
- build: bump @typescript-eslint/parser from 5.46.1 to 5.47.1 by @dependabot in #64
- build: bump echarts from 5.4.0 to 5.4.1 by @dependabot in #65
- build: bump vue-tsc from 1.0.17 to 1.0.19 by @dependabot in #66
- build: bump @arco-design/web-vue from 2.37.4 to 2.41.0 by @dependabot in #67
- build: bump @commitlint/cli from 17.1.2 to 17.3.0 by @dependabot in #68
- fix: config base pash for github page by @waynexia in #69
- fix(editor): code update works if lines are more than 32 by @ZonaHex in #71
- docs: add docker compose sample by @sunng87 in #74
- fix: disable port in redirect for nginx by @sunng87 in #81
- fix(compose): failed to start container by @yuanbohan in #82
- build: bump @volar/vue-language-plugin-pug from 1.0.13 to 1.0.24 by @dependabot in #79
- build: bump eslint from 8.29.0 to 8.31.0 by @dependabot in #78
- build: bump stylelint-config-standard from 28.0.0 to 29.0.0 by @dependabot in #76
- build: bump vue-echarts from 6.2.4 to 6.5.0 by @dependabot in #77
- Feat: add script editor by @ZonaHex in #63
- build: bump eslint-import-resolver-typescript from 3.5.1 to 3.5.3 by @dependabot in #89
- build: bump json5 from 1.0.1 to 1.0.2 by @dependabot in #86
- build: bump eslint-plugin-import from 2.26.0 to 2.27.4 by @dependabot in #87
- build: bump query-string from 7.1.1 to 8.1.0 by @dependabot in #88
- build: bump @typescript-eslint/parser from 5.47.1 to 5.48.1 by @dependabot in #83
- fix(table): table head with decimal point not showing by @ZonaHex in #92
- fix(docker): failed to build image on Mac M1 by @yuanbohan in #91
- build: bump husky from 8.0.2 to 8.0.3 by @dependabot in #98
- docs(readme): add screenshot by @ZonaHex in #100
- docs: README about docker by @ZonaHex in #101
- feat(test): add auth&database setting by @ZonaHex in #102
- fix(lock): update package and yarn lock by @ZonaHex in #105
- build: bump @typescript-eslint/eslint-plugin from 5.40.0 to 5.49.0 by @dependabot in #99
- build: bump @commitlint/cli from 17.3.0 to 17.4.2 by @dependabot in #97
- build: bump unplugin-auto-import from 0.11.4 to 0.12.1 by @dependabot in #96
- build: bump pinia from 2.0.28 to 2.0.29 by @dependabot in #95
- Dependabot/npm_and_yarn/pinia-2.0.29 by @alili in #106
- build: bump @types/node from 18.11.13 to 18.11.18 by @dependabot in #94
- refactor(api): use axios params by @ZonaHex in #107
- fix: production mode is not cloud by @ZonaHex in #109
- refactor: change file structure; rename sql to query by @ZonaHex in #108
- fix(docker): always pull latest images before compose up by @ZonaHex in #110
- feat(api): use body for api data; support scripts schema by @ZonaHex in #111
- build: delete yarn lock by @ZonaHex in #112
- fix(api): move db from body to params by @ZonaHex in #116
- build: bump lint-staged from 13.0.3 to 13.1.1 by @dependabot in #117
- build: bump eslint-plugin-import from 2.27.4 to 2.27.5 by @dependabot in #118
- build: bump @codemirror/lang-sql from 6.3.3 to 6.4.0 by @dependabot in #120
- build: bump arco-design-pro-vue from 2.5.13 to 2.6.1 by @dependabot in #119
- Revert "build: bump @codemirror/lang-sql...