summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-193-21/+35
|\
| * 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-151-1/+31
* | do provider returns the error of the first provider to fail and stopsTristan Sloughter2015-01-181-7/+15
* | no skip warning for seen dep that has locked versionTristan Sloughter2015-01-171-2/+9
|/
* change more instances of mistyped `erl_first_modules` toalisdair sullivan2015-01-152-2/+2
* don't mark dep as seen before calling handle_depTristan Sloughter2015-01-131-1/+1
* replace single profile atom in providers with list of profilesTristan Sloughter2015-01-114-14/+13
* when compiling `common_test` or `eunit` use the same tmp diralisdair sullivan2015-01-092-10/+34
* 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-083-571/+311
|\
| * 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
| * reworked ct provideralisdair sullivan2015-01-061-82/+133
| * reworked eunit provideralisdair sullivan2015-01-061-493/+110
* | do not include dir . in relx lib paths it will break lib discoveryTristan Sloughter2015-01-072-2/+4
* | 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
| |/
* | point compiler to the right config value for which files need to bealisdair sullivan2015-01-011-1/+1
|/
* remove no longer relevant test machinery in rebar_erlc_compileralisdair sullivan2014-12-241-153/+0
* update plugin install codeTristan Sloughter2014-12-243-4/+7
* Merge pull request #76 from tsloughter/masterTristan Sloughter2014-12-244-16/+21
|\
| * include providers listed in plugins envTristan Sloughter2014-12-242-14/+19
| * include project app dirs in release lib_dirs to searchTristan Sloughter2014-12-242-2/+2
* | Add support for custom templates in subdirectoriesFred Hebert2014-12-231-1/+1
|/
* update erlydtl provider to use namespacesTristan Sloughter2014-12-211-5/+3
* Tests and fixes for namespacesFred Hebert2014-12-211-2/+7
* Fix up programmatic interface to rebar3Fred Hebert2014-12-211-3/+3
* Dynamic 'do' provider for namespacesFred Hebert2014-12-212-13/+39
* Add support for namespace-based metacommandsFred Hebert2014-12-211-3/+12
* Remove profile declarationsFred Hebert2014-12-212-2/+2
* Merge pull request #65 from fishcakez/plt_copy_libTristan Sloughter2014-12-171-0/+1
|\
| * Ensure dir for plt exists when copyingJames Fish2014-12-171-0/+1
* | don't include all */ebin dirs in code pathTristan Sloughter2014-12-161-1/+8
|/
* update readme for 'as'Tristan Sloughter2014-12-161-2/+2
* add 'as' higher order taskTristan Sloughter2014-12-165-20/+70
* rewrite profilesTristan Sloughter2014-12-1610-171/+138
* Adding pkg deps tests and refactoringsFred Hebert2014-12-162-32/+55
* Fix error message to point to rebar3Fred Hebert2014-12-151-1/+1
* Merge pull request #49 from rebar/skipped-deps-warningsFred Hebert2014-12-071-0/+7
|\
| * Print warning when deps are being skipped.Fred Hebert2014-12-071-0/+7