Files
coder/coderd/database/queries
Steven Masley 869ab196b3 feat: per-key descriptions for custom_headers user keys
Adds an optional admin-supplied description per user-set custom
header key, stored as a JSONB map (custom_headers_user_key_descriptions)
alongside custom_headers_user_keys. Updates the existing unmerged 000510
migration in place, threads the descriptions through the SDK, validation,
create/update handlers, and the admin form and user settings page. The
user-facing dialog shows each description as muted helper text above the
matching value input. Descriptions for keys not in custom_headers_user_keys
are rejected; orphaned descriptions are silently dropped when the key
list changes.
2026-05-29 19:18:38 +00:00
..

queries

Database queries are generated using sqlc. See: sqlc docs

Run make gen to generate models and query functions.