aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Makefile.setup.inc: add references to new modulesHisham Muhammad2018-05-071-2/+4
* test.busted: add explicit fallback for finding Busted on WindowsHisham Muhammad2018-05-071-1/+5
* Tests: add test for `luarocks test`Hisham Muhammad2018-05-071-0/+56
* Tests: make list test more lenient on installed versionHisham Muhammad2018-05-071-1/+1
* test: auto-install busted if not foundHisham Muhammad2018-05-071-2/+26
* deps: add fulfill_dependency for resolving a single dependencyHisham Muhammad2018-05-072-43/+64
* Tests: ensure that extra_rocks specified in test files were downloadedHisham Muhammad2018-05-071-2/+2
* test: add --test-type flag for not auto-detected test typesHisham Muhammad2018-05-073-6/+16
* rockspec format: add `test_dependencies`Hisham Muhammad2018-05-074-2/+34
* path: change signature of root_dir(), make things more consistentHisham Muhammad2018-05-074-26/+16
* test: initial implementation of `luarocks.test`Hisham Muhammad2018-05-076-0/+191
* rockspec format: add `test`Hisham Muhammad2018-05-071-0/+8
* Make copy_contents have the same behaviour on Windows and on UnixGeorge Roman2018-04-243-22/+21
* Some luacheck cleanupsHisham Muhammad2018-04-235-13/+13