Skip to content

Commit 068a842

Browse files
chore: update store information
1 parent 30c064e commit 068a842

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

.shopware-extension.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ store:
4040
- Log viewer
4141
features:
4242
de:
43-
- Task-Protokollierung
43+
- Elasticsearch-Manager
4444
- System-Status
4545
- Cache-Verwaltung
4646
- Geplanter Task-Manager
@@ -51,7 +51,7 @@ store:
5151
- Cache manager
5252
- Scheduled Task Manager
5353
- Queue Manager
54-
- Task Logging
54+
- Elasticsearch-Manager
5555
- Log viewer
5656
faq:
5757
de: []

src/Resources/store/de.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Der aktuelle Funktionsumfang besteht aus:
44

55
* System-Status
66
* Prüft PHP Version, MySQL, Queue funktioniert etc.
7+
* Zeigt Performance Empfehlungen an
78
* Cache-Verwaltung
89
* Listet App und Http Cache und alle Ordner in var/cache auf
910
* Geplanter Task-Manager
@@ -12,11 +13,14 @@ Der aktuelle Funktionsumfang besteht aus:
1213
* Zeigt die Anzahl der Nachrichten in der Warteschlange an
1314
* Log-Viewer
1415
* Zeigt die Einträge der Dateien /var/log/*.log an
15-
* Task-Protokollierung
16-
* Kann mit FROSH_TOOLS_TASK_LOGGING=1 in .env aktiviert werden. Dadurch wird ein Protokoll in var/log/task_logging-xx.log erstellt.
17-
* Mit FROSH_TOOLS_TASK_LOGGING_INFO=1 in .env werden alle Tasks geloggt.
18-
* Feature Flag Manager
19-
* Erlaubt das aktivieren/deaktivieren von Feature Flags
16+
* Elasticsearch Tools
17+
* Zeigt einige nützliche Informationen über Elasticsearch an
18+
* Elasticsearch Konsole im Admin
19+
* Verwalten der Indizes
20+
* State Machine Viewer
21+
* Zeigt die State Machine Transitions in einem Diagramm an
22+
* Shopware File Checker
23+
* Prüft ob Dateien manipuliert wurden
2024

2125
Link to repository: [https://github.com/FriendsOfShopware/FroshTools](https://github.com/FriendsOfShopware/FroshTools)
2226

src/Resources/store/en.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ The current feature set consists of:
44

55
* System Status
66
* Checks PHP Version, MySQL, Queue is working etc.
7+
* Shows Performance Recommendations
78
* Cache manager
89
* Lists App and Http Cache and all folders in var/cache
910
* Scheduled Task Manager
@@ -12,11 +13,14 @@ The current feature set consists of:
1213
* Shows the amount of messages in the queue
1314
* Log viewer
1415
* Shows the entries of /var/log/*.log files
15-
* Task Logging
16-
* Can be enabled with env FROSH_TOOLS_TASK_LOGGING=1 in .env. This will create a log in var/log/task_logging-xx.log
17-
* Set FROSH_TOOLS_TASK_LOGGING_INFO=1 in .env to log all tasks
18-
* Feature Flag Manager
19-
* Provides the ability to enable or disable feature flags
16+
* Elasticsearch Tools
17+
* Shows some useful information about Elasticsearch
18+
* Elasticsearch Console in Admin
19+
* Manage the indices
20+
* State Machine Viewer
21+
* Shows the State Machine Transitions in a diagram
22+
* File Checker
23+
* Checks if files have been modified
2024

2125
Link to repository: [https://github.com/FriendsOfShopware/FroshTools](https://github.com/FriendsOfShopware/FroshTools)
2226

0 commit comments

Comments
 (0)