aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tests: collect coverage data from unit tests (#814)George Roman2018-06-055-1/+58
* build.builtin: Remove EXEWRAPPER sections (#812)George Roman2018-06-051-83/+1
* Tests: luarocks init (#811)George Roman2018-06-058-4/+161
* Fix failing Appveyor testsGeorge Roman2018-06-042-1/+3
* Run unit tests before integration testsGeorge Roman2018-06-042-3/+6
* Tests: replace #blackbox with #integration and #whitebox with #unitGeorge Roman2018-06-0430-69/+44
* Tests: only run build tests on Appveyor with MinGW (#808)George Roman2018-06-011-2/+11
* Improve the tests for the fetch moduleGeorge Roman2018-05-319-2/+409
* Let a explicitly given --tree override the wrapper's --project-treeHisham Muhammad2018-05-311-5/+5
* Makefile.setup.inc: add cmd/init.luaHisham Muhammad2018-05-311-1/+1
* init: create rockspec only if none found in the root dirHisham Muhammad2018-05-311-3/+13
* init: only create wrappers if they don't already existHisham Muhammad2018-05-311-6/+12
* build: `luarocks build` with no arguments does `luarocks make`Hisham Muhammad2018-05-311-3/+6
* put project dir up front for module search paths, but enable it as defaultHisham Muhammad2018-05-311-11/+12
* cfg: load_config_file is only used with one file at a time nowHisham Muhammad2018-05-311-25/+18
* do not detect a typical legacy $HOME as a project dirHisham Muhammad2018-05-311-7/+7
* find .luarocks directory and use its location as project rootHisham Muhammad2018-05-311-2/+18
* init: improve .gitignore, improve outputHisham Muhammad2018-05-311-7/+31
* Add --project-tree flag, for prepending a flagHisham Muhammad2018-05-312-0/+5
* search: shorten repo paths displayedHisham Muhammad2018-05-311-1/+1
* write_rockspec: do not print license when detectedHisham Muhammad2018-05-311-10/+15
* list: show tree in list title when using --treeHisham Muhammad2018-05-312-2/+4
* help: minor cosmetic changesHisham Muhammad2018-05-311-8/+11
* init: begin implementing `luarocks init`Hisham Muhammad2018-05-312-0/+69
* fs: wrap_script: allow hardcoding arguments, support wrapping luarocksHisham Muhammad2018-05-314-34/+89
* Remove the empty file resulted when fs.download failsGeorge Roman2018-05-301-0/+1
* Update fs_spec to use test_env temporary path utilityGeorge Roman2018-05-291-9/+1
* Add temporary path utility function to test_envGeorge Roman2018-05-291-0/+9
* Tests: cache build of mock server dependencies to speed up testsHisham Muhammad2018-05-286-57/+65
* Tests: try to cache rocks from the host system to speed up testHisham Muhammad2018-05-281-0/+21
* Make the mock server run on WindowsGeorge Roman2018-05-283-7/+23
* Add tests for fs.downloadGeorge Roman2018-05-281-0/+62
* Merge branch 'Zash-lua54'Hisham Muhammad2018-05-255-14/+26
|\
| * Update install.bat for 5.4 supportPeter Melnichenko2018-05-251-5/+5
| * write_rockspec: Add support for Lua 5.4Kim Alvefur2018-05-251-2/+11
| * Whitelist Lua 5.4Kim Alvefur2018-05-252-2/+2
| * configure: Learn about Lua 5.4Kim Alvefur2018-05-251-5/+8
|/
* update changelogHisham Muhammad2018-05-241-8/+44
* Improve fs module testsGeorge Roman2018-05-221-0/+289
* Add more tests for the fs moduleGeorge Roman2018-05-181-31/+172
* Add tests for the fun moduleGeorge Roman2018-05-181-0/+60
* Update fs module tests to use fs.set_permissionsGeorge Roman2018-05-171-130/+186
* Replace fs.chmod with fs.set_permissionsGeorge Roman2018-05-1715-43/+161
* Tests: build: pin version in testHisham Muhammad2018-05-071-1/+1
* luarocks-admin: only create index.html if it already exists or --index is givenHisham Muhammad2018-05-076-15/+29
* luarocks-admin: make `add` work with file:// serversHisham Muhammad2018-05-072-8/+9
* Busted: do not run spec files inside fixtureHisham Muhammad2018-05-071-0/+1
* Tests: test the "busted" backend of `luarocks test` with a local fixtureHisham Muhammad2018-05-0714-11/+88
* Tests: add fixture for a project with Busted-based testsHisham Muhammad2018-05-072-0/+17
* Tests: use luassert 1.7.10 in `luarocks test` testsHisham Muhammad2018-05-071-7/+7