An error occurred while fetching this tab.
sg: redesign checks functionality
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: mrnugget
This does multiple things to fix https://github.com/sourcegraph/sourcegraph/issues/31043
internal/check
(including helpers like check.Version
, check.Any
, etc.)run.Check
and removes the distinction between built-in and config checkssg.config.yaml
. Old sg
versions will run into "WARNING: check not found" messages, so it's kinda backwards-compatiblechecks.go
sg doctor
, not in setup
.sg doctor
to be more readableusershell
so the code is in a leaf packagego run . doctor
locally with Redis/Postgres/Docker on and offgo run . setup
locally with Redis/Postgres/Docker on and off
Push commits to the source branch or add previously merged commits to review them.