summaryrefslogtreecommitdiff
path: root/Hutch/Networking/SRHTError.swift
Commit message (Collapse)AuthorAgeFilesLines
* fix: stop shadowing serviceNotProvisioned classificationChristian Cleberg2026-07-151-3/+5
| | | | | | | | | | "No such repository or user found" matched the broad "no such" test for .notFound, which ran first and made the .serviceNotProvisioned rule below it unreachable. Users hitting a service they have not activated were told the content was no longer available rather than that the account needs to enable the service. Order the specific check ahead of the general one.
* fix: mercurial parity and graphql handlingv3.0.4Christian Cleberg2026-04-131-8/+80
| | | | | | | | | | - 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
* fix copy throughout repoChristian Cleberg2026-04-011-1/+1
|
* v2.1: bundled polish and fixesChristian Cleberg2026-03-191-0/+72
|
* Guard authenticated text fetches to sr.ht hosts and add regression testChristian Cleberg2026-03-181-0/+4
|
* v1.0Christian Cleberg2026-03-171-0/+63