summaryrefslogtreecommitdiff
path: root/src/rebar_prv_deps.erl
Commit message (Collapse)AuthorAgeFilesLines
* Support package hashes in structure and lockfileFred Hebert2016-05-241-1/+1
| | | | | | | | | - the internal representation for package locks moves from `{Name, {pkg, PkgName, Vsn}, Lvl}` to `{Name, {pkg, PkgName, Vsn, Hash}, Lvl}` - the internal representation for packages moves from `{pkg, PkgName, Vsn}` to `{pkg, PkgName, Vsn, Hash}` - the hash can be `undefined`, meaning no check will be done - no checking is done yet.
* track parent app of deps and add tree provider to display the relationsTristan Sloughter2015-08-151-31/+6
|
* install package deps in same level/profile order as src depsTristan Sloughter2015-08-131-1/+2
|
* fix dialyzer warnings, except 'no local return' warningsTristan Sloughter2015-08-081-1/+1
|
* 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-031-6/+29
|
* fix bareness issuesFred Hebert2015-05-311-1/+1
| | | | | | - Crashes in providers lib when no providers in a namespace are bare - Making sure bareness matches semantics; i.e. a bare provider is visible, a non-bare provider is hidden.
* make deps task listed in help and update zsh/bash completionsTristan Sloughter2015-05-211-1/+1
|
* Use resource handlers to deal with deps/semverFred Hebert2015-05-051-20/+6
|
* Fix dupes in deps provider, support atom pkgsFred Hebert2015-05-041-48/+45
| | | | | | | | | | | | | | Whenever files were being locked *and* provided in rebar.config duplicates could be printed. This is taken care of. Also whenever atom packages were being used, they would cause the merge step to fail. The new format does proper name-based deduplication of resources, giving priority to locks to work. ModificatioN/needs-update support is still in. This may also act as a fix for #341, if automation isn't required too much.
* move resource modules list to rebar_state, no longer staticTristan Sloughter2015-04-041-3/+3
|
* Fix dialyzer warningsJames Fish2015-03-181-1/+1
|
* update all examples in providers to use rebar3Tristan Sloughter2015-03-071-1/+1
|
* Fix crash on non-git source deps in deps providerFred Hebert2015-02-251-1/+1
| | | | The 'element(1, ..)' guard would always fail and cause crashes.
* Initial `deps` commandFred Hebert2015-02-161-1/+69
|
* move back to using format_error/1Tristan Sloughter2014-11-091-4/+4
|
* add format_error/2 provider callback to providersTristan Sloughter2014-10-221-1/+6
|
* move providers to separate appTristan Sloughter2014-10-031-9/+9
|
* return error messages from providersTristan Sloughter2014-09-271-1/+1
|
* reworking of help display and parse of commandsTristan Sloughter2014-09-171-1/+1
|
* improved dep handling and add package list taskTristan Sloughter2014-08-241-220/+4
|
* use dict for depsTristan Sloughter2014-08-231-90/+115
|
* fix fetch name logTristan Sloughter2014-08-231-1/+1
|
* fix state of rebar for building depsTristan Sloughter2014-08-231-2/+8
|
* simplify dep download and buildingTristan Sloughter2014-08-231-12/+7
|
* rename deps providerTristan Sloughter2014-08-231-0/+252