Normalize null Gitea activity feed payloads #94
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#94
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/93-normalize-null-activity-feed"
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 a nullable Gitea activity feed response to an empty event list instead of surfacing a retryable 503.
Tests:
python3 -m pytest tests/ -q(58 passed)Closes #93