Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |||||
| * | don't include all */ebin dirs in code path | Tristan Sloughter | 2014-12-16 | 1 | -1/+8 | |
| | | ||||||
* | | Merge pull request #56 from tsloughter/profile_deps | Fred Hebert | 2014-12-16 | 15 | -192/+209 | |
|\ \ | |/ | | | rewrite profiles | |||||
| * | update readme for 'as' | Tristan Sloughter | 2014-12-16 | 2 | -2/+3 | |
| | | ||||||
| * | add 'as' higher order task | Tristan Sloughter | 2014-12-16 | 5 | -20/+70 | |
| | | ||||||
| * | rewrite profiles | Tristan Sloughter | 2014-12-16 | 11 | -173/+139 | |
|/ | ||||||
* | Merge pull request #60 from rebar/test-packages | Fred Hebert | 2014-12-16 | 7 | -61/+297 | |
|\ | | | | | Test packages | |||||
| * | Adding pkg deps tests and refactorings | Fred Hebert | 2014-12-16 | 6 | -60/+296 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adding tests for package deps - Adding conflict/override warnings for package deps - Adding cycle detection for packages - Adding cycle detection for mixed packages+source - Fixing internal dependency format of package resources when converted to rebar_app_info - normalizing level-order prioritization to be based on lexicographical sort of app names rather than traversal order (which is undefined for package deps) - Fixing tests for source deps for deep cycle detection - Fixing bugs with source deps - Relaxed version format checks for test utils A lot of fixes are combined in there because I didn't want to commit non-passing code, and many bugs were found when adding the second batch of tests as part of the original effort. | |||||
| * | Fix error message to point to rebar3 | Fred Hebert | 2014-12-15 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #49 from rebar/skipped-deps-warnings | Fred Hebert | 2014-12-07 | 2 | -13/+71 | |
|\ | | | | | Print warning when deps are being skipped. | |||||
| * | Print warning when deps are being skipped. | Fred Hebert | 2014-12-07 | 2 | -13/+71 | |
| | | | | | | | | | | The case in mind here is due to conflicts, and tests have been added for this. |