Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | don't error on upgrade if user removes top level dep | Tristan Sloughter | 2015-08-23 | 1 | -1/+2 | |
| |/ / | ||||||
* | | | Merge pull request #746 from tsloughter/master | Fred Hebert | 2015-08-24 | 1 | -10/+16 | |
|\ \ \ | |/ / |/| | | add error message for dependency that doesn't contain single app dir | |||||
| * | | add error message for dependency that doesn't contain single app dir | Tristan Sloughter | 2015-08-23 | 1 | -10/+16 | |
|/ / | ||||||
* | | Merge pull request #745 from tsloughter/override_deps | Fred Hebert | 2015-08-24 | 2 | -5/+52 | |
|\ \ | | | | | | | override 'deps' now automatically overrides '{deps,default}' | |||||
| * | | override 'deps' now automatically overrides '{deps,default}' | Tristan Sloughter | 2015-08-23 | 2 | -5/+52 | |
|/ / | ||||||
* | | Merge pull request #742 from tsloughter/pkg_check | Tristan Sloughter | 2015-08-23 | 6 | -6/+29 | |
|\ \ | | | | | | | improve error messages for packages by checking its existance before fetch | |||||
| * | | improve error messages for packages by checking its existance before fetching | Tristan Sloughter | 2015-08-23 | 8 | -9/+32 | |
| | | | ||||||
* | | | Merge pull request #739 from tsloughter/master | Fred Hebert | 2015-08-23 | 2 | -20/+16 | |
|\ \ \ | | | | | | | | | don't store deps list with duplicate in state | |||||
| * | | | don't store deps list with duplicate in state | Tristan Sloughter | 2015-08-22 | 2 | -20/+16 | |
| |/ / | ||||||
* | | | Merge pull request #740 from tsloughter/hex_output | Fred Hebert | 2015-08-23 | 5 | -16/+37 | |
|\ \ \ | |/ / |/| | | use 'default' for default hex repo path in cache and include in info messages | |||||
| * | | use 'default' for default hex repo path in cache and include in info messages | Tristan Sloughter | 2015-08-22 | 5 | -16/+37 | |
|/ / | ||||||
* | | Merge pull request #736 from tsloughter/update_erlcinfo | Tristan Sloughter | 2015-08-22 | 1 | -12/+26 | |
|\ \ | | | | | | | update erlcinfo on disk if source file removed | |||||
| * | | update erlcinfo on disk if source file removed | Tristan Sloughter | 2015-08-22 | 1 | -12/+26 | |
| | | | ||||||
* | | | Merge pull request #735 from tsloughter/relx_output_dir | Fred Hebert | 2015-08-23 | 2 | -8/+36 | |
|\ \ \ | |/ / |/| | | do not override user cli supplied outputdir for relx | |||||
| * | | do not override user cli supplied outputdir for relx | Tristan Sloughter | 2015-08-22 | 2 | -8/+36 | |
|/ / | ||||||
* | | Merge pull request #732 from tsloughter/level_wins | Tristan Sloughter | 2015-08-21 | 17 | -674/+439 | |
|\ \ | | | | | | | this patch treats pkg and src deps as equals, so level decides winner | |||||
| * | | add back removed tests | Tristan Sloughter | 2015-08-21 | 1 | -3/+15 | |
| | | | ||||||
| * | | remove unneeded packages ets table load/unload in plugins | Tristan Sloughter | 2015-08-21 | 1 | -14/+8 | |
| | | | ||||||
| * | | replace use of dict of packages and registry with single ets table | Tristan Sloughter | 2015-08-21 | 11 | -265/+220 | |
| | | | ||||||
| * | | include rebar3 in supported packages buildtool | Tristan Sloughter | 2015-08-21 | 1 | -0/+1 | |
| | | | ||||||
| * | | this patch treats pkg and src deps as equals, so level decides winner | Tristan Sloughter | 2015-08-21 | 12 | -472/+275 | |
|/ / | | | | | | | | | | | | | | | Instead fetching and resolving src deps (which could depend on pkg deps) and then pkg deps this patch combines the two into a single set of iterations by level. The only difference between src and pkg deps in this new install_deps is how their deps list is found -- from the config or lock file for src deps and from the neighbors of the vertex for pkg. | |||||
* | | Merge pull request #728 from pvmart/master | Tristan Sloughter | 2015-08-21 | 7 | -23/+37 | |
|\ \ | | | | | | | fix leaking hex_registry table | |||||
| * | | speed up tests a bit by setting global_rebar_dir | pvmart | 2015-08-20 | 1 | -0/+2 | |
| | | | ||||||
| * | | update ct to play nice with previous commit | pvmart | 2015-08-19 | 2 | -5/+5 | |
| | | | ||||||
| * | | fix leaking hex_registry table | pvmart | 2015-08-19 | 4 | -18/+30 | |
|/ / | ||||||
* | | Merge pull request #724 from tsloughter/upgrade_with_locks | Fred Hebert | 2015-08-18 | 2 | -35/+22 | |
|\ \ | | | | | | | properly update locks for deps and ignore skip messages for locks | |||||
| * | | properly update locks for deps and ignore skip messages for locks | Tristan Sloughter | 2015-08-17 | 2 | -35/+22 | |
| | | | ||||||
* | | | Merge pull request #726 from pvmart/master | Tristan Sloughter | 2015-08-18 | 1 | -11/+14 | |
|\ \ \ | |/ / |/| | | fix leaking ets tables when compilation failed | |||||
| * | | fix leaking ets tables when compilation failed | pvmart | 2015-08-18 | 1 | -11/+14 | |
|/ / | ||||||
* | | Merge pull request #700 from zugolosian/rewrite_parse_git_url | Fred Hebert | 2015-08-17 | 1 | -14/+21 | |
|\ \ | | | | | | | Modify parse_git_url to be more generic | |||||
| * | | Modify parse_git_url to be more generic | David Leach | 2015-08-11 | 1 | -14/+21 | |
| | | | | | | | | | | | | | | | | | | Changes parse_git url function to use Using RFC3986 standard to validate git uri instead of matching strings in function head. Also accepts scp style syntax for parsing. | |||||
* | | | Merge pull request #718 from tsloughter/ferd-add-mixed-deps-tests | Fred Hebert | 2015-08-17 | 14 | -177/+444 | |
|\ \ \ | | | | | | | | | Ferd add mixed deps tests | |||||
| * | | | small refactorings per Fred comments | Tristan Sloughter | 2015-08-17 | 2 | -15/+16 | |
| | | | | ||||||
| * | | | remove commented out code | Tristan Sloughter | 2015-08-17 | 1 | -3/+0 | |
| | | | | ||||||
| * | | | use correct rebar_state for a dep, not the top level state | Tristan Sloughter | 2015-08-16 | 3 | -17/+9 | |
| | | | | ||||||
| * | | | handle new tests for mix package types (git/pkg) | Tristan Sloughter | 2015-08-16 | 4 | -94/+111 | |
| | | | | ||||||
| * | | | Merge branch 'add-mixed-deps-tests' of https://github.com/ferd/rebar3 into ↵ | Tristan Sloughter | 2015-08-16 | 8 | -92/+287 | |
| |\ \ \ | | | | | | | | | | | | | | | | ferd-add-mixed-deps-tests | |||||
| | * | | | All dep overrides in packages are blocked | Fred Hebert | 2015-08-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Just rework the error message. | |||||
| | * | | | Review rule about dep priorities | Fred Hebert | 2015-08-16 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | On a single app's dep list, the first noted wins if there's a duplicate between packages and sources, rather than favoring source there anyway. | |||||
| | * | | | Add tests for mixed deps installs | Fred Hebert | 2015-08-16 | 8 | -92/+286 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Requires a rework of other test suites using the same dep-handling mechanism. | |||||
| * | | | | track the parent of umbrella app dependencies | Tristan Sloughter | 2015-08-16 | 4 | -27/+92 | |
| |/ / / | ||||||
* | | | | Merge pull request #720 from pvmart/master | Fred Hebert | 2015-08-17 | 3 | -15/+22 | |
|\ \ \ \ | |/ / / |/| | | | fix leaking ets tables caused by digraphs | |||||
| * | | | fix leaking ets tables caused by digraphs | pvmart | 2015-08-17 | 3 | -15/+22 | |
|/ / / | ||||||
* | | | Merge pull request #712 from tsloughter/tree_provider | Tristan Sloughter | 2015-08-15 | 10 | -142/+203 | |
|\ \ \ | | | | | | | | | Tree provider | |||||
| * | | | track parent app of deps and add tree provider to display the relations | Tristan Sloughter | 2015-08-15 | 10 | -142/+203 | |
|/ / / | ||||||
* | | | Merge pull request #706 from tsloughter/pkg_deps_order | Tristan Sloughter | 2015-08-15 | 7 | -110/+162 | |
|\ \ \ | |_|/ |/| | | install package deps in same level/profile order as src deps | |||||
| * | | update lock tests to not expect lock for non-default profile run | Tristan Sloughter | 2015-08-13 | 1 | -3/+12 | |
| | | | ||||||
| * | | only lock when running in the default profile | Tristan Sloughter | 2015-08-13 | 1 | -10/+16 | |
| | | | ||||||
| * | | install package deps in same level/profile order as src deps | Tristan Sloughter | 2015-08-13 | 6 | -98/+135 | |
| | | | ||||||
* | | | Merge pull request #708 from tsloughter/dialyzering | Fred Hebert | 2015-08-13 | 4 | -3/+10 | |
|\ \ \ | | | | | | | | | Dialyzering |