Commit 00d0337
authored
feat: add Status Report service (#5)
Add new StatusReportService for managing incident and maintenance reports:
- createStatusReport: Create new status reports
- getStatusReport: Get report with full update timeline
- listStatusReports: List reports with pagination and filtering
- updateStatusReport: Update report metadata
- deleteStatusReport: Delete reports
- addStatusReportUpdate: Add updates to report timeline
Update README with comprehensive documentation for the new service.1 parent 61e2ccf commit 00d0337
5 files changed
Lines changed: 1062 additions & 151 deletions
File tree
- .github/workflows
- src
- gen/openstatus/status_report/v1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments