-
652937f7f5
feat: add visual filter builder with SQL fallback for table data
main
Aleksey Shakhmatov
2026-04-08 15:30:29 +03:00
-
d431352816
Merge pull request 'main' (#2) from main into master
master
Alexey Shakhmatov
2026-04-08 10:04:43 +00:00
-
-
-
-
931e2b9408
ci: skip AppImage bundle, build only deb and rpm
Aleksey Shakhmatov
2026-04-08 12:24:23 +03:00
-
02ea9db25d
ci: set APPIMAGE_EXTRACT_AND_RUN for linuxdeploy in container
Aleksey Shakhmatov
2026-04-08 12:02:46 +03:00
-
318210bdd8
ci: add xdg-utils for AppImage bundling
Aleksey Shakhmatov
2026-04-08 11:47:51 +03:00
-
11e35fcb5c
chore: bump MSRV to 1.80.0 for LazyLock support
Aleksey Shakhmatov
2026-04-08 11:35:56 +03:00
-
50214fec0f
perf: optimize backend — HTTP client, DB queries, error handling, and config cleanup
Aleksey Shakhmatov
2026-04-08 10:50:40 +03:00
-
28aa4ef8cc
style: apply rustfmt to docker and snapshot commands
Aleksey Shakhmatov
2026-04-08 10:38:07 +03:00
-
ba9b58ff3a
ci: replace actions/checkout with manual git clone for act runner
Aleksey Shakhmatov
2026-04-08 10:23:58 +03:00
-
33b07a31da
ci: add workflow_dispatch trigger to CI workflow
fix/eslint-react-hooks-violations
Aleksey Shakhmatov
2026-04-08 10:09:30 +03:00
-
-
2d2dcdc4a8
fix: resolve all 25 ESLint react-hooks and react-refresh violations
Aleksey Shakhmatov
2026-04-08 07:41:34 +03:00
-
9237c7dd8e
perf: optimize HTTP client, DB queries, and clean up dead code
Aleksey Shakhmatov
2026-04-06 13:13:03 +03:00
-
6b925d6260
style: apply rustfmt, fix clippy warnings, and minor code cleanup
Aleksey Shakhmatov
2026-04-06 13:12:52 +03:00
-
1e002d801a
chore: update build config, linting, and add test infrastructure
Aleksey Shakhmatov
2026-04-06 13:12:43 +03:00
-
f8dd94a6c7
chore: remove node_modules prerequisite from make dev
Aleksey Shakhmatov
2026-04-06 10:27:24 +03:00
-
4e5714b291
feat: redesign UI with Twilight design system
Aleksey Shakhmatov
2026-04-06 10:27:20 +03:00
-
64e27f79a4
ci: configure Gitea Actions for Docker-based runner
Aleksey Shakhmatov
2026-03-26 15:38:00 +03:00
-
ab898262dd
ci: add Gitea Actions workflows for Linux-only CI and release
Aleksey Shakhmatov
2026-03-24 14:30:40 +03:00
-
e984bf233e
ci: add cross-platform builds for Linux, macOS (Intel + ARM), and Windows
A.Shakhmatov
2026-02-27 17:21:09 +03:00
-
34c80809f1
fix: prevent snapshot hang caused by u8 overflow in progress calculation
A.Shakhmatov
2026-02-21 17:45:58 +03:00
-
a3b05b0328
feat: add AI data validation, test data generator, index advisor, and snapshots
A.Shakhmatov
2026-02-21 13:27:41 +03:00
-
d507162377
fix: harden security, reduce duplication, and improve robustness
A.Shakhmatov
2026-02-21 11:41:14 +03:00
-
baa794b66a
feat: fallback to ctid for editing tables without primary key
A.Shakhmatov
2026-02-18 16:14:26 +03:00
-
e76a96deb8
feat: add unified Settings sheet, MCP indicator, and Docker host config
A.Shakhmatov
2026-02-16 09:04:12 +03:00
-
20b00e55b0
fix: improve Docker clone reliability and log display
A.Shakhmatov
2026-02-15 19:41:59 +03:00
-
1ce5f78de8
feat: add Clone Database to Docker functionality
A.Shakhmatov
2026-02-15 19:27:16 +03:00
-
f68057beef
fix: remove duplicate app name from toolbar
A.Shakhmatov
2026-02-15 16:38:57 +03:00
-
94df94db7c
feat: add ER diagram and enhance TableStructure with FK details, triggers, comments
A.Shakhmatov
2026-02-15 16:37:38 +03:00
-
b44254bb29
fix: preserve tab state when switching between tabs
A.Shakhmatov
2026-02-13 19:45:45 +03:00
-
a71afe8d5e
fix: enable horizontal scroll in entity lookup and increase timeout to 120s
A.Shakhmatov
2026-02-13 19:26:33 +03:00
-
f8a53e1166
fix: add PostgreSQL array type support in pg_value_to_json
A.Shakhmatov
2026-02-13 19:17:50 +03:00
-
c8ba0eac81
fix: enable text selection in results panel and preserve AI prompt
A.Shakhmatov
2026-02-13 19:10:36 +03:00
-
3ad0ee5cc3
feat: add AI Explain Query and Fix Error via Ollama
A.Shakhmatov
2026-02-13 18:48:39 +03:00
-
c001ad597f
feat: add schema caching with 5-min staleTime and refresh button
A.Shakhmatov
2026-02-13 18:32:18 +03:00
-
e8d99c645b
feat: add Greenplum 7 compatibility and AI SQL generation
A.Shakhmatov
2026-02-13 18:24:06 +03:00
-
d5cff8bd5e
feat: add cross-database entity lookup for searching column values across all databases
A.Shakhmatov
2026-02-13 17:28:33 +03:00
-
a2371f00df
feat: add JSON view mode toggle for query results
A.Shakhmatov
2026-02-13 13:05:52 +03:00
-
e02225a3b9
fix: use tauri::async_runtime::spawn for MCP server
A.Shakhmatov
2026-02-12 14:03:26 +03:00
-
4b6c547bcf
fix: use --no-bundle in build/install, split bundle targets
A.Shakhmatov
2026-02-12 13:49:10 +03:00
-
32486b0524
feat: add embedded MCP server and Makefile
A.Shakhmatov
2026-02-12 13:24:25 +03:00
-
ded35d8c40
docs: add CLAUDE.md with project architecture and dev commands
A.Shakhmatov
2026-02-12 12:18:20 +03:00
-
9d54167023
feat: add column sort, SQL formatter, table stats, insert dialog, saved queries & sessions monitor
A.Shakhmatov
2026-02-12 11:52:05 +03:00
-
ab72eeee80
feat: add reconnect button to toolbar
A.Shakhmatov
2026-02-12 01:12:45 +03:00
-
47b040fadf
feat: add DSN input mode to connection dialog
A.Shakhmatov
2026-02-11 22:19:38 +03:00
-
cebe2a307a
feat: add database, role & privilege management
A.Shakhmatov
2026-02-11 22:11:02 +03:00
-
d3b98f9261
fix: widen connection selector to fit environment badge
A.Shakhmatov
2026-02-11 21:44:48 +03:00
-
c0a108a132
fix: remove duplicate color dot from connection selector trigger
A.Shakhmatov
2026-02-11 21:44:01 +03:00
-
106e2497df
fix: remove duplicate environment badges from toolbar
A.Shakhmatov
2026-02-11 21:42:34 +03:00
-
7f82ffe7f1
feat: add environment labels (local/dev/stage/prod) for connections
A.Shakhmatov
2026-02-11 21:40:50 +03:00
-
ebc6a7e51a
feat: add CSV/JSON export buttons to query results and table data view
A.Shakhmatov
2026-02-11 21:23:07 +03:00
-
3b3e225e8f
feat: add connection colors, query history, SQL autocomplete, and EXPLAIN visualizer
A.Shakhmatov
2026-02-11 20:22:10 +03:00
-
72c362dfae
feat: add per-connection read-only mode
A.Shakhmatov
2026-02-11 19:36:19 +03:00
-
9b9d2cee94
feat: add table data viewer, structure inspector, and export
A.Shakhmatov
2026-02-11 19:06:54 +03:00
-
13a8535b5c
feat: add SQL editor, query results, and workspace panels
A.Shakhmatov
2026-02-11 19:06:48 +03:00
-
d333732346
feat: add schema browser sidebar and app layout
A.Shakhmatov
2026-02-11 19:06:42 +03:00
-
734b84b525
feat: add connection management UI
A.Shakhmatov
2026-02-11 19:06:35 +03:00
-
9b675babd5
feat: add Tauri v2 Rust backend with PostgreSQL support
A.Shakhmatov
2026-02-11 19:06:27 +03:00
-
27bdbf0112
feat: scaffold Tauri v2 + React + TypeScript + shadcn/ui project
A.Shakhmatov
2026-02-11 19:06:20 +03:00