summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Initial WTF provider implementationFred Hebert2015-02-123-1/+102
* | Fix #140 and preserve erl_first_files orderMartin Karlsson2015-02-131-5/+20
|/
* Warnings for Deletions and friendly errorsFred Hebert2015-02-121-10/+28
* Support multiple app upgrade & lock testsFred Hebert2015-02-111-19/+19
* Fix testcases, add multi-app upgrade supportFred Hebert2015-02-112-22/+75
* Refactor install_deps to match 'upgrade' ideasFred Hebert2015-02-111-52/+61
* More progress on upgradesFred Hebert2015-02-112-13/+19
* Partial work + Failing testsFred Hebert2015-02-111-1/+1
* Alternative attemptFred Hebert2015-02-112-34/+36
* WIPFred Hebert2015-02-114-18/+42
* Merge pull request #138 from talentdeficit/args_to_tasksFred Hebert2015-02-112-7/+56
|\
| * factor out task/args parsing from `do` for use in other metaalisdair sullivan2015-02-082-7/+56
* | 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 #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
| |/ /
* | | return an error when an app file is missingnuex2015-02-071-0/+1
|/ /
* | Change mock_pkg_resource to create ebin directoryKelly McLaughlin2015-02-061-6/+1
* | 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
* | 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
| |/
* | Add xref provider for cross reference analysisKelly McLaughlin2015-02-052-0/+297
|/
* clean up create_logic_providers functionTristan Sloughter2015-02-021-9/+9
* fix find_apps when searching for invalid appsTristan Sloughter2015-02-022-9/+9
* support for provider_hooks in configTristan Sloughter2015-01-313-30/+50
* app_info:valid needs to return a boolean and not throw an exceptionTristan Sloughter2015-01-271-1/+6
* use processed app file for validationTristan Sloughter2015-01-262-3/+6
* 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
| * fix for rebar deps dir path in hooks, making it absoluteTristan Sloughter2015-01-241-1/+1
* | check locks before locking a dep to not have duplicatesTristan Sloughter2015-01-251-2/+9
|/
* don't lose erl_opts when compiling for testsTristan Sloughter2015-01-232-7/+7
* 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