9f5a8735c9
i18n - docs translations ( #18280 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-27 23:12:39 +01:00
81698ff32c
i18n - docs translations ( #18274 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
Co-authored-by: Charles Bochet <charles@twenty.com >
2026-02-26 16:52:43 +01:00
4ea8245387
i18n - docs translations ( #18245 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-25 23:42:24 +01:00
001c2097a3
i18n - docs translations ( #18231 )
...
Created by Github action
<!-- mintlify-editor-comments:start -->
Mintlify
---
0 threads from 0 users in Mintlify
- No unresolved comments
<!-- mintlify-editor-comments:end -->
<!-- mintlify-comment-->
<a
href="https://dashboard.mintlify.com/twenty/twenty/editor/i18n-docs?source=pr_comment "
target="_blank" rel="noopener noreferrer"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-dark.svg "><source
media="(prefers-color-scheme: light)"
srcset="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-light.svg "><img
src="https://d3gk2c5xim1je2.cloudfront.net/assets/open-mintlify-editor-light.svg "
alt="Open in Mintlify Editor"></picture></a>
<!-- /mintlify-comment -->
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-25 16:50:28 +01:00
a900b4a4b4
i18n - docs translations ( #18141 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-22 12:36:36 +01:00
9f3f2e21d8
i18n - docs translations ( #18122 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-20 13:51:43 +01:00
db9636bd9e
i18n - docs translations ( #18067 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-19 02:07:09 +01:00
6b3ef404b0
i18n - docs translations ( #18050 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-18 21:31:54 +01:00
e9b5cb830c
i18n - docs translations ( #18040 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-18 17:54:40 +01:00
b7274da8fa
i18n - docs translations ( #18020 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-18 08:12:20 +01:00
4a485aecb0
i18n - docs translations ( #18017 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-18 01:06:14 +01:00
3d362e6e01
i18n - docs translations ( #18014 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-17 19:33:21 +01:00
Charles Bochet and GitHub
c0cc0689d6
Add Client Api generation ( #17961 )
...
## Add API client generation to SDK dev mode and refactor orchestrator
into step-based pipeline
### Why
The SDK dev mode lacked typed API client generation, forcing developers
to work without auto-generated GraphQL types when building applications.
Additionally, the orchestrator was a monolithic class that mixed watcher
management, token handling, and sync logic — making it difficult to
extend with new steps like client generation.
### How
- **Refactored the orchestrator** into a step-based pipeline with
dedicated classes: `CheckServer`, `EnsureValidTokens`,
`ResolveApplication`, `BuildManifest`, `UploadFiles`,
`GenerateApiClient`, `SyncApplication`, and `StartWatchers`. Each step
has typed input/output/status, managed by a new `OrchestratorState`
class.
- **Added `GenerateApiClientOrchestratorStep`** that detects
object/field schema changes and regenerates a typed GraphQL client (via
`@genql/cli`) into `node_modules/twenty-sdk/generated` for seamless
imports.
- **Replaced `checkApplicationExist`** with `findOneApplication` on both
server resolver and SDK API service, returning the entity data instead
of a boolean.
- **Added application token pair mutations**
(`generateApplicationToken`, `renewApplicationToken`) to the API
service, with the server now returning `ApplicationTokenPairDTO`
containing both access and refresh tokens.
- **Restructured the dev UI** into `dev/ui/components/` with dedicated
panel, section, and event log components.
- **Simplified `AppDevCommand`** from ~180 lines of watcher management
down to ~40 lines that delegate entirely to the orchestrator.
2026-02-17 18:45:52 +01:00
7523143f12
i18n - docs translations ( #17981 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-17 09:29:37 +01:00
4b3c58e013
i18n - docs translations ( #17972 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-16 13:51:12 +01:00
b80146c890
i18n - docs translations ( #17967 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-16 12:11:24 +01:00
2072d5f720
i18n - docs translations ( #17939 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-14 00:03:59 +01:00
a48b69d1e5
i18n - docs translations ( #17930 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-13 17:33:48 +01:00
9aba2f62e1
i18n - docs translations ( #17692 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-04 00:22:17 +01:00
60b48339b9
i18n - docs translations ( #17689 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-02-03 20:14:58 +01:00
1976ad58c4
i18n - docs translations ( #17599 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-31 14:22:36 +01:00
be8629d8f6
i18n - docs translations ( #17597 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-30 22:07:41 +01:00
6462ff6c5f
i18n - docs translations ( #17586 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-30 17:25:52 +01:00
martmull and GitHub
f46da3eefd
Update manifest structure ( #17547 )
...
Move all sync entities in an `entities` key. Rename functions to
logicFunctions
```json
{
application: {
...
},
entities: {
objects: [],
logicFunctions: [],
...
}
}
```
2026-01-30 16:26:45 +01:00
4ee9e23ad9
i18n - docs translations ( #17549 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-30 13:51:45 +01:00
c9a826aba1
i18n - docs translations ( #17542 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-29 12:12:27 +01:00
f7908de4c1
i18n - docs translations ( #17502 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-28 14:17:07 +01:00
59d123d2b1
i18n - docs translations ( #17499 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-27 23:33:44 +01:00
e0d4492013
i18n - docs translations ( #17434 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-01-26 09:06:17 +01:00
e3757f300a
i18n - docs translations ( #16779 )
...
Created by Github action
---------
Co-authored-by: github-actions <github-actions@twenty.com >
2025-12-23 17:06:38 +01:00