Commit graph

13397 commits

Author SHA1 Message Date
Mekhla Asopa
94bd3343d2 fixed user metadata spec 2025-11-17 11:00:18 +05:30
emidhun
9b35cd3375 Merge remote-tracking branch 'origin/test/Automation-fixes-part-1' into test/Automation-fixes-part-4 2025-11-15 04:00:58 +05:30
emidhun
cf400ef17e Merge remote-tracking branch 'origin/lts-3.16' into test/Automation-fixes-part-1 2025-11-15 03:58:36 +05:30
Mekhla Asopa
0080481488 added wait for element method 2025-11-15 00:14:21 +05:30
Midhun Kumar E
5e9d08b047
Yml mismatch fix 2025-11-14 23:48:33 +05:30
Adish M
32b6b07ff3
Add disk space cleanup steps to docker-release workflow (#14596)
Added steps to free up disk space in multiple jobs.
2025-11-14 23:25:27 +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
emidhun
b620926ffb Fix dnd on headless mode 2025-11-14 22:49:25 +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
emidhun
742956a305 Merge remote-tracking branch 'origin/test/Automation-fixes-part-1' into test/Automation-fixes-part-4 2025-11-14 15:56:40 +05:30
emidhun
b45cbbdb10 Merge remote-tracking branch 'origin/lts-3.16' into test/Automation-fixes-part-1 2025-11-14 15:54:20 +05:30
Adish M
17150a0e2c
Merge pull request #14592 from ToolJet/adishM98-patch-1
Refactor Slack notification message format
2025-11-14 15:51:49 +05:30
Adish M
6eb5a21729
Refactor Slack notification message format 2025-11-14 15:51:23 +05:30
Adish M
bbac2806c9
Merge pull request #14591 from ToolJet/adishM98-patch-1
Simplify tags in docker-release.yml
2025-11-14 15:39:01 +05:30
Adish M
3a85f3dde2
Simplify tags in docker-release.yml
Removed duplicate tags for LTS and pre-release in Docker release workflow.
2025-11-14 15:37:13 +05:30
Adish M
9c9d872186
Merge pull request #14590 from ToolJet/fix/vulnerability-workflow
fix: update vulnerability CI workflow to support manual triggers and enhance Slack notifications
2025-11-14 15:27:09 +05:30
adishM98 Bot
25e1d1d49e add retention days for audit reports in vulnerability CI workflow 2025-11-14 15:23:38 +05:30
adishM98 Bot
e2080a71a8 uncommented code 2025-11-14 15:19:52 +05:30
adishM98 Bot
7ead132fa0 commenting code for testing 2025-11-14 15:15:05 +05:30
adishM98 Bot
329a581071 fix: update vulnerability CI workflow to support manual triggers and enhance Slack notifications 2025-11-14 15:10:44 +05:30
emidhun
602234d691 Added projectID 2025-11-14 15:06:11 +05:30
Midhun Kumar E
a192ee8b8b
Temporary check has been added. 2025-11-14 15:03:39 +05:30
Mekhla Asopa
881b47ae5e added hardcode wait after alias wait 2025-11-14 14:34:07 +05:30
Adish M
85e9e58706
Merge pull request #14587 from ToolJet/feat/slack-notify-improvement-in-action
Enhance Slack notifications with detailed release information and status for Docker images
2025-11-14 13:50:29 +05:30
adishM98 Bot
6c10327401 fix: remove unnecessary conditional checks for Slack notifications in Docker release workflow 2025-11-14 13:47:27 +05:30
adishM98 Bot
8af76aafd5 Enhance Slack notifications with detailed release information and status for Docker images 2025-11-14 13:41:35 +05:30
Adish M
97141ef83b
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14583)
Co-authored-by: gsmithun4 <3417097+gsmithun4@users.noreply.github.com>
2025-11-13 22:41:06 +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
ajith-k-v
231539d7f2 Update openid test cases 2025-11-13 22:30:06 +05:30
Ganesh Kumar
6e5badccc3
Hotfix: Support for specifying OAuth scopes for BigQuery connections (#14567) 2025-11-13 21:40:02 +05:30
emidhun
d88e1ff0c1 Test fix fot aliases 2025-11-13 20:07:51 +05:30
emidhun
e4246ea5ef Some Random start 2025-11-13 18:32:55 +05:30
Mekhla Asopa
9585f6c073
Platform automation fixes (#14571)
* addedspace in button spec

* update manage sso

* fixed onboarding spec

* fixed license specs

* - Fix private and public app

* - Update spec by removing it only

* Add timeout for loading fixes.

* fix for first user onboarding.

* User invite flow 

* Profile 

* homePageDashboard 

* homePageDashboard  

* Redirection limit 

* userInviteFlowEdgeCases  

* First user onboarding 

* fixed global inspector specs

* - Fix multienv, and login

* Update openid test cases

---------

Co-authored-by: emidhun <midhun752@gmail.com>
Co-authored-by: ajith-k-v <ajith.jaban@gmail.com>
2025-11-13 18:25:04 +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
emidhun
0ac3f3f02d Merge remote-tracking branch 'origin/lts-3.16' into test/Automation-fixes-part-1 2025-11-13 16:29:44 +05:30
Adish M
f50ed03fe3
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14576)
Co-authored-by: johnsoncherian <57667706+johnsoncherian@users.noreply.github.com>
2025-11-13 16:17:54 +05:30
Johnson Cherian
e1d49b2cd5
Merge pull request #14565 from ToolJet/feat/cell-editable
Resolving isEditable at cell level
2025-11-13 16:15:55 +05:30
Shaurya Sharma
ea17feb07f
Merge pull request #14558 from ToolJet/fix/calendar-bugs
Fix: Not able to drop components inside calendar component's popover
2025-11-13 15:44:19 +05:30
adishM98 Bot
7e988c6d7d fix(redis): Reformat RDB snapshot configuration for clarity 2025-11-13 15:41:08 +05:30
Shaurya Sharma
77968f2ac5 Version bump 2025-11-13 15:39:20 +05:30
adishM98 Bot
c940bcba25 fix(docker): Install Redis from official repository for BullMQ compatibility 2025-11-13 15:04:48 +05:30
Akshay Sasidharan
3a6a288e27 chore: update submodule ref
fixes workflow schedule load on bootstrap
2025-11-13 14:56:56 +05:30
ajith-k-v
7051b4d5e3 SAML okta fix 2025-11-13 13:26:44 +05:30
Midhun Kumar E
7f538a0b59
Update the license key 2025-11-13 11:19:03 +05:30
Ajith KV
9ffac730a6
Add cypress test cases for super admin limits (#14570) 2025-11-13 01:38:04 +05:30
Mekhla Asopa
418a8914bf fixed export/import failed spec 2025-11-13 01:37:42 +05:30