Iván Ovejero

Results 30 comments of Iván Ovejero

Nodebuilder dereferences the spec (i.e. replaces its references at `$ref` with the actual params) into `_deref.json` and then parses that file into an n8n node. Therefore, `_deref.json` is an only...

Closing in favor of #9355

@krynble CI says `MySQL BLOB/TEXT column 'key' used in key specification without a key length`, which indicates that MySQL requires specifying a length for the new index for `execution_metadata.key`, but...

@pemontto Thanks! If you can please fix the failing tests

Thanks, from the story I was under the impression we only wanted to touch these, rather than all of them.

## Find multiple executions Method: `ExecutionRepository.findManyByRangeQuery` Sample TypeORM log: ``` SELECT COUNT(DISTINCT("execution"."id")) AS "cnt" FROM "execution_entity" "execution" INNER JOIN "workflow_entity" "workflow" ON "workflow"."id"="execution"."workflowId" WHERE ( "execution"."workflowId" IN (?, ?, ?,...

Last attempt: https://github.com/n8n-io/n8n/pull/7805