Weiko

Results 43 issues of Weiko

Now that we have persistent cache for schemas, we want to be able to reset its state when users run the database:reset db otherwise schemas won't be synced with the...

PR: awaiting review

## Context We have a non-nullable constraint on authorId in attachments and documents, until we have soft-deletion we need to handle deletion of workspace-members and their attachments/documents. This PR introduces...

PR: awaiting review

## Context We recently introduced a change that now throws a 401 if the token is invalid or expired. The first implementation is using an allow list and 'IntrospectionQuery' was...

PR: awaiting review

## Bug Description In field creation/edition, setting a defaultValue on an enum type and changing the type to boolean disable the save button https://github.com/twentyhq/twenty/assets/1834158/d33fd440-1960-463b-8e5c-eb13fa2970f8 ## Technical inputs Probably related to...

type: bug

## Bug Description For example if you input '300' it will show `0.0.1.44`. Another example: ## Expected behavior It should probably not accept links that don't have top-level domain like...

type: bug

## Bug Description Special characters such as "+" have special meanings in Regex expressions. Using those in a filter breaks the filtering. ## Expected behavior Should filter with existing records...

type: bug
good first issue

## Bug Description Many part of the code assume that isCustom:true is from the user input and should be ignore whereas isCustom:false is standard and should be kept in sync...

good first issue

## Scope & Context Enrich text fields allow you to include images in your text, however images are uploaded through the server and directly inserted in the json without editing...

Fixes https://github.com/twentyhq/twenty/issues/6859 This PR adds all the remaining resolvers for - updateOne/updateMany - createOne/createMany - deleteOne/deleteMany - destroyOne - restoreMany Also - refactored the graphql-query-runner to be able to add...

```[tasklist] ### Tasks - [x] Handle soft-delete (?) - [x] Implement findOne - [x] Implement findMany - [x] Implement createOne/createMany - [x] Implement updateOne/updateMany - [x] Implement deleteOne/deleteMany - [x]...

scope: backend
type: chore
size: long
prio: high