Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Revert "only load packages when needed"" | Fred Hebert | 2015-09-02 | 1 | -4/+5 |
| | |||||
* | Revert "only load packages when needed" | Fred Hebert | 2015-09-02 | 1 | -5/+4 |
| | |||||
* | only load packages when needed | Tristan Sloughter | 2015-09-02 | 1 | -4/+5 |
| | |||||
* | Merge pull request #742 from tsloughter/pkg_check | Tristan Sloughter | 2015-08-23 | 1 | -4/+4 |
|\ | | | | | improve error messages for packages by checking its existance before fetch | ||||
| * | improve error messages for packages by checking its existance before fetching | Tristan Sloughter | 2015-08-23 | 1 | -4/+4 |
| | | |||||
* | | use 'default' for default hex repo path in cache and include in info messages | Tristan Sloughter | 2015-08-22 | 1 | -7/+20 |
|/ | |||||
* | replace use of dict of packages and registry with single ets table | Tristan Sloughter | 2015-08-21 | 1 | -88/+80 |
| | |||||
* | this patch treats pkg and src deps as equals, so level decides winner | Tristan Sloughter | 2015-08-21 | 1 | -7/+19 |
| | | | | | | | | Instead fetching and resolving src deps (which could depend on pkg deps) and then pkg deps this patch combines the two into a single set of iterations by level. The only difference between src and pkg deps in this new install_deps is how their deps list is found -- from the config or lock file for src deps and from the neighbors of the vertex for pkg. | ||||
* | fix leaking hex_registry table | pvmart | 2015-08-19 | 1 | -4/+7 |
| | |||||
* | Proper custom pkg index support, some tests | Fred Hebert | 2015-05-13 | 1 | -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 packages | Tristan Sloughter | 2015-05-12 | 1 | -0/+10 |
| | |||||
* | check registry for missing package that may exist for mix | Tristan Sloughter | 2015-05-09 | 1 | -0/+13 |
| | |||||
* | handle missing package in registry by skipping | Tristan Sloughter | 2015-05-04 | 1 | -4/+7 |
| | |||||
* | add test for single atom pkg dep picking the highest available | Tristan Sloughter | 2015-04-11 | 1 | -1/+1 |
| | |||||
* | support single atoms for pkg deps, fetch highest version available | Tristan Sloughter | 2015-04-11 | 1 | -1/+54 |
| | |||||
* | follow xdg standard. fixes #122 | Tristan Sloughter | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | print error message suggesting to run rebar3 update if missing package index | Tristan Sloughter | 2015-02-17 | 1 | -0/+1 |
| | |||||
* | replace package management with hex.pm | Tristan Sloughter | 2015-02-17 | 1 | -5/+13 |
| | |||||
* | Fix error message to point to rebar3 | Fred Hebert | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | move dir functions from utils to new module rebar_dir | Tristan Sloughter | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | global plugins install to global config directory | Tristan Sloughter | 2014-11-29 | 1 | -2/+1 |
| | |||||
* | replace rlx_depsolver types with new package types | Tristan Sloughter | 2014-11-22 | 1 | -15/+4 |
| | |||||
* | replace rlx_depsolver use with new rebar_digraph | Tristan Sloughter | 2014-11-22 | 1 | -2/+19 |
| | |||||
* | new dep graph working | Tristan Sloughter | 2014-11-22 | 1 | -3/+3 |
| | |||||
* | use CONFIG_DIR of rebar3 for config directories | Tristan Sloughter | 2014-11-10 | 1 | -1/+2 |
| | |||||
* | dialyzer fixes | Tristan Sloughter | 2014-10-18 | 1 | -5/+5 |
| | |||||
* | fix namespaced types for pre-17 otp | Tristan Sloughter | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | down to last 2 dialyzer errors | Tristan Sloughter | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | more dialyzer fun. no likey opaque types | Tristan Sloughter | 2014-09-21 | 1 | -1/+2 |
| | |||||
* | fix for wrong function call to depsolver new for empty graph | Tristan Sloughter | 2014-09-20 | 1 | -2/+2 |
| | |||||
* | improved dep handling and add package list task | Tristan Sloughter | 2014-08-24 | 1 | -0/+23 |