Commit Graph

98 Commits

Author SHA1 Message Date
KarimTamani caa277577a Improved UI/UX + Lazy Loading 2026-06-10 21:43:46 +01:00
KarimTamani 6c3b431ee2 Add Oracle & MSSQL Support 2026-06-10 18:09:54 +01:00
dependabot[bot] 3985e53886 Bump rollup from 4.52.2 to 4.60.1
Bumps [rollup](https://github.com/rollup/rollup) from 4.52.2 to 4.60.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.52.2...v4.60.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.60.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-09 21:33:30 +01:00
dependabot[bot] ef27393d9a Bump the npm_and_yarn group across 1 directory with 9 updates
Bumps the npm_and_yarn group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.18.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.20` | `5.4.21` |
| [minimatch](https://github.com/isaacs/minimatch) | `3.1.2` | `3.1.5` |
| [esbuild](https://github.com/evanw/esbuild) | `0.21.5` | `removed` |
| [flatted](https://github.com/WebReflection/flatted) | `3.3.3` | `3.4.2` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.0` | `4.1.1` |
| [picomatch](https://github.com/micromatch/picomatch) | `2.3.1` | `2.3.2` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `6.23.0` | `6.30.3` |
| [tar](https://github.com/isaacs/node-tar) | `7.5.1` | `7.5.13` |



Updates `lodash` from 4.17.21 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1)

Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5)

Removes `esbuild`

Updates `flatted` from 3.3.3 to 3.4.2
- [Commits](https://github.com/WebReflection/flatted/compare/v3.3.3...v3.4.2)

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

Updates `react-router` from 6.23.0 to 6.30.3
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/react-router@6.30.3/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@6.30.3/packages/react-router)

Updates `tar` from 7.5.1 to 7.5.13
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.1...v7.5.13)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: esbuild
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: react-router
  dependency-version: 6.30.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-version: 7.5.13
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-09 21:28:31 +01:00
Tamani Karim 9feb0397bc Merge pull request #4 from stackrender/copilot/dockerize-the-application
Copilot/dockerize the application

