Open
Conversation
… admin account - Add ADMIN_USER and ADMIN_PASSWORD to .env (default: websoft9) - Remove ADMIN_PASSWORD from Dockerfile ENV (security: avoid baking into image) - Update entrypoint.sh to create/update admin user dynamically - Fix log directory permissions for dynamic admin user - Update supervisord.conf to run apphub as %(ENV_ADMIN_USER)s - Add story4.2 implementation artifact
- Change primary categories from tabs to dropdown menu - Add two-level category navigation (primary dropdown + secondary chips) - Add search bar for real-time filtering - Add pagination with configurable page sizes (12/24/48/96) - Compact card layout (120px image, single-line overview) - Fix w9media API data structure handling: * catalog_zh.json: primary categories with linkedFrom.catalogCollection * product_zh.json: products with multiple secondary categories array - Simplify i18n (inline zh/en check, remove translation dict) - Update story5.3 documentation with API structure details Bundle: 119.52 KB gzipped
- Upgrade from Material-UI to PatternFly React v6.4.1 - Add cockpit-dark-theme integration for light/dark mode switching - Refactor all 7 components to PatternFly v6 APIs: * EmptyState: titleText/icon props + EmptyStateBody * Modal: ModalHeader/ModalBody/ModalFooter subcomponents * Select: MenuToggle + SelectList + SelectOption * Content: Replace Text/TextContent with Content/ContentVariants - UI improvements: * Display summary field on cards (not overview) * Add pointer cursor to clickable cards * Reorder modal buttons (Install primary, Favorite secondary, Close link) * Align header icon links vertically - Bundle: 160.6 kB JS, 168.9 kB CSS (gzipped) - Update Story 5.1 documentation with v6 details Resolves: Story 5.1 - 100% cockpit-files pattern compliance
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.
Description
Upgrade deployment and fix CVE-2026-33186 and CVE-2026-1229
Type of Change
Related Issue
Fixes #(issue number)
Changes Made
Testing
pytest)black,isort,flake8)Test Evidence
# Example: pytest outputChecklist
Screenshots (if applicable)
Additional Notes
Deployment Notes
For Reviewers: