|
|
93decaceab
|
fix: FieldMetadata default value and options better validation (#2785)
* fix: wip better field metadata validation
* fix: remove files
* fix: default value and options validation
* fix: small fix
* fix: try to limit patch
* fix: tests
* Update server/src/metadata/field-metadata/validators/is-field-metadata-options.validator.ts
Co-authored-by: Weiko <corentin@twenty.com>
* fix: lint
* fix: standard fields update security
---------
Co-authored-by: Weiko <corentin@twenty.com>
|
2023-12-06 15:19:23 +01:00 |
|
|
|
ca492808cf
|
Add metadata query resolvers (#1929)
* Add metadata queries resolvers
* remove hello field
* fix linter
|
2023-10-09 22:54:14 +02:00 |
|
|
|
1e91c985df
|
Add a dedicated GQL server for metadata available on /meta (#1820)
|
2023-10-03 10:17:13 +02:00 |
|
|
|
629bdbbf50
|
feat: dynamic graphQL schema generation based on user workspace (#1725)
* wip: refacto and start creating custom resolver
* feat: findMany & findUnique of a custom entity
* feat: wip pagination
* feat: initial metadata migration
* feat: universal findAll with pagination
* fix: clean small stuff in pagination
* fix: test
* fix: miss file
* feat: rename custom into universal
* feat: create metadata schema in default database
* Multi-tenant db schemas POC
fix tests and use query builders
remove synchronize
restore updatedAt
remove unnecessary import
use queryRunner
fix camelcase
add migrations for standard objects
Multi-tenant db schemas POC
fix tests and use query builders
remove synchronize
restore updatedAt
remove unnecessary import
use queryRunner
fix camelcase
add migrations for standard objects
poc: conditional schema at runtime
wip: try to create resolver in Nest.JS context
fix
* feat: wip add pg_graphql
* feat: setup pg_graphql during database init
* wip: dynamic resolver
* poc: dynamic resolver and query using pg_graphql
* feat: pg_graphql use ARG in Dockerfile
* feat: clean findMany & findOne dynamic resolver
* feat: get correct schema based on access token
* fix: remove old file
* fix: tests
* fix: better comment
* fix: e2e test not working, error format change due to yoga
* remove typeorm entity generation + fix jwt + fix search_path + remove anon
* fix conflict
---------
Co-authored-by: Charles Bochet <charles@twenty.com>
Co-authored-by: corentin <corentin@twenty.com>
|
2023-09-28 16:27:34 +02:00 |
|