Commit graph

15 commits

Author SHA1 Message Date
Nakul Nagargade
433e1bd4c4
Enhance TypeScript support in frontend configuration (#15576)
* test: verify pre-commit hook

* fix: clean up code formatting and improve readability across multiple components

* chore: update subproject commit reference in frontend/ee

* chore: update eslint to version 9.26.0 and remove unused dependencies from package.json

fix: update submodule reference in server/ee

* chore: refactor ESLint configuration and add quiet linting script; update components to disable specific ESLint rules

* chore: add GitHub Copilot review instructions for App Builder team

Covers backward compatibility rules, styling conventions, state management,
resolution system, widget definitions, and common review flags.

* chore: add review instructions for App Builder, Data Migrations, Server Widget Config, Widget Components, and Widget Config

* Enhance TypeScript support in frontend configuration

- Added TypeScript parser and linting rules to ESLint configuration.
- Updated Babel configuration to include TypeScript preset.
- Modified package.json and package-lock.json to include TypeScript and related dependencies.
- Introduced tsconfig.json for TypeScript compiler options.
- Updated Webpack configuration to support .ts and .tsx file extensions.
- Adjusted linting and formatting scripts to include TypeScript files.

* chore: update TypeScript ESLint packages and subproject commits

---------

Co-authored-by: kavinvenkatachalam <kavin.saratha@gmail.com>
Co-authored-by: Johnson Cherian <johnsonc.dev@gmail.com>
2026-03-19 12:41:32 +05:30
Muhsin Shah
37c2e27502 refactor: remove loading state management from Workflows component and update error message in AppEnvironmentUtilService 2026-02-23 14:35:09 +05:30
Muhsin Shah
d77d6ca832 feat: add workflow versioning support in workflows and trigger execution 2026-02-18 19:08:37 +05:30
Akshay
66296cb55a
Feature: Synchronous workflow execution (#15095)
* Feat: Add sync workflow execution toggle with frontend support

Backend changes:
- Add syncExecution flag to CreateWorkflowExecutionDto
- Add queue configuration constants for workflow execution
- Remove timing debug logs from data-queries controller

Frontend changes:
- Add "Sync Execution" toggle to Workflows query editor
- Update queryPanelSlice to handle syncExecution state
- Update workflow_executions service to pass syncExecution flag

Submodule updates:
- server/ee: Sync execution backend implementation
- frontend/ee: Sync execution hook support

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Feat: Add OTEL_LOG_LEVEL env var support for pino logger

Allow explicit log level override in production via OTEL_LOG_LEVEL
environment variable, falling back to NODE_ENV-based defaults.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 17:03:56 +05:30
Midhun G S
d65f960fd2
fix: update documentation links from tooljet.ai to tooljet.com across various components (#14607)
* fix: update documentation links from tooljet.ai to tooljet.com across various components

- Changed documentation links in DataSourcePicker, QueryManagerBody, Transformation, Workflows, QueryCard, Inspector, AddNewPagePopup, and others to point to the new domain.
- Ensured consistency in link formatting and structure.
- Minor code style adjustments for readability.

* chore: update version to 3.20.42-lts across all components
2025-11-24 00:27:53 +05:30
Priyansh Rai
2d0b8384fe
Docs: add doc links for static data sources (#14175)
* added docs for static data sources

Signed-off-by: thesynthax <kushagra1403@gmail.com>

* fix: update documentation link for ToolJet DB static source

* fix: add margin to doc links

---------

Signed-off-by: thesynthax <kushagra1403@gmail.com>
Co-authored-by: thesynthax <kushagra1403@gmail.com>
2025-10-22 12:13:31 +05:30
Srimanitejas123
f7ea317b6f Updated data-cy with review comments 2025-09-11 14:10:20 +05:30
Srimanitejas123
7e30956aa7 Updated jsx with data-cy 2025-09-11 13:02:44 +05:30
Srimanitejas123
57d877c001 Added cypress spec for wf in apps 2025-09-05 16:52:34 +05:30
Muhsin Shah C P
17932d571e
feat: add workflow store to manage workflow ID state (#13239) 2025-07-08 10:56:05 +05:30
johnsoncherian
ad62add247 Merge branch 'main' into feature/modules 2025-05-28 14:11:55 +05:30
devanshu052000
c1a8c8d6c3 Integrate the popup hook in workflows 2025-05-09 12:17:44 +05:30
Kavin Venkatachalam
eed8014509 Cleaned up the logic of using module context 2025-04-30 10:35:32 +07:00
Kavin Venkatachalam
773cbcf4dc Added the logic to drop the modules and load the modules as a viewer 2025-04-25 21:12:32 +05:30
johnsoncherian
8faf6fdc40 Merge branch 'develop' into refactor/app-builder-merge-main 2024-10-22 13:31:21 +05:30