martmull and GitHub
d2e7f2a910
1635 extensibilitytwenty cli app vars ( #15143 )
...
- Update twenty-cli to support application env variable definition
- Update twenty-server to create a new `core.applicationVariable` entity
to store env variables and provide env var when executing serverless
function
- Update twenty-front to support application environment variable value
setting
<img width="1044" height="660" alt="image"
src="https://github.com/user-attachments/assets/24c3d323-5370-4a80-8174-fc4653cc3c22 "
/>
<img width="1178" height="662" alt="image"
src="https://github.com/user-attachments/assets/c124f423-8ed8-4246-ae5b-a9bd6672c7dc "
/>
<img width="1163" height="823" alt="image"
src="https://github.com/user-attachments/assets/fb7425a3-facc-4895-a5eb-8a8e278e0951 "
/>
<img width="1087" height="696" alt="image"
src="https://github.com/user-attachments/assets/113da8a2-5590-433c-b1b3-5ed3137f24ca "
/>
<img width="1512" height="715" alt="image"
src="https://github.com/user-attachments/assets/1d2110b7-301d-4f21-a45c-ddd54d6e3391 "
/>
<img width="1287" height="581" alt="image"
src="https://github.com/user-attachments/assets/353b16c6-0527-444c-87d6-51447a96cbc7 "
/>
2025-10-17 10:54:38 +02:00
martmull and GitHub
f6240fabd0
Fix hello world application ( #14880 )
...
Updates of the hello-world application
- remove the old hello-world application
- adds an object "postCard"
- adds a serverlessFunction `create-new-post-card` that calls the twenty
api to create a new postCard record
- add a route trigger /post-card/create?recipient=John
2025-10-06 10:51:33 +02:00
martmull and GitHub
87256e82f5
Improve readme ( #14858 )
2025-10-02 22:50:37 +02:00
martmull and GitHub
96aa4cd6a4
Fix typo ( #14839 )
...
as title
2025-10-02 14:25:34 +02:00
martmull and GitHub
0368d2a094
1574 extensibility twenty cli use workspace migration v2 to synchronize serverless function triggers ( #14830 )
...
twenty-cli serverless triggers follow up. Fixes:
- eventName don't support wildcard
- universalIdentifier not used to create or update trigger : update does
not work properly (does deletion then creation)
- add a base project in twenty-cli that is copied when creating a new
app
2025-10-02 14:06:56 +02:00
martmull and GitHub
6fdd7894a1
Add serverless function in twenty-cli ( #14819 )
...
- add serverlessFunction schema in twenty-cli
- add trigger schema in twenty-cli
- update serverless function code save and get
- sync serverless function
2025-10-01 22:11:03 +02:00
Weiko and GitHub
d715533a90
Fix path retrieval for twenty apps in twenty-cli ( #14818 )
...
## Context
Now should not confuse package.json from non-twenty apps but check if
$schema correctly targets twenty manifest json
<img width="741" height="422" alt="Screenshot 2025-10-01 at 17 34 45"
src="https://github.com/user-attachments/assets/5b9e729e-8634-4eb8-a2a9-4991a63d49f0 "
/>
2025-10-01 18:11:42 +02:00