From 840eaaff6926ca8d199d5355f33ab24d9e7c5070 Mon Sep 17 00:00:00 2001 From: Altan Sezer Ayan Date: Mon, 20 Jul 2026 00:37:14 +0300 Subject: [PATCH] feat: add Mock Jutsu synthetic test data plugin (390 types, 6 locales) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rebased onto latest master (previously based before #853/#854 and several other PRs landed, which would have silently reverted them). Squashed the original 3 commits into one clean addition — the entry content is unchanged from what undera already reviewed and approved, just re-applied against the current file so nothing else gets clobbered. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01XaZCmhb1r6Hy71ARrMNzzz --- site/dat/repo/various.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/site/dat/repo/various.json b/site/dat/repo/various.json index c48bb7a33..b187bcd2d 100644 --- a/site/dat/repo/various.json +++ b/site/dat/repo/various.json @@ -3600,5 +3600,22 @@ "libs": {} } } + }, + { + "id": "mock-jutsu", + "name": "Mock Jutsu - The Ultimate Algorithmic Mock Data Engine", + "description": "Generate format-valid synthetic test data directly inside JMeter test plans via custom functions - no Python, no subprocess, no CSV files needed. 390 types across 49 categories, 6 locales (TR/UK/US/DE/FR/RU), pipe-separated options, mask support (PCI DSS / GDPR / KVKK), zero external dependencies.", + "helpUrl": "https://github.com/altansayan/mock-jutsu-jmeter#readme", + "markerClass": "com.mockjutsu.jmeter.MockJutsuBaseFunction", + "screenshotUrl": "https://raw.githubusercontent.com/altansayan/mock-jutsu-jmeter/main/assets/function-helper-preview.png", + "vendor": "ASA Intelligence - Altan Sezer Ayan", + "versions": { + "1.0.0": { + "changes": "Initial release - 390 types, 49 categories, pipe separator syntax, mask support, 5955 tests passed.", + "downloadUrl": "https://github.com/altansayan/mock-jutsu-jmeter/releases/download/v1.0.0/mock-jutsu-jmeter-1.0.0.jar", + "libs": {}, + "depends": [] + } + } } ]