Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setup hex httpc profile and http opts. needed also for proxy | Tristan Sloughter | 2015-06-29 | 1 | -1/+2 |
| | |||||
* | Proper custom pkg index support, some tests | Fred Hebert | 2015-05-13 | 1 | -18/+8 |
| | | | | | | | | | | - 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 | ||||
* | add bad_download error | Tristan Sloughter | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | wrap fetch errors in rebar_fetch PRV_ERROR | Tristan Sloughter | 2015-05-12 | 1 | -6/+5 |
| | |||||
* | Ad-hoc attempt at restructuring pkg cache | Fred Hebert | 2015-05-12 | 1 | -24/+55 |
| | |||||
* | check md5sum of package against that sent by s3 | Tristan Sloughter | 2015-05-12 | 1 | -4/+13 |
| | |||||
* | store hex package downloads in shared cache dir | Tristan Sloughter | 2015-05-12 | 1 | -6/+64 |
| | |||||
* | Add tests and fixes for packages upgrades | Fred Hebert | 2015-02-23 | 1 | -1/+1 |
| | | | | | | | | | | - Track level of packages properly, they're not level 0 anymore (this could yield an issue where a src dep takes precedence over a pkg dep) - Proper stable sort of vertices in the digraph module - PkgDeps no longer 'see themselves' when fetching and upgrading after locking themselves - Pkg Locks are added to pkg deps rather than source deps - Updating test cases to support pkg mocking on top of src mocking | ||||
* | replace package management with hex.pm | Tristan Sloughter | 2015-02-17 | 1 | -3/+5 |
| | |||||
* | add make_vsn to rebar_resource for replacing app vsns | Tristan Sloughter | 2014-11-03 | 1 | -1/+5 |
| | |||||
* | add pkg resource | Tristan Sloughter | 2014-11-02 | 1 | -0/+28 |