summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/doctor.py
Commit message (Expand)AuthorAgeFilesLines
* `qmk doctor`: Fix WSL /mnt check (#12466)Ryan2021-04-021-1/+1
* qmk doctor: Display macOS and Windows versions, and add WSL warning for /mnt ...Ryan2021-04-021-4/+9
* `qmk doctor`: Don't run udev checks under WSL (#12231)Ryan2021-03-191-5/+11
* Fix submodule check for qmk setup (#11379)Stefan Schulze2021-02-161-2/+2
* Split of the doctor codebase (#11255)Erovia2020-12-211-285/+3
* Doctor: add check for .git folder (#11208)Ryan2020-12-201-0/+18
* simplify qmk doctor to make room for #11208 (#11242)Zach White2020-12-181-13/+17
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-1/+1
* CLI: Udev related fixes and improvements (#10736)Erovia2020-11-161-81/+106
* Fix CLI warning for Massdrop udev rule (#10691)Ryan2020-10-201-1/+1
* Improve ANSI support and --no-color (#10537)Zach White2020-10-171-15/+7
* [CLI] Add c2json (#8817)Erovia2020-10-061-1/+1
* CLI: update subcommands to use return instead of exit() (#10323)Ryan2020-10-061-0/+2
* Consolidate udev rules into a single file (#9693)Ryan2020-09-271-12/+45
|\
| * Be more specific about Caterina devices, and add LilyPad PIDfauxpark2020-09-191-5/+16
| * Add Pololu VIDfauxpark2020-09-191-1/+3
| * Link to docs page in "missing" casefauxpark2020-09-191-1/+1
| * Split rules back up into bootloadersfauxpark2020-09-191-34/+41
| * A comma would be nicefauxpark2020-09-191-1/+1
| * Add TMK "FEED" VID to list of deprecated udev rulesfauxpark2020-09-191-0/+1
| * Fix errorsfauxpark2020-09-191-11/+11
| * Simplify doctor rule checkingfauxpark2020-09-191-35/+32
| * Update rules in doctor.pyfauxpark2020-09-191-9/+24
* | CLI/Doctor: Print QMK_HOME (#10398)Ryan2020-09-241-0/+3
|/
* Parse version better in `qmk doctor` GCC version checks (#9324)Ryan2020-06-181-2/+13
* CLI: Rework submodule checking (#9162)Erovia2020-05-211-11/+4
* Fix submodule check (#9155)Erovia2020-05-211-1/+4
* CLI: Tune doctor's udev rule checking to match #8750Erovia2020-05-151-9/+41
* Move everything to Python 3.6 (#8835)skullydazed2020-04-181-6/+5
* CLI: Fix doctor error when can't run `bin/qmk --version`. (#8796)Pete Johanson2020-04-141-1/+1
* Doctor: Add avrdude/dfu-util/dfu-programmer version printing (#8678)Ryan2020-04-051-6/+31
* minor tweaksskullY2020-04-041-4/+2
* Fix saving output from avrdude and dfu-programmerRoss Baquir2020-04-041-3/+9
* Use version_arg in ESSENTIAL_BINARIES dictRoss Baquir2020-04-041-6/+4
* Fixes #8541 by getting version from -dumpversion then --version as fallbackRoss Baquir2020-04-041-7/+8
* CLI: More MSYS2 fixes (#8577)Erovia2020-03-291-8/+9
* Add gcc version detection to qmk doctor (#8338)skullydazed2020-03-081-3/+49
* Fixed OS detection such that OSX doesn't take over the world (#8248)Mikkel Jeppesen2020-02-261-1/+1
* Fix os detection in OSX python 3.8 (#8187)Mikkel Jeppesen2020-02-171-1/+1
* Qmk doctor os check to support newer msys2/w10 installations (#8031)Mikkel Jeppesen2020-01-281-4/+4
* Beef up how `qmk doctor` works. (#7375)skullydazed2020-01-241-63/+176
* yapf and styleskullY2020-01-111-11/+10
* Make the udev rules easier to read and manageErovia2020-01-111-10/+19
* Fix Pro Micro's and its bootloader's nameErovia2020-01-111-3/+3
* CLI: Rework ModemManager check and add udev checkErovia2020-01-111-17/+38
* Add pep8-naming to our python lintingskullY2019-12-011-1/+1
* Add flake8 to our test suite and fix all errors (#7379)skullydazed2019-11-201-2/+0
* When checking program returncodes treat both 0 and 1 as installedskullY2019-11-121-5/+4
* Fix detection of ModemManager (#7076)Harry Wada2019-10-201-2/+2
* Fix qmk doctor 'bytes-like object is required' on linuxAyman Bagabas2019-10-031-1/+1