Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |||||
| * | update travis s3 deploy condition | Tristan Sloughter | 2014-12-28 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #78 from talentdeficit/strip_compiler | Tristan Sloughter | 2014-12-24 | 1 | -153/+0 | |
|\ | | | | | remove no longer relevant test machinery in rebar_erlc_compiler | |||||
| * | remove no longer relevant test machinery in rebar_erlc_compiler | alisdair sullivan | 2014-12-24 | 1 | -153/+0 | |
|/ | ||||||
* | Merge pull request #77 from tsloughter/master | Tristan Sloughter | 2014-12-24 | 3 | -4/+7 | |
|\ | | | | | update plugin install code | |||||
| * | update plugin install code | Tristan Sloughter | 2014-12-24 | 3 | -4/+7 | |
|/ | ||||||
* | Merge pull request #76 from tsloughter/master | Tristan Sloughter | 2014-12-24 | 4 | -16/+21 | |
|\ | | | | | Small release fix and new plugin loading | |||||
| * | include providers listed in plugins env | Tristan Sloughter | 2014-12-24 | 2 | -14/+19 | |
| | | ||||||
| * | include project app dirs in release lib_dirs to search | Tristan Sloughter | 2014-12-24 | 2 | -2/+2 | |
| | | ||||||
* | | Merge pull request #75 from talentdeficit/remove_config_script | Tristan Sloughter | 2014-12-24 | 1 | -17/+0 | |
|\ \ | | | | | | | remove script that triggered now removed retest tests | |||||
| * | | remove script that triggered now removed retest tests | alisdair sullivan | 2014-12-23 | 1 | -17/+0 | |
|/ / | ||||||
* | | Merge pull request #74 from rebar/add-compile-tests | Fred Hebert | 2014-12-23 | 2 | -5/+26 | |
|\ \ | | | | | | | Add release-structured compiling tests | |||||
| * | | Add release-structured compiling tests | Fred Hebert | 2014-12-24 | 2 | -5/+26 | |
|/ / | ||||||
* | | Merge pull request #72 from rebar/template-tests-subdirs | Fred Hebert | 2014-12-23 | 10 | -1/+204 | |
|\ \ | | | | | | | Add support for custom templates in subdirectories | |||||
| * | | Add support for custom templates in subdirectories | Fred Hebert | 2014-12-23 | 10 | -1/+204 | |
|/ / | | | | | | | - Includes tests for templates and their application | |||||
* | | Merge pull request #71 from tsloughter/master | Tristan Sloughter | 2014-12-21 | 2 | -9/+7 | |
|\ \ | |/ | | | add erlydtl namespace | |||||
| * | set deps back to tsloughter/providers and erlware/relx | Tristan Sloughter | 2014-12-21 | 1 | -4/+4 | |
| | | ||||||
| * | update erlydtl provider to use namespaces | Tristan Sloughter | 2014-12-21 | 1 | -5/+3 | |
|/ | ||||||
* | Merge pull request #70 from rebar/provider-namespaces | Tristan Sloughter | 2014-12-21 | 9 | -15/+148 | |
|\ | | | | | Provider namespaces | |||||
| * | Tests and fixes for namespaces | Fred Hebert | 2014-12-21 | 2 | -2/+100 | |
| | | ||||||
| * | Fix up programmatic interface to rebar3 | Fred Hebert | 2014-12-21 | 3 | -5/+5 | |
| | | | | | | | | Now supports arbitrary commands | |||||
| * | Dynamic 'do' provider for namespaces | Fred Hebert | 2014-12-21 | 2 | -13/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | Using a namespace such as 'rebar3 lfe new' will look for the 'new' command in 'lfe' namespace without the need for a 'do' provider to be registered in that namespace. Manually checked that 'rebar3 as <profile> <namespace> command' works, as well with 'default' and 'do'. Test suite still needed. | |||||
| * | Add support for namespace-based metacommands | Fred Hebert | 2014-12-21 | 2 | -5/+14 | |
| | | | | | | | | And more general namespace support | |||||
| * | Remove profile declarations | Fred Hebert | 2014-12-21 | 2 | -2/+2 | |
|/ | | | | No longer needed. | |||||
* | Merge pull request #67 from tsloughter/master | Fred Hebert | 2014-12-17 | 1 | -0/+2 | |
|\ | | | | | add two cool dudes to the THANKS | |||||
| * | add two cool dudes to the THANKS | Tristan Sloughter | 2014-12-17 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #65 from fishcakez/plt_copy_lib | Tristan Sloughter | 2014-12-17 | 1 | -0/+1 | |
|\ \ | | | | | | | Ensure dir for plt exists when copying. | |||||
| * | | Ensure dir for plt exists when copying | James Fish | 2014-12-17 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #61 from tsloughter/master | Fred Hebert | 2014-12-16 | 1 | -1/+8 | |
|\ \ \ | |/ / |/| / | |/ | don't include all */ebin dirs in code path |