Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert ~> versions to highest matching | Tristan Sloughter | 2015-12-26 | 1 | -3/+22 |
| | |||||
* | support temporary cdn change with HEX_CDN os var | Tristan Sloughter | 2015-12-19 | 1 | -4/+4 |
| | |||||
* | auto-update the registry if a pkg isn't found, fail if it still isn't found | Tristan Sloughter | 2015-11-29 | 1 | -3/+13 |
| | |||||
* | fix pkgs provider output for new package index format | Tristan Sloughter | 2015-08-24 | 1 | -1/+11 |
| | |||||
* | use 'default' for default hex repo path in cache and include in info messages | Tristan Sloughter | 2015-08-22 | 1 | -1/+2 |
| | |||||
* | replace use of dict of packages and registry with single ets table | Tristan Sloughter | 2015-08-21 | 1 | -9/+17 |
| | |||||
* | update ct to play nice with previous commit | pvmart | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | setup hex httpc profile and http opts. needed also for proxy | Tristan Sloughter | 2015-06-29 | 1 | -4/+4 |
| | |||||
* | patch tests | Tristan Sloughter | 2015-05-14 | 1 | -6/+0 |
| | |||||
* | More package management tests | Fred Hebert | 2015-05-13 | 1 | -12/+125 |
| | |||||
* | Proper custom pkg index support, some tests | Fred Hebert | 2015-05-13 | 1 | -0/+100 |
- 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 |