Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ignore opts list in src dep is it is there | Tristan Sloughter | 2015-01-24 | 1 | -0/+3 |
| | |||||
* | fix for rebar deps dir path in hooks, making it absolute | Tristan Sloughter | 2015-01-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #111 from tsloughter/test_erl_opts | Fred Hebert | 2015-01-23 | 2 | -7/+7 |
|\ | | | | | don't lose erl_opts when compiling for tests | ||||
| * | don't lose erl_opts when compiling for tests | Tristan Sloughter | 2015-01-23 | 2 | -7/+7 |
| | | |||||
* | | Merge pull request #109 from tsloughter/error_dep_parsing | Fred Hebert | 2015-01-22 | 2 | -5/+8 |
|\ \ | |/ | | | Error dep parsing | ||||
| * | error message for failing to parse a dep | Tristan Sloughter | 2015-01-21 | 1 | -4/+7 |
| | | |||||
| * | remove extra newline in clean | Tristan Sloughter | 2015-01-19 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #101 from talentdeficit/file_utils | Tristan Sloughter | 2015-01-19 | 4 | -21/+121 |
|\ | | | | | generalize some temporary directory handling and add it to `rebar_file_utils` | ||||
| * | fix `reset_dir` test suite for r15x | alisdair sullivan | 2015-01-18 | 1 | -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` providers | alisdair sullivan | 2015-01-16 | 2 | -20/+4 |
| | | |||||
| * | add functions `system_tmpdir/0,1` and `reset_dir/1` | alisdair sullivan | 2015-01-15 | 2 | -1/+117 |
| | | | | | | | | (in `rebar_file_utils`) | ||||
* | | Merge pull request #105 from tsloughter/master | Fred Hebert | 2015-01-18 | 1 | -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 stops | Tristan Sloughter | 2015-01-18 | 1 | -7/+15 |
| | | | |||||
* | | | Merge pull request #104 from tsloughter/master | Fred Hebert | 2015-01-17 | 1 | -2/+9 |
|\ \ \ | |/ / | | / | |/ |/| | no skip warning for seen dep that has locked version | ||||
| * | no skip warning for seen dep that has locked version | Tristan Sloughter | 2015-01-17 | 1 | -2/+9 |
|/ | |||||
* | Merge pull request #100 from talentdeficit/first_files_fix | Tristan Sloughter | 2015-01-15 | 2 | -2/+2 |
|\ | | | | | change more instances of mistyped `erl_first_modules` to `erl_first_files` | ||||
| * | change more instances of mistyped `erl_first_modules` to | alisdair sullivan | 2015-01-15 | 2 | -2/+2 |
|/ | | | | | | `erl_first_files` fixes #99 | ||||
* | Merge pull request #98 from tsloughter/master | Fred Hebert | 2015-01-13 | 1 | -1/+1 |
|\ | | | | | don't mark dep as seen before calling handle_dep | ||||
| * | don't mark dep as seen before calling handle_dep | Tristan Sloughter | 2015-01-13 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #96 from tsloughter/profiles | Tristan Sloughter | 2015-01-12 | 5 | -15/+14 |
|\ | | | | | replace single profile atom in providers with list of profiles | ||||
| * | replace single profile atom in providers with list of profiles | Tristan Sloughter | 2015-01-11 | 5 | -15/+14 |
|/ | |||||
* | Merge pull request #95 from talentdeficit/stable_test_dirs | Tristan Sloughter | 2015-01-09 | 2 | -10/+34 |
|\ | | | | | when compiling `common_test` or `eunit` use the same tmp dir | ||||
| * | when compiling `common_test` or `eunit` use the same tmp dir | alisdair sullivan | 2015-01-09 | 2 | -10/+34 |
|/ | | | | from run to run | ||||
* | Merge pull request #94 from talentdeficit/rebar_app_into | Tristan Sloughter | 2015-01-08 | 1 | -3/+3 |
|\ | | | | | change `rebar_app_into` to `rebar_app_info` in typespecs | ||||
| * | change `rebar_app_into` to `rebar_app_info` in typespecs | alisdair sullivan | 2015-01-08 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #88 from talentdeficit/test_providers | Tristan Sloughter | 2015-01-08 | 5 | -575/+375 |
|\ | | | | | test providers | ||||
| * | add support for a bare `test` directory when using `apps` libdirs | alisdair sullivan | 2015-01-08 | 2 | -9/+50 |
| | | |||||
| * | exclude `_checkouts` from directories to be precompiled for | alisdair sullivan | 2015-01-08 | 2 | -5/+27 |
| | | | | | | | | `common_test` and `eunit` providers | ||||
| * | adjust handling of `common_test` `dir` option and refactor provider | alisdair sullivan | 2015-01-08 | 1 | -19/+33 |
| | | | | | | | | option handling | ||||
| * | add `eunit` and `common_test` to `applications` key of `rebar.app` | alisdair sullivan | 2015-01-08 | 1 | -0/+2 |
| | | |||||
| * | switch to `lists:ukeymerge` to merge `ct` opts for better behavior | alisdair sullivan | 2015-01-07 | 1 | -13/+1 |
| | | | | | | | | in presence of keys defined multiple times | ||||
| * | preserve rebar path when running `ct` and `eunit` tests | alisdair sullivan | 2015-01-07 | 2 | -3/+8 |
| | | |||||
| * | test for eunit provider | alisdair sullivan | 2015-01-06 | 2 | -4/+64 |
| | | |||||
| * | reworked ct provider | alisdair sullivan | 2015-01-06 | 1 | -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 provider | alisdair sullivan | 2015-01-06 | 1 | -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/master | Tristan Sloughter | 2015-01-07 | 2 | -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 discovery | Tristan Sloughter | 2015-01-07 | 2 | -2/+4 |
|/ / | |||||
* | | Merge pull request #92 from shijiang1130/patch-1 | Tristan Sloughter | 2015-01-07 | 1 | -1/+1 |
|\ \ | | | | | | | Update README.md | ||||
| * | | Update README.md | Linus.yuan | 2015-01-07 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #83 from tsloughter/master | Tristan Sloughter | 2015-01-04 | 5 | -73/+182 |
|\ \ | | | | | | | overrides working except for transitive dep inheritance with lock file | ||||
| * | | don't allow locked transitive dep to override higher level dep | Tristan Sloughter | 2015-01-04 | 3 | -37/+49 |
| | | | |||||
| * | | use level in lock file so changes to config don't change outcome of run | Tristan Sloughter | 2015-01-02 | 2 | -2/+3 |
| | | | |||||
| * | | overrides working with lock except in case of adding to config after lock | Tristan Sloughter | 2015-01-01 | 3 | -40/+69 |
| | | | |||||
| * | | overrides working except for transitive dep inheritance with lock file | Tristan Sloughter | 2014-12-30 | 4 | -24/+91 |
| |/ | |||||
* | | Merge pull request #84 from talentdeficit/first_files_fix | Tristan Sloughter | 2015-01-04 | 1 | -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 be | alisdair sullivan | 2015-01-01 | 1 | -1/+1 |
|/ | | | | compiled first | ||||
* | Merge pull request #82 from rebar/checkouts-test | Fred Hebert | 2014-12-29 | 2 | -5/+51 |
|\ | | | | | Adding tests for checkouts being found & compiled | ||||
| * | MORE TESTS | Fred Hebert | 2014-12-29 | 1 | -2/+23 |
| | | |||||
| * | Adding tests for checkouts being found & compiled | Fred Hebert | 2014-12-29 | 2 | -5/+30 |
|/ | |||||
* | Merge pull request #81 from tsloughter/master | Tristan Sloughter | 2014-12-28 | 1 | -1/+1 |
|\ | | | | | update travis s3 deploy condition |