Commit graph

10490 commits

Author SHA1 Message Date
Kavin Venkatachalam
68fa104582 fix: fixed the unwanted re-renders on modules 2025-07-07 20:17:17 +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
Muhsin Shah C P
8824a26110
[pre-release] Webhook trigger isn't working & changed the workflow-node(query) creation API endpoint [dependency PR] (#13237)
* fix: update workflow query endpoint to use correct URL

* chore: update subproject commits for frontend and server

* fix: add request parameter to triggerWorkflow method in controller and interface
2025-07-07 18:41:28 +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
Muhsin Shah C P
5599a8caa2
[workflow-migration] Fixed the Loop node not saving issue. (#13229)
* feat: implement workflow query validation guard and add static data source retrieval method

* chore: update subproject commits for frontend and server

* refactor: remove ValidateWorkflowQuerySourceGuard as part of code cleanup

* fix: correct data_source_id property assignment in createWorkflowQuery function

* fix: update endpoint for createWorkflowQuery to use correct URL for workflow nodes
2025-07-07 18:11:17 +05:30
parthy007
fdd6e0ee2d Isolates validation errors 2025-07-07 17:50:50 +05:30
Nithin David Thomas
c29751e519 Fixes missing background changes 2025-07-07 17:20:55 +05:30
parthy007
b6bc83af6c Delete workspace_constant when not required 2025-07-07 17:01:54 +05:30
Vijaykant Yadav
d1f47d2e79 merge base 2025-07-07 15:55:20 +05:30
Kavin Venkatachalam
9468466ff0 chore: Updated submodules ref 2025-07-07 15:54:27 +05:30
Kavin Venkatachalam
3f500ab590 fix: Removed unwanted state causing the re-renders 2025-07-07 15:54:08 +05:30
Vijaykant Yadav
6a787813c7 update submodule 2025-07-07 15:52:06 +05:30
Vijaykant Yadav
20f59b57a8 bug fixes and design changes 2025-07-07 15:34:27 +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
Akshay Sasidharan
2cd0cacb33 chore: update comment 2025-07-07 12:43:28 +05:30
Akshay Sasidharan
ae0d92ead0 feat: disable mutti-tenant TJDB SQL mode for cloud 2025-07-07 12:39:47 +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
parthy007
a52b2ac5c9 Update submodule reference 2025-07-07 10:39:18 +05:30
Devanshu Rastogi
2447a55e22
Fix: Workflow app crashes when user clicks on response node (#13217)
* Added controller and service for fetching logs and nodes seperately

* Add inifinte scroll pagination for workflow logs

* Fix "All Nodes" not renderd on Nodes column

* Fix reducer to append logs on Logs column

* Fix: incorrect code placement

* Fix reducer to append logs on Nodes column

* Prepend execution log on workflow run

* Fix node ordering

* Decouple logs panel from workflow editor

* Update execution nodes when log panel is opened

* Reset log selection on workflow run

* Added 'updatePreviewState' function

* Update ee-server submodule reference
2025-07-07 10:37:46 +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
parthy007
bd64e3218e Update submodule reference 2025-07-04 21:43:48 +05:30
parthy007
ff1e145359 Fix module for in-mem-cache 2025-07-04 21:43:26 +05:30
Nithin David Thomas
b74d0f58f1 Fixes banner shadow 2025-07-04 19:50:16 +05:30
Nithin David Thomas
3c4c49df23
Merge branch 'main' into feat/ui-revamp-surface 2025-07-04 19:33:22 +05:30
parthy007
a7ac694658 Update submodule reference 2025-07-04 19:24:27 +05:30
parthy007
7bd397f51e Update service name 2025-07-04 19:24:05 +05:30
Nithin David Thomas
d7e17249e6 REview fixes 2025-07-04 19:21:34 +05:30
parthy007
cfff55b547 Update the submodule to add in-mem-cache as new module in EE 2025-07-04 18:11:52 +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
Muhsin Shah C P
4c67f5db8b
feat: add workflow default sources and clean source names in DataSourceSelect (#13201) 2025-07-04 16:33:05 +05:30
parthy007
9d9b84ee9a Update submodules 2025-07-04 15:48:19 +05:30
parthy007
cb1f9c4d72 Update module for in-mem-cache 2025-07-04 15:48:02 +05:30
parthy007
bbf42ddaf6 Merge branch 'release/marketplace-sprint-12' into fix/workspace-constants-mapping 2025-07-04 14:17:25 +05:30
Muhsin Shah C P
f6ed13e550
fix: Added a fallback for module context (#13190)
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2025-07-04 12:03:18 +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
Nithin David Thomas
9fc5bb6268 Review fixes related to banners 2025-07-04 10:58:56 +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