| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update qmk_cli container references (#20154) | Joel Challis | 2023-03-17 | 1 | -1/+1 |
| | | |||||
| * | Lock down workflow permissions. (#19406) | Nick Brassel | 2022-12-23 | 1 | -0/+3 |
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | Merge API update workflow (#19121) | Joel Challis | 2022-11-21 | 1 | -3/+9 |
| | | |||||
| * | Publish data as part of API generation (#17020) | Joel Challis | 2022-08-06 | 1 | -0/+3 |
| | | |||||
| * | Bump actions/checkout from 2 to 3 (#17496) | dependabot[bot] | 2022-06-29 | 1 | -1/+1 |
| | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | Rework generate-api CLI command to use .build directory (#16441) | Joel Challis | 2022-02-27 | 1 | -1/+1 |
| | | |||||
| * | move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230) | Zach White | 2021-08-30 | 1 | -1/+1 |
| | | |||||
| * | enable manual trigger for api data (#13000) | Zach White | 2021-07-09 | 1 | -0/+1 |
| | | |||||
| * | fix CI job: api-data->api_data | Zach White | 2021-03-07 | 1 | -1/+1 |
| | | |||||
| * | upload api data to spaces | Zach White | 2021-03-07 | 1 | -13/+8 |
| | | |||||
| * | protect against those who develop with their fork on master (#10815) | Joel Challis | 2020-10-31 | 1 | -0/+3 |
| | | |||||
| * | add rsync to the api update process | Zach White | 2020-10-27 | 1 | -0/+4 |
| | | |||||
| * | Generate api data on each push (#10609) | Zach White | 2020-10-25 | 1 | -0/+35 |
| * 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> | |||||