summaryrefslogtreecommitdiff
path: root/src/rebar_packages.erl
Commit message (Expand)AuthorAgeFilesLines
* support temporary cdn change with HEX_CDN os varTristan Sloughter2015-12-191-12/+21
* auto-update the registry if a pkg isn't found, fail if it still isn't foundTristan Sloughter2015-11-291-4/+28
* fix typo of guarantee. h/t evanTristan Sloughter2015-11-121-1/+1
* hooks/artifacts are always run/resolved from an app unless at top of umbrellaTristan Sloughter2015-09-061-1/+1
* Revert "Revert "only load packages when needed""Fred Hebert2015-09-021-4/+5
* Revert "only load packages when needed"Fred Hebert2015-09-021-5/+4
* only load packages when neededTristan Sloughter2015-09-021-4/+5
* Merge pull request #742 from tsloughter/pkg_checkTristan Sloughter2015-08-231-4/+4
|\
| * improve error messages for packages by checking its existance before fetchingTristan Sloughter2015-08-231-4/+4
* | use 'default' for default hex repo path in cache and include in info messagesTristan Sloughter2015-08-221-7/+20
|/
* replace use of dict of packages and registry with single ets tableTristan Sloughter2015-08-211-88/+80
* this patch treats pkg and src deps as equals, so level decides winnerTristan Sloughter2015-08-211-7/+19
* fix leaking hex_registry tablepvmart2015-08-191-4/+7
* Proper custom pkg index support, some testsFred Hebert2015-05-131-4/+14
* 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