| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test using current version numbertest-release-action | Hisham Muhammad | 44 hours | 1 | -7/+7 |
| | | |||||
| * | quicker debug | Hisham Muhammad | 44 hours | 1 | -13/+13 |
| | | |||||
| * | ci: add dependencies for Linux binary | Hisham Muhammad | 44 hours | 1 | -1/+1 |
| | | |||||
| * | ci: temporary tag value for test | Hisham Muhammad | 44 hours | 1 | -7/+7 |
| | | |||||
| * | ci: test release action | Hisham Muhammad | 44 hours | 1 | -0/+147 |
| | | |||||
| * | .github/workflows: bump openssl version | daurnimator | 7 days | 1 | -1/+1 |
| | | | | | This should fix our CI failure | ||||
| * | chore(ci): use a released LuaRocks version | luau-project | 2025-07-27 | 1 | -2/+2 |
| | | |||||
| * | chore(ci): bump OpenSSL to 3.5.1 and improve error message. | luau-project | 2025-07-27 | 1 | -2/+2 |
| | | |||||
| * | fix(ci): GitHub Actions yaml lint issues | luau-project | 2025-07-27 | 1 | -3/+4 |
| | | |||||
| * | ci: automate PR to update LuaRocks version on gh-actions-luarocks (#1808) | Luau Project | 2025-06-30 | 1 | -0/+107 |
| | | | | | | | | | | On every tagged release of LuaRocks, there is the need to update LuaRocks version at [https://github.com/luarocks/gh-actions-luarocks/blob/22fa5618dc4ddff1fb251b3b38a0766a8c9ae47f/action.yml#L13](https://github.com/luarocks/gh-actions-luarocks/blob/22fa5618dc4ddff1fb251b3b38a0766a8c9ae47f/action.yml#L13) in the repository [https://github.com/luarocks/gh-actions-luarocks](https://github.com/luarocks/gh-actions-luarocks). Often forgotten, the default LuaRocks version on `gh-actions-luarocks` may lag behind the latest LuaRocks release. Motivated by this comment [https://github.com/luarocks/gh-actions-luarocks/pull/7#issuecomment-2997223378](https://github.com/luarocks/gh-actions-luarocks/pull/7#issuecomment-2997223378), to address this problem, incorporating the changes on this pull request, a new workflow was created to proceed in the following manner: 1. Once a tag is pushed (in the usual format `vX.Y.Z`) on [https://github.com/luarocks/luarocks](https://github.com/luarocks/luarocks), or in a manual workflow triggered by the tag ref, a sanitization step is performed to extract `X.Y.Z` from the `vX.Y.Z` in the job `SanitizeVersion`; 2. In a subsequent job (`CreatePullRequest`), a PR is created at [https://github.com/luarocks/gh-actions-luarocks](https://github.com/luarocks/gh-actions-luarocks) replacing the outdated version by the value `X.Y.Z` extracted earlier. | ||||
| * | chore: move to luarocks/gh-actions-luarocks | bzp2010 | 2025-06-05 | 1 | -2/+2 |
| | | |||||
| * | fix: use specific luarocks version | bzp2010 | 2025-06-05 | 1 | -2/+4 |
| | | |||||
| * | ci(windows): change zlib download url | luau-project | 2025-03-23 | 1 | -1/+1 |
| | | |||||
| * | fix(coverage): report must be generated and uploaded from the checkout dir | luau-project | 2025-03-14 | 1 | -10/+6 |
| | | |||||
| * | ci(unix): fix code coverage upload | luau-project | 2025-03-10 | 1 | -11/+18 |
| | | |||||
| * | ci: do not run jobs due changes on docs or markdown files | luau-project | 2025-03-10 | 1 | -0/+6 |
| | | |||||
| * | ci: enable on main branch | Hisham Muhammad | 2025-03-09 | 1 | -36/+36 |
| | | |||||
| * | ci(windows): add windows job to the testing workflow on GH | luau-project | 2025-03-09 | 1 | -0/+548 |
| | | |||||
| * | 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 | |||||
