bosiraphael
852fd3c193
use groupBy from lodash
2024-02-22 16:11:48 +01:00
bosiraphael
47092cd776
remove logs
2024-02-22 15:34:04 +01:00
bosiraphael
5ec43db51b
remove console.time
2024-02-22 15:02:33 +01:00
bosiraphael
27875fb152
improve queries by removing unnecessary JOINs
2024-02-22 14:56:55 +01:00
bosiraphael
2ac8575937
improve queries by removing unnecessary JOINs
2024-02-22 14:50:53 +01:00
bosiraphael
3da5ce5a30
improve query by removing unnecessary JOIN
2024-02-22 14:24:42 +01:00
bosiraphael
02d81bc511
adding console.time to monitor queries time
2024-02-22 11:37:24 +01:00
Thaïs and GitHub
5a692fbaeb
feat: add Accounts List Card to Calendar Settings ( #4129 )
...
Closes #4061
2024-02-22 11:22:49 +01:00
Weiko and GitHub
8425ce4987
Add onDeleteAction to RelationMetadata ( #4100 )
...
* Add onDeleteAction to relationMetadata
* rename to SET NULL
* fix migration
* fix migration
* fix after review
2024-02-22 10:27:15 +01:00
e69c462b70
feat: allow backend to rename field of custom object ( #4097 )
...
* feat: allow backend to rename field of custom object
* feat: allow custom field label edition in Settings
Closes #4080
* fix: avoid renaming standard fields
---------
Co-authored-by: Thaïs Guigon <[email protected] >
2024-02-21 18:59:51 +01:00
Lucas Bordeau and GitHub
140d3460eb
Refactor/finish activities optimistic ( #4106 )
...
* Finished optimistic effects
* Fixed tests
* Added unit test on useActivityConnectionUtils to prepare for refactor
* Fixed console.log
2024-02-21 18:54:14 +01:00
02e9846282
Add confirmation modal when deleting/ regenerating api keys, deleting webhook ( #4035 )
...
* fix: confirmation modal style
* add confirmation modal when delete/ regenerating an api key
* add confirmation modal when deleting webhook
* fix: remove line break
* Update packages/twenty-front/src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
* Update packages/twenty-front/src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
* Update packages/twenty-front/src/pages/settings/developers/webhooks/SettingsDevelopersWebhookDetail.tsx
* Update packages/twenty-front/src/pages/settings/developers/webhooks/SettingsDevelopersWebhookDetail.tsx
* Update packages/twenty-front/src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
* Update packages/twenty-front/src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
---------
Co-authored-by: Charles Bochet <[email protected] >
2024-02-21 18:39:37 +01:00
martmull and GitHub
d4fac2ea70
45 create billing core tables ( #4096 )
...
* Add self billing feature flag
* Add two core tables for billing
* Remove useless imports
* Remove graphql decorators
* Rename subscriptionProduct table
2024-02-21 18:17:09 +01:00
brendanlaschke and GitHub
f407c70356
Fix number csv import ( #4114 )
...
fix number csv import
2024-02-21 17:35:17 +01:00
Jeet Desai and GitHub
1c829b2ea1
Updated tasks inbox empty state wording ( #4121 )
...
#4078 change task empty text word
2024-02-21 17:34:26 +01:00
Thaïs and GitHub
ee66188656
feat: add Synchronization calendar settings ( #4111 )
...
* feat: add Calendar Settings section to Settings/Accounts/Calendars page
Closes #4060
* refactor: rename components
* feat: add Synchronization calendar settings
Closes #4066
2024-02-21 17:23:06 +01:00
Thaïs and GitHub
5a8a9cd029
feat: add Calendar Settings section to Settings/Accounts/Calendars page ( #4104 )
...
* feat: add Calendar Settings section to Settings/Accounts/Calendars page
Closes #4060
* refactor: rename components
2024-02-21 17:18:57 +01:00
Jeet Desai and GitHub
15510c9fbe
Added beta tag in email ( #4098 )
...
#4040 added beta tag
2024-02-21 17:09:36 +01:00
161d02620a
Fix developers url and remove webhook url error ( #4120 )
...
Fix developers url + remove webhook url error
Co-authored-by: Thomas Trompette <[email protected] >
2024-02-21 16:25:35 +01:00
Thaïs and GitHub
f977164fee
feat: create Settings/Accounts/Calendars/Calendar Settings page ( #4092 )
...
* feat: create Settings/Accounts/Calendars/Calendar Settings page
Closes #4063
* docs: add SettingsAccountsCalendarsSettings stories
2024-02-21 15:37:42 +01:00
Jérémy M and GitHub
e3e940327e
fix: workspace health undefined relation ( #4107 )
2024-02-21 15:36:18 +01:00
bosiraphael and GitHub
ee7c1fbf5c
4008 dont create a contact company if it matches the persons domain ( #4088 )
...
* Add SettingsAccountsEmailsBlocklistInput story
* prevent contact creation from the same company
* add todo
* improvements
* Delete packages/twenty-front/src/modules/settings/accounts/components/__stories__/SettingsAccountsEmailsBlocklistInput.stories.tsx
* refactor
* modify after review
* improve code
* create utils
* fix
* Fix getAllByWorkspaceId to throw NotFoundException when no workspace member found
* fix after merge
* use map
* modify after review
2024-02-21 13:22:01 +01:00
Thaïs and GitHub
11581ca9c3
feat: create Settings/Accounts/Calendars page ( #4090 )
...
* feat: create Settings/Accounts/Calendars page
Closes #4059
* docs: add SettingsAccountsCalendars stories
* refactor: add SettingsNavigationDrawerItem component
2024-02-20 19:28:15 +01:00
Charles Bochet
4552e98b7f
Fix workspace enum migration bug
2024-02-20 18:48:10 +01:00
Jérémy M and GitHub
3914e8d77c
fix: sync and health ( #4095 )
...
* fix: throw error if we try to create a migration without columnName
* fix: typeorm save for update breaking everything
2024-02-20 17:55:23 +01:00
Weiko and GitHub
8c46e66cf5
Fix delete with no result should not throw ( #4091 )
...
* Fix delete with no result should not throw
* add logs
* Delete packages/twenty-server/src/database/typeorm/metadata/migrations/1708442904165-addOnDeleteActionToRelationMetadata.ts
2024-02-20 17:27:31 +01:00
Jérémy M and GitHub
22e8a3ba77
fix: unwanted comment on graphQL input ( #4071 )
2024-02-20 16:13:18 +01:00
70cf805db8
Resolved text editor styled ( #4033 )
...
#3998 resolved text editor styled
Co-authored-by: Charles Bochet <[email protected] >
2024-02-20 15:29:39 +01:00
9d9ba97fb7
feat: REST endpoints for metadata API ( #3912 )
...
* parse metadata path
* metadata rest api
* add queryAction condition and return object singular/plural
* handle GET endpoint for metadata
* FindOne and FindMany query for metadata endpoint
* Request all objects and nest fields in object request
---------
Co-authored-by: martmull <[email protected] >
2024-02-20 15:17:41 +01:00
Thaïs and GitHub
ec20117e80
chore: make twenty-server nest command scripts depend on twenty-email… ( #4055 )
...
chore: make twenty-server nest command scripts depend on twenty-emails build
Closes #4013
2024-02-20 14:35:09 +01:00
rostaklein and GitHub
9aefab2297
fix: added working launch.json for VSCode ( #4037 )
...
* fix: added working launch json for VScode
* fix: removed unused env
2024-02-20 14:27:56 +01:00
Zoltán Völcsey and GitHub
82e9f28383
fix: Fixed LinkedIn links with unicode ( #3953 )
...
* fix: Fixed LinkedIn links with unicode
* feat: Added checkUrlType and getDisplayValueByUrlType util functions
2024-02-20 14:22:26 +01:00
36a6558289
Feat/activity optimistic activities ( #4009 )
...
* Fix naming
* Fixed cache.evict bug for relation target deletion
* Fixed cascade delete activity targets
* Working version
* Fix
* fix
* WIP
* Fixed optimistic effect target inline cell
* Removed openCreateActivityDrawer v1
* Ok for timeline
* Removed console.log
* Fix update record optimistic effect
* Refactored activity queries into useActivities for everything
* Fixed bugs
* Cleaned
* Fix lint
---------
Co-authored-by: Charles Bochet <[email protected] >
2024-02-20 14:20:45 +01:00
6fb0099eb3
3969 Adjusted Sidebar ( #3971 )
...
* Label fix
* changes done
* Revert "Label fix"
This reverts commit 1233b58099 .
---------
Co-authored-by: Félix Malfait <[email protected] >
2024-02-19 23:01:17 +01:00
116254243d
[Enter] key autosave for new API key and webhook ( #3955 )
...
* Added functionality for onKeyDown for new webhook and new API key, to save when the user presses the [Enter] key
* Update SettingsDevelopersApiKeysNew.tsx
Fix for linter
* Update SettingsDevelopersWebhooksNew.tsx
Fix for linter
* Update SettingsDevelopersApiKeysNew.tsx
Got rid of extra space in if statement
* Update SettingsDevelopersWebhooksNew.tsx
Got rid of extra space for if statement
* Update SettingsDevelopersApiKeysNew.tsx
prettier
* Update SettingsDevelopersWebhooksNew.tsx
prettier
* Fix linter
---------
Co-authored-by: Félix Malfait <[email protected] >
2024-02-19 22:37:02 +01:00
bosiraphael and GitHub
09783912f3
4008 dont create a contact company if it matches the persons domain ( #4057 )
...
* Add SettingsAccountsEmailsBlocklistInput story
* prevent contact creation from the same company
* add todo
* improvements
* Delete packages/twenty-front/src/modules/settings/accounts/components/__stories__/SettingsAccountsEmailsBlocklistInput.stories.tsx
* refactor
* modify after review
* improve code
2024-02-19 18:46:49 +01:00
bosiraphael and GitHub
e34e341ddc
3938 change email auto import to contact ive sent email to ( #3995 )
...
* done
* working
* wip
* merge main
* almost done
* improvement
2024-02-19 17:29:38 +01:00
Jérémy M and GitHub
2f9e503a8b
fix: ignore enum options sync for now ( #4056 )
2024-02-19 17:29:30 +01:00
Jérémy M and GitHub
e293abe332
Fix/workspace health type ( #4053 )
...
* fix: memory issue with truncate command
* fix: LINK doesn't have any default value
* fix: Cannot convert LINK to column type.
* fix: handle old column type and add a warn to fix them manually
2024-02-19 17:28:40 +01:00
Thomas des Francs and GitHub
4a95798411
Update of the readme with updated visuals ( #4041 )
...
* README udpated illustrations & taglines
* Delete packages/twenty-docs/static/img/create-tasks-dark.png
Deleting depreciated illustration
* Delete packages/twenty-docs/static/img/create-tasks-light.png
Deleting depreciated illustration
* Delete packages/twenty-docs/static/img/follow-your-deals-dark.png
Deleting depreciated illustration
* Delete packages/twenty-docs/static/img/follow-your-deals-light.png
Deleting depreciated illustration
* Delete packages/twenty-docs/static/img/rich-notes-dark.png
Deleting depreciated illustration
* Delete packages/twenty-docs/static/img/rich-notes-light.png
Deleting depreciated illustration
* Delete packages/twenty-docs/static/img/shortcut-navigation-dark.png
Deleting depreciated illustration
* Delete packages/twenty-docs/static/img/shortcut-navigation-light.png
Deleting depreciated illustration
* Delete packages/twenty-docs/static/img/visualise-customer-dark.png
Deleting depreciated illustration
* Delete packages/twenty-docs/static/img/visualise-customer-light.png
Deleting depreciated illustration
* Delete packages/twenty-docs/static/img/logo-square-light.svg
Logo not part of the visual identity
* Updated a typo
2024-02-19 11:40:26 +01:00
Thomas des Francs and GitHub
9d2e0e9753
Corrected a typo in the visuals ("TEXT TEXT") ( #4047 )
2024-02-19 11:13:01 +01:00
Charles Bochet and GitHub
ba050cd33d
Release 0.3.1 ( #4031 )
2024-02-16 20:11:38 +01:00
martmull and GitHub
1b983b005d
Fix storybook ( #4028 )
2024-02-16 18:06:19 +01:00
brendanlaschke and GitHub
dfcf3b4dfa
Small fix website: contributors ( #4027 )
...
add link on pr, fix github name first letter missing
2024-02-16 17:58:36 +01:00
martmull and GitHub
f2ff3e7ab7
Fix onboarding status ( #4019 )
...
* Fix onboarding status
* Add comment
* Fix jest tests
2024-02-16 16:58:49 +01:00
martmull and GitHub
0ee512a983
3959 create a activationstatus in coreworkspace and use it in front to redirect properly ( #3989 )
...
* Add computed field to workspace entity
* Add activationStatus to front requests
* Update Selector
* Use activation status
* Stop using selector for mock values
* Remove isCurrentWorkspaceActiveSelector
* Use activation status
* Fix typo
* Use activation status
* Create hook for sign in up navigate
* Update hook to handle profile creation
* Use varaible
* Use more readable boolean function
2024-02-16 16:00:39 +01:00
Pranav and GitHub
03a1d3aa75
Updated the docs typo ( #3987 )
2024-02-16 15:11:49 +01:00
Charles Bochet and GitHub
6f2b0f2068
Resolve bugs tied to record creations on table ( #4011 )
...
* Resolve bugs tied to record creations on table
* Fix according to PR
* Fix tests
2024-02-16 15:03:57 +01:00
brendanlaschke and GitHub
595b2f9e6f
Webhook Docs ( #3966 )
...
* add webhook docs, openapi v3.1, stoplight v8
* *.*
2024-02-16 15:01:37 +01:00
brendanlaschke and GitHub
547145389c
Docs include field description ( #3973 )
...
- include field description
2024-02-16 14:38:39 +01:00