Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: install bzip2 depenencies explicitly | Hisham Muhammad | 2025-01-03 | 1 | -1/+8 |
| | |||||
* | CI: remove luacheck | Hisham Muhammad | 2024-10-21 | 1 | -17/+0 |
| | |||||
* | CI: add compat53 dependency | Hisham Muhammad | 2024-10-21 | 1 | -0/+1 |
| | |||||
* | CI updates for LuaJIT rolling release compatibility | Hisham Muhammad | 2024-08-27 | 1 | -4/+4 |
| | |||||
* | tests: enable Github Actions workflow_dispatch | Hisham Muhammad | 2024-06-21 | 1 | -0/+2 |
| | |||||
* | tests: setup openssl via brew with new paths | Hisham Muhammad | 2024-05-14 | 1 | -0/+4 |
| | | | | https://stackoverflow.com/questions/29651258/install-openssl-devel-on-mac | ||||
* | makedist: make lua54dir an explicit requirement | Hisham Muhammad | 2024-03-13 | 1 | -2/+2 |
| | |||||
* | ci: add binary build smoke test | Hisham Muhammad | 2024-03-11 | 1 | -0/+16 |
| | |||||
* | tests: introduce quick tests | Hisham Muhammad | 2024-02-23 | 1 | -2/+2 |
| | |||||
* | ci: don't run luacheck twice on pull requests | Hisham Muhammad | 2024-02-20 | 1 | -1/+5 |
| | |||||
* | ci: run main tests on master branch as well | Hisham Muhammad | 2024-02-20 | 1 | -1/+1 |
| | |||||
* | ci: bump actions/checkout in luacheck.yml | Hisham Muhammad | 2024-02-18 | 1 | -1/+1 |
| | | | | ...to get rid of the GitHub Actions warning about Node.js 16 | ||||
* | Do not auto-add "bug" labels to new issues | Hisham Muhammad | 2022-11-28 | 2 | -5/+4 |
| | |||||
* | CI: bump gh-actions-lua to master to use Lua 5.4.4 | Hisham Muhammad | 2022-08-26 | 1 | -1/+1 |
| | |||||
* | CI: run test workflow on pull requests | Hisham Muhammad | 2022-08-25 | 1 | -1/+5 |
| | |||||
* | tests: Use upstream provided GH Action for Luacheck | Caleb Maclennan | 2022-08-25 | 2 | -26/+13 |
| | |||||
* | tests: run tests on Lua 5.4 and LuaJIT 2.1 | Hisham Muhammad | 2022-04-16 | 1 | -2/+2 |
| | |||||
* | update Codecov uploader | Hisham Muhammad | 2022-03-06 | 1 | -1/+3 |
| | | | | | See my Codecov bug report at https://community.codecov.com/t/coverage-ui-off-by-one-when-file-starts-with-a-blank-line/3516/2 | ||||
* | tests: remove Travis CI, add Github Actions | Hisham Muhammad | 2022-02-17 | 1 | -0/+104 |
| | |||||
* | Add issue templates for bugs and enhancements | Carl Smedstad | 2021-05-05 | 2 | -0/+42 |
The issue tracker does unfortunately contain quite a lot of low-quality issues. I think issue templates can improve this for the future. Adapted from these templates: https://github.com/swaywm/sway/tree/master/.github/ISSUE_TEMPLATE |