Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Testing expected hash behaviour and errors in pkgs | Fred Hebert | 2016-05-25 | 1 | -0/+38 |
| | | | | - also making sure unlocking works fine | ||||
* | Make tests pass | Fred Hebert | 2016-05-24 | 1 | -7/+7 |
| | | | | | Tests have broken as locks were expanded and auto-filled newer versions of lockfiles. This fixes them back. | ||||
* | Support package hashes in structure and lockfile | Fred Hebert | 2016-05-24 | 1 | -7/+7 |
| | | | | | | | | | - the internal representation for package locks moves from `{Name, {pkg, PkgName, Vsn}, Lvl}` to `{Name, {pkg, PkgName, Vsn, Hash}, Lvl}` - the internal representation for packages moves from `{pkg, PkgName, Vsn}` to `{pkg, PkgName, Vsn, Hash}` - the hash can be `undefined`, meaning no check will be done - no checking is done yet. | ||||
* | Add more hex rules so they don't throw errors | Heinz N. Gies | 2016-02-22 | 1 | -3/+6 |
| | | | | | | | | | | Add more version constraints Allow for any number of whitespaces after compairison opperator Improve updating and error printing Fix failing tests | ||||
* | 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 |