summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #736 from tsloughter/update_erlcinfoTristan Sloughter2015-08-221-12/+26
|\
| * update erlcinfo on disk if source file removedTristan Sloughter2015-08-221-12/+26
* | do not override user cli supplied outputdir for relxTristan Sloughter2015-08-221-4/+7
|/
* remove unneeded packages ets table load/unload in pluginsTristan Sloughter2015-08-211-14/+8
* replace use of dict of packages and registry with single ets tableTristan Sloughter2015-08-219-226/+178
* include rebar3 in supported packages buildtoolTristan Sloughter2015-08-211-0/+1
* this patch treats pkg and src deps as equals, so level decides winnerTristan Sloughter2015-08-219-446/+267
* fix leaking hex_registry tablepvmart2015-08-194-18/+30
* Merge pull request #724 from tsloughter/upgrade_with_locksFred Hebert2015-08-182-35/+22
|\
| * properly update locks for deps and ignore skip messages for locksTristan Sloughter2015-08-172-35/+22
* | fix leaking ets tables when compilation failedpvmart2015-08-181-11/+14
|/
* Merge pull request #700 from zugolosian/rewrite_parse_git_urlFred Hebert2015-08-171-14/+21
|\
| * Modify parse_git_url to be more genericDavid Leach2015-08-111-14/+21
* | Merge pull request #718 from tsloughter/ferd-add-mixed-deps-testsFred Hebert2015-08-176-85/+180
|\ \
| * | small refactorings per Fred commentsTristan Sloughter2015-08-172-15/+16
| * | remove commented out codeTristan Sloughter2015-08-171-3/+0
| * | use correct rebar_state for a dep, not the top level stateTristan Sloughter2015-08-163-17/+9
| * | handle new tests for mix package types (git/pkg)Tristan Sloughter2015-08-163-56/+96
| * | track the parent of umbrella app dependenciesTristan Sloughter2015-08-164-27/+92
* | | fix leaking ets tables caused by digraphspvmart2015-08-173-15/+22
|/ /
* | track parent app of deps and add tree provider to display the relationsTristan Sloughter2015-08-156-141/+184
* | Merge pull request #706 from tsloughter/pkg_deps_orderTristan Sloughter2015-08-154-102/+145
|\ \
| * | only lock when running in the default profileTristan Sloughter2015-08-131-10/+16
| * | install package deps in same level/profile order as src depsTristan Sloughter2015-08-134-93/+130
* | | Fix some unknown functions/types dialyzer warningsJames Fish2015-08-093-2/+8
|/ /
* | fix no_return warningsTristan Sloughter2015-08-084-1/+10
* | fix dialyzer warnings, except 'no local return' warningsTristan Sloughter2015-08-0811-51/+36
|/
* Detect missing EPMD, error, fallback and advise.Fred Hebert2015-08-051-2/+8
* add to deps tree help message that only packages are supportedTristan Sloughter2015-08-031-1/+1
* add tree option to deps command that prints pkg deps treeTristan Sloughter2015-08-036-32/+120
* Merge pull request #682 from tsloughter/upgrade_lock_depFred Hebert2015-08-033-16/+26
|\
| * upgrade depends on the lock provider and lock prv sets stateTristan Sloughter2015-08-023-16/+26
* | Fix description in "rebar3 new"Sean Cribbs2015-08-031-1/+1
|/
* Merge pull request #679 from tsloughter/pkg_levelTristan Sloughter2015-08-012-12/+13
|\
| * keep correct Level for pkg deps of scm depsTristan Sloughter2015-08-012-12/+13
* | Merge pull request #669 from tsloughter/upgrade_default_depsFred Hebert2015-08-012-3/+3
|\ \
| * | only use upgrade on default depsTristan Sloughter2015-08-012-3/+3
* | | Merge pull request #673 from tsloughter/sort_vsnsFred Hebert2015-07-301-1/+5
|\ \ \ | | |/ | |/|
| * | sort versions of packages when printingTristan Sloughter2015-07-301-1/+5
| |/
* | Merge pull request #652 from tsloughter/escape_andFred Hebert2015-07-291-3/+3
|\ \
| * | add ; to escaped chars in pathTristan Sloughter2015-07-281-3/+3
| * | escape & in pathsTristan Sloughter2015-07-261-3/+3
* | | Merge pull request #667 from tsloughter/clean_allFred Hebert2015-07-291-1/+1
|\ \ \
| * | | fix find of deps for clean allTristan Sloughter2015-07-281-1/+1
| | |/ | |/|
* | | keep plugins dir as deps dir when compiling plugins+depsTristan Sloughter2015-07-281-1/+2
|/ /
* | Merge pull request #654 from tsloughter/discover_scriptFred Hebert2015-07-275-13/+59
|\ \
| * | include app.src.script in app discover and always use if availableTristan Sloughter2015-07-265-13/+59
* | | Merge pull request #655 from pvmart/masterTristan Sloughter2015-07-261-3/+0
|\ \ \ | |/ / |/| |
| * | Fix duplicate function clause in rebar_prv_install_deps:parse_dep/5pvmart2015-07-261-3/+0
* | | Merge pull request #650 from tsloughter/upgrades_git_pkg_fixFred Hebert2015-07-263-25/+20
|\ \ \ | |_|/ |/| |