Commit graph

10265 commits

Author SHA1 Message Date
Johnson Cherian
146bf83e67
Merge pull request #13272 from ToolJet/revert-13089-snapping-react-moveable
Revert "Add support to show guidelines on component drop"
2025-07-09 00:14:44 +05:30
Johnson Cherian
0b282f45d0
Revert "Add support to show guidelines on component drop" 2025-07-09 00:14:28 +05:30
Johnson Cherian
1d7f6d7731
Merge pull request #13089 from ToolJet/snapping-react-moveable
Add support to show guidelines on component drop
2025-07-09 00:13:33 +05:30
johnsoncherian
dc68be6130 Merge branch 'fix/appbuilder-02' into snapping-react-moveable 2025-07-09 00:10:18 +05:30
devanshu052000
e2034073ae Update frontend submodule reference 2025-07-08 18:53:38 +05:30
Johnson Cherian
5e6f0fc99f
Merge pull request #13244 from ToolJet/fix/resolve-module-feedbacks
fix feedbacks
2025-07-08 18:04:06 +05:30
Nakul Nagargade
4a45a8523a chore: update server submodule reference 2025-07-08 17:05:49 +05:30
Kartik Gupta
e924ce9551 update submodules 2025-07-08 16:17:14 +05:30
johnsoncherian
489c8aa950 fix:: updated filepicker default size 2025-07-08 15:31:01 +05:30
johnsoncherian
1fbd1243a0 Merge branch 'main' into fix/appbuilder-02 2025-07-08 15:30:33 +05:30
johnsoncherian
7906279667 Merge branch 'fix/appbuilder-02' into snapping-react-moveable 2025-07-08 15:18:47 +05:30
johnsoncherian
890fc2aa4e chore: update submodule reference 2025-07-08 15:03:45 +05:30
johnsoncherian
618ae95b08 Merge branch 'fix/appbuilder-02' into snapping-react-moveable 2025-07-08 15:02:52 +05:30
Kartik Gupta
1c5ff28263 cloud changes 2025-07-08 14:02:07 +05:30
Adish M
8695c63af7
Enhance Neo4j configuration and installation in Try tooljet Dockerfiles with APOC plugin support (#13248)
* Enhance Neo4j configuration and installation in Try tooljet Dockerfiles with APOC plugin support

* fix: Update Dockerfile to use the latest ToolJet image version
2025-07-08 13:09:41 +05:30
Kartik Gupta
d82ee5d307 cloud changes 2025-07-08 12:59:42 +05:30
Kartik Gupta
72ce46488b update submodule 2025-07-08 11:09:39 +05:30
Kartik Gupta
d49bbfd68b update submodule 2025-07-08 11:06:54 +05:30
Kartik Gupta
ca826d5856 fix feedbacks 2025-07-08 10:10:29 +05:30
Nakul Nagargade
bff1ec9807 Clean code 2025-07-07 19:08:23 +05:30
Nakul Nagargade
a77c54c736 Fix ghost not coming when resizing 2025-07-07 19:02:51 +05:30
Adish M
ed571cafe3
feat: Update Packer workflow to checkout lts-3.6 branch and add Neo4j setup with APOC plugin (#13225)
* feat: Update Packer workflow to checkout lts-3.6 branch and add Neo4j setup with APOC plugin

* refactor: remove deprecated EC2 ce deployment files and scripts

* fix: ensure newline at end of file in setup_app and setup_machine scripts
2025-07-07 18:14:18 +05:30
NishidhJain11
fb7c751a34
Feat/AI modularisation (#13142)
* fix deps

* Modularisation changes for Build with AI feature

* New app loading UI for Build with AI feature & added animation for chat messages

* Fix Error using AI feature

* add missing services and logic

* fix app gen

* update submodules

* EE frontend submodule updated

* update submodules

* EE frontend submodule updated post sync

* Added Artifact Preview component to ee moddules list

* Updated ai slice code

* app gen changes

* Resolved fix with AI bugs

* Resolved AI Copilot bugs

* app gen changes and query fixes

* fix query generation bugs

* update copilot

* Resolved ChatMode dropdown & popover bug fix

* Resolved PR suggestions & PreviewBox component in CE edition

* Synced frontend/ee with main

* Synced server/ee with main branch

* Enhance submodule checkout process to handle branch existence and fallback to main (#13218)

* Enhance submodule checkout process to handle branch existence and fallback to main

* Improve submodule checkout process to handle branch validation and fallback to main

* chore: Comment out Node.js setup, dependency installation, and build steps in cloud frontend workflow

* refactor: Enhance submodule checkout process to include submodule name in logs

* Update submodule checkout process to use the correct submodule name extraction method

* fix: Update submodule checkout script to use correct submodule path variable

* Improve submodule checkout process to correctly handle branch names and fallback to main

* chore: Uncomment Node.js setup, dependency installation, and build steps in cloud frontend workflow

* fix: Update branch checkout logic to use correct syntax and improve fallback handling

* fix: Update git checkout command to use -B flag for branch creation

* fix: Improve submodule checkout process to explicitly fetch branch ref before checkout

* fix: Enhance submodule checkout process with improved branch validation and error handling

* fix: Improve branch checkout logic by enhancing fetch command and validating branch existence

* fix: Enhance manual Git checkout process with improved fetch and error handling

* fix: Restore Node.js setup, dependency installation, and Netlify deployment steps in workflow

* 🔄 chore: update submodules to latest main after auto-merge

* Took sync of fix/appbuilder-02 in frontend/ee

---------

Co-authored-by: Kartik Gupta <gupta.kartik18kg@gmail.com>
Co-authored-by: Adish M <44204658+adishM98@users.noreply.github.com>
Co-authored-by: adishM98 Bot <adish.madhu@gmail.com>
2025-07-07 15:11:58 +05:30
NishidhJain11
3be1b963f8
Enable HMR & optimize build & re-build times in development mode by updating devtool source-map value (#13047)
Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>
2025-07-07 14:13:06 +05:30
adishM98 Bot
9faf886d16 🔄 chore: update submodules to latest main after auto-merge 2025-07-07 06:59:32 +00:00
Adish M
348127afd7
Enhance submodule checkout process to handle branch existence and fallback to main (#13218)
* Enhance submodule checkout process to handle branch existence and fallback to main

* Improve submodule checkout process to handle branch validation and fallback to main

* chore: Comment out Node.js setup, dependency installation, and build steps in cloud frontend workflow

* refactor: Enhance submodule checkout process to include submodule name in logs

* Update submodule checkout process to use the correct submodule name extraction method

* fix: Update submodule checkout script to use correct submodule path variable

* Improve submodule checkout process to correctly handle branch names and fallback to main

* chore: Uncomment Node.js setup, dependency installation, and build steps in cloud frontend workflow

* fix: Update branch checkout logic to use correct syntax and improve fallback handling

* fix: Update git checkout command to use -B flag for branch creation

* fix: Improve submodule checkout process to explicitly fetch branch ref before checkout

* fix: Enhance submodule checkout process with improved branch validation and error handling

* fix: Improve branch checkout logic by enhancing fetch command and validating branch existence

* fix: Enhance manual Git checkout process with improved fetch and error handling

* fix: Restore Node.js setup, dependency installation, and Netlify deployment steps in workflow
2025-07-07 12:28:45 +05:30
johnsoncherian
823c669878 merge branch 'main' into fix/appbuilder-02 2025-07-07 00:00:19 +05:30
Adish M
b1afdd4efc
refactor: Improve cloud frontend deployment workflow with manual Git checkout and enhanced user authorization (#13213) 2025-07-06 15:29:17 +05:30
adishM98 Bot
584aa7a7ee 🔄 chore: update submodules to latest main after auto-merge 2025-07-04 12:17:17 +00:00
Adish M
c99e7dd856
fix: Restore authorization check in cloud frontend deployment workflow (#13195)
* fix: Restore authorization check in cloud frontend deployment workflow

* fix: Reinstate branch prefix validation in cloud frontend deployment workflow

* fix: Enhance Netlify deployment step for cleaner output

* fix: Update cloud frontend deployment workflow for improved clarity and authorization checks

* Remove deployment completion message from cloud frontend workflow

* Remove branch prefix validation from cloud frontend deployment workflow
2025-07-04 17:46:30 +05:30
Adish M
eae10cddeb
Update Docker image build references and add cloud edition workflow (#13191) 2025-07-04 12:00:20 +05:30
Johnson Cherian
1f00aaf3ff
Merge pull request #13181 from ToolJet/fix/appbuilder-01
Appbuilder prerelease bug fixes
2025-07-04 11:34:09 +05:30
Johnson Cherian
f5ad1f034e
Merge branch 'main' into fix/appbuilder-01 2025-07-04 00:10:12 +05:30
Adish M
6355d6d509
fix: Remove outdated API redirects from netlify.toml (#13188) 2025-07-03 23:02:06 +05:30
Adish M
441306a1de
Update netlify.toml (#13187) 2025-07-03 22:37:08 +05:30
adishM98 Bot
86151ee64d 🔄 chore: update submodules to latest main after auto-merge 2025-07-03 17:02:08 +00:00
Adish M
0e8ed516b8
fix: Correct typo in TOOLJET_EDITION and update redirects in netlify.toml (#13186) 2025-07-03 22:31:21 +05:30
Kavin Venkatachalam
9769c33c60
Merge branch 'main' into fix/appbuilder-01 2025-07-03 21:49:46 +05:30
Adish M
e051caca47
fix: Update environment variable secrets for cloud deployment (#13171)
* fix: Update environment variable secrets for cloud deployment

* Add submodule checkout step to cloud frontend deployment workflow

* fix: Update checkout step to use actions/checkout@v4 and streamline configuration

* fix: Add missing environment variables for cloud deployment

* Update Node.js and NPM versions in Netlify configuration
2025-07-03 21:47:25 +05:30
Johnson Cherian
a5b28e7299
Merge branch 'main' into fix/appbuilder-01 2025-07-03 21:03:07 +05:30
johnsoncherian
1c2b312b9e chore: update version for release 2025-07-03 21:02:31 +05:30
Adish M
317f1e913f
fix: Update path for server keys in Dockerfile (#13184) 2025-07-03 20:58:10 +05:30
Adish M
b8aceb2e7a
fix: Update server installation steps in Dockerfile for consistency (#13183) 2025-07-03 20:49:15 +05:30
johnsoncherian
f60784aecc chore: update version for release 2025-07-03 20:36:37 +05:30
Johnson Cherian
105b1a4b19
Merge pull request #13176 from ToolJet/fix/pages-disable-module
Fix: disable pages on modules
2025-07-03 20:30:55 +05:30
Kavin Venkatachalam
841d660783 fix: modules are hidden if the query manager is expanded 2025-07-03 19:15:20 +05:30
Kavin Venkatachalam
ace4fe754c fix: Added a fallback for module context 2025-07-03 17:49:20 +05:30
Kavin Venkatachalam
edf657b659 Revert "fix: add fallback for useModuleId hook in query panel"
This reverts commit 27ba7dec30.
2025-07-03 17:47:41 +05:30
Kavin Venkatachalam
d9b6efefad Updated submodules ref 2025-07-03 16:39:19 +05:30
johnsoncherian
27ba7dec30 fix: add fallback for useModuleId hook in query panel
Handle case where ModuleContext is not available by wrapping
useModuleId in try-catch with 'canvas' fallback
2025-07-03 16:39:05 +05:30