Skip to content

Releases: GreptimeTeam/dashboard

Release v0.3.1

17 Aug 06:33
ea78ce8
Compare
Choose a tag to compare

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

Full Changelog: v0.3.0...v0.3.1

Release v0.3.0

14 Jul 08:36
6f12c4e
Compare
Choose a tag to compare

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

Others

New Contributors

Full Changelog: v0.2.6...v0.3.0

Release v0.2.6

02 Jun 05:05
a8c4b74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

Release v0.2.5

10 May 09:08
9adb9aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

Release v0.2.4

09 May 10:00
fc0e770
Compare
Choose a tag to compare

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

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

20 Apr 07:41
99afbc4
Compare
Choose a tag to compare

What's Changed

Features

  • feat(data-grid): Add timestamp formatter for time column header by @DiamondMofeng in #199

Fixes

  • fix: Script modal title style problem caused by PUG formatting by @ZonaHex in #229

Others

New Contributors

Full Changelog: v0.2.2...v0.2.3

Release v0.2.2

19 Apr 09:45
95b99f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

Release v0.2.1

18 Apr 03:13
5b5e55e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

17 Apr 09:41
d8b8d6e
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Others

New Contributors

Full Changelog: v0.1.0...v0.2.0

Release v0.1.0

12 Apr 08:39
af34005
Compare
Choose a tag to compare

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...
Read more