Commit Graph

  • cffd5e8b2e test: update unit test to match new langchain validation behavior czlonkowski 2025-10-07 10:18:30 +02:00
  • 1ad2c6f6d2 fix: skip ALL node repository validation for langchain nodes (correct placement) czlonkowski 2025-10-07 10:12:44 +02:00
  • 28cff8c77b fix: skip node repository lookup for langchain nodes czlonkowski 2025-10-07 10:00:02 +02:00
  • 0818b4d56c fix: update unit tests for Calculator and Think tool validators czlonkowski 2025-10-07 09:30:49 +02:00
  • 5e2a6bdb9c fix: resolve remaining AI validation integration test failures czlonkowski 2025-10-07 08:26:24 +02:00
  • ec9d8fdb7e fix: correct error code access path in integration tests czlonkowski 2025-10-07 08:09:12 +02:00
  • ddc4de8c3e fix: resolve TypeScript compilation errors in integration tests czlonkowski 2025-10-07 07:59:00 +02:00
  • c67659a7c3 fix: standardize error codes and parameter names in AI tool validators czlonkowski 2025-10-07 00:32:04 +02:00
  • 4cf8bb5c98 release: version 2.17.0 - AI workflow validation fixes czlonkowski 2025-10-06 23:58:11 +02:00
  • 53b5dc312d docs: update Phase 1-2 summary with completion status czlonkowski 2025-10-06 23:52:19 +02:00
  • 1eedb43e9f docs: add Phase 2 test scenarios for validation czlonkowski 2025-10-06 23:50:59 +02:00
  • 81dfbbbd77 fix: get_node_essentials examples now use consistent workflowNodeType (MEDIUM-02) czlonkowski 2025-10-06 23:40:40 +02:00
  • 3ba3f101b3 docs: add Phase 2 completion summary czlonkowski 2025-10-06 23:37:45 +02:00
  • 92eb4ef34f fix: resolve node type normalization bug blocking all AI validation (HIGH-01, HIGH-04, HIGH-08) czlonkowski 2025-10-06 23:36:56 +02:00
  • ccbe04f007 docs: add Phase 1-2 progress summary czlonkowski 2025-10-06 23:16:37 +02:00
  • 91ad08493c fix: resolve TypeScript compilation blockers in AI validation tests (Phase 1) czlonkowski 2025-10-06 23:09:30 +02:00
  • 7bb021163f test: add comprehensive unit tests for AI validators (Phase 5 - partial) czlonkowski 2025-10-06 22:46:36 +02:00
  • 59ae78f03a feat: add comprehensive AI Agents guide and deprecate list_ai_tools czlonkowski 2025-10-06 22:39:36 +02:00
  • cb224de01f feat: add canonical AI tool examples for search_nodes includeExamples czlonkowski 2025-10-06 22:32:29 +02:00
  • fd9ea985f2 docs: enhance n8n_update_partial_workflow with comprehensive AI connection support czlonkowski 2025-10-06 22:26:19 +02:00
  • 225bb06cd5 fix: address code review Priority 1 fixes for AI validation czlonkowski 2025-10-06 22:23:04 +02:00
  • 2627028be3 feat: implement comprehensive AI node validation (Phase 1) czlonkowski 2025-10-06 22:17:12 +02:00
  • 217825c6e1 feat: implement Phase 2 security fixes (partial - HIGH-01, HIGH-04, HIGH-08, MEDIUM-02, MEDIUM-05) security/issue-265-pr3-high-priority-issues czlonkowski 2025-10-06 19:41:35 +02:00
  • aba2816ec7 add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for cc9fe69449 github-action-benchmark 2025-10-06 16:29:57 +00:00
  • cc9fe69449 Merge pull request #280 from czlonkowski/security/issue-265-pr2-rate-limiting-and-ssrf v2.16.3 Romuald Członkowski 2025-10-06 18:28:09 +02:00
  • 0144484f96 fix: skip rate-limiting integration tests due to CI server startup issue security/issue-265-pr2-rate-limiting-and-ssrf czlonkowski 2025-10-06 18:13:04 +02:00
  • 2b7bc48699 fix: increase server startup wait time for CI stability czlonkowski 2025-10-06 17:05:27 +02:00
  • 0ec02fa0da revert: restore rate-limiting test to original beforeAll approach czlonkowski 2025-10-06 16:49:30 +02:00
  • d207cc3723 fix: add DNS mocking to n8n-api-client tests for SSRF protection czlonkowski 2025-10-06 16:25:48 +02:00
  • eeb4b6ac3e fix: implement code reviewer recommended security improvements czlonkowski 2025-10-06 16:13:21 +02:00
  • 06cbb40213 feat: implement security audit fixes - rate limiting and SSRF protection (Issue #265 PR #2) czlonkowski 2025-10-06 15:40:07 +02:00
  • 5206c7dd8c add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for 9a00a99011 github-action-benchmark 2025-10-06 12:41:40 +00:00
  • 9a00a99011 Merge pull request #279 from czlonkowski/security/issue-265-pr1-critical-timing-and-injection v2.16.2 Romuald Członkowski 2025-10-06 14:39:38 +02:00
  • 36aedd5050 fix: correct version to 2.16.2 (patch release for security fixes) security/issue-265-pr1-critical-timing-and-injection czlonkowski 2025-10-06 14:29:08 +02:00
  • 59f49c47ab docs: remove forward-looking statements from CHANGELOG czlonkowski 2025-10-06 14:15:39 +02:00
  • b106550520 security: fix CRITICAL timing attack and command injection vulnerabilities (Issue #265) czlonkowski 2025-10-06 14:09:06 +02:00
  • 462c22b81c add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for e1be4473a3 github-action-benchmark 2025-10-06 11:28:49 +00:00
  • e1be4473a3 Merge pull request #278 from czlonkowski/fix/issue-277-signal-handlers-stdio v2.16.1 czlonkowski 2025-10-06 13:26:27 +02:00
  • b12a927a10 fix: harden signal handlers with robust container detection (Issue #277) fix/issue-277-signal-handlers-stdio czlonkowski 2025-10-06 11:55:26 +02:00
  • 1c146e9b96 add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for 08abdb7937 github-action-benchmark 2025-10-06 09:04:21 +00:00
  • 08abdb7937 Merge pull request #274 from czlonkowski/fix/issue-272-connection-operations-phase0 v2.16.0 Romuald Członkowski 2025-10-06 11:02:32 +02:00
  • 95bb002577 test: add comprehensive Merge node integration tests for targetIndex preservation czlonkowski 2025-10-06 10:02:23 +02:00
  • 36e02c68d3 test: add comprehensive integration tests for array index preservation czlonkowski 2025-10-06 09:45:53 +02:00
  • 3078273d93 docs: update CHANGELOG with critical array index bug fix czlonkowski 2025-10-06 09:19:45 +02:00
  • aeb74102e5 fix: preserve array indices in multi-output nodes when removing connections czlonkowski 2025-10-06 09:18:27 +02:00
  • af949b09a5 test: update parameter validation test for Issue #275 fix czlonkowski 2025-10-06 08:21:17 +02:00
  • 44568a6edd fix: improve rewireConnection validation to check specific sourceIndex czlonkowski 2025-10-06 08:15:01 +02:00
  • 59e4cb85ac chore: bump version to 2.16.0 and update CHANGELOG czlonkowski 2025-10-06 07:56:09 +02:00
  • f78f53e731 docs: update MCP tool documentation for Phase 1 czlonkowski 2025-10-06 07:38:20 +02:00
  • c6e0e528d1 refactor: remove updateConnection operation (breaking change) czlonkowski 2025-10-06 07:25:32 +02:00
  • 34bafe240d test: add integration tests for smart parameters against real n8n API czlonkowski 2025-10-06 00:04:17 +02:00
  • f139d38c81 fix: prevent TypeError in getNodeTypeAlternatives with invalid inputs czlonkowski 2025-10-06 00:02:48 +02:00
  • aeaba3b9ca fix: add smart parameters (branch, case, from, to) to Zod schema czlonkowski 2025-10-05 23:45:44 +02:00
  • a7bfa73479 fix: CRITICAL - branch parameter now correctly maps to sourceIndex, not sourceOutput czlonkowski 2025-10-05 23:38:26 +02:00
  • ee125c52f8 feat: implement smart parameters (branch, case) for multi-output nodes (Phase 1, Task 2) czlonkowski 2025-10-05 23:30:49 +02:00
  • f9194ee74c feat: implement rewireConnection operation (Phase 1, Task 1) czlonkowski 2025-10-05 23:10:10 +02:00
  • 2a85000411 chore: bump version to 2.15.7 and update CHANGELOG for Phase 0 czlonkowski 2025-10-05 22:30:16 +02:00
  • 653f395666 fix: add missing type annotations in workflow diff tests czlonkowski 2025-10-05 22:24:40 +02:00
  • cfe3c5e584 fix: Phase 0 critical connection operation fixes (Issue #272, #204) czlonkowski 2025-10-05 22:05:51 +02:00
  • 701b9f192a add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for 67c3c9c9c8 github-action-benchmark 2025-10-05 15:16:23 +00:00
  • 67c3c9c9c8 Merge pull request #271 from czlonkowski/fix/issue-270-apostrophe-handling v2.15.6 Romuald Członkowski 2025-10-05 17:14:35 +02:00
  • 6d50cf93f0 docs: add Issue #269 to CHANGELOG fix/issue-270-apostrophe-handling czlonkowski 2025-10-05 17:02:43 +02:00
  • de9f222cfe chore: merge Issue #269 addNode examples into Issue #270 fix czlonkowski 2025-10-05 17:02:26 +02:00
  • da593400d2 chore: bump version to 2.15.6 and update CHANGELOG for Issue #270 fix czlonkowski 2025-10-05 16:57:03 +02:00
  • 126d09c66b refactor: apply code review fixes for issue #270 czlonkowski 2025-10-05 16:37:58 +02:00
  • 4f81962953 fix: add string normalization for special characters in node names czlonkowski 2025-10-05 16:05:19 +02:00
  • 9e7a0e0487 fix: add comprehensive addNode examples to n8n_update_partial_workflow documentation fix/issue-269-addnode-examples czlonkowski 2025-10-05 15:19:24 +02:00
  • a7dc07abab Merge pull request #268 from czlonkowski/feat/integration-tests-phase-8 Romuald Członkowski 2025-10-05 14:50:26 +02:00
  • 1c56eb0daa docs: update test statistics to 3,336 tests with Phase 8 n8n API integration tests czlonkowski 2025-10-05 11:56:35 +02:00
  • 41f9f52d4e add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for fcf778c79d github-action-benchmark 2025-10-05 09:00:11 +00:00
  • fcf778c79d Merge pull request #267 from czlonkowski/feat/integration-tests-phase-8 Romuald Członkowski 2025-10-05 10:58:15 +02:00
  • c519cd5060 refactor: add TypeScript interfaces for test response types czlonkowski 2025-10-05 10:45:30 +02:00
  • 69f3a31d41 feat: implement Phase 8 integration tests for system tools czlonkowski 2025-10-05 10:25:41 +02:00
  • f6991083f5 add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for bd8a7f68ac github-action-benchmark 2025-10-05 08:22:54 +00:00
  • bd8a7f68ac Merge pull request #266 from czlonkowski/feat/integration-tests-phase-7 Romuald Członkowski 2025-10-05 10:21:12 +02:00
  • abc6a31302 feat: implement Phase 7 integration tests for execution management czlonkowski 2025-10-05 10:11:56 +02:00
  • 98131093b0 add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for 57459c27e3 github-action-benchmark 2025-10-05 08:01:19 +00:00
  • 57459c27e3 Merge pull request #264 from czlonkowski/feat/integration-tests-phase-6 Romuald Członkowski 2025-10-05 09:59:27 +02:00
  • 9380602439 fix: resolve code fence rendering issue in Claude Project Setup section czlonkowski 2025-10-05 09:58:55 +02:00
  • a696af8cfa fix: resolve TypeScript type errors in autofix tests czlonkowski 2025-10-05 09:49:24 +02:00
  • b467bec93e fix: address critical issues from code review (Phase 6A/6B) czlonkowski 2025-10-05 09:37:39 +02:00
  • 6e042467b2 feat: implement Phase 6B integration tests for workflow autofix czlonkowski 2025-10-05 09:28:32 +02:00
  • a5988f8b8a add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for 287b9aa819 github-action-benchmark 2025-10-05 07:20:56 +00:00
  • 287b9aa819 Merge pull request #263 from czlonkowski/feat/integration-tests-phase-6 Romuald Członkowski 2025-10-05 09:19:11 +02:00
  • 3331b72df4 feat: implement Phase 6A integration tests (workflow validation) czlonkowski 2025-10-05 09:08:23 +02:00
  • dae2dcbb02 add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for c0d7145a5a github-action-benchmark 2025-10-04 22:07:21 +00:00
  • c0d7145a5a Merge pull request #261 from czlonkowski/feat/integration-tests-phase-5 v2.15.5 Romuald Członkowski 2025-10-05 00:05:34 +02:00
  • 08e906739f fix: resolve type errors from tags parameter change czlonkowski 2025-10-04 23:57:08 +02:00
  • ae329c3bb6 chore: bump version to 2.15.5 czlonkowski 2025-10-04 23:46:06 +02:00
  • 1cfbdc3bdf feat: implement Phase 5 integration tests (workflow management) czlonkowski 2025-10-04 23:33:10 +02:00
  • 2b44308d86 add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for b3d42b3390 github-action-benchmark 2025-10-04 21:02:34 +00:00
  • b3d42b3390 Merge pull request #259 from czlonkowski/feat/integration-tests-phase-4 v2.15.4 Romuald Członkowski 2025-10-04 23:00:41 +02:00
  • 4feb905bd0 chore: release v2.15.4 czlonkowski 2025-10-04 22:47:17 +02:00
  • ad1f611d2a fix: remove invalid Update Connections test czlonkowski 2025-10-04 21:22:59 +02:00
  • 02574e5555 fix: use empty settings object in Update Connections test czlonkowski 2025-10-04 20:57:11 +02:00
  • b27d245dab fix: update unit tests for new cleanWorkflowForUpdate behavior czlonkowski 2025-10-04 20:15:49 +02:00
  • ecf0d50a63 fix: resolve Phase 4 test failures czlonkowski 2025-10-04 18:45:58 +02:00
  • 1db9ecf33f fix: update handleUpdateWorkflow tests to include n8n API required fields czlonkowski 2025-10-04 17:29:09 +02:00
  • fc973d83db fix: handleUpdateWorkflow validation bug causing all update tests to fail czlonkowski 2025-10-04 16:52:29 +02:00
  • 2e19eaa309 fix: resolve Phase 4 test failures czlonkowski 2025-10-04 14:24:43 +02:00