summaryrefslogtreecommitdiff
path: root/src/rebar_packages.erl
Commit message (Collapse)AuthorAgeFilesLines
* Proper custom pkg index support, some testsFred Hebert2015-05-131-4/+14
| | | | | | | | | | - The rebar package index files have been moved off the default path and will require a new `rebar3 update` - Caching of downloaded packages automatically takes place in a path relative to the CDN used - The cache path is not shared with hex as we now write and modify data in there arbitrarily - Basic tests plus the working set for more of them is included
* verify checksums of hex packagesTristan Sloughter2015-05-121-0/+10
|
* check registry for missing package that may exist for mixTristan Sloughter2015-05-091-0/+13
|
* handle missing package in registry by skippingTristan Sloughter2015-05-041-4/+7
|
* add test for single atom pkg dep picking the highest availableTristan Sloughter2015-04-111-1/+1
|
* support single atoms for pkg deps, fetch highest version availableTristan Sloughter2015-04-111-1/+54
|
* follow xdg standard. fixes #122Tristan Sloughter2015-02-191-1/+1
|
* print error message suggesting to run rebar3 update if missing package indexTristan Sloughter2015-02-171-0/+1
|
* replace package management with hex.pmTristan Sloughter2015-02-171-5/+13
|
* Fix error message to point to rebar3Fred Hebert2014-12-151-1/+1
|
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-1/+1
|
* global plugins install to global config directoryTristan Sloughter2014-11-291-2/+1
|
* replace rlx_depsolver types with new package typesTristan Sloughter2014-11-221-15/+4
|
* replace rlx_depsolver use with new rebar_digraphTristan Sloughter2014-11-221-2/+19
|
* new dep graph workingTristan Sloughter2014-11-221-3/+3
|
* use CONFIG_DIR of rebar3 for config directoriesTristan Sloughter2014-11-101-1/+2
|
* dialyzer fixesTristan Sloughter2014-10-181-5/+5
|
* fix namespaced types for pre-17 otpTristan Sloughter2014-09-251-1/+1
|
* down to last 2 dialyzer errorsTristan Sloughter2014-09-211-1/+1
|
* more dialyzer fun. no likey opaque typesTristan Sloughter2014-09-211-1/+2
|
* fix for wrong function call to depsolver new for empty graphTristan Sloughter2014-09-201-2/+2
|
* improved dep handling and add package list taskTristan Sloughter2014-08-241-0/+23