Commit graph

3106 commits

Author SHA1 Message Date
Ganesh Kumar
8dbaa5e4e2
Feat: Authorise.net plugin (#14652)
* Authorise net source code files

* fix for the claude genereted code for the authorizenet

* Removed repeted code

* Resolved review Commits

* Logo Changed

* parsing and some review comments

* fixed transaction key

* Fixed Error Messages for config Page

* chore: update version to 3.20.49-lts across all components

---------

Co-authored-by: Pratush <pratush@Pratushs-MacBook-Pro.local>
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2025-12-04 22:26:36 +05:30
Adish M
302350f33c
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14711)
Co-authored-by: johnsoncherian <57667706+johnsoncherian@users.noreply.github.com>
2025-12-04 17:40:57 +05:30
Adish M
b5cea11137
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14704)
Co-authored-by: gsmithun4 <3417097+gsmithun4@users.noreply.github.com>
2025-12-03 18:33:54 +05:30
Siddharth Pundir
26e62040d5
Added the parameters for external apis (#14619)
* Added the parameters for external apis

* Moved the filtering logic into services

* Resolving the submodule conflict

* bump version to 3.20.48-lts for all components

---------

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2025-12-03 18:31:59 +05:30
kavinvenkatachalam
16a4313302 Merge branch 'lts-3.16' into fix/content-hash-build-files 2025-11-29 16:09:03 +05:30
kavinvenkatachalam
46a9f429ca chore: update subproject commit reference in server/ee 2025-11-29 10:46:22 +05:30
Adish M
c99e9fba2f
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14679)
Co-authored-by: gsmithun4 <3417097+gsmithun4@users.noreply.github.com>
2025-11-28 23:14:23 +05:30
gsmithun4
f614d45ee2 Merge branch 'lts-3.16' into release/v3.20.47-lts 2025-11-28 23:11:39 +05:30
Adish M
ad8f6fb1df
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14678)
Co-authored-by: gsmithun4 <3417097+gsmithun4@users.noreply.github.com>
2025-11-28 17:52:20 +05:30
Midhun G S
07e8d3a3a3
Merge pull request #14634 from ToolJet/release-lts/marketplace-sprint-14
Marketplace release : Sprint 14
2025-11-28 17:50:25 +05:30
Muhsin Shah C P
addb39a248
chore: update subproject commit reference in server/ee (#14665) 2025-11-28 17:06:17 +05:30
Rohan Lahori
17624b7459
minor fixes (#14670) 2025-11-28 16:09:10 +05:30
gsmithun4
2d7c877199 Bump version to 3.20.47-lts across all components 2025-11-28 15:59:24 +05:30
kavinvenkatachalam
aca7ac6371 refactor: enhance content hash handling in build files and improve asset path replacement logic 2025-11-28 15:37:31 +05:30
Pratush Sinha
4ebd30ece7
Added option to send Sender's Name (#14650)
* Added option to send Sender's Name

* change made to Sender Name

* bump version to 3.20.46-lts in all relevant files

---------

Co-authored-by: Pratush <pratush@Pratushs-MacBook-Pro.local>
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2025-11-27 21:49:25 +05:30
Ganesh Kumar
3a4d7da1c1
Feat: Query level timeout for Postgresql datasource (#14612)
* POstgresql query level timeout implementation

* for query without parameters query level timeout has been updated

* Query level timeout at Run Query endpoint

* label for timeout is updated

* Timeout is applied at run query level

* Method name has been modified

* ref updated

* Error message modified

* Abort controller is abstracted

---------

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2025-11-27 19:47:59 +05:30
Adish M
d1e575d5f5
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14659)
Co-authored-by: akshaysasidrn <11629675+akshaysasidrn@users.noreply.github.com>
2025-11-27 12:15:19 +05:30
Akshay Sasidharan
19e9f8279f chore: bump to v3.20.45-lts 2025-11-27 12:07:09 +05:30
Akshay Sasidharan
eceed24eb5 chore: update subproject commit reference 2025-11-26 17:26:49 +05:30
Akshay Sasidharan
b4868dc10e chore: update submodule ref 2025-11-26 14:16:53 +05:30
Ganesh Kumar
c4ef85708f
Hotfix: ToolJet database postgrest schema cache will be created and reloaded irrespective of worker mode (#14645)
* tjdb schema cache will created and reloaded ir-respective of worker mode

* Bump version to 3.20.44-lts

---------

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2025-11-26 12:47:04 +05:30
Shaurya Sharma
26ccfa6d94 Version bump 2025-11-24 17:06:21 +05:30
adishM98 Bot
441f9eb8d2 fix: update entrypoint script to use ce-preview.sh for PostgreSQL initialization 2025-11-24 12:58:42 +05:30
Adish M
0a3b267a34
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14628)
Co-authored-by: gsmithun4 <3417097+gsmithun4@users.noreply.github.com>
2025-11-24 00:29:50 +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
Shaurya Sharma
8b85bce555 Version bump 2025-11-18 17:05:35 +05:30
Adish M
0e7e493f28
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14604)
Co-authored-by: gsmithun4 <3417097+gsmithun4@users.noreply.github.com>
2025-11-17 22:48:15 +05:30
Siddharth Pundir
cb06e311e0
Implemented group sync in for SAML and also changed border weak in default tooljet theme on platform (#14574)
* Handling custom scope from UI instead of env and data migration for it

* Implemented group sync in UI for SAML and also changed the border weak for default ToolJet theme on platform.

* Restrict SAML config updates to 'saml' only

* Fix the color of Appname for the dark mode

* Fixing migration issue

* Removed the consoles from migrations

* Minor fixes for save changes

* chore: update version to 3.20.40-lts across all components

---------

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2025-11-17 22:46:15 +05:30
Midhun G S
aa2dd9d99c
feat: migrate from @sentry/node to @sentry/nestjs for improved integration (#14550)
* feat: migrate from @sentry/node to @sentry/nestjs for improved integration

- Updated package dependencies to replace @sentry/node with @sentry/nestjs.
- Implemented Sentry initialization in bootstrap helper.
- Integrated Sentry exception capturing in the global exception filter.
- Removed obsolete Sentry interceptor and service modules.
- Adjusted application module to utilize new Sentry module setup.
- Updated onboarding service to use uuid from 'uuid' package instead of @sentry/utils.

* refactor: remove module-from-string dependency and use dynamic import for plugin services

* feat: add esbuild dependency to package.json and package-lock.json

* refactor: update ts-node and tsconfig-paths versions, remove unused dependencies

* refactor: replace dynamic import with vm context for plugin execution

* refactor: simplify sandbox context by using global objects for plugin execution

* refactor: enhance sandbox context creation by using createContext for plugin execution

* chore: remove unnecessary dev dependencies from package-lock.json

feat: add TextEncoder and TextDecoder to PluginsServiceSelector for better encoding support

* refactor: enhance sandbox context by organizing Node.js and Web APIs

* refactor: enhance sandbox context by adding comprehensive global objects for plugin execution

* Implement feature X to enhance user experience and fix bug Y in module Z

* Refactor imports and remove unused appContext variable in main.ts

* Bump version to 3.20.39-lts across all components
2025-11-14 22:50:04 +05:30
Adish M
32315ee13e
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14594)
Co-authored-by: gsmithun4 <3417097+gsmithun4@users.noreply.github.com>
2025-11-14 22:47:19 +05:30
Adish M
cefe61a457
feat: Add OpenTelemetry app-based metrics with query text tracking and environment filtering (#14343)
* feat: implement OpenTelemetry metrics for audit logs and enhance logging functionality

* add app parameter to data query methods for enhanced context handling

* enhance audit logging with detailed app and data source lifecycle metrics

* enhance audit metrics with separate platform and app meters, and add success/failure tracking

* enhance getOptions method to include environment name in the returned data source options

* remove appType from resourceData in AppsService and audit metrics

* enhance recordQueryMetrics to include query text and mode in audit logs

* enhance initialization logging and control query text inclusion

* Update .gitignore

* remove debug log for audit context in DataQueriesUtilService
2025-11-14 22:45:24 +05:30
Adish M
571397a0c8
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14582)
Co-authored-by: gsmithun4 <3417097+gsmithun4@users.noreply.github.com>
2025-11-13 22:40:44 +05:30
Muhsin Shah C P
0e0e1240b8
chore: update submodule to latest commit ce52f16 in server/ee (#14549) 2025-11-13 22:39:05 +05:30
Rudhra Deep Biswas
63cf3e0d48
Support for SCIM (#14538)
* Implement SCIM module with user and group management features

* Add SCIM module with user and group management features

* init

* working

* extend

* feature key

* scim auth guard

* sus

* default org

* sus

* fix: replace body-parser with NestJS json parser for SCIM routes

---------

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2025-11-13 22:38:45 +05:30
Adish M
386d34694b
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14577)
Co-authored-by: akshaysasidrn <11629675+akshaysasidrn@users.noreply.github.com>
2025-11-13 16:52:19 +05:30
Akshay
4aadb00f6b
Merge pull request #14575 from ToolJet/fix/workflow-schedule-load
Fix: Workflow schedule load
2025-11-13 16:49:37 +05:30
Shaurya Sharma
77968f2ac5 Version bump 2025-11-13 15:39:20 +05:30
Akshay Sasidharan
3a6a288e27 chore: update submodule ref
fixes workflow schedule load on bootstrap
2025-11-13 14:56:56 +05:30
Adish M
95ad8b1b50
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14563)
Co-authored-by: akshaysasidrn <11629675+akshaysasidrn@users.noreply.github.com>
2025-11-12 15:25:52 +05:30
Akshay Sasidharan
f83402ae26 chore: bump to v3.20.37-lts 2025-11-12 14:33:44 +05:30
Akshay Sasidharan
7df27c6480 Merge remote-tracking branch 'origin/lts-3.16' into release/worfklows-sprint-14 2025-11-12 14:32:30 +05:30
Akshay
bed0e92e9e
Hotfix: TJDB workflow node SQL mode switch (#14552)
* fix: wf data query options to be merged on update

* chore: update to v3.20.36-lts
2025-11-11 15:27:23 +05:30
Parth
9cb2baf1b3
Fix: Casing issue of grant-type in SSO configs (#14545)
* fix:rename grant_type to grantType in SSO configs

* 🚀 chore: update version to 3.20.35-lts across all components

---------

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2025-11-10 23:51:40 +05:30
Adish M
b24ceec8e3
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14547)
Co-authored-by: johnsoncherian <57667706+johnsoncherian@users.noreply.github.com>
2025-11-10 18:16:28 +05:30
johnsoncherian
b882b16a4e Update submodule reference for server/ee to latest commit 54e5830 2025-11-10 18:14:14 +05:30
johnsoncherian
6510ef042e Merge branch 'lts-3.16' into appbuilder/sprint-18 2025-11-10 18:13:56 +05:30
johnsoncherian
d9af694a8a Update version to 3.20.34-lts across all components 2025-11-10 18:01:28 +05:30
Adish M
9110008899
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14546)
Co-authored-by: johnsoncherian <57667706+johnsoncherian@users.noreply.github.com>
2025-11-10 17:39:02 +05:30
Nishidh Jain
7b287c46db Merge branch 'lts-3.16' of https://github.com/ToolJet/ToolJet into feat/open-api-as-datasource with submodule sync 2025-11-10 15:31:46 +05:30
Akshay Sasidharan
36ae1e8ce9 chore: update submodule reference to latest commit 2025-11-10 14:40:13 +05:30