Raphaël Bosi and GitHub
b2539f5b6a
Prevent conditional availability variables from being used at runtime ( #21110 )
...
Fixes https://github.com/twentyhq/twenty/issues/21094
Conditional availability variables (`objectMetadataItem`,
`numberOfSelectedRecords`, `objectPermissions`, operators like
`everyEquals`/`none`, etc.) are compile-time-only constructs used in
`conditionalAvailabilityExpression`. They were previously exported from
`twenty-sdk/front-component`, which let developers mistakenly import
them into runtime component code where they have no value.
- Move conditional availability variables from
`twenty-sdk/front-component` to `twenty-sdk/define`.
- Add a build-time manifest validation
(validate-conditional-availability-usage) that fails the build if these
variables are imported/used outside of
`conditionalAvailabilityExpression`.
- Update the github-connector example app to register commands via
dedicated *.command-menu-item.ts files instead of inline command config
in front components.
- Update docs (all locales) and test mocks to reflect the new import
paths.
2026-06-02 11:22:38 +00:00
Félix Malfait and GitHub
7d7f32b243
docs: remove the self-host cloud providers page ( #21134 )
...
## What
Removes the community-maintained **"Other methods"** cloud-providers
page from the self-host docs (it covered Kubernetes/Terraform/Coolify
community deployments).
## Changes
- **Deleted** `developers/self-host/capabilities/cloud-providers.mdx`
and its 13 localized copies (ar, cs, de, es, fr, it, ja, ko, pt, ro, ru,
tr, zh).
- **Removed the slug** from `navigation/base-structure.json` (the source
of truth) and regenerated the derived files via the repo's own
generators (`yarn docs:generate`, `yarn docs:generate-paths`):
- `docs.json` — nav entries dropped for every locale.
- `twenty-shared/.../DocumentationPaths.ts` —
`DEVELOPERS_SELF_HOST_CAPABILITIES_CLOUD_PROVIDERS` constant dropped
(was unused elsewhere).
- **Removed the "Cloud Providers" card** from the `self-host` overview
pages across all locales.
- **Dropped the dangling redirect**
`/developers/self-hosting/cloud-providers` (its destination no longer
exists).
- Cleared the matching entry from the unused `navigation-schema.json`
for consistency.
Net: 68 line deletions across config (pure removal); no insertions.
## Verification
- `grep` confirms **0** remaining references to `cloud-providers`
anywhere in the repo.
- All touched JSON files parse; `oxlint` on twenty-docs reports 0
errors.
- Generators (not hand edits) produced `docs.json` and
`DocumentationPaths.ts`.
> Note: `mintlify broken-links` can't run to completion on this branch
due to a **pre-existing** MDX parse error in the unrelated
`l/ar/.../contribute/contribute.mdx`; the grep above is the equivalent
guarantee that no link points at the removed page.
2026-06-02 11:17:37 +02:00
13aaea597e
i18n - docs translations ( #20083 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-27 14:56:00 +02:00
652930e0ac
i18n - docs translations ( #20009 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-23 17:07:23 +02:00
992a7ca12f
i18n - docs translations ( #20007 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-23 14:45:01 +02:00
f34ba6ac12
i18n - docs translations ( #19983 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-22 16:50:26 +02:00
f018f17133
i18n - docs translations ( #19970 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-22 14:44:57 +02:00
40b1cdaba6
i18n - docs translations ( #19956 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-22 07:15:43 +02:00
800d0f28ff
i18n - docs translations ( #19955 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-22 05:24:07 +02:00
2a6fed5f5f
i18n - docs translations ( #19948 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 22:33:35 +02:00
92c8965dd3
i18n - docs translations ( #19944 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 20:43:22 +02:00
0aaffe3212
i18n - docs translations ( #19943 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 18:44:52 +02:00
8bb98c309a
i18n - docs translations ( #19939 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 16:52:23 +02:00
44ba7725ae
i18n - docs translations ( #19934 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 14:46:37 +02:00
8cdd2a3319
i18n - docs translations ( #19928 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 12:49:35 +02:00
cd73088be6
i18n - docs translations ( #19925 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 10:57:27 +02:00
dc50dbdb20
i18n - docs translations ( #19909 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-21 03:01:02 +02:00
7a721ef5dd
i18n - docs translations ( #19709 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-14 20:45:33 +02:00
42f452311b
i18n - docs translations ( #19705 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-14 18:44:30 +02:00
40c6c63bf5
i18n - docs translations ( #19672 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-14 10:54:27 +02:00
33c74c4d28
i18n - docs translations ( #19651 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-13 16:48:44 +02:00
20f28d6593
i18n - docs translations ( #19529 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-10 00:29:03 +02:00
Paul Rastoin and GitHub
e411f076f1
Replace typeorm binary by database:migrate:generate ( #19515 )
2026-04-09 16:25:10 +00:00
93eeeb2397
i18n - docs translations ( #19509 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-09 16:55:20 +02:00
c76824e69f
i18n - docs translations ( #19497 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-09 14:42:31 +02:00
64c7f52f06
i18n - docs translations ( #19490 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-09 12:39:31 +02:00
265d859c6e
i18n - docs translations ( #19446 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-08 14:42:19 +02:00
8090fa4364
i18n - docs translations ( #19437 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-08 12:40:41 +02:00
24a5273a79
i18n - docs translations ( #19410 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-07 18:36:49 +02:00
neo773 and GitHub
54be3b7e87
docs: remove reference to sync metadata ( #19400 )
2026-04-07 15:55:23 +00:00
5e9792009f
i18n - docs translations ( #19405 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-07 16:51:49 +02:00
d97a1cfc27
i18n - docs translations ( #19399 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-07 14:39:30 +02:00
282ee9ac42
i18n - docs translations ( #19320 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-03 18:27:51 +02:00
0b8421a45a
i18n - docs translations ( #19314 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-03 16:31:55 +02:00
f3e2e00e79
i18n - docs translations ( #19229 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-02 07:00:47 +02:00
5de5ed2cb4
i18n - docs translations ( #19228 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-02 05:20:37 +02:00
6eb4c4ca4b
i18n - docs translations ( #19227 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-02 03:04:12 +02:00
ae202a1b59
i18n - docs translations ( #19226 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-04-02 00:27:21 +02:00
8d539f0e49
i18n - docs translations ( #19139 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-30 22:30:14 +02:00
a6cecdbd49
i18n - docs translations ( #19137 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-30 20:38:05 +02:00
369ae2862f
i18n - docs translations ( #19135 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-30 18:40:35 +02:00
40abe1e6d0
i18n - docs translations ( #19128 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-30 16:49:57 +02:00
107914b437
i18n - docs translations ( #19119 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-30 14:39:38 +02:00
6af7e32c54
i18n - docs translations ( #19113 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-30 12:45:45 +02:00
4d6c8db205
i18n - docs translations ( #18976 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-25 17:42:31 +01:00
cc7131b0b5
i18n - docs translations ( #18941 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-25 04:18:13 +01:00
fb34d2ce80
i18n - docs translations ( #18938 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-25 01:55:36 +01:00
0af7760441
i18n - docs translations ( #18932 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-24 21:26:41 +01:00
a6519f2c97
i18n - docs translations ( #18931 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-24 19:41:27 +01:00
77bade8114
i18n - docs translations ( #18925 )
...
Created by Github action
Co-authored-by: github-actions <github-actions@twenty.com >
2026-03-24 17:42:35 +01:00