From c7d90c21c78d7007d70de954e353df735e7bc2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Thu, 16 Apr 2026 21:38:27 +0200 Subject: [PATCH 1/2] fix: plugin tests adds another dependency now --- tests/e2e/fixture/master_with_plugins.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/fixture/master_with_plugins.txt b/tests/e2e/fixture/master_with_plugins.txt index 8c89d8e..94e465f 100644 --- a/tests/e2e/fixture/master_with_plugins.txt +++ b/tests/e2e/fixture/master_with_plugins.txt @@ -15,6 +15,7 @@ Plugins: * ep_font_size * ep_headings2 * ep_markdown + * ep_plugin_helpers * ep_spellcheck * ep_table_of_contents From 47f3a7dc3326eaeb209e49bc2a731dbddfec12e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Thu, 16 Apr 2026 22:05:36 +0200 Subject: [PATCH 2/2] Add scan output as svg in README --- README.md | 36 +----------------------------------- docs/scan-output.svg | 1 + 2 files changed, 2 insertions(+), 35 deletions(-) create mode 100644 docs/scan-output.svg diff --git a/README.md b/README.md index b2de97a..2fe296c 100644 --- a/README.md +++ b/README.md @@ -41,41 +41,7 @@ Next run this command to scan your instance bin/console.php ether:scan http://localhost:9001 ``` -```console -Starting scan of api... -======================= - - [INFO] No revision in server header - - [INFO] api version: 1.3.0 - -Starting scan of a pad... -========================= - - [INFO] Package version: 1.9.7 - - [OK] Pads are publicly accessible - - [OK] Server is healthy - - [INFO] Version is 1.9.7 - - [INFO] Server running since: 2024-03-08T21:38:56+00:00 - -Starting scan of admin area... -============================== - - [OK] Admin area is not accessible with admin / admin - - [OK] Admin area is not accessible with admin / changeme1 - - [OK] Admin area is not accessible with user / changeme1 - -Starting scan of plugins... -=========================== - - [INFO] No plugins found -``` +![Scan Output](docs/scan-output.svg) ### Composer diff --git a/docs/scan-output.svg b/docs/scan-output.svg new file mode 100644 index 0000000..133068e --- /dev/null +++ b/docs/scan-output.svg @@ -0,0 +1 @@ +Startingscanofapi:http://127.0.0.1:9001/============================================[INFO]Norevisioninserverheader[INFO]apiversion:1.3.0Startingscanofapad...=========================[INFO]Packageversion:2.6.1[INFO]Nopluginsfound[OK] Pads are publicly accessible[OK] Websocket is supported[OK] Server is healthy[INFO]Versionis2.6.1[INFO]Serverrunningsince:2026-04-16T19:51:11+00:00Startingscanofadminarea...==============================[OK] Admin area is not accessible with admin / admin[OK] Admin area is not accessible with admin / changeme1[OK] Admin area is not accessible with user / changeme1 \ No newline at end of file