Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bundle in debug for weak test | Fred Hebert | 2017-10-04 | 1 | -0/+3 |
| | | | | Getting real tired of that nondeterministic set of runs on OSX CI | ||||
* | Track package hash in memory index, add hash test | Fred Hebert | 2016-10-04 | 1 | -1/+43 |
| | | | | | | | | | | This adds tracking of package hash in the in-memory index rather than the current `undefined' values. According to the test added, this is not necessary for transitive package dep hash chcking, but does result in a more complete index search result when doing app lookups, and could yield some optimizations on hash checks by checking from the index structure before fetching a package. | ||||
* | Add transitive alias tests | Fred Hebert | 2016-10-04 | 1 | -7/+75 |
| | |||||
* | Make tests pass | Fred Hebert | 2016-05-24 | 1 | -3/+3 |
| | | | | | Tests have broken as locks were expanded and auto-filled newer versions of lockfiles. This fixes them back. | ||||
* | support temporary cdn change with HEX_CDN os var | Tristan Sloughter | 2015-12-19 | 1 | -2/+2 |
| | |||||
* | Basic package aliasing tests | Fred Hebert | 2015-08-26 | 1 | -0/+121 |