All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.
v0.2.2 - 2024-09-25
v0.2.1 - 2024-09-25
v0.2.0 - 2024-09-23
- (ui.sidebar) open project GitHub when clicking github icon button - (dd8b3ad) - @octal
- add google gcs datasource configuration options - (ea782aa) - @octal
- (ci) update release gh workflow tag prefix - (fdf6b1e) - @octal
- (version) update version in tauri.conf.json - (66364f0) - @octal
- (version) bump version in Cargo.toml - (a992442) - @octal
- (version) v0.2.0 - (1f7ba32) - @octal
- configure tag prefix for cog - (00f1a89) - @octal
- make window maximized by default - (2a9e8a2) - @octal
- bump CHANGELOG - (0fdcff7) - @octal
0.1.0 - 2024-09-16
- (backend) properly unespace characters before executing sql query - (4e52725) - @octal
- (ci) attempt to fix build on macos by increasing node heap size - (d3eabfe) - @octal
- (components) make sure that path that represents a directory structure end with a '/' delimiter - (2526c79) - @octal
- (lens) properly handle Dictionary DataType - (6814427) - @octal
- (ui) properly expand databases - (3d3a99b) - @octal
- (ui) fix import in query pane - (109afc8) - @octal
- (ui) correctly bind checked property to switch options in create table dialog - (3b3e8a6) - @octal
- (ui) properly display last page number - (6b6d87f) - @octal
- (ui) properly use options when creating table - (9ac1f52) - @octal
- (ui) make query result table columns reactive - (77b7505) - @octal
- (ui) properly refresh query string when reneweing query from history - (ab61de4) - @octal
- (ui) make query results table reactive when stream updates - (a733f40) - @octal
- (ui) make datasource URL reactive in DatasourceDialog and properly type datasource item - (280db57) - @octal
- (ui) add ScrollArea to aws region selection - (9eb4f63) - @octal
- (ui.query) remove tanstack table until we figure how to to properly make data reactive - (6205a69) - @octal
- (ui.query) removed
$effect
on query results table - (be9cc19) - @octal - add tauri-apps/cli to dependencies - (95ca564) - @octal
- add session token to AWS credentials for SSO login - (51a9eaa) - @octal
- (release) add workflow_dispatch trigger - (a36ac53) - @octal
- (release) update dependencies for ubuntu 22.04 - (e6f79a6) - @octal
- (release) go back to yarn to install dependencies - (51c2f9b) - @octal
- (release) use pnpm to install dependencies - (ba74528) - @octal
- (release) use pnpm cache in release workflow - (88eba8a) - @octal
- prepare release workflow - (59361bd) - @octal
- add basic build action - (2ce4b42) - @octal
- (backend) add command to close stream - (a29e26c) - @octal
- (ui) add context menu to drop schema and table - (9ea1d83) - @octal
- (ui) add stopwatch to measure query execution time - (3f19b52) - @octal
- (ui) queries can now have a title - (050382d) - @octal
- (ui) add support for drag and dropping files directly to the explorer for quick table creation - (4949b1d) - @octal
- (ui) add "multi lines" option to csv options - (ea5406c) - @octal
- (ui) add Monaco editor and SQL syntax highlighting - (6b69fda) - @octal
- (ui) make both panes closable in split mode - (12581c0) - @octal
- (ui) add sidebar and light/dark mode toggle dropdown - (50d3dc3) - @octal
- (ui) add overlay to query pane - (6aa6e8a) - @octal
- (ui) add query renewing - (fc276a3) - @octal
- (ui) add query history - (b93d9e4) - @octal
- (ui) show row number in results table - (1a81fc6) - @octal
- (ui) add dialog to export query results - (15d16ff) - @octal
- (ui) add pagination to raw text display in query results pane - (8d7779d) - @octal
- (ui) use TanStack table to display data and allow for column sorting - (04b2c76) - @octal
- (ui) add horizontal and vertical split to query pane - (b44f57c) - @octal
- (ui) add progress bar in results table when loading data - (c84b7ab) - @octal
- (ui) add indeterminate progress bar - (932b3e9) - @octal
- (ui) add spinner to give user feedback when a table is being created - (da0ed13) - @octal
- (ui) add sql query execution and results table - (f4d1ecf) - @octal
- (ui) add table creation - (3095c77) - @octal
- (ui.aws) add a list of SSO profiles retrieved from configuration file when configuring s3 datasource through SSO - (f8bfcbe) - @octal
- (ui.table) add a way to specify type for a partition column - (e5fbedf) - @octal
- add aws SSO login - (b7f2046) - @octal
- (README) put logo - (b91ba4a) - @octal
- (README) add lens logo as an asset - (71cfe04) - @octal
- (backend) update datafusion and other dependencies - (ebbfd94) - @octal
- (backend) rename default database to lens - (fbd631c) - @octal
- (backend) update Cargo toml metadata - (920ecbb) - @octal
- (ui) tweak icons - (502b838) - @octal
- (ui) improve query title handling - (c4fc318) - @octal
- (ui) replace spinner when refreshing entities by infinite progress bar - (8ad1271) - @octal
- (ui) reduce query pane top bar height - (0a9509c) - @octal
- (ui) update query panel scroll area - (93642a0) - @octal
- (ui) reorganize file structure - (0747327) - @octal
- (ui) add scroll area to left panel - (0db98a2) - @octal
- (ui) add icons to left side bar - (30f4d1a) - @octal
- (ui) reduce size of table column items - (0071218) - @octal
- (ui) properly animate carret in objects tree - (e3c2a9c) - @octal
- (ui) reset query state when a query results in an error - (8f29d0d) - @octal
- (ui) make main content height full screen - (dcb9c95) - @octal
- (ui.query) properly disable export button when there is no data to export - (c037e23) - @octal
- remove CHANGELOG - (d8ea8e7) - @octal
- add CHANGELOG - (b893330) - @octal
- properly type Grid rest props - (f7409a5) - @octal
- rename package to lens - (1cc71de) - @octal
- update icons - (fe97e7b) - @octal
- reformatting - (9bddd61) - @octal
- update logo - (8f2bec6) - @octal
- rename to lens - (1657d7a) - @octal
- update demo gif with higher quality - (9186b9a) - @octal
- update demo gif - (2fa9d6c) - @octal
- add demo video to assets - (e4ca28d) - @octal
- add funding - (dd6ca1b) - @octal
- update README - (e81f7aa) - @octal
- remove unused import - (ab2d176) - @octal
- add default catalog and schema - (2fe6402) - @octal
- add theme and logo - (eab6195) - @octal
- create basic README - (79264ee) - @octal
Changelog generated by cocogitto.