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