fix: Normalize nullable repository descriptions #55
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stackchain/stackchain-dashboard#55
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/54-handle-nullable-repository-descriptions"
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?
Normalizes Gitea repository payloads with
description: nullso the context endpoint keeps rendering the repository instead of raising a validation error.Tests:
pytest -q(38 passed)Closes #54