summaryrefslogtreecommitdiff
path: root/src/rebar_prv_deps.erl
Commit message (Collapse)AuthorAgeFilesLines
* 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