summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/doctor
Commit message (Collapse)AuthorAgeFilesLines
* Print distro in doctor output (#19633)Joel Challis2023-01-193-8/+41
|
* `qmk doctor` - Handle timeouts while checking binaries (#19549)Joel Challis2023-01-092-33/+46
|
* Handle doctor permission issues while checking udev (#19548)Joel Challis2023-01-091-4/+7
|
* Report submodule status when not valid work-tree (#19474)Joel Challis2023-01-032-3/+1
|
* CLI: Teaching the CLI to flash binaries (#16584)Erovia2022-08-201-42/+15
| | | | | | 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>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-261-1/+25
|\
| * Make `qmk doctor` print out the last log entry for ↵Nick Brassel2022-07-261-1/+25
| | | | | | | | upstream/{master,develop}, including dates (#17713)
* | `qmk doctor`: show arch for macOS (#17356)Ryan2022-06-111-1/+1
|/
* Relocate CLI git interactions (#16682)Joel Challis2022-03-182-13/+2
|
* `qmk doctor`: display qmk_firmware version tag (#16155)Ryan2022-02-011-1/+6
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-272-9/+8
|\
| * Cleanup issues identified by lgtm (#14459)Zach White2021-09-272-9/+8
| | | | | | | | | | * cleanup issues identified by lgtm * fix the git_status check
* | Remove bin/qmk (#14231)Zach White2021-08-291-1/+0
|/ | | | | * Remove the bin/qmk script * remove bin/qmk from workflows
* [CLI] Add qmk-hid bootloader detection support to `qmk console` (#14038)Drashna Jaelre2021-08-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | * [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>
* [CLI] Make `qmk doctor` more lenient about system config (#13804)ruro2021-07-302-6/+12
|
* CLI: Add git and venv info to doctor's output (#13405)Erovia2021-07-101-7/+38
| | | | Most of the checks are saved from zvecr's retired 'up/status' subcommand PR.
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-271-0/+1
|
* Refactor doctor.py into a directory (#13298)Zach White2021-06-226-0/+461