Commit graph

2756 commits

Author SHA1 Message Date
Shaurya Sharma
346b0eff46 Minor styling changes 2025-09-23 01:52:34 +05:30
Shaurya Sharma
04afb76587 Added few properties to config 2025-09-22 00:42:36 +05:30
Shaurya Sharma
c8a61de557 Import export logic added 2025-09-22 00:41:06 +05:30
Shaurya Sharma
0dc06edd01 Migration added 2025-09-21 22:55:58 +05:30
Shaurya Sharma
46562182c2 Submodule update 2025-09-21 17:54:47 +05:30
Shaurya Sharma
a48cfc64ee Circular progressbar revamp 2025-09-21 17:54:25 +05:30
Midhun G S
f3e1aecedb
Merge pull request #14125 from ToolJet/lts-3.16.33
chore(version): update version to 3.16.33-lts
2025-09-19 21:02:52 +05:30
Midhun G S
1c4c006da8
Merge pull request #14057 from ToolJet/debug/v3.16.27-lts-beta
refactor: enhance canActivate method in AbilityGuard for improved error handling and logging
2025-09-19 20:37:49 +05:30
gsmithun4
e19f6483e5 feat(logging): replace console logs with transaction logger in QueryUsersRepository and JwtStrategy 2025-09-19 19:25:16 +05:30
gsmithun4
f40be5b1b5 feat(logging): integrate transaction logging across various guards and services
- Updated `AbilityGuard` to utilize `TransactionLogger` for logging execution time and errors.
- Enhanced `ResponseInterceptor` to include transaction metadata in logs.
- Modified `QueryAuthGuard`, `ValidateQueryAppGuard`, and `ValidateQuerySourceGuard` to log completion times and transaction IDs.
- Introduced `TransactionLogger` service for structured logging with transaction context.
- Added transaction ID and route information to request context in `RequestContextMiddleware`.
- Updated `JwtStrategy` to log validation completion times.
- Refactored logging configuration in `AppModuleLoader` to support pretty printing in non-production environments.
- Removed console logs in favor of structured logging for better traceability.
2025-09-19 02:08:49 +05:30
gsmithun4
eb87deb2c9 feat: implement metrics module with Prometheus and JSON metrics support 2025-09-18 19:24:16 +05:30
Srimanitejas123
546a026f45 resolved conflicts 2025-09-18 12:54:16 +05:30
gsmithun4
6cb9d00ee3 feat: add metrics feature and service for application performance monitoring
- Introduced MetricsService to collect and expose application metrics using Prometheus.
- Added memory and CPU usage metrics, including RSS, heap total, heap used, and external memory.
- Implemented load average metrics for 1, 5, and 15-minute intervals.
- Updated existing modules to conditionally register controllers based on the main import flag.
- Enhanced module registration methods across various modules to support the new isMainImport parameter.
2025-09-18 00:17:28 +05:30
gsmithun4
6361ef00be fix: update version from 3.16.31-lts to 3.16.32-lts in all relevant files 2025-09-17 20:09:34 +05:30
gsmithun4
4b07d13593 Merge branch 'lts-3.16' into fix/openapi-constants 2025-09-17 20:07:53 +05:30
gsmithun4
b02e3c1b46 refactor: enhance guards and strategy with logging and improved error handling 2025-09-17 18:26:53 +05:30
parthy007
b6140d9345 fix: resolve workspace constant in runquery 2025-09-17 18:10:31 +05:30
johnsoncherian
05544fa455 chore: bump version to 3.16.31-lts 2025-09-17 16:25:32 +05:30
Adish M
ce156be9ea
Merge pull request #14069 from ToolJet/fix/workflow-granular-permission-migration
[fix] add migration for workflow granular permissions to existing admin groups
2025-09-17 14:48:07 +05:30
Muhsin Shah C P
ff2ebfa046 chore: bump version to 3.16.30-lts across all components 2025-09-17 14:45:18 +05:30
adishM98 Bot
7a5e138374 fix submodule SHA issues 2025-09-17 11:43:13 +05:30
Muhsin Shah C P
867b1a21be feat: wrap migration logic in dbTransactionWrap for better error handling 2025-09-16 17:33:13 +05:30
gsmithun4
41a9d9c52c refactor: add logging for performance tracking in checkQueryUser methods 2025-09-16 17:25:08 +05:30
Muhsin Shah C P
b96d07c7e8 refactor: changed util function call to direct db operations 2025-09-16 17:17:59 +05:30
johnsoncherian
8968b7c9f7 perf: update DataQuery entity to use AppBase instead of App for improved structure 2025-09-16 16:16:10 +05:30
Muhsin Shah C P
db9987724a feat: add migration for workflow granular permissions to existing admin groups 2025-09-16 13:40:50 +05:30
Srimanitejas123
1d1b502d6b resolved conflicts 2025-09-16 10:18:49 +05:30
Ganesh Kumar
c23fd2b8bb version bump 2025-09-15 20:24:54 +05:30
Ganesh Kumar
4f1d5f6d43 Merge branch 'lts-3.16' into release-lts/marketplace-plugins-phase7 2025-09-15 20:23:18 +05:30
Muhsin Shah C P
5086f9559c chore: update subproject commit reference in server/ee 2025-09-15 16:50:30 +05:30
Muhsin Shah C P
951a23077a chore: update subproject commit reference in server/ee 2025-09-15 16:48:11 +05:30
Muhsin Shah C P
f4c19025ed chore: update version to 3.16.28-lts across all components 2025-09-15 16:46:07 +05:30
Priyansh Rai
98ac90383b
Feat: Add FedEx plugin (#14012)
* feat: add FedEx plugin with datasource integration, implemented testConnection function

* feat: implement run function to enable query operations

* feat: add base_url option to FedEx plugin for configurable API endpoints

* chore: update plugin icon

* fix: correct capitalization of FedEx plugin name in plugins.json

* fix: set allowed_scope_field to false in FedEx plugin manifest

* feat: enhance FedEx plugin to support child key and secret, and update customer type handling to support standard customers in the selection dropdown

* fix: remove duplicate child_key from FedEx plugin manifest and clean up defaults

* fix: enhance error response handling in FedEx plugin abstracting potentially sensitive information from the error responses

* fix: remove duplicate child_secret field from FedEx plugin manifest

* fix: correct customer type dropdown label case

* fix: update child key description in FedEx plugin manifest
2025-09-15 15:42:01 +05:30
Muhsin Shah C P
d922c49d07 chore: update subproject commit reference in server/ee 2025-09-15 14:35:07 +05:30
gsmithun4
6cb549a2ae refactor: enhance canActivate method in AbilityGuard for improved error handling and logging 2025-09-15 14:12:18 +05:30
Srimanitejas123
3486a4c76a resloved conflicts 2025-09-12 23:07:50 +05:30
Midhun G S
31e51a6f6e
chore: update version to 3.16.27-lts across all components (#14051) 2025-09-12 17:55:39 +05:30
Midhun G S
a2032d018d
Merge pull request #13863 from ToolJet/feature/remove-personalWorkspace-auto-creation
Feature Remove personal workspace auto creation In Invite Flow
2025-09-12 17:54:09 +05:30
Nakul Nagargade
b7b23acc2e
update version (#14040) 2025-09-12 15:30:18 +05:30
Midhun G S
13638e36ab
fix: update ssl_enabled value type and encryption status in sample data source service (#14031) 2025-09-11 19:24:58 +05:30
Ganesh Kumar
fa19abff33 Merge branch 'lts-3.16' into release-lts/marketplace-plugin-set6 2025-09-11 18:43:56 +05:30
adishM98 Bot
987d060c8a fix submodule SHA issues 2025-09-11 17:55:51 +05:30
Ganesh Kumar
e984abf2ed version bump 2025-09-11 17:13:56 +05:30
Ganesh Kumar
e9208cc172 Merge branch 'lts-3.16' into release-lts/marketplace-plugin-set6 2025-09-11 16:47:23 +05:30
Srimanitejas123
7e30956aa7 Updated jsx with data-cy 2025-09-11 13:02:44 +05:30
Midhun G S
dd890886ed
Merge pull request #13816 from ToolJet/feature/utm-params-hubspot-websiteOnboarding
Feature/utm params hubspot website onboarding
2025-09-11 11:35:13 +05:30
Nakul Nagargade
68989ddc90 upgrade version 2025-09-10 18:49:03 +05:30
rohanlahori
a06c1b2138 copy-writing changes 2025-09-10 15:32:13 +05:30
Ganesh Kumar
2e069f5af8 Merge branch 'lts-3.16' into release-lts/marketplace-plugin-set6 2025-09-10 13:54:02 +05:30
adishM98 Bot
c7f5f4af45 chore: update submodule commits for frontend and server 2025-09-09 19:32:53 +05:30