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年前
alisdair sullivan
d6a011981e
add support for `rebar3 eunit --file=...'
9年前
Tristan Sloughter
d4bca1d6c5
update lock tests to not expect lock for non-default profile run
9年前
Tristan Sloughter
aac4fa0e3c
only lock when running in the default profile
9年前
Tristan Sloughter
ab92f1a292
install package deps in same level/profile order as src deps
9年前
Fred Hebert
75364c2cd6
Merge pull request #708 from tsloughter/dialyzering
Dialyzering
9年前
Tristan Sloughter
6666229688
Merge pull request #3 from fishcakez/dial_unknown
Fix some unknown functions/types dialyzer warnings
9年前
Fred Hebert
0ad92ddc0f
Merge pull request #705 from tsloughter/travis_get_deps
don't run rebar2 get-deps in travis
9年前
Tristan Sloughter
679acf994a
Merge pull request #696 from tsloughter/dialyzering
fix dialyzer warnings, except 'no local return' warnings
9年前
Tristan Sloughter
14944b522b
don't run rebar2 get-deps in travis
9年前
David Leach
da30a6e8c9
Modify parse_git_url to be more generic
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.
9年前
James Fish
fc6cc368c3
Fix some unknown functions/types dialyzer warnings
9年前
Tristan Sloughter
ecf6ad5524
fix no_return warnings
9年前
Tristan Sloughter
6fde1748b9
fix dialyzer warnings, except 'no local return' warnings
9年前
Tristan Sloughter
1001eefc2b
Merge pull request #691 from ferd/detect-missing-epmd
Detect missing EPMD, error, fallback and advise.
9年前
Fred Hebert
28a3f9849b
Detect missing EPMD, error, fallback and advise.
9年前
Fred Hebert
1a061b9c9a
Merge pull request #610 from tsloughter/deps_tree
add tree option to deps command that prints pkg deps tree
9年前
Tristan Sloughter
4bcab8ef96
add to deps tree help message that only packages are supported
9年前
Tristan Sloughter
125ff06b74
add tree option to deps command that prints pkg deps tree
9年前
Fred Hebert
a705f1e4f6
Merge pull request #682 from tsloughter/upgrade_lock_dep
upgrade depends on the lock provider and lock prv sets state
9年前