mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-03 10:17:00 +02:00
* feat: add variables db models and migrations * feat: variables api endpoints * feat: add $variables to expressions * test: fix ActiveWorkflowRunner tests failing * test: a different fix for the tests broken by $variables * feat: variables licensing * fix: could create one extra variable than licensed for * feat: Add Variables UI page and $vars global property (#5750) * feat: add support for row slot to datatable * feat: add variables create, read, update, delete * feat: add vars autocomplete * chore: remove alert * feat: add variables autocomplete for code and expressions * feat: add tests for variable components * feat: add variables search and sort * test: update tests for variables view * chore: fix test and linting issue * refactor: review changes * feat: add variable creation telemetry * fix: Improve variables listing and disabled case, fix resource sorting (no-changelog) (#5903) * fix: Improve variables disabled experience and fix sorting * fix: update action box margin * test: update tests for variables row and datatable * fix: Add ee controller to base controller * fix: variables.ee routes not being added * feat: add variables validation * fix: fix vue-fragment bug that breaks everything * chore: Update lock * feat: Add variables input validation and permissions (no-changelog) (#5910) * feat: add input validation * feat: handle variables view for non-instance-owner users * test: update variables tests * fix: fix data-testid pattern * feat: improve overflow styles * test: fix variables row snapshot * feat: update sorting to take newly created variables into account * fix: fix list layout overflow * fix: fix adding variables on page other than 1. fix validation * feat: add docs link * fix: fix default displayName function for resource-list-layout * feat: improve vars expressions ux, cm-tooltip * test: fix datatable test * feat: add MATCH_REGEX validation rule * fix: overhaul how datatable pagination selector works * feat: update completer description * fix: conditionally update usage syntax based on key validation * test: update datatable snapshot * fix: fix variables-row button margins * fix: fix pagination overflow * test: Fix broken test * test: Update snapshot * fix: Remove duplicate declaration * feat: add custom variables icon --------- Co-authored-by: Alex Grozav <alex@grozav.com> Co-authored-by: Omar Ajoue <krynble@gmail.com> |
||
|---|---|---|
| .. | ||
| 1587669153312-InitialMigration.ts | ||
| 1589476000887-WebhookModel.ts | ||
| 1594828256133-CreateIndexStoppedAt.ts | ||
| 1607431743768-MakeStoppedAtNullable.ts | ||
| 1611144599516-AddWebhookId.ts | ||
| 1617270242566-CreateTagEntity.ts | ||
| 1620824779533-UniqueWorkflowNames.ts | ||
| 1626176912946-AddwaitTill.ts | ||
| 1630419189837-UpdateWorkflowCredentials.ts | ||
| 1644422880309-AddExecutionEntityIndexes.ts | ||
| 1646834195327-IncreaseTypeVarcharLimit.ts | ||
| 1646992772331-CreateUserManagement.ts | ||
| 1648740597343-LowerCaseUserEmail.ts | ||
| 1652254514002-CommunityNodes.ts | ||
| 1652367743993-AddUserSettings.ts | ||
| 1652905585850-AddAPIKeyColumn.ts | ||
| 1654090467022-IntroducePinData.ts | ||
| 1658932090381-AddNodeIds.ts | ||
| 1659902242948-AddJsonKeyPinData.ts | ||
| 1660062385367-CreateCredentialsUserRole.ts | ||
| 1663755770893-CreateWorkflowsEditorRole.ts | ||
| 1664196174001-WorkflowStatistics.ts | ||
| 1665484192212-CreateCredentialUsageTable.ts | ||
| 1665754637025-RemoveCredentialUsageTable.ts | ||
| 1669739707126-AddWorkflowVersionIdColumn.ts | ||
| 1669823906995-AddTriggerCountColumn.ts | ||
| 1671535397530-MessageEventBusDestinations.ts | ||
| 1671726148421-RemoveWorkflowDataLoadedFlag.ts | ||
| 1673268682475-DeleteExecutionsWithWorkflows.ts | ||
| 1674138566000-AddStatusToExecutions.ts | ||
| 1674509946020-CreateLdapEntities.ts | ||
| 1675940580449-PurgeInvalidWorkflowConnections.ts | ||
| 1676996103000-MigrateExecutionStatus.ts | ||
| 1677236854063-UpdateRunningExecutionStatus.ts | ||
| 1677501636754-CreateVariables.ts | ||
| 1679416281778-CreateExecutionMetadataTable.ts | ||
| index.ts | ||