Feature StatusPage v2.2 - #59
Draft
jokumer wants to merge 2 commits into
Draft
Conversation
Required to handle directories having subdirectories
1. Include external resources for frontend rendering as assets To avoid requests to external CDN resources for required JS and CSS, these files accesses now from own host. Initializes a folder structure for frontend assets, containing at least: - minimum reduced CSS from https://cdn.typo3.com/typo3documentation/theme/typo3-docs-theme/0.30.4/css/theme.css with fonts and image resources - AG-Grid Javascript Framework v34.3.1 2. Minor Improvements for Grid-Rendering - style and coloring - mark approvals requirements 3. Move date for status from HTML to JSON Avoids HTML manipulation while generation of status overview within github action. Extends `status.json` by creation date. This removes additional template handling, and therefore a simple FrontendWriter replaces PageStatusWriter. The FrontendWriter moves all required HTML and assets files for frontend to rsync folder. 4. Fix undefined static method in file handling Now it is possible to copy folders which contains subfolders, eg. frontend assets 5. Adjust status writer tests
jokumer
marked this pull request as draft
August 7, 2026 18:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improve HTML
Fix a bug in old PHP codebase, to copy folders with sub-folders (required to export frontend assets)
Add current date to JSON file
Ease maintenance while date handling is no longer part of status overview HTML creation.
Refactor StatusWriter which now provides status.json and frontend files for status page (FrontendWriter replaces PageStatusWriter).