n8n/packages/cli/src/databases/migrations/postgresdb
Val 1bb987140a
feat: Add variables feature (#5602)
* 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>
2023-04-18 12:41:55 +02:00
..
1587669153312-InitialMigration.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1589476000887-WebhookModel.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1594828256133-CreateIndexStoppedAt.ts refactor(core): Switch over all user-management routes to use decorators (#5115) 2023-01-27 11:19:47 +01:00
1607431743768-MakeStoppedAtNullable.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1611144599516-AddWebhookId.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1617270242566-CreateTagEntity.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1620824779533-UniqueWorkflowNames.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1626176912946-AddwaitTill.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1630419189837-UpdateWorkflowCredentials.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1644422880309-AddExecutionEntityIndexes.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1646834195327-IncreaseTypeVarcharLimit.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1646992772331-CreateUserManagement.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1648740597343-LowerCaseUserEmail.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1652254514002-CommunityNodes.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1652367743993-AddUserSettings.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1652905585850-AddAPIKeyColumn.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1654090467022-IntroducePinData.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1658932090381-AddNodeIds.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1659902242948-AddJsonKeyPinData.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
1660062385367-CreateCredentialsUserRole.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1663755770893-CreateWorkflowsEditorRole.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
1664196174001-WorkflowStatistics.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1665484192212-CreateCredentialUsageTable.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
1665754637025-RemoveCredentialUsageTable.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
1669739707126-AddWorkflowVersionIdColumn.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1669823906995-AddTriggerCountColumn.ts refactor(core): Add support for implicit schema in postgres migrations (#5233) 2023-01-24 10:55:20 +01:00
1671535397530-MessageEventBusDestinations.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
1671726148421-RemoveWorkflowDataLoadedFlag.ts refactor(core): Switch over all user-management routes to use decorators (#5115) 2023-01-27 11:19:47 +01:00
1673268682475-DeleteExecutionsWithWorkflows.ts fix: Add schema to postgres migrations (hotfix) (#5218) 2023-01-23 10:16:20 +01:00
1674138566000-AddStatusToExecutions.ts feat(core): Add execution runData recovery and status field (#5112) 2023-02-17 10:54:07 +01:00
1674509946020-CreateLdapEntities.ts feat(core): Add LDAP support (#3835) 2023-01-25 02:18:39 +01:00
1675940580449-PurgeInvalidWorkflowConnections.ts fix(core): Do not remove empty output connections arrays in PurgeInvalidWorkflowConnections migration (#5546) 2023-02-22 14:20:06 +01:00
1676996103000-MigrateExecutionStatus.ts fix(core): Fix execution status filters (#5533) 2023-02-21 21:44:46 +01:00
1677236854063-UpdateRunningExecutionStatus.ts fix: Prevent executions from displaying as running forever (#5563) 2023-02-24 14:53:49 +01:00
1677501636754-CreateVariables.ts feat: Add variables feature (#5602) 2023-04-18 12:41:55 +02:00
1679416281778-CreateExecutionMetadataTable.ts feat: Execution custom data saving and filtering (#5496) 2023-03-23 18:07:46 +01:00
index.ts feat: Add variables feature (#5602) 2023-04-18 12:41:55 +02:00