Private Issues: Unit tests for code ⇔ DB boundary #330
Labels
No labels
Backlog Status
Needs Review
Backlog Status
Ready
Chore
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#113 Private Issues
forge/forge
Reference
forge/forge#330
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Story
As a Forgejo upstream maintainer,
I want that storage and retrieval of private issues in the database is tested thoroughly,
so I can sleep better at night.
Acceptance Criteria
Tests exist which verify that …
IssueandPrivateIssue) into their respective tables (issueandprivate_issue), when inserting and updating entries.IsPrivateset appropriately.Background
https://codeberg.org/forgejo/design/issues/2#issuecomment-8405379
Fixed in my feature branch as “Validate event hooks for saving issues into the DB” and “Validate event hooks for loading issues from DB”.