summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #166 from tsloughter/xdgFred Hebert2015-02-218-37/+45
|\
| * follow xdg standard. fixes #122Tristan Sloughter2015-02-198-37/+45
* | Merge pull request #155 from tsloughter/new_depsFred Hebert2015-02-192-12/+37
|\ \
| * | check for newly added deps in config file that aren't level 0 in the lockTristan Sloughter2015-02-192-12/+37
| |/
* | update project app list with new appinfo records after buildTristan Sloughter2015-02-193-29/+32
|/
* Merge pull request #160 from tsloughter/sub_depsFred Hebert2015-02-193-15/+34
|\
| * sort project apps before merging depsTristan Sloughter2015-02-193-13/+15
| * use project sub-apps with deps in their rebar.configTristan Sloughter2015-02-172-3/+20
* | fix error where an exception in ct could hang rebar by monitoringalisdair sullivan2015-02-181-2/+4
* | Merge pull request #159 from talentdeficit/quiet_ctTristan Sloughter2015-02-171-8/+33
|\ \
| * | suppress common_test output unless `rebar3 ct` is run with verbose switchalisdair sullivan2015-02-171-8/+33
| |/
* | purge mods loaded during check to see if they need to be recompiledalisdair sullivan2015-02-171-2/+4
|/
* Merge pull request #157 from talentdeficit/real_needs_recompileTristan Sloughter2015-02-171-9/+26
|\
| * check already compiled modules compile arguments against current compilealisdair sullivan2015-02-161-9/+26
* | print error message suggesting to run rebar3 update if missing package indexTristan Sloughter2015-02-171-0/+1
* | parse version constraints in hex registry for digraphTristan Sloughter2015-02-171-10/+52
* | replace package management with hex.pmTristan Sloughter2015-02-179-80/+122
* | remove unused functions from app utilsTristan Sloughter2015-02-171-26/+5
* | Initial `deps` commandFred Hebert2015-02-161-1/+69
* | Merge pull request #154 from tsloughter/git_ref_needs_updateFred Hebert2015-02-161-8/+15
|\ \
| * | needs_update: on ref defined deps only have to match prefix if 7+ charsTristan Sloughter2015-02-161-8/+15
* | | Remove extra default warningsJames Fish2015-02-161-7/+1
|/ /
* | Fix dialyzer when only updating pltJames Fish2015-02-151-1/+1
* | Fix {dialyzer_plt_warnings, false} returning warningsJames Fish2015-02-141-6/+26
|/
* Merge pull request #142 from rebar/wtf-providerTristan Sloughter2015-02-134-2/+105
|\
| * Advertise rebar3 wtf in error messagesFred Hebert2015-02-131-1/+3
| * 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
|\ \