n8n/packages/cli/test/integration
2025-09-04 08:35:25 +01:00
..
ai refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
collaboration refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
commands chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
controllers fix(core): Fix role management controller no-changelog (#19107) 2025-09-02 19:08:04 +02:00
credentials fix(core): Add optional context parameter to track creation source for workflows, credentials, and projects (#18736) 2025-08-27 10:50:53 +02:00
database/repositories chore(core): Add custom role management service and endpoints (#18717) 2025-08-29 14:20:32 +02:00
deduplication refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
environments chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
evaluation chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
executions fix(core): Mark invalid enqueued executions as crashed during startup for legacy SQLite driver (#17629) 2025-08-05 13:13:55 +02:00
external-secrets refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
folder feat(core): Allow custom project roles from being set to a user project relation (#18926) 2025-09-01 10:22:33 +02:00
insights chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
ldap chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
mfa chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
middlewares feat(core): Upgrade to express 5 to address CVE-2024-52798 (#14332) 2025-04-03 13:43:52 +02:00
oidc chore(core): Increase error visibility for OIDC login path (#19142) 2025-09-03 16:03:18 +02:00
public-api feat(API): Add cancel status filters to the public api executions endpoint (#19136) 2025-09-04 08:35:25 +01:00
saml chore(core): Enforce email format for user entity, remove unused user validators (#18534) 2025-08-21 14:41:32 +02:00
security-audit refactor(core): Modularize community packages (#18641) 2025-08-22 12:19:01 +02:00
services chore(core): Introduce license feature flag for custom roles (#19038) 2025-09-01 17:40:49 +02:00
shared feat(API): Add cancel status filters to the public api executions endpoint (#19136) 2025-09-04 08:35:25 +01:00
task-runners refactor(core): Consolidate task result validation in Code node (#18928) 2025-09-02 16:05:10 +02:00
workflows feat(core): Allow filtering workflows by availableInMCP (#18646) 2025-09-02 16:21:12 -04:00
activation-errors.service.test.ts refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
active-workflow-manager.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
api-keys.api.test.ts feat(core): Rebuild project roles to load from the database (#17909) 2025-08-28 11:00:31 +02:00
auth.api.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
auth.mw.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
binary-data.api.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
credentials-helper.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
cta.service.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
debug.controller.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
eventbus.ee.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
eventbus.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
execution.repository.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
execution.service.integration.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
executions-pruning.service.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
executions.controller.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
healthcheck.controller.test.ts refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
import.service.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
license-metrics.repository.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
license.api.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
me.api.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
owner.api.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
password-reset.api.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
project.api.test.ts feat(core): Rebuild project roles to load from the database (#17909) 2025-08-28 11:00:31 +02:00
project.service.integration.test.ts chore(core): Introduce license feature flag for custom roles (#19038) 2025-09-01 17:40:49 +02:00
prometheus-metrics.test.ts feat(core): Add workflow name label to workflow metrics (#16837) 2025-07-08 09:11:03 +01:00
role.api.test.ts chore(core): Add custom role management service and endpoints (#18717) 2025-08-29 14:20:32 +02:00
tags.api.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
test-run.repository.ee.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
user.repository.test.ts chore(core): Use roles from database in global roles (#18768) 2025-08-26 17:53:46 +02:00
users.api.test.ts feat(core): Allow custom project roles from being set to a user project relation (#18926) 2025-09-01 10:22:33 +02:00
variables.test.ts refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
webhooks.api.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
webhooks.test.ts refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
workflow-history-manager.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
workflow-history.api.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00
workflow-tag-mapping.repository.integration.test.ts refactor(core): Lintfix cli package (#17125) 2025-07-08 19:32:02 +02:00