Jérémy M and GitHub
0da1a98021
fix: wrong file name ( #2676 )
2023-11-23 15:31:09 +01:00
59e53ba72d
Fix microAmount ( #2654 )
...
* Fix microAmount
* Code review returns
* Parse currency values as string
* Jeremy's returns
* fix: scalars not properly implemented
* fix: filters not working on big float scalar
---------
Co-authored-by: Jérémy Magrin <[email protected] >
2023-11-23 15:26:59 +01:00
bosiraphael and GitHub
8454dfc345
First generated viewField is now name ( #2671 )
...
fix-first-generated-viewField
2023-11-23 14:50:56 +01:00
Charles Bochet and GitHub
9dabe44d0f
Fix KeyboardShortcut menu, person upload picture ( #2669 )
...
* Fix KeyboardShortcut menu, person upload picture
* Fixes
2023-11-23 13:44:54 +01:00
Charles Bochet and GitHub
9c4f402102
Fix token cookie not being peristed on browser reboot ( #2667 )
2023-11-23 12:16:20 +01:00
Lucas Bordeau and GitHub
01172d44dd
Fix/boolean field v2 ( #2664 )
...
* wip
* Revert "wip"
This reverts commit 517d460f6c .
2023-11-23 11:35:32 +01:00
Charles Bochet and GitHub
ec3cfe6fdb
Add back pickers on all pages, fix command menu ( #2662 )
...
* Add back pickers on all pages, fix command menu
* Fix lint
2023-11-22 22:32:25 +01:00
RobertoSimonini1 and GitHub
7eea150d16
remove unused packages:server ( #2650 )
2023-11-22 17:33:56 +01:00
Weiko and GitHub
0fd823af21
Allow isActive to be updated for standard objects ( #2651 )
...
* Allow isActive to be updated for standard objects
* Allow isActive to be updated for standard objects/fields
2023-11-22 17:17:13 +01:00
Weiko and GitHub
ccaa96bc58
Fix workspace/user deletion ( #2648 )
...
* Fix workspace/user deletion
* remove logs
* add defaultWorkspace check
2023-11-22 17:12:46 +01:00
Jérémy M and GitHub
4c1c6a3407
fix: can't create fields of type UUID ( #2642 )
2023-11-22 14:58:13 +01:00
Jérémy M and GitHub
5c8c141556
feat: workspace cache version instead of event emitter ( #2637 )
2023-11-22 14:51:26 +01:00
Weiko and GitHub
a6abe09163
Move Impersonate from User to Workspace ( #2630 )
...
* Fix impersonate
* align core typeorm config with metadata config + add allowImpersonation to workspace
* move allowImpersonation to workspace
* remove allowImpersonation from workspaceMember workspace table
2023-11-22 14:12:39 +01:00
martmull and GitHub
4a0e0ee386
Fix view seeds ( #2638 )
2023-11-22 12:29:44 +01:00
Charles Bochet and GitHub
8f623ceb5c
Fix bug favorite optimistic rendering and opportunity prefill ( #2633 )
...
* Fix bug favorite optimistic rendering and opportunity prefill
* Fixes
2023-11-22 11:43:40 +01:00
Lucas Bordeau and GitHub
a67199e0c3
Fix Tasks and Activities - Part 1 ( #2624 )
...
Fixed
2023-11-21 23:29:40 +01:00
Weiko and GitHub
c74bde28b8
Add identifier fields to ObjectMetadata ( #2616 )
...
* Add indentifier fields to ObjectMetadata
* Add indentifier fields to ObjectMetadata
* Add indentifier fields to ObjectMetadata
* temporarily block name/label edition
2023-11-21 18:41:48 +01:00
Jérémy M and GitHub
dd125ddfcc
feat: add memory cache to boost performance ( #2620 )
...
* feat: add memory cache to boost performance
* fix: tests
* fix: logging
* fix: missing commented stuff
2023-11-21 18:29:31 +01:00
bosiraphael and GitHub
ad8331aa89
Board V2 - Part 1 ( #2619 )
...
* improve useComputeDefinitionsFromFieldMetadata to prevent infinit loops
* fix viewFields
* improve initial seeding
* fix height 100%
* fix filters and sorts
* allow filter on currency
* remove probability from filter
* fix opportunities count
* fix persist filters and sorts
2023-11-21 18:01:30 +01:00
Weiko and GitHub
6f4a952381
Add [from/to]Description to CreateRelationInput ( #2613 )
2023-11-21 11:38:27 +01:00
Weiko and GitHub
a33d4c8b8d
Rename DATE to DATETIME ( #2576 )
...
* Rename DATE to DATETIME
* rename DATE to DATE_TIME
* fix server tests
* rename date to datetime
* rename date to datetime
2023-11-21 00:16:42 +01:00
Charles Bochet
0ace17df82
Fix linter and remove console logs
2023-11-20 16:54:51 +01:00
Lucas Bordeau and GitHub
189586830e
Refactored useFindOneObjectMetadataItem and useFindManyObjectMetadataItems ( #2600 )
...
* Refactored useFindOneObjectMetadataItem and useFindManyObjectMetadataItems to rely on a recoil family selector
* Removed console.log
* Cleaned
* Removed unused hook
* Fixed seeds
2023-11-20 16:34:06 +01:00
3ad30a0498
fix: not able to filter by nullable values ( #2580 )
...
Co-authored-by: Charles Bochet <[email protected] >
2023-11-20 15:46:20 +01:00
martmull and GitHub
eb64baa62e
Fix api Keys ( #2583 )
2023-11-20 10:57:08 +01:00
Charles Bochet and GitHub
f5e1d7825a
Removing Prisma and Grapql-nestjs-prisma resolvers ( #2574 )
...
* Some cleaning
* Fix seeds
* Fix all sign in, sign up flow and apiKey optimistic rendering
* Fix
2023-11-19 18:25:47 +01:00
18dac1a2b6
feat: add Relation field form ( #2572 )
...
* feat: add useCreateOneRelationMetadata and useRelationMetadata
Closes #2423
* feat: add Relation field form
Closes #2003
---------
Co-authored-by: Charles Bochet <[email protected] >
2023-11-17 23:38:39 +01:00
Charles Bochet
e72917c69c
Fix issues post merge
2023-11-17 22:59:10 +01:00
a8b6edd4a8
chore(server): Migrate workspace ( #2530 )
...
* Migrate workspace
Co-authored-by: v1b3m <[email protected] >
* Migrate workspace
Co-authored-by: v1b3m <[email protected] >
* Migrate workspace to TypeORM
Co-authored-by: v1b3m <[email protected] >
* Migrate workspace to TypeORM
Co-authored-by: v1b3m <[email protected] >
---------
Co-authored-by: v1b3m <[email protected] >
Co-authored-by: gitstart-twenty <[email protected] >
2023-11-17 22:41:46 +01:00
Charles Bochet
aa2596c572
Update Seeds while pre-fi
...
lling a new workspace
2023-11-17 21:54:32 +01:00
Weiko and GitHub
1deb742ac9
Add deleteOneRelation resolver ( #2569 )
2023-11-17 19:13:42 +01:00
Weiko and GitHub
ed71ef67af
Add Name defaultColumn for custom objects ( #2568 )
2023-11-17 19:13:07 +01:00
d481da183f
V2 opportunities ( #2565 )
...
* changed isSystem to false
* wip
* wip
* wip
* add amount viewfield seed
* seed other viewFields
* upate tenant seeds
* Remove calls to old pipelines
---------
Co-authored-by: Charles Bochet <[email protected] >
Co-authored-by: Charles Bochet <[email protected] >
2023-11-17 19:12:22 +01:00
Weiko and GitHub
f62108d539
Add missing default values ( #2567 )
...
* add missing default values
* add missing default values
2023-11-17 19:11:25 +01:00
Weiko and GitHub
4870b0ac30
Add fullName field metadata type ( #2563 )
...
* Add fullName field metadata type
* update seeds
2023-11-17 16:52:51 +01:00
Charles Bochet
f58e4263bc
Fix favorite seeds and prefill
2023-11-17 16:44:26 +01:00
Charles Bochet and GitHub
baf1260443
Fix Activities and Tasks modules ( #2561 )
...
* Fix activities
* Fix Timeline
* Refactor useCreateOne and useUpdateOne records
* Fix seeds
2023-11-17 16:24:58 +01:00
Lucas Bordeau and GitHub
a6d8cdb116
Fix context menu and favorites ( #2564 )
2023-11-17 16:24:43 +01:00
martmull and GitHub
dea1555031
Improvements for migrations ( #2556 )
...
* Fix wrong var name
* Add is null is not null filtering on dates
* Simplify
2023-11-17 14:20:33 +01:00
Charles Bochet
e19e7a816f
Update seeds to take currency and link type into account
2023-11-17 12:01:56 +01:00
b86ada6d2b
feat: rename tenant into workspace ( #2553 )
...
* feat: rename tenant into workspace
* fix: missing some files and reset not working
* fix: wrong import
* Use link in company seeds
* Use link in company seeds
---------
Co-authored-by: Charles Bochet <[email protected] >
2023-11-17 11:26:33 +01:00
bc579d64a6
Rename Money/Url to Currency/Link and remove snake_case from composite fields ( #2536 )
...
* Rename Money/Url to Currency/Link
* regenerate front types
* renaming money/url field types
* fix double text
* fix tests
* fix server tests
* fix generate-target-column-map
* fix currency convert
* fix: tests
---------
Co-authored-by: Jérémy Magrin <[email protected] >
2023-11-17 10:31:17 +01:00
Jérémy M and GitHub
e9827486c0
feat: add default value capability ( #2544 )
...
* feat: add default value capability
* feat: update seeds with default value
2023-11-16 18:25:11 +01:00
martmull and GitHub
e8a1d0d6d5
Remove api keys from old world ( #2548 )
...
* Use apiKeyV2 for getApiKeys
* Use apiKeyV2 for createApiKey
* Use apiKeyV2 for getApiKey
* Use apiKeyV2 to deleteapikey
* Filter null revokedAt -> not working
* Use apiKeyV2 to regenerate
* Fix default values injected
* Remove useless stuff
* Fix type
2023-11-16 18:14:04 +01:00
bosiraphael and GitHub
0ae9373532
V2 onboarding ( #2543 )
...
* fix cannot query avatarUrl
* create workspace working
* fix bugs related to refetch queries
* onboarding working
* updated dependency array
* improve error handling
* update types, remove as any, remove console logs
* small fix
2023-11-16 17:09:10 +01:00
e026b2b6e9
feat: expose foreign key ( #2505 )
...
* fix: typo
* feat: expose foreign key
* fix: foreign key exposition
* fix: be able to filter by foreign key
* feat: add `isSystem` on field metadata
* feat: update all seeds
* fix: seed issues
* fix: sync metadata generated files
* fix: squash metadata migrations
* Fix conflicts
---------
Co-authored-by: Charles Bochet <[email protected] >
2023-11-16 12:30:40 +01:00
brendanlaschke and GitHub
e5caa7a5df
Eslint prevent duplicate import ( #2516 )
...
- eslint: prevent duplicate import
2023-11-16 12:26:43 +01:00
Weiko and GitHub
ebd1ef5223
Add basic fields metadata ( #2523 )
...
* Add basic fields metadata
* add fieldmetadata dependency
* re-arrange modules
* fix
* fix seed
* set default fields nullable
* set default fields nullable
* fix tenantMigration order
* fix tenantMigration order
2023-11-15 19:21:51 +01:00
Lucas Bordeau and GitHub
82142ab70e
Added working peopleV2 table ( #2527 )
2023-11-15 19:17:20 +01:00
Jérémy M and GitHub
c02717c1e3
fix: schema builder use same type definitions storage across tenant ( #2525 )
2023-11-15 17:23:30 +01:00