| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: ensure all branches and tags are accounted for and not cutoff due to ↵ | Christian Cleberg | 2026-04-20 | 1 | -11/+69 |
| | | | | | pagination | ||||
| * | fix: show empty state for bare git repos instead of an error | Christian Cleberg | 2026-04-13 | 1 | -5/+19 |
| | | | | | | | | | | | | git.sr.ht returns "internal system error" from the references query and "reference not found" from the log/readme queries when a repo has no commits. Broaden isEmptyRepositoryError to cover missingReference, unknownRevision, noRows, notFound, and those two message strings, then apply the same silent-empty treatment to loadReferences and loadArtifacts (which previously surfaced any error directly to the user). Fixes: https://todo.sr.ht/~ccleberg/hutch/60 | ||||
| * | fix: mercurial parity and graphql handlingv3.0.4 | Christian Cleberg | 2026-04-13 | 1 | -3/+1 |
| | | | | | | | | | | | - implements consistent UX between repo types - ensures centralized services and routes are used between repo types - graphql error handling is centralized - error messages are consistent Implements: https://todo.sr.ht/~ccleberg/hutch/58 Implements: https://todo.sr.ht/~ccleberg/hutch/59 | ||||
| * | feat: show commit dates in Refs tabv2.8.1 | Christian Cleberg | 2026-04-01 | 1 | -6/+36 |
| | | |||||
| * | v2.1: bundled polish and fixes | Christian Cleberg | 2026-03-19 | 1 | -5/+5 |
| | | |||||
| * | v1.0 | Christian Cleberg | 2026-03-17 | 1 | -0/+397 |
