martmull and GitHub
660cd38f35
Add timeoutMs to webhooks calls ( #15012 )
...
5 second timeout
tested with an application serverlessFunction that delays
2025-10-09 15:54:44 +00:00
2685f4a5b9
Restructure agent chat messages with parts-based architecture ( #14749 )
...
Co-authored-by: Félix Malfait <felix@twenty.com >
2025-09-29 13:31:55 +02:00
Charles Bochet and GitHub
71216b4db8
Add logs to debug worker performance on production ( #14712 )
...
As per title, just adding worker job execution time
2025-09-25 10:38:42 +02:00
Charles Bochet and GitHub
58e1a2261d
Debug webhook job ( #14675 )
2025-09-24 15:47:49 +02:00
b78d139db5
fix: Server-level impersonation doesn't bypass 2FA when enabled ( #14340 )
...
## Description
- This PR solves the a sub-issue from
https://github.com/twentyhq/core-team-issues/issues/1421
- impersonation tokens bypasses 2FA as intended
- Added Audit trails to cover all impersonation events
- Added Proper testing coverage
---------
Co-authored-by: Félix Malfait <felix@twenty.com >
2025-09-07 15:53:23 +02:00
Weiko and GitHub
533d7fe49a
Deprecate legacy core datasource token ( #14096 )
2025-08-27 20:09:54 +02:00
Félix Malfait and GitHub
0236f79ccf
Fix assert unreachable, remove unused variables ( #13753 )
...
Small code cleanup
2025-08-08 09:04:45 +02:00
Félix Malfait and GitHub
8b4b9ef8da
Change type import rule ( #13751 )
...
Forcing "type" to be explicit, works best will rollup on the frontend to
exclude depdendencies
2025-08-08 01:27:05 +02:00
nitin and GitHub
676cf838af
[CleanUp] Post api keys and webhooks migration cleanup ( #13576 )
2025-08-05 12:43:09 +05:30
Abdul Rahman and GitHub
01f25519f6
fix: standardize GraphQL schema UUID field types ( #13550 )
...
Closes [#1264 ](https://github.com/twentyhq/core-team-issues/issues/1264 )
2025-08-04 11:43:48 +02:00
Antoine Moreaux and GitHub
23353e31e6
feat(domain-manager): refactor custom domain validation and improve c… ( #13388 )
2025-08-01 09:01:27 +02:00
nitin and GitHub
0e561e4ef4
fix: migrate webhook and API key REST endpoints to core schema ( #13318 )
...
## Problem
After migrating webhooks and API keys from workspace to core level, REST
API endpoints were still creating entities in workspace schema
(`workspace_*`) instead of core schema, causing webhooks to not fire.
## Solution
- Added dedicated REST controllers for webhooks (`/rest/webhooks`) and
API keys (`/rest/apiKeys`)
- Updated dynamic controller to block workspace-gated entities from
being processed
- Fixed OpenAPI documentation to exclude these endpoints from playground
- Ensured return formats match GraphQL resolvers exactly
## Testing
✅ All endpoints tested with provided auth token - webhooks and API keys
now correctly stored in `core` schema
2025-07-23 13:11:53 +00:00
484c267aa6
Api keys and webhook migration to core ( #13011 )
...
TODO: check Zapier trigger records work as expected
---------
Co-authored-by: Weiko <corentin@twenty.com >
2025-07-09 17:03:54 +02:00