summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refactor rebar_otp_app for smaller/cleaner functionsTristan Sloughter2015-01-261-26/+33
* add warning that dep options like raw are being ignoredTristan Sloughter2015-01-241-1/+2
* clean up and better error messages when validating appsTristan Sloughter2015-01-243-92/+62
* ignore opts list in src dep is it is thereTristan Sloughter2015-01-241-0/+3
* fix for rebar deps dir path in hooks, making it absoluteTristan Sloughter2015-01-241-1/+1
* Merge pull request #111 from tsloughter/test_erl_optsFred Hebert2015-01-232-7/+7
|\
| * don't lose erl_opts when compiling for testsTristan Sloughter2015-01-232-7/+7
* | Merge pull request #109 from tsloughter/error_dep_parsingFred Hebert2015-01-222-5/+8
|\ \ | |/
| * error message for failing to parse a depTristan Sloughter2015-01-211-4/+7
| * remove extra newline in cleanTristan Sloughter2015-01-191-1/+1
|/
* Merge pull request #101 from talentdeficit/file_utilsTristan Sloughter2015-01-194-21/+121
|\
| * fix `reset_dir` test suite for r15xalisdair sullivan2015-01-181-3/+3
| * use new `rebar_file_utils` functions in `eunit` and `ct` providersalisdair sullivan2015-01-162-20/+4
| * add functions `system_tmpdir/0,1` and `reset_dir/1`alisdair sullivan2015-01-152-1/+117
* | Merge pull request #105 from tsloughter/masterFred Hebert2015-01-181-7/+15
|\ \
| * | do provider returns the error of the first provider to fail and stopsTristan Sloughter2015-01-181-7/+15
* | | Merge pull request #104 from tsloughter/masterFred Hebert2015-01-171-2/+9
|\ \ \ | |/ / | | / | |/ |/|
| * no skip warning for seen dep that has locked versionTristan Sloughter2015-01-171-2/+9
|/
* Merge pull request #100 from talentdeficit/first_files_fixTristan Sloughter2015-01-152-2/+2
|\
| * change more instances of mistyped `erl_first_modules` toalisdair sullivan2015-01-152-2/+2
|/
* Merge pull request #98 from tsloughter/masterFred Hebert2015-01-131-1/+1
|\
| * don't mark dep as seen before calling handle_depTristan Sloughter2015-01-131-1/+1
|/
* Merge pull request #96 from tsloughter/profilesTristan Sloughter2015-01-125-15/+14
|\
| * replace single profile atom in providers with list of profilesTristan Sloughter2015-01-115-15/+14
|/
* Merge pull request #95 from talentdeficit/stable_test_dirsTristan Sloughter2015-01-092-10/+34
|\
| * when compiling `common_test` or `eunit` use the same tmp diralisdair sullivan2015-01-092-10/+34
|/
* Merge pull request #94 from talentdeficit/rebar_app_intoTristan Sloughter2015-01-081-3/+3
|\
| * change `rebar_app_into` to `rebar_app_info` in typespecsalisdair sullivan2015-01-081-3/+3
|/
* Merge pull request #88 from talentdeficit/test_providersTristan Sloughter2015-01-085-575/+375
|\
| * add support for a bare `test` directory when using `apps` libdirsalisdair sullivan2015-01-082-9/+50
| * exclude `_checkouts` from directories to be precompiled foralisdair sullivan2015-01-082-5/+27
| * adjust handling of `common_test` `dir` option and refactor provideralisdair sullivan2015-01-081-19/+33
| * add `eunit` and `common_test` to `applications` key of `rebar.app`alisdair sullivan2015-01-081-0/+2
| * switch to `lists:ukeymerge` to merge `ct` opts for better behavioralisdair sullivan2015-01-071-13/+1
| * preserve rebar path when running `ct` and `eunit` testsalisdair sullivan2015-01-072-3/+8
| * test for eunit provideralisdair sullivan2015-01-062-4/+64
| * reworked ct provideralisdair sullivan2015-01-061-82/+133
| * reworked eunit provideralisdair sullivan2015-01-061-493/+110
* | Merge pull request #93 from tsloughter/masterTristan Sloughter2015-01-072-2/+4
|\ \
| * | do not include dir . in relx lib paths it will break lib discoveryTristan Sloughter2015-01-072-2/+4
|/ /
* | Merge pull request #92 from shijiang1130/patch-1Tristan Sloughter2015-01-071-1/+1
|\ \
| * | Update README.mdLinus.yuan2015-01-071-1/+1
|/ /
* | Merge pull request #83 from tsloughter/masterTristan Sloughter2015-01-045-73/+182
|\ \
| * | don't allow locked transitive dep to override higher level depTristan Sloughter2015-01-043-37/+49
| * | use level in lock file so changes to config don't change outcome of runTristan Sloughter2015-01-022-2/+3
| * | overrides working with lock except in case of adding to config after lockTristan Sloughter2015-01-013-40/+69
| * | overrides working except for transitive dep inheritance with lock fileTristan Sloughter2014-12-304-24/+91
| |/
* | Merge pull request #84 from talentdeficit/first_files_fixTristan Sloughter2015-01-041-1/+1
|\ \ | |/ |/|
| * point compiler to the right config value for which files need to bealisdair sullivan2015-01-011-1/+1
|/
* Merge pull request #82 from rebar/checkouts-testFred Hebert2014-12-292-5/+51
|\