Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'luarocks-3' | Hisham Muhammad | 2017-09-13 | 3 | -3/+48 |
|\ | |||||
| * | Merge branch 'master' into luarocks-3 | Peter Melnichenko | 2016-11-04 | 6 | -5/+55 |
| |\ | |||||
| * \ | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-20 | 1 | -0/+1 |
| |\ \ | |||||
| * | | | Oops, messed with the module location. | Hisham | 2016-10-19 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge in Windows-compatible quoting. | Hisham | 2016-10-19 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-18 | 1 | -0/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-15 | 1 | -0/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into luarocks-3 | Hisham | 2016-10-14 | 3 | -57/+162 |
| |\ \ \ \ \ | |||||
| * | | | | | | Tweak tests for luarocks-3 branch. | Hisham | 2016-07-28 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into luarocks-3 | Hisham | 2016-07-28 | 7 | -1181/+797 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Core modules reorganization. | Hisham | 2016-06-30 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Isolate all modules used by luarocks.loader in a luarocks.core.* namespace. Core modules can only require other core modules, and they only use require() at the top-level chunk. In other words, after luarocks.loader is setup, package.path can be altered at will and it should not affect the ability of luarocks.loader to run, and the luarocks.loader modules should not interfere with modules loaded later. This was motivated by @robooo's GSoC work on porting the LuaRocks test suite to Lua using Busted. Busted itself runs using luarocks.loader, and we need to ensure that the modules loaded by the tests do not conflict with the ones used by luarocks.loader. A circular dependency between luarocks.manif and luarocks.search was removed by creating a separate luarocks.manif.writer module. Also, luarocks-admin commands were moved to a luarocks.admin.* namespace. | ||||
| * | | | | | | | Merge branch 'master' into luarocks-3 | Peter Melnichenko | 2016-06-13 | 2 | -4/+36 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into luarocks-3 | Hisham | 2016-05-03 | 2 | -2/+12 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fix travis: use luasec 0.6-1 | mpeterv | 2016-04-16 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'master' into luarocks-3 | mpeterv | 2016-04-16 | 3 | -23/+52 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/luarocks/deps.lua | ||||
| * | | | | | | | | | | Fetch LuaJIT from GitHub mirror on Travis | mpeterv | 2015-12-23 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'master' into luarocks-3 | mpeterv | 2015-12-23 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix test on non-LuaJIT | Hisham Muhammad | 2015-10-24 | 1 | -2/+2 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Fixes to luajit testing. | Hisham Muhammad | 2015-10-24 | 1 | -14/+54 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Support "luajit" as a provided dependency in rockspec format 3.0 | Hisham Muhammad | 2015-10-19 | 3 | -0/+53 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | LuaSec moved in the repository... | Hisham Muhammad | 2015-09-21 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'master' into luarocks-3 | Hisham Muhammad | 2015-09-21 | 2 | -0/+25 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Update LuaCov and LuaSec | Hisham Muhammad | 2015-08-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Clarify test_env.need_rock description wrt return value | Peter Melnichenko | 2017-09-11 | 1 | -1/+3 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Remove www. from rock repository URL in tests | Peter Melnichenko | 2017-09-11 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | www.luarocks.org redirects to luarocks.org. | ||||
* | | | | | | | | | | | | Add a test for conflict resolution with mixed deploy types | Peter Melnichenko | 2016-11-01 | 6 | -5/+55 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Add a test for #302 | Peter Melnichenko | 2016-10-19 | 1 | -0/+1 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Test case for issue #268 | Hisham | 2016-10-18 | 1 | -0/+1 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Fix of openssl location on TravisCI OSX build | roboo | 2016-10-10 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Fix of openssl location on TravisCI OSX build | roboo | 2016-10-10 | 1 | -0/+3 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Remove old testing.batbranched-to-2.4.0 | Hisham | 2016-09-08 | 1 | -9/+0 |
| | | | | | | | | |||||
* | | | | | | | | Tests: luarocks_bool commands log their outputs on failure. | Hisham | 2016-09-08 | 1 | -3/+19 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #608 from keplerproject/mingw | Hisham Muhammad | 2016-08-23 | 1 | -5/+6 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Run Windows tests with MinGW | ||||
| * | | | | | | | | Build Lua using the same compiler as the one we're testing | Hisham | 2016-08-22 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Add support for testing using MinGW | Hisham | 2016-08-22 | 1 | -5/+6 |
| | | | | | | | | | |||||
* | | | | | | | | | Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readability | roboo | 2016-08-22 | 1 | -1/+2 |
|/ / / / / / / / | |||||
* | | | | | | | | Remove unused global variables | roboo | 2016-08-22 | 1 | -3/+1 |
| | | | | | | | | |||||
* | | | | | | | | Fix of test_environment | roboo | 2016-08-21 | 1 | -2/+2 |
| | | | | | | | | |||||
* | | | | | | | | Update of README | roboo | 2016-08-21 | 1 | -1/+10 |
| | | | | | | | | |||||
* | | | | | | | | Windows and appveyor support for tests | roboo | 2016-08-21 | 1 | -42/+131 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Bug in installing LR | roboo | 2016-07-21 | 1 | -4/+4 |
| | | | | | | | |||||
* | | | | | | | Verbose mode added | roboo | 2016-07-19 | 1 | -8/+25 |
| | | | | | | | |||||
* | | | | | | | Fix of mock server setup | roboo | 2016-07-17 | 1 | -3/+3 |
| | | | | | | | |||||
* | | | | | | | New upload tests with mock-server | roboo | 2016-07-17 | 2 | -0/+86 |
| | | | | | | | |||||
* | | | | | | | need_rock() added, new flag noreset environment | roboo | 2016-07-14 | 1 | -11/+12 |
| | | | | | | | |||||
* | | | | | | | Update new_version, pack tests | roboo | 2016-07-11 | 1 | -0/+35 |
| | | | | | | | |||||
* | | | | | | | Infer Lua version using luarocks.cfg when not on travis | Peter Melnichenko | 2016-07-08 | 1 | -26/+6 |
| | | | | | | | |||||
* | | | | | | | Tests: add file/dir existence check utility function | Peter Melnichenko | 2016-07-08 | 1 | -14/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use it instead of os.rename(path, path). | ||||
* | | | | | | | Tests: adjust rock/rockspec downloading | Peter Melnichenko | 2016-07-08 | 1 | -26/+25 |
| | | | | | | | |||||
* | | | | | | | Tests: adjust build_environment | Peter Melnichenko | 2016-07-08 | 1 | -7/+11 |
| | | | | | | |