| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test: repair stale expectations and request-body capture | Christian Cleberg | 2026-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | These tests drifted from the code and went unnoticed because CI never ran them. All four are test-side errors; no app behavior is involved. - TicketListViewModelTests asserted lowercase "resolved"/"fixed"/"reported" against TicketStatus/TicketResolution rawValues, which are uppercase to match the todo.sr.ht GraphQL enums. - HomeViewModelTests expected failedBuilds in ascending id order. Ordering moved to newest-first when sortBuildItemsForTriage landed in 5f6d545; the filtering the test covers is unchanged. - SettingsViewModelTests read request.httpBody inside a URLProtocol, where it is always nil because URLSession moves the body onto httpBodyStream. The stub now reads the body off the stream at capture time. | ||||
| * | fix: collapse work inbox messages into thread summariesv3.2.0 | Christian Cleberg | 2026-04-20 | 1 | -0/+52 |
| | | |||||
| * | feat: user-defined time period for recent builds card | Christian Cleberg | 2026-04-20 | 1 | -0/+71 |
| | | | | | | | | | | - limit Home failed-build counts to a configurable lookback window and add the setting under Behavior. - make the Recent and Builds rows fully tappable across the entire cell and add coverage for the new failed-build filtering. Fixes: https://todo.sr.ht/~ccleberg/hutch/67 | ||||
| * | improve home attention flows and cross-linkingv2.14.0 | Christian Cleberg | 2026-04-12 | 1 | -0/+13 |
| | | |||||
| * | Fix stale tests for current Swift concurrency model | Christian Cleberg | 2026-04-11 | 1 | -1/+10 |
| | | |||||
| * | add Home dashboard and repository build status indicators | Christian Cleberg | 2026-03-18 | 1 | -0/+67 |
