* 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>
* 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>
* 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