No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
automation/phorgerunner!4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/schema-refresh"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Zusammenfassung
Kleines Hilfs-Skript und Cron/CI-Integration für das Aktualisieren der Maniphest-Schemata.
Wesentliche Änderungen in diesem Branch:
scripts/update_schemas.sh— Helper-Skript, dascli/schema_refresh.phpvia Docker Compose oder lokal ausführt.Deployment.mdum Cron- und CI-Beispiele für das Schema-Refresh erweitert (Wiki-Änderung bereits separat committet).Bezug zu Phorge
Fixes T1037
Art der Änderung
Details / Kontext
scripts/update_schemas.shprüft, obdocker composeunddocker-compose.ymlvorhanden sind und führtdann im Container
php /app/cli/schema_refresh.php maniphestaus. Falls nicht, führt es das Script lokal aus.var/schemas/maniphest.custom.jsonundvar/schemas/maniphest.standard.json.Lokale Tests
cli/schema_refresh.phpgetestet.Anmerkungen für Reviewer
scripts/update_schemas.shin eurem CI/CD-Setup erwartungsgemäß ausgeführt werden kann.