| Commit message (Expand) | Author | Age | Files | Lines |
* | Doctor: print CLI version (#13356) | Ryan | 2021-06-27 | 1 | -0/+1 |
* | Align our subprocess usage with current best practices. (#12940) | Zach White | 2021-05-19 | 1 | -2/+2 |
* | `qmk doctor`: Fix WSL /mnt check (#12466) | Ryan | 2021-04-02 | 1 | -1/+1 |
* | qmk doctor: Display macOS and Windows versions, and add WSL warning for /mnt ... | Ryan | 2021-04-02 | 1 | -4/+9 |
* | `qmk doctor`: Don't run udev checks under WSL (#12231) | Ryan | 2021-03-19 | 1 | -5/+11 |
* | Fix submodule check for qmk setup (#11379) | Stefan Schulze | 2021-02-16 | 1 | -2/+2 |
* | Split of the doctor codebase (#11255) | Erovia | 2020-12-21 | 1 | -285/+3 |
* | Doctor: add check for .git folder (#11208) | Ryan | 2020-12-20 | 1 | -0/+18 |
* | simplify qmk doctor to make room for #11208 (#11242) | Zach White | 2020-12-18 | 1 | -13/+17 |
* | 2020 November 28 Breaking Changes Update (#11053) | James Young | 2020-11-28 | 1 | -1/+1 |
* | CLI: Udev related fixes and improvements (#10736) | Erovia | 2020-11-16 | 1 | -81/+106 |
* | Fix CLI warning for Massdrop udev rule (#10691) | Ryan | 2020-10-20 | 1 | -1/+1 |
* | Improve ANSI support and --no-color (#10537) | Zach White | 2020-10-17 | 1 | -15/+7 |
* | [CLI] Add c2json (#8817) | Erovia | 2020-10-06 | 1 | -1/+1 |
* | CLI: update subcommands to use return instead of exit() (#10323) | Ryan | 2020-10-06 | 1 | -0/+2 |
* | Consolidate udev rules into a single file (#9693) | Ryan | 2020-09-27 | 1 | -12/+45 |
|\ |
|
| * | Be more specific about Caterina devices, and add LilyPad PID | fauxpark | 2020-09-19 | 1 | -5/+16 |
| * | Add Pololu VID | fauxpark | 2020-09-19 | 1 | -1/+3 |
| * | Link to docs page in "missing" case | fauxpark | 2020-09-19 | 1 | -1/+1 |
| * | Split rules back up into bootloaders | fauxpark | 2020-09-19 | 1 | -34/+41 |
| * | A comma would be nice | fauxpark | 2020-09-19 | 1 | -1/+1 |
| * | Add TMK "FEED" VID to list of deprecated udev rules | fauxpark | 2020-09-19 | 1 | -0/+1 |
| * | Fix errors | fauxpark | 2020-09-19 | 1 | -11/+11 |
| * | Simplify doctor rule checking | fauxpark | 2020-09-19 | 1 | -35/+32 |
| * | Update rules in doctor.py | fauxpark | 2020-09-19 | 1 | -9/+24 |
* | | CLI/Doctor: Print QMK_HOME (#10398) | Ryan | 2020-09-24 | 1 | -0/+3 |
|/ |
|
* | Parse version better in `qmk doctor` GCC version checks (#9324) | Ryan | 2020-06-18 | 1 | -2/+13 |
* | CLI: Rework submodule checking (#9162) | Erovia | 2020-05-21 | 1 | -11/+4 |
* | Fix submodule check (#9155) | Erovia | 2020-05-21 | 1 | -1/+4 |
* | CLI: Tune doctor's udev rule checking to match #8750 | Erovia | 2020-05-15 | 1 | -9/+41 |
* | Move everything to Python 3.6 (#8835) | skullydazed | 2020-04-18 | 1 | -6/+5 |
* | CLI: Fix doctor error when can't run `bin/qmk --version`. (#8796) | Pete Johanson | 2020-04-14 | 1 | -1/+1 |
* | Doctor: Add avrdude/dfu-util/dfu-programmer version printing (#8678) | Ryan | 2020-04-05 | 1 | -6/+31 |
* | minor tweaks | skullY | 2020-04-04 | 1 | -4/+2 |
* | Fix saving output from avrdude and dfu-programmer | Ross Baquir | 2020-04-04 | 1 | -3/+9 |
* | Use version_arg in ESSENTIAL_BINARIES dict | Ross Baquir | 2020-04-04 | 1 | -6/+4 |
* | Fixes #8541 by getting version from -dumpversion then --version as fallback | Ross Baquir | 2020-04-04 | 1 | -7/+8 |
* | CLI: More MSYS2 fixes (#8577) | Erovia | 2020-03-29 | 1 | -8/+9 |
* | Add gcc version detection to qmk doctor (#8338) | skullydazed | 2020-03-08 | 1 | -3/+49 |
* | Fixed OS detection such that OSX doesn't take over the world (#8248) | Mikkel Jeppesen | 2020-02-26 | 1 | -1/+1 |
* | Fix os detection in OSX python 3.8 (#8187) | Mikkel Jeppesen | 2020-02-17 | 1 | -1/+1 |
* | Qmk doctor os check to support newer msys2/w10 installations (#8031) | Mikkel Jeppesen | 2020-01-28 | 1 | -4/+4 |
* | Beef up how `qmk doctor` works. (#7375) | skullydazed | 2020-01-24 | 1 | -63/+176 |
* | yapf and style | skullY | 2020-01-11 | 1 | -11/+10 |
* | Make the udev rules easier to read and manage | Erovia | 2020-01-11 | 1 | -10/+19 |
* | Fix Pro Micro's and its bootloader's name | Erovia | 2020-01-11 | 1 | -3/+3 |
* | CLI: Rework ModemManager check and add udev check | Erovia | 2020-01-11 | 1 | -17/+38 |
* | Add pep8-naming to our python linting | skullY | 2019-12-01 | 1 | -1/+1 |
* | Add flake8 to our test suite and fix all errors (#7379) | skullydazed | 2019-11-20 | 1 | -2/+0 |
* | When checking program returncodes treat both 0 and 1 as installed | skullY | 2019-11-12 | 1 | -5/+4 |