Mikkel Jeppesen
4667bc554e
Fixed OS detection such that OSX doesn't take over the world ( #8248 )
2020-02-26 10:12:13 +01:00
Joel Challis
f7dbbf006a
CI: Add workflow for CLI testing ( #7357 )
...
Create GitHub Actions cli test workflow and remove travis runs of 'qmk pytest'
2020-02-26 10:15:12 +09:00
Cody Bender
ce9397836b
Add QMK Compile Context Sensitivity ( #6884 )
...
* Add context sensitive compile, without config check
* Initial full working state. Plan to refactor
* Refactor loop for simplicity, add comments
* Update docs/cli.md with qmk compile examples
* Simplify path for keyboard derivation
* Update path to use path.join instead of concat
* Refactor keyboard path, the skully way
* Add in keymap folder support
* Add /layouts compile support
* Update docs/cli.md with empty compile in layouts
* Add comments to compile.py
* Update docs for clarity, and fix compile error typo
* Fix config option compile
* Fix layout compile and failure mode
* Add rules.mk check
* Fix variable names for global config
* Add in_layout priority
* Remove default fallback in favor of throw, update docs
* Add keymap folder context
* Fix formatting
* Add os import
* Convert to create_make_command
* Fix Travis lint errors
* Remove blank line with whitespace
* Add blank lines for readability
* Remove unnecessary config logic
* Update Docs to add flash
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
* Shift config precedence to MILC
Co-authored-by: skullydazed <skullydazed@users.noreply.github.com >
2020-02-26 10:15:12 +09:00
skullydazed
1d05d8ba6a
Improve the functionality of qmk.questions ( #8020 )
...
* wip
* tested and working
* remove unused import
* Update lib/python/qmk/questions.py
Co-Authored-By: Erovia <Erovia@users.noreply.github.com >
* fix flake8 errors
Co-authored-by: Erovia <Erovia@users.noreply.github.com >
2020-02-26 10:15:12 +09:00
Joel Challis
0ca620a7f6
Fix cformat processing files within ignore folders ( #8063 )
2020-02-26 10:15:12 +09:00
Mikkel Jeppesen
b1f101030b
Qmk doctor os check to support newer msys2/w10 installations ( #8031 )
...
* Fixed OS detection on newer MSYS installations
* made OS sting lower case
2020-02-26 10:15:12 +09:00
skullydazed
41b518c55f
Beef up how qmk doctor works. ( #7375 )
...
* Beef up how `qmk doctor` works.
* improve the `git submodule status` parsing. h/t @erovia
* Fix whitespace and imports
* yapf
* Add documentation for the new doctor functionality
* Replace type_unchanged() with str()
* remove unused modules
* Update lib/python/qmk/cli/doctor.py
Co-Authored-By: Erovia <Erovia@users.noreply.github.com >
Co-authored-by: Erovia <Erovia@users.noreply.github.com >
2020-02-26 10:15:12 +09:00
Joel Challis
72c5e4958c
Align cformat rules with current CI implementation ( #7936 )
...
* Align cformat rules with current CI implementation
* Optimise file walking
2020-02-26 10:15:12 +09:00
Erovia
97038602f5
Fix attribute heritance for long commands.
...
This is needed for inheritance to work with commands that have dashes in
their names.
2020-02-26 10:15:12 +09:00
Erovia
6a5afb67fd
Fix commandline arg merging, small improvements
...
Commandline args should be merged with the submodule's config.
Compare config values to None instead of False, so empty lines and False
can be used as values.
2020-02-26 10:15:12 +09:00
Erovia
bbcc605195
MILC: Fix/complete attribute heritance
...
If an undefined attribute of a submodule is accessed, fall back to
same attribute of the submodule's parent.
2020-02-26 10:15:12 +09:00
skullY
06e5032ad3
yapf and style
2020-02-26 10:15:12 +09:00
Erovia
dc05100c4c
Make the udev rules easier to read and manage
2020-02-26 10:15:12 +09:00
Erovia
d37042f31c
Fix Pro Micro's and its bootloader's name
2020-02-26 10:15:12 +09:00
Erovia
dac9a94d17
CLI: Rework ModemManager check and add udev check
2020-02-26 10:15:12 +09:00
Akaash Suresh
b353028ea5
New functionality for cformat ( #7893 )
...
Fixing complexity
remove lambda
PR review fixes #1
Removing unneccesary string substitution
Handle -a and specified files
Complexity rewrite, use pathlib
2020-02-22 20:57:19 -08:00
skullydazed
c66930445f
Use pathlib everywhere we can ( #7872 )
...
* Use pathlib everywhere we can
* Update lib/python/qmk/path.py
Co-Authored-By: Erovia <Erovia@users.noreply.github.com >
* Update lib/python/qmk/path.py
Co-Authored-By: Erovia <Erovia@users.noreply.github.com >
* Improvements based on @erovia's feedback
* rework qmk compile and qmk flash to use pathlib
* style
* Remove the subcommand_name argument from find_keyboard_keymap()
Co-authored-by: Erovia <Erovia@users.noreply.github.com >
2020-02-17 11:42:11 -08:00
Mikkel Jeppesen
0d3f0889c5
Fix os detection in OSX python 3.8 ( #8187 )
...
* Fix os detection in osx python 3.8
* oops
2020-02-17 12:18:49 +01:00
skullY
58101cbb73
fix list_keymaps for python 3.5
2020-02-15 15:19:03 -08:00
Erovia
512261b343
Pathlib-ify qmk.keymap.list_keymaps()
2020-02-15 15:19:03 -08:00
Erovia
3db41817e0
Code cleanup, use pathlib, use pytest keyboard
...
Clean up checks and logics that are unnecessary due to MILC updates.
Use pathlib instead of os.path for readability.
Use the 'pytest' keyboard for the tests.
Add community layout for 'handwired/onekey/pytest' so we can test
community layouts.
2020-02-15 15:19:03 -08:00
Erovia
8eeab1112a
Fix commandline parsing and flake8 findings, rebase
...
Fixed commandline and config parsing. Thx @xplusplus.
Rebased on master and fixed merge conflicts.
2020-02-15 15:19:03 -08:00
Erovia
988bfffca2
Major rework, no regex/globbing, more walking
...
Instead of using regexes and globbing to find the rules.mk and keymap.c
files, walk the directory tree to find them.
Also, do away with the concept of revision.
2020-02-15 15:19:03 -08:00
Erovia
8ff72d9517
Fix merging community and base keymaps
2020-02-15 15:19:03 -08:00
Erovia
4445e0a459
Return only the unique keymaps
2020-02-15 15:19:03 -08:00
Erovia
3ed1223678
Drop bs4 dependency, update docs, minor improvements
2020-02-15 15:19:03 -08:00
Erovia
d257a98cb8
Fix regex for parsing rules.mk files
...
I don't know why it couldn't put it together before... ¯\_(ツ)_/¯
2020-02-15 15:19:03 -08:00
Erovia
f8002828ca
Add test for list_keymaps
2020-02-15 15:19:03 -08:00
Erovia
26f53d38d9
Another major refactoring, add documentation
...
Move all useful functions to the qmk module and use the cli subcommand
as a wrapper around it.
Add both inline comments and documentation.
2020-02-15 15:19:03 -08:00
Erovia
f96085af38
Fix output format
2020-02-15 15:19:03 -08:00
Erovia
e46cc2db8c
Try to figure out revision, drop -rv/--revision argument
2020-02-15 15:19:03 -08:00
Erovia
c3b168e6fd
Fix help message.
2020-02-15 15:19:03 -08:00
Erovia
62c1bcba71
Get all buildable keymaps for each revision
...
The command now return all keymaps that's buildable for a
keyboard/revision. If the base directory of a keyboard does not contain
a 'rules.mk' file, nothing is returned. If the base directory contains a
'keymaps' directory, those keycaps will be returned for every revision.
2020-02-15 15:19:03 -08:00
Erovia
057c7d0ffe
Major update to work better with revisions
...
Find the community keymaps supported by each revision.
2020-02-15 15:19:03 -08:00
Erovia
409c610543
CLI: add support for list_keymaps
...
List all the available keymaps for a given keyboard
2020-02-15 15:19:03 -08:00
Mikkel Jeppesen
310b2f1be4
use replace() over rename() to have cross-platform overwriting ( #8148 )
2020-02-11 10:37:15 +01:00
Erovia
b6e23f974b
Update the flash cli command to use the user config ( #8125 )
2020-02-08 23:58:28 +01:00
Joel Challis
75e7018f72
CI: Add workflow for CLI testing ( #7357 )
...
Create GitHub Actions cli test workflow and remove travis runs of 'qmk pytest'
2020-02-08 13:43:55 +01:00
Cody Bender
e77188458f
Add QMK Compile Context Sensitivity ( #6884 )
...
* Add context sensitive compile, without config check
* Initial full working state. Plan to refactor
* Refactor loop for simplicity, add comments
* Update docs/cli.md with qmk compile examples
* Simplify path for keyboard derivation
* Update path to use path.join instead of concat
* Refactor keyboard path, the skully way
* Add in keymap folder support
* Add /layouts compile support
* Update docs/cli.md with empty compile in layouts
* Add comments to compile.py
* Update docs for clarity, and fix compile error typo
* Fix config option compile
* Fix layout compile and failure mode
* Add rules.mk check
* Fix variable names for global config
* Add in_layout priority
* Remove default fallback in favor of throw, update docs
* Add keymap folder context
* Fix formatting
* Add os import
* Convert to create_make_command
* Fix Travis lint errors
* Remove blank line with whitespace
* Add blank lines for readability
* Remove unnecessary config logic
* Update Docs to add flash
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com >
* Shift config precedence to MILC
Co-authored-by: skullydazed <skullydazed@users.noreply.github.com >
2020-02-07 21:48:37 +01:00
skullydazed
5780c94423
Improve the functionality of qmk.questions ( #8020 )
...
* wip
* tested and working
* remove unused import
* Update lib/python/qmk/questions.py
Co-Authored-By: Erovia <Erovia@users.noreply.github.com >
* fix flake8 errors
Co-authored-by: Erovia <Erovia@users.noreply.github.com >
2020-02-03 09:04:58 -08:00
Joel Challis
5b91c3e0a0
Fix cformat processing files within ignore folders ( #8063 )
2020-02-02 16:33:17 +00:00
Mikkel Jeppesen
197a401be6
Qmk doctor os check to support newer msys2/w10 installations ( #8031 )
...
* Fixed OS detection on newer MSYS installations
* made OS sting lower case
2020-01-28 22:21:00 +01:00
skullydazed
5e65af3a76
Beef up how qmk doctor works. ( #7375 )
...
* Beef up how `qmk doctor` works.
* improve the `git submodule status` parsing. h/t @erovia
* Fix whitespace and imports
* yapf
* Add documentation for the new doctor functionality
* Replace type_unchanged() with str()
* remove unused modules
* Update lib/python/qmk/cli/doctor.py
Co-Authored-By: Erovia <Erovia@users.noreply.github.com >
Co-authored-by: Erovia <Erovia@users.noreply.github.com >
2020-01-24 20:31:16 +01:00
Joel Challis
8e500c3670
Align cformat rules with current CI implementation ( #7936 )
...
* Align cformat rules with current CI implementation
* Optimise file walking
2020-01-21 18:21:14 -08:00
Erovia
1f86e8ae9a
Fix attribute heritance for long commands.
...
This is needed for inheritance to work with commands that have dashes in
their names.
2020-01-19 21:29:36 -08:00
Erovia
e7f6e90a22
Fix commandline arg merging, small improvements
...
Commandline args should be merged with the submodule's config.
Compare config values to None instead of False, so empty lines and False
can be used as values.
2020-01-19 21:29:36 -08:00
Erovia
20290a1cff
MILC: Fix/complete attribute heritance
...
If an undefined attribute of a submodule is accessed, fall back to
same attribute of the submodule's parent.
2020-01-19 21:29:36 -08:00
skullY
81ec3b5f81
yapf and style
2020-01-11 12:18:30 -08:00
Erovia
8f47e62b36
Make the udev rules easier to read and manage
2020-01-11 12:18:30 -08:00
Erovia
e905d86fc5
Fix Pro Micro's and its bootloader's name
2020-01-11 12:18:30 -08:00