Fred Hebert
956fa2144a
Merge pull request #751 from tsloughter/pkgs_prv_fix
fix pkgs provider output for new package index format
пре 9 година
Tristan Sloughter
d67a5bce52
fix pkgs provider output for new package index format
пре 9 година
Fred Hebert
23201d3a14
Merge pull request #747 from tsloughter/rm_top_level
don't error on upgrade if user removes top level dep
пре 9 година
Fred Hebert
67f889b47b
Merge pull request #746 from tsloughter/master
add error message for dependency that doesn't contain single app dir
пре 9 година
Tristan Sloughter
f2547a457f
support pkg attribute on dep to declare package name different from app name
пре 9 година
Tristan Sloughter
2e931f29f4
don't error on upgrade if user removes top level dep
пре 9 година
Tristan Sloughter
aa5a8829b5
add error message for dependency that doesn't contain single app dir
пре 9 година
Fred Hebert
807daff78b
Merge pull request #745 from tsloughter/override_deps
override 'deps' now automatically overrides '{deps,default}'
пре 9 година
Tristan Sloughter
f2f63013fe
override 'deps' now automatically overrides '{deps,default}'
пре 9 година
Tristan Sloughter
657a1bf52e
Merge pull request #742 from tsloughter/pkg_check
improve error messages for packages by checking its existance before fetch
пре 9 година
Tristan Sloughter
dae1b4cc82
improve error messages for packages by checking its existance before fetching
пре 9 година
Fred Hebert
725e2e9d25
Merge pull request #739 from tsloughter/master
don't store deps list with duplicate in state
пре 9 година
Fred Hebert
691662c794
Merge pull request #740 from tsloughter/hex_output
use 'default' for default hex repo path in cache and include in info messages
пре 9 година
Tristan Sloughter
391959dae8
use 'default' for default hex repo path in cache and include in info messages
пре 9 година
Tristan Sloughter
3c92505d49
don't store deps list with duplicate in state
пре 9 година
Tristan Sloughter
070e9d329b
Merge pull request #736 from tsloughter/update_erlcinfo
update erlcinfo on disk if source file removed
пре 9 година
Tristan Sloughter
1aa79082de
update erlcinfo on disk if source file removed
пре 9 година
Fred Hebert
8c826fa92a
Merge pull request #735 from tsloughter/relx_output_dir
do not override user cli supplied outputdir for relx
пре 9 година
Tristan Sloughter
86e4c5d5ef
do not override user cli supplied outputdir for relx
пре 9 година
Tristan Sloughter
1f6516b231
Merge pull request #732 from tsloughter/level_wins
this patch treats pkg and src deps as equals, so level decides winner
пре 9 година
Tristan Sloughter
e853e12d7c
add back removed tests
пре 9 година
Tristan Sloughter
e336d7aaa1
remove unneeded packages ets table load/unload in plugins
пре 9 година
Tristan Sloughter
cf5390f018
replace use of dict of packages and registry with single ets table
пре 9 година
Tristan Sloughter
6242c81554
include rebar3 in supported packages buildtool
пре 9 година
Tristan Sloughter
31a24ad4ff
this patch treats pkg and src deps as equals, so level decides winner
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.
пре 9 година
Tristan Sloughter
b52395f4ae
Merge pull request #728 from pvmart/master
fix leaking hex_registry table
пре 9 година
pvmart
293dfb79d6
speed up tests a bit by setting global_rebar_dir
пре 9 година
pvmart
c2d9aec502
update ct to play nice with previous commit
пре 9 година
pvmart
1f725ffdfc
fix leaking hex_registry table
пре 9 година
Fred Hebert
e9cfbfb36b
Merge pull request #724 from tsloughter/upgrade_with_locks
properly update locks for deps and ignore skip messages for locks
пре 9 година
Tristan Sloughter
89ccf57995
Merge pull request #726 from pvmart/master
fix leaking ets tables when compilation failed
пре 9 година
pvmart
a100be9a91
fix leaking ets tables when compilation failed
пре 9 година
Tristan Sloughter
070f828e10
properly update locks for deps and ignore skip messages for locks
пре 9 година
Fred Hebert
cbc3f60183
Merge pull request #700 from zugolosian/rewrite_parse_git_url
Modify parse_git_url to be more generic
пре 9 година
Fred Hebert
d147aaa023
Merge pull request #718 from tsloughter/ferd-add-mixed-deps-tests
Ferd add mixed deps tests
пре 9 година
Tristan Sloughter
e941e170e4
small refactorings per Fred comments
пре 9 година
Tristan Sloughter
1f72ddf042
remove commented out code
пре 9 година
Fred Hebert
d86399d711
Merge pull request #720 from pvmart/master
fix leaking ets tables caused by digraphs
пре 9 година
pvmart
278c0bdfa5
fix leaking ets tables caused by digraphs
пре 9 година
Tristan Sloughter
ad463398dc
use correct rebar_state for a dep, not the top level state
пре 9 година
Tristan Sloughter
073dbb71ec
handle new tests for mix package types (git/pkg)
пре 9 година
Tristan Sloughter
be8af2ec59
Merge branch 'add-mixed-deps-tests' of https://github.com/ferd/rebar3 into ferd-add-mixed-deps-tests
пре 9 година
Tristan Sloughter
cf22c7e941
track the parent of umbrella app dependencies
пре 9 година
alisdair sullivan
2ac834367b
improve `--help' documentation for eunit provider
пре 9 година
Fred Hebert
e25ba5d8ea
All dep overrides in packages are blocked
Just rework the error message.
пре 9 година
Fred Hebert
e880e16063
Review rule about dep priorities
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.
пре 9 година
Fred Hebert
59579c0708
Add tests for mixed deps installs
Requires a rework of other test suites using the same dep-handling
mechanism.
пре 9 година
Tristan Sloughter
642897867e
Merge pull request #712 from tsloughter/tree_provider
Tree provider
пре 9 година
Tristan Sloughter
be4ae19fec
track parent app of deps and add tree provider to display the relations
пре 9 година
Tristan Sloughter
e49e59d09a
Merge pull request #706 from tsloughter/pkg_deps_order
install package deps in same level/profile order as src deps
пре 9 година