summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/doctor
AgeCommit message (Collapse)Author
2023-11-28QMK Userspace (#22222)Nick Brassel
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-01-19Print distro in doctor output (#19633)Joel Challis
2023-01-09`qmk doctor` - Handle timeouts while checking binaries (#19549)Joel Challis
2023-01-09Handle doctor permission issues while checking udev (#19548)Joel Challis
2023-01-03Report submodule status when not valid work-tree (#19474)Joel Challis
2022-08-20CLI: Teaching the CLI to flash binaries (#16584)Erovia
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-07-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-26Make `qmk doctor` print out the last log entry for ↵Nick Brassel
upstream/{master,develop}, including dates (#17713)
2022-06-11`qmk doctor`: show arch for macOS (#17356)Ryan
2022-03-18Relocate CLI git interactions (#16682)Joel Challis
2022-02-01`qmk doctor`: display qmk_firmware version tag (#16155)Ryan
2021-09-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-09-27Cleanup issues identified by lgtm (#14459)Zach White
* cleanup issues identified by lgtm * fix the git_status check
2021-08-29Remove bin/qmk (#14231)Zach White
* Remove the bin/qmk script * remove bin/qmk from workflows
2021-08-18[CLI] Add qmk-hid bootloader detection support to `qmk console` (#14038)Drashna Jaelre
* [CLI] Add qmk-hid bootloader detection support to `qmk console` * Remove duplicate entry Co-authored-by: Ryan <fauxpark@gmail.com> * Begrudgingly add lufa-ms * Add udev rules for hid bootloaders * Update util/udev/50-qmk.rules Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Fix VID/PID combos Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2021-07-30[CLI] Make `qmk doctor` more lenient about system config (#13804)ruro
2021-07-10CLI: Add git and venv info to doctor's output (#13405)Erovia
Most of the checks are saved from zvecr's retired 'up/status' subcommand PR.
2021-06-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-22Refactor doctor.py into a directory (#13298)Zach White