summaryrefslogtreecommitdiff
Commit message (Collapse)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 tests
| * 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 dep parsing
| * 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
|\ | | | | generalize some temporary directory handling and add it to `rebar_file_utils`
| * fix `reset_dir` test suite for r15xalisdair sullivan2015-01-181-3/+3
| | | | | | swap `file:list_dir` for `file:list_dir_all` due to nonexistence of latter prior to r16x
| * 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
| | | | | | | | (in `rebar_file_utils`)
* | Merge pull request #105 from tsloughter/masterFred Hebert2015-01-181-7/+15
|\ \ | | | | | | do provider returns the error of the first provider to fail and stops
| * | 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 version
| * 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` to `erl_first_files`
| * change more instances of mistyped `erl_first_modules` toalisdair sullivan2015-01-152-2/+2
|/ | | | | | `erl_first_files` fixes #99
* Merge pull request #98 from tsloughter/masterFred Hebert2015-01-131-1/+1
|\ | | | | don't mark dep as seen before calling handle_dep
| * 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 profiles
| * 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 dir
| * when compiling `common_test` or `eunit` use the same tmp diralisdair sullivan2015-01-092-10/+34
|/ | | | from run to run
* Merge pull request #94 from talentdeficit/rebar_app_intoTristan Sloughter2015-01-081-3/+3
|\ | | | | change `rebar_app_into` to `rebar_app_info` in typespecs
| * 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
|\ | | | | test providers
| * 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
| | | | | | | | `common_test` and `eunit` providers
| * adjust handling of `common_test` `dir` option and refactor provideralisdair sullivan2015-01-081-19/+33
| | | | | | | | option handling
| * 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
| | | | | | | | in presence of keys defined multiple times
| * 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
| | | | | | | | | | | | | | | | | | | | compiles common test files in a temporary dir (or a user specified dir) and runs tests without leaving artifacts in the source tree precompile tests using `rebar.config` and disable autocompile so project specific options are used fixes #62
| * reworked eunit provideralisdair sullivan2015-01-061-493/+110
| | | | | | | | | | | | | | | | | | compiles apps and eunit test files in a temporary dir (or a user specified dir) and runs tests without leaving artifacts in the source tree automatically defines the 'TEST' macro if not already defined and adds `test` to `src_dirs` to allow for eunit test files outside `src`
* | Merge pull request #93 from tsloughter/masterTristan Sloughter2015-01-072-2/+4
|\ \ | | | | | | do not include dir . in relx lib paths it will break lib discovery
| * | 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.md
| * | Update README.mdLinus.yuan2015-01-071-1/+1
|/ /
* | Merge pull request #83 from tsloughter/masterTristan Sloughter2015-01-045-73/+182
|\ \ | | | | | | overrides working except for transitive dep inheritance with lock file
| * | 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 be compiled first
| * point compiler to the right config value for which files need to bealisdair sullivan2015-01-011-1/+1
|/ | | | compiled first
* Merge pull request #82 from rebar/checkouts-testFred Hebert2014-12-292-5/+51
|\ | | | | Adding tests for checkouts being found & compiled