mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-11 12:09:36 +00:00
Changes based on maintainer feedback from PR #1217: 1. Add yarn install/build steps to update process - Added yarn availability check in validateUpdatePreconditions - Added yarn install and yarn build steps after composer install - Added yarn rebuild to rollback process - Updated total steps count from 12 to 14 2. Add environment variables to disable web features - DISABLE_WEB_UPDATES: Completely disable web-based updates - DISABLE_BACKUP_RESTORE: Disable backup restore from web UI - Added checks in controller and template 3. Extract BackupManager service - New service handles backup creation, listing, details, and restoration - UpdateExecutor now delegates backup operations to BackupManager - Cleaner separation of concerns for future reuse 4. Merge upstream/master and resolve translation conflicts - Added Conrad info provider and generic web provider translations - Kept Update Manager translations |
||
|---|---|---|
| .. | ||
| update_manager | ||
| _attachments.html.twig | ||
| _delete_form.html.twig | ||
| _duplicate.html.twig | ||
| _export_form.html.twig | ||
| _info.html.twig | ||
| _parameters.html.twig | ||
| attachment_type_admin.html.twig | ||
| base_admin.html.twig | ||
| base_company_admin.html.twig | ||
| category_admin.html.twig | ||
| currency_admin.html.twig | ||
| footprint_admin.html.twig | ||
| group_admin.html.twig | ||
| label_profile_admin.html.twig | ||
| manufacturer_admin.html.twig | ||
| measurement_unit_admin.html.twig | ||
| part_custom_state_admin.html.twig | ||
| project_admin.html.twig | ||
| storelocation_admin.html.twig | ||
| supplier_admin.html.twig | ||
| user_admin.html.twig | ||