summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support multiple app upgrade & lock testsFred Hebert2015-02-113-24/+69
* Fix testcases, add multi-app upgrade supportFred Hebert2015-02-114-34/+135
* Refactor install_deps to match 'upgrade' ideasFred Hebert2015-02-111-52/+61
* More progress on upgradesFred Hebert2015-02-113-17/+28
* Partial work + Failing testsFred Hebert2015-02-114-81/+262
* Alternative attemptFred Hebert2015-02-112-34/+36
* WIPFred Hebert2015-02-117-20/+238
* Merge pull request #138 from talentdeficit/args_to_tasksFred Hebert2015-02-113-7/+176
|\
| * factor out task/args parsing from `do` for use in other metaalisdair sullivan2015-02-083-7/+176
* | Merge pull request #132 from fishcakez/dialyzer_failTristan Sloughter2015-02-081-28/+51
|\ \
| * | Fix dialyzer plt checking typoJames Fish2015-02-071-1/+1
| * | Display full path in dialyzer warningssJames Fish2015-02-071-1/+1
| * | Fail if any dialyzer warnings aren't unknownsJames Fish2015-02-071-25/+48
* | | Merge pull request #134 from fishcakez/dialyzer_testsTristan Sloughter2015-02-081-0/+158
|\ \ \
| * | | Add initial dialyzer testsJames Fish2015-02-081-0/+158
| |/ /
* | | Merge pull request #135 from fishcakez/dialyzer_erts_appTristan Sloughter2015-02-081-0/+7
|\ \ \
| * | | Fix dialyzer erts file lookup for releases prior to R16B02James Fish2015-02-081-0/+7
| |/ /
* | | Merge pull request #133 from nuex/handle-missing-app-fileTristan Sloughter2015-02-071-0/+1
|\ \ \ | |/ / |/| |
| * | return an error when an app file is missingnuex2015-02-071-0/+1
|/ /
* | Merge pull request #129 from kellymclaughlin/add-pkgs-to-code-pathTristan Sloughter2015-02-062-1/+2
|\ \
| * | Change mock_pkg_resource to create ebin directoryKelly McLaughlin2015-02-062-7/+2
| * | Ensure package ebin directory exists prior to adding to code pathKelly McLaughlin2015-02-061-1/+6
| * | Add packages to code path after installationKelly McLaughlin2015-02-061-0/+1
* | | Merge pull request #131 from rebar/jem-rebar-deps-tagTristan Sloughter2015-02-061-0/+2
|\ \ \ | |/ / |/| |
| * | Add documentation for {ref, <sha>} syntax rebar.config.sample fileJared Morrow2015-02-061-0/+2
|/ /
* | Merge pull request #128 from kellymclaughlin/multi-app-xref-supportTristan Sloughter2015-02-061-1/+2
|\ \
| * | Add xref support for multi-app projectsKelly McLaughlin2015-02-051-1/+2
|/ /
* | Merge pull request #123 from tsloughter/pkg_depsTristan Sloughter2015-02-052-10/+10
|\ \
| * | package dep names are binary, fix install deps and related testsTristan Sloughter2015-02-032-10/+10
| |/
* | Merge pull request #127 from kellymclaughlin/xref-providerTristan Sloughter2015-02-055-1/+490
|\ \ | |/ |/|
| * Add xref provider for cross reference analysisKelly McLaughlin2015-02-055-1/+490
|/
* Merge pull request #115 from tsloughter/provider_hooksFred Hebert2015-02-028-41/+119
|\
| * clean up create_logic_providers functionTristan Sloughter2015-02-021-9/+9
| * update erlydtl to latest releaseTristan Sloughter2015-02-021-1/+1
| * fix find_apps when searching for invalid appsTristan Sloughter2015-02-023-10/+11
| * add hook SUITE testsTristan Sloughter2015-01-312-0/+57
| * support for provider_hooks in configTristan Sloughter2015-01-314-31/+51
|/
* Merge pull request #120 from tsloughter/masterFred Hebert2015-01-291-1/+1
|\
| * no more mode minimalTristan Sloughter2015-01-281-1/+1
|/
* Merge pull request #119 from tsloughter/masterFred Hebert2015-01-271-1/+6
|\
| * app_info:valid needs to return a boolean and not throw an exceptionTristan Sloughter2015-01-271-1/+6
|/
* Merge pull request #118 from tsloughter/masterFred Hebert2015-01-262-3/+6
|\
| * use processed app file for validationTristan Sloughter2015-01-262-3/+6
|/
* Merge pull request #117 from tsloughter/masterFred Hebert2015-01-261-2/+2
|\
| * fix typo in error tuple and throw error in install_depsTristan Sloughter2015-01-261-2/+2
|/
* Merge pull request #112 from tsloughter/stuffFred Hebert2015-01-265-98/+79
|\
| * 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