“Merge Docker build improvements and memory fix into main
2026-03-29 16:18:18 +01:00
KarimTamani 7e7f7c7397 Increase Node memory to prevent out-of-memory errors during build 2026-03-29 16:08:59 +01:00
KarimTamani e342ffa831 Merge remote-tracking branch 'origin/main' into copilot/dockerize-the-application 2026-03-29 14:22:50 +01:00
KarimTamani f1656fafcd Updated Reade.me 2026-03-29 14:06:22 +01:00
KarimTamani caca671b36 Add View docs link in import database dialog 2026-03-29 14:04:49 +01:00
Tamani Karim 1b1c8ebdf6 Merge pull request #3 from stackrender/KarimTamani-patch-1
Add docs link
2026-03-28 19:25:40 +01:00
Tamani Karim c31ab6423b Add docs link 2026-03-28 19:25:21 +01:00
KarimTamani aa3688a0e6 Improve performance and accessibility; add documentation 2026-03-28 19:22:59 +01:00
KarimTamani 39317143b1 Update Discord link & Security contaact email 2026-02-09 22:11:29 +01:00
Tamani Karim 14db841617 Merge pull request #1 from stackrender/uiux-improvements
V1.0.2
2026-01-01 15:52:47 +01:00
KarimTamani 1d78d05468 V1.0.2 2026-01-01 15:51:17 +01:00
KarimTamani d9e5333f96 Mobile Responsivity 2026-01-01 15:49:48 +01:00
copilot-swe-agent[bot] f68b0c97bf Add comprehensive Docker documentation
Co-authored-by: oovaa <103980029+oovaa@users.noreply.github.com>
2025-11-17 08:23:23 +00:00
copilot-swe-agent[bot] 42699038ad Remove obsolete version field from docker-compose.yml
Co-authored-by: oovaa <103980029+oovaa@users.noreply.github.com>
2025-11-17 08:21:29 +00:00
copilot-swe-agent[bot] f594b4e938 Add Docker support with Dockerfile, docker-compose, and nginx config
Co-authored-by: oovaa <103980029+oovaa@users.noreply.github.com>
2025-11-17 08:17:58 +00:00
copilot-swe-agent[bot] f6511df039 Initial exploration and planning for dockerization
Co-authored-by: oovaa <103980029+oovaa@users.noreply.github.com>
2025-11-17 07:41:02 +00:00
copilot-swe-agent[bot] 9f6b61643f Initial plan 2025-11-17 07:36:56 +00:00
KarimTamani 7c443f0edf Release V1.0.1 2025-09-27 18:19:21 +01:00
KarimTamani 6bb10b86f2 Merging UI/UX Improvements with the main branch 2025-09-26 20:52:12 +01:00
KarimTamani 1348262649 Redesign the app using ShadCn UI + new feature (order tables) 2025-09-26 20:30:57 +01:00
KarimTamani c226adfb27 Edit : make <create_database_modal> default CTA create empty diagram 2025-09-01 15:28:46 +01:00
KarimTamani 0e82e5b965 Test branch protection rules 2025-08-22 17:30:12 +01:00
KarimTamani cd9861bfd8 Add Spaces 2025-08-22 17:27:56 +01:00
KarimTamani 9e5e566bdf Improved table colors , and add ring to table node v1.0.0 2025-08-22 16:57:42 +01:00
KarimTamani ed19a5dc9b add package-lock.json 2025-08-19 20:25:52 +01:00
KarimTamani cff1cce906 Add NavBar 2025-08-16 11:27:02 +01:00
Tamani Karim 25eb5f603b Create SECURITY.md 2025-08-15 18:53:23 +01:00
Tamani Karim 596a8d2728 Create pull_request_template.md 2025-08-15 18:51:50 +01:00
Tamani Karim 5381579dfe Delete .github/ISSUE_TEMPLATE/pull_request_template.md 2025-08-15 18:51:08 +01:00
Tamani Karim c6c0377fb4 Create pull_request_template.md 2025-08-15 18:48:44 +01:00
Tamani Karim 3994701811 Update issue templates 2025-08-15 18:38:46 +01:00
Tamani Karim 3cb69c846b Update issue templates 2025-08-15 18:37:53 +01:00
Tamani Karim aba3e76e34 Update issue templates 2025-08-15 18:36:39 +01:00
Tamani Karim 0a65025dee Create CONTRIBUTING.md 2025-08-15 18:26:56 +01:00
Tamani Karim a3d62f0d43 Create CODE_OF_CONDUCT.md 2025-08-15 18:20:05 +01:00
Tamani Karim 190467433c Update LICENSE (AGPL3) 2025-08-15 17:27:42 +01:00
Tamani Karim 41a4e8e0b0 Update README.md 2025-08-15 17:23:33 +01:00
Tamani Karim 8d0f21f0d6 Update README.md 2025-08-15 17:21:18 +01:00
Tamani Karim 3d155b13b5 Update README.md 2025-08-15 17:08:24 +01:00
Tamani Karim 710c77d88e Update README.md 2025-08-15 16:24:59 +01:00
Tamani Karim a355a66fa8 Update README.md 2025-08-15 16:14:41 +01:00
Tamani Karim 97fd7ad0cc Update README.md 2025-08-15 16:07:38 +01:00
Tamani Karim 2daf4a730f Update README.md 2025-08-15 16:07:03 +01:00
Tamani Karim f9a298e62f Update README.md 2025-08-15 16:01:10 +01:00
KarimTamani b956247dac update .gitignore 2025-08-14 22:19:18 +01:00
KarimTamani 9db6ea2cba Update the Github Link in the navbar 2025-08-14 22:18:39 +01:00