Releases: GreptimeTeam/dashboard
Releases · GreptimeTeam/dashboard
Release v0.4.2
Release v0.4.1
Release v0.4.0
What's Changed
Features
- feat: UI overhaul by @ZonaHex in #347
- feat: show query results in success message by @ZonaHex in #352
- feat: playground support promql by @alili in #339
- feat: auto refresh tables by @ZonaHex in #355
Fixes
- fix: broken links in the readme file by @LinuxSuRen in #359
- fix(editor): query code and query type not reactive by @ZonaHex in #363
- fix: read right chart params by @alili in #366
- fix(scripts): only select scripts from public db by @ZonaHex in #368
- fix: typo by @alili in #367
Others
- refactor: semantic type map, magic number and generate tree children by @ZonaHex in #335
- docs: add time features to getting started doc of playground by @nicecui in #353
- style: add menu icons for temp fix by @ZonaHex in #356
- style: copy icon and some padding by @ZonaHex in #358
- refactor: set default database (not to be 'information_schema') by @ZonaHex in #362
- docs: remove import button from getting-started.md by @alili in #364
- refactor(scripts): get column index from schemas by @ZonaHex in #365
- docs: add chart types in quick start of playground by @nicecui in #338
- build: update package lock by @alili in #333
New Contributors
- @LinuxSuRen made their first contribution in #359
Full Changelog: v0.3.3...v0.4.0
Release v0.3.3
What's Changed
Features
- feat(chart): Support different X-Axis for date types by @ZonaHex in #325
- feat(editor): Support SQL keyword hints for table and column names by @ZonaHex in #329
- feat(editor): Support PromQL hints for table and column names by @ZonaHex in #330
- feat(playground): Support PromQL by @alili in #328
Fixes
- fix: case compatibility of code types by @alili in #331
- fix(editor): stop prometheus api fetch for hints by @ZonaHex in #332
Full Changelog: v0.3.2...v0.3.3
Release v0.3.2
What's Changed
Features
Fixes
- fix: recognize big number in chart by @ZonaHex in #321
- fix: types for tree by @ZonaHex in #324
- fix: new column schemas for DB by @ZonaHex in #326
Others
- refactor: guide modal and local storage by @ZonaHex in #319
- refactor(global): settings and login by @ZonaHex in #322
- docs: add group by time intervals in playground by @nicecui in #313
- docs: data model in playground by @nicecui in #327
Full Changelog: v0.3.1...v0.3.2
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