* 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