summaryrefslogtreecommitdiff
path: root/test/mock_pkg_resource.erl
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "only load packages when needed""Fred Hebert2015-09-021-1/+1
* Revert "only load packages when needed"Fred Hebert2015-09-021-1/+1
* only load packages when neededTristan Sloughter2015-09-021-1/+1
* replace use of dict of packages and registry with single ets tableTristan Sloughter2015-08-211-30/+25
* this patch treats pkg and src deps as equals, so level decides winnerTristan Sloughter2015-08-211-1/+3
* update ct to play nice with previous commitpvmart2015-08-191-4/+4
* Merge pull request #474 from tsloughter/fix_plugin_installTristan Sloughter2015-05-291-1/+2
|\
| * store plugin providers in app_info's state for depsTristan Sloughter2015-05-281-1/+2
* | Fix upgrade of atom-only packagesFred Hebert2015-05-281-2/+1
|/
* fix storing of pkg and src deps in app_infoTristan Sloughter2015-05-221-3/+2
* Update mock so existing tests passFred Hebert2015-05-131-3/+8
* don't load package registry unless there are pkg deps to solveTristan Sloughter2015-04-281-1/+1
* add test for single atom pkg dep picking the highest availableTristan Sloughter2015-04-111-1/+16
* treat _checkouts as deps that are always compiledTristan Sloughter2015-03-211-3/+3
* Add tests and fixes for packages upgradesFred Hebert2015-02-231-2/+2
* replace package management with hex.pmTristan Sloughter2015-02-171-8/+11
* Change mock_pkg_resource to create ebin directoryKelly McLaughlin2015-02-061-1/+1
* Adding pkg deps tests and refactoringsFred Hebert2014-12-161-0/+143