Commit Graph

  • 4477b1ca1f fix(canvas): prevent canvas blink and lag on primary field edit (#725) Guy Ben-Aharon 2025-05-26 17:39:05 +03:00
  • cd443466c7 fix(canvas): prevent canvas blink and lag on field edit (#723) Guy Ben-Aharon 2025-05-26 16:57:25 +03:00
  • 18012ddab1 fix(custom_types): fix custom types on storage provider (#722) Guy Ben-Aharon 2025-05-26 15:51:39 +03:00
  • beb015194f fix(custom_types): fix custom types on storage provider (#721) Guy Ben-Aharon 2025-05-26 15:42:22 +03:00
  • c3904d9fdd feat(custom-types): add enums and composite types for Postgres (#714) Jonathan Fishner 2025-05-26 15:18:49 +03:00
  • aee5779983 fix(menu): add oracle to import menu (#713) Guy Ben-Aharon 2025-05-21 12:56:27 +03:00
  • 765a1c4354 feat(oracle): support oracle in ChartDB (#709) Jonathan Fishner 2025-05-21 12:12:48 +03:00
  • 86840a8822 chore(main): release 1.12.0 (#662) v1.12.0 Guy Ben-Aharon 2025-05-21 12:03:11 +03:00
  • 487fb2d5c1 fix(sql-script): change ddl to be sql-script (#710) Jonathan Fishner 2025-05-20 17:52:08 +03:00
  • 54d5e96a6d fix(expanded-table): persist expanded state across renders (#707) Jonathan Fishner 2025-05-20 12:04:11 +03:00
  • 481ad3c844 fix(import-database): remove view_definition when importing via query (#702) Jonathan Fishner 2025-05-14 18:59:09 +03:00
  • 0ce85cf76b fix(export image): Fix usage of advanced options accordion (#703) Guy Ben-Aharon 2025-05-14 18:41:05 +03:00
  • 5849e4586c fix(ddl): inline fks ddl script (#701) Jonathan Fishner 2025-05-13 11:47:22 +03:00
  • 34c0a7163f fix(import): dbml and query - senetize before import (#699) Jonathan Fishner 2025-05-12 19:10:40 +03:00
  • 89e3ceab00 fix(postgres): fix import of postgres fks (#700) Jonathan Fishner 2025-05-12 18:22:30 +03:00
  • 5a5e64abef fix(import-database): auto detect when user try to import ddl script (#698) Jonathan Fishner 2025-05-12 09:44:35 +03:00
  • 2368e0d263 fix(import-json): for broken json imports (#697) Jonathan Fishner 2025-05-11 18:17:52 +03:00
  • 547149da44 fix(dependencies): hide icon when diagram has no dependencies (#684) Jonathan Fishner 2025-05-08 16:28:31 +03:00
  • a1144bbf76 fix(ddl-import): fix datatypes when importing via ddl (#696) Jonathan Fishner 2025-05-08 14:48:08 +03:00
  • 6b8d637b75 feat(image-export): add transparent and pattern export image toggles (#671) STPN 2025-05-08 13:35:17 +02:00
  • fd47eb7f4b update email address (#695) Guy Ben-Aharon 2025-05-07 19:34:14 +03:00
  • 7db86dcf8c fix(navbar): open diagram directly from diagram icon (#694) Guy Ben-Aharon 2025-05-07 18:24:22 +03:00
  • e75323c16e update config fix (#693) Guy Ben-Aharon 2025-05-07 18:20:15 +03:00
  • 97d01d7201 fix(translations): Add some translations for ru-RU language (#690) Тоха Лис 2025-05-07 13:21:26 +05:00
  • 90b42a4bb7 update created at on examples (#691) Guy Ben-Aharon 2025-05-04 13:47:39 +03:00
  • fbf2fe919c fix(dbml-editor): add inline refs mode + fix issues with DBML syntax (#687) Jonathan Fishner 2025-05-03 17:53:36 +03:00
  • d3ddf7c51e fix(performance): update field only when changed (#685) Guy Ben-Aharon 2025-04-30 17:16:57 +03:00
  • 5759241573 fix(dbml-editor): remove invalid fields before showing DBML + warning (#683) Jonathan Fishner 2025-04-30 12:08:35 +03:00
  • 3747abbc3b refactor(dialog): pass params to create diagram dialog (#682) Guy Ben-Aharon 2025-04-29 17:39:48 +03:00
  • 226e6cf1ce fix(import-json): simplify import script for fixing invalid JSON (#681) Jonathan Fishner 2025-04-29 17:36:28 +03:00
  • 1778abb683 fix(examples): fix clone examples (#679) Guy Ben-Aharon 2025-04-27 15:25:49 +03:00
  • 90a20dd1b0 fix(examples): add loader (#678) Guy Ben-Aharon 2025-04-27 15:04:42 +03:00
  • 21c9129e14 feat(examples): update examples to have areas (#677) Jonathan Fishner 2025-04-27 14:32:03 +03:00
  • 19d2d0bddd fix(table): enhance field focus behavior to include table hover state (#676) Guy Ben-Aharon 2025-04-27 12:44:07 +03:00
  • 83c43332d4 fix(performance): Only render visible (#672) Guy Ben-Aharon 2025-04-23 12:11:27 +03:00
  • 3a1b8d1db1 fix: add sorting based on how common the datatype on side-panel (#651) Jonathan Fishner 2025-04-23 11:48:31 +03:00
  • 46426e27b4 add cla workflow (#667) Guy Ben-Aharon 2025-04-22 17:27:29 +03:00
  • 9402822fa3 fix(canvas): disable edit area name on read only (#666) Guy Ben-Aharon 2025-04-22 16:39:21 +03:00
  • 651fe361fc fix(canvas): read only mode (#665) Guy Ben-Aharon 2025-04-22 16:29:39 +03:00
  • aee1713aec fix(clone): add areas to clone diagram (#664) Guy Ben-Aharon 2025-04-22 15:44:38 +03:00
  • ecfa14829b fix(schema): add areas to diagram schema (#663) Guy Ben-Aharon 2025-04-22 15:24:21 +03:00
  • 92e3ec785c feat(areas): implement area to enable logical diagram arrangement (#661) Guy Ben-Aharon 2025-04-22 15:00:52 +03:00
  • 8102f19f79 chore(main): release 1.11.0 (#637) v1.11.0 Guy Ben-Aharon 2025-04-17 20:35:00 +03:00
  • 840a00ebcd update x.com link (#659) Jonathan Fishner 2025-04-17 19:08:30 +03:00
  • 181f96d250 ci: support multi-arch build and publish (#656) Torgny Bjers 2025-04-15 09:04:28 -04:00
  • ce2389f135 fix(sidebar): turn sidebar to responsive for mobile (#658) Guy Ben-Aharon 2025-04-13 16:23:49 +03:00
  • f15dc77f33 update twitter (#654) Guy Ben-Aharon 2025-04-09 12:05:56 +03:00
  • caa81c24a6 fix(import): display query result formatted (#644) Jonathan Fishner 2025-04-08 14:56:51 +03:00
  • e3cb62788c fix(performance): Import deps dynamically (#652) Guy Ben-Aharon 2025-04-07 17:08:02 +03:00
  • fc46cbb893 feat: add sidebar footer help buttons (#650) Jonathan Fishner 2025-04-07 12:47:56 +03:00
  • d94a71e9e1 add colors to diff (#647) Guy Ben-Aharon 2025-04-04 11:20:25 +03:00
  • cf81253535 fix(mysql-ddl): update the script to import - for create fks (#642) Jonathan Fishner 2025-04-04 09:15:28 +03:00
  • 25c4b42538 fix(mobile): fix create diagram modal on mobile (#646) Guy Ben-Aharon 2025-04-04 09:09:04 +03:00
  • f7a6e0cb5e feat(import-sql): import postgresql via SQL (DDL script) (#639) Jonathan Fishner 2025-04-02 13:55:59 +03:00
  • 85275e5dd6 fix: remove unused links from help menu (#623) Jonathan Fishner 2025-03-30 20:24:36 +03:00
  • 4e5b467ce5 remove hidden from table type (#638) Guy Ben-Aharon 2025-03-30 15:47:56 +03:00
  • 874aa5ab75 update diff types (#636) Guy Ben-Aharon 2025-03-30 15:40:51 +03:00
  • 0940d72d5d fix(import): strict parse of database metadata (#635) Guy Ben-Aharon 2025-03-27 17:32:35 +02:00
  • 0d1739d70f alignments (#633) Guy Ben-Aharon 2025-03-26 17:10:05 +02:00
  • 60fe0843ac chore(main): release 1.10.0 (#619) v1.10.0 Guy Ben-Aharon 2025-03-25 11:18:58 +02:00
  • 794f226209 feat(cloudflare-d1): add support to cloudflare-d1 + wrangler cli (#632) Jonathan Fishner 2025-03-25 11:15:23 +02:00
  • 2fbf3476b8 fix(export-sql): move from AI sql-export for MySQL&MariaDB to deterministic script (#628) Jonathan Fishner 2025-03-20 11:26:45 +02:00
  • 897ac60a82 fix(export-sql): move from AI sql-export for sqlite to deterministic script (#627) Jonathan Fishner 2025-03-20 11:17:30 +02:00
  • 18f228ca1d fix(export-sql): move from AI sql-export for postgres to deterministic script (#626) Jonathan Fishner 2025-03-19 11:02:01 +02:00
  • 14de30b7aa fix(dbml-editor): dealing with dbml editor for non-generic db-type (#624) Jonathan Fishner 2025-03-17 19:40:12 +02:00
  • 3faa39e787 fix(sidebar): opens sidepanel in case its closed and click on sidebar (#620) Guy Ben-Aharon 2025-03-13 15:41:39 +02:00
  • 63b5ba0bb9 fix(sidebar): add sidebar for diagram objects (#618) Guy Ben-Aharon 2025-03-13 15:07:01 +02:00
  • 44eac7daff chore(main): release 1.9.0 (#607) v1.9.0 Guy Ben-Aharon 2025-03-13 12:20:07 +02:00
  • 502472b083 fix: remove Buckle dialog (#617) Guy Ben-Aharon 2025-03-13 11:32:54 +02:00
  • 52d2ea596c add diff mode (#614) Guy Ben-Aharon 2025-03-13 11:12:11 +02:00
  • bd67ccfbcf feat(chart max length): enable edit length from data type select box (#616) Guy Ben-Aharon 2025-03-11 18:49:10 +02:00
  • 62beb68fa1 feat(canvas): highlight the Show-All button when No-Tables are visible in the canvas (#612) Jonathan Fishner 2025-03-10 15:51:33 +02:00
  • 09b1275475 feat(chart max length): add support for edit char max length (#613) Guy Ben-Aharon 2025-03-10 13:25:55 +02:00
  • 5dd7fe75d1 fix(performance): Optimize performance of field comments editing (#610) Guy Ben-Aharon 2025-03-05 18:20:04 +02:00
  • 2939320a15 fix(cardinality): set true as default (#583) Jonathan Fishner 2025-03-04 11:07:49 +02:00
  • a643852837 fix(shorcuts): add shortcut to toggle the theme (#602) Jonathan Fishner 2025-03-04 10:28:30 +02:00
  • 467ff697c9 chore(main): release 1.8.1 (#581) v1.8.1 Guy Ben-Aharon 2025-03-02 13:15:36 +02:00
  • d6919f3033 fix(docker config): Environment Variable Handling and Configuration Logic (#605) Sibi Krishnamoorthy 2025-03-02 16:42:39 +05:30
  • 56382a9fdc fix(sql_server_export): use sql server export (#600) Guy Ben-Aharon 2025-02-26 22:05:40 +02:00
  • e06eb2a48e fix(import-mssql): fix import/export scripts to handle data correctly (#598) Jonathan Fishner 2025-02-26 21:38:34 +02:00
  • 543b716c77 refactor: move export diagram to hook (#599) Guy Ben-Aharon 2025-02-26 20:03:26 +02:00
  • b55d631146 fix(add-docs): add link to ChartDB documentation (#597) Jonathan Fishner 2025-02-24 21:35:10 +02:00
  • ef118929ad fix: open create new diagram when there is no diagram (#594) Guy Ben-Aharon 2025-02-23 21:19:40 +02:00
  • 68f48190c9 fix(open diagram): in case there is no diagram, opens the dialog (#593) Guy Ben-Aharon 2025-02-23 19:57:01 +02:00
  • bba265ad43 refactor(editor): import default diagram (#592) Guy Ben-Aharon 2025-02-23 15:13:57 +02:00
  • cbc4e85a14 fix: components config (#591) Guy Ben-Aharon 2025-02-23 09:16:55 +02:00
  • 26a0a5b550 fix(menu-backup): update export to be backup (#590) Jonathan Fishner 2025-02-23 09:14:27 +02:00
  • b935b7f251 fix(img-export): add ChartDB watermark to exported image (#588) Jonathan Fishner 2025-02-23 08:42:37 +02:00
  • a1c0cf102a fix(side-panel): simplify how to add field and index (#573) Jonathan Fishner 2025-02-19 14:46:41 +02:00
  • 595e3db0b3 fix(import-db): handle direct query copy-paste instead of fetched JSON jf/wrong_import_db_command johnnyfish 2025-02-17 20:28:15 +02:00
  • daf36cef34 fix(mssql-import): automatically open SSMS info when input length is close to 65535 (±500) jf/fix_mssql_import_length johnnyfish 2025-02-17 20:04:50 +02:00
  • ab89bad6d5 fix(i18n): add [FR] translation (#579) Anthony Mini 2025-02-16 19:08:18 +01:00
  • deb218423f fix(sqlite-import): import nuallable columns correctly + add json type (#571) Jonathan Fishner 2025-02-16 11:36:02 +02:00
  • 48342471ac fix(empty-state): show diff buttons on import-dbml when triggered by empty (#574) Jonathan Fishner 2025-02-13 17:53:21 +02:00
  • 47bb87a88f chore(main): release 1.8.0 (#558) v1.8.0 Guy Ben-Aharon 2025-02-13 15:49:53 +02:00
  • a96c2e1078 fix(docker): add option to hide popups (#580) Guy Ben-Aharon 2025-02-13 15:47:02 +02:00
  • 26d95eed25 fix(table actions): fix size of table actions (#578) Guy Ben-Aharon 2025-02-11 16:22:54 +02:00
  • be65328f24 fix(mssql-import): improve script readability by adding edition comment (#572) Jonathan Fishner 2025-02-10 11:00:51 +02:00
  • 85fd14fa02 fix(export-sql): show create script for only filtered schemas (#570) Jonathan Fishner 2025-02-10 10:54:22 +02:00
  • 9c485b3b01 fix(sqlserver-import): open ssms guide when max chars (#565) Jonathan Fishner 2025-02-10 10:37:32 +02:00