summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/generate/api.py
AgeCommit message (Collapse)Author
2023-03-29Minify content published to API (#20285)Joel Challis
2023-01-20Publish keymap.json to API (#19167)Joel Challis
2023-01-11Fix CLI community detection (#19562)Joel Challis
2022-12-09Initial uk+us DD keymap_extras migration (#19031)Joel Challis
2022-11-23Publish constants metadata to API (#19143)Joel Challis
* Publish metadata * Ensure content is sorted
2022-11-08Publish hjson files as json (#18996)Joel Challis
2022-11-08Format DD mappings and schemas (#18924)Ryan
2022-11-05Initial DD keycode migration (#18643)Joel Challis
* Initial DD keycode migration * Sort magic keycodes
2022-08-06Publish data as part of API generation (#17020)Joel Challis
2022-02-27Rework generate-api CLI command to use .build directory (#16441)Joel Challis
2021-05-24search for the readme in higher directories as well (#12997)Zach White
2021-05-10Improve our CI tests (#11476)Zach White
* add a test and dry-run to qmk generate-api * add a dry-run to qmk pyformat * Add a --dry-run to qmk cformat * reverse the order of nose2 and flake8 tests * run CI test against cformat and pyformat * fix programming errors * tweak job name * fix argument * refine the files we select * fix stack trace in --ci * make cformat exit clean * fix c file extensions * decouple CI from pyformat * remove --ci arg * make ci happy * use the environment var instead * change output to text * fix log message * replace tabs
2021-03-25Add a `qmk format-json` command that will format JSON files (#12372)Zach White
* Add a command to format json files * change to work after rebase * add test for qmk format-json * add documentation for qmk format-json * Update lib/python/qmk/cli/format/json.py
2021-03-24[CI] Format code according to conventions (#12363)github-actions[bot]
* Format code according to conventions * Update lib/python/qmk/cli/generate/api.py * Update lib/python/qmk/cli/generate/api.py Co-authored-by: QMK Bot <hello@qmk.fm> Co-authored-by: Zach White <skullydazed@gmail.com>
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White
* Add support for qmk_configurator style aliases * add the keyboard aliases to the api data * add support for a keyboard metadata file * make flake8 happy
2021-01-08typo fixZach White
2021-01-07get qmk generate-api into a good stateZach White
2020-12-30Configure keyboard matrix from info.json (#10817)Zach White
* Make parameters from info.json available to the build system * move all clueboard settings to info.json * code formatting * make flake8 happy * make flake8 happy * make qmk lint happy * Add support for specifying led indicators in json * move led indicators to the clueboard info.json * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> * add missing docstring Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-12-19Change keyboard json format to bring it inline with the current api (#11231)Zach White
2020-10-25Generate api data on each push (#10609)Zach White
* add new qmk generate-api command, to generate a complete set of API data. * Generate api data and push it to the keyboard repo * fix typo * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> * fixup api workflow * remove file-changes-action * use a more mainstream github action * fix yaml error * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> * more uniform date handling * make flake8 happy * Update lib/python/qmk/decorators.py Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>