Fred Hebert
b98d977c5d
Some free tests from a debugging session
The session was unfruitful, but I guess the tests were not necessarily
10 лет назад
Fred Hebert
03f542d0dd
Merge pull request #199 from tsloughter/empty_list_profile_merge
don't replace non-string list with empty list in profile merge
10 лет назад
Tristan Sloughter
80f276e5e5
don't replace non-string list with empty list in profile merge
10 лет назад
Tristan Sloughter
71d70fca1f
Merge pull request #193 from rebar/clear-docs-to-website
Documentation is maintained on www.rebar3.org
10 лет назад
Fred Hebert
c8023cee0b
Documentation is maintained on www.rebar3.org
10 лет назад
Fred Hebert
1ac54972a9
Merge pull request #192 from talentdeficit/do_over
reset state between tasks run with `do`
10 лет назад
alisdair sullivan
05c9bf6bbb
reset state between tasks run with `do` so `rebar do foo, bar, baz`
has the same outcome as `rebar3 foo && rebar3 bar && rebar3 baz`
fixes #191
10 лет назад
Tristan Sloughter
5396c5b7fe
Merge pull request #188 from ferd/fix-env-var-expansion
Port env var expension fix from rebar2
10 лет назад
Fred Hebert
456b9ae8ea
Merge pull request #189 from tsloughter/edoc
add edoc provider
10 лет назад
Tristan Sloughter
2f9c65c690
Merge pull request #183 from ferd/hg-resource
Support mercurial (hg) dependencies
10 лет назад
Tristan Sloughter
4eaeca8890
add edoc provider
10 лет назад
Fred Hebert
a8ceafbf4c
Port env var expension fix from rebar2
See https://github.com/rebar/rebar/pull/458
10 лет назад
Fred Hebert
b7d9f5c8c9
Merge pull request #185 from tsloughter/info_install_deps
remove old info function from install_deps, it is a bare provider
10 лет назад
Tristan Sloughter
dcd8962afb
remove old info function from install_deps, it is a bare provider
10 лет назад
Tristan Sloughter
c9fd3c73aa
Merge pull request #184 from ferd/fix-deps-unknown-src
Fix crash on non-git source deps in deps provider
10 лет назад
Fred Hebert
e8b2c274e9
Fix crash on non-git source deps in deps provider
The 'element(1, ..)' guard would always fail and cause crashes.
10 лет назад
Fred Hebert
6fa030d94c
Support mercurial (hg) dependencies
10 лет назад
Tristan Sloughter
ba2e2cb328
Merge pull request #182 from tsloughter/profile_tests
profiles: combine lists of values for conflicting config options
10 лет назад
Tristan Sloughter
235436a410
profiles: combine lists of values for conflicting config options
10 лет назад
Tristan Sloughter
ef83d4e821
Merge pull request #180 from ferd/correct-vsn
We can use 3.0.0 when we're done.
10 лет назад
Fred Hebert
1a132f6c36
We can use 3.0.0 when we're done.
10 лет назад
Fred Hebert
a0e85721ca
Merge pull request #179 from ferd/upgrade-pkg
Upgrade pkg
10 лет назад
Fred Hebert
6ccef53891
Revert accidental commited debug code
10 лет назад
Fred Hebert
c283dd2c69
Add tests and fixes for packages upgrades
- Track level of packages properly, they're not level 0 anymore (this
could yield an issue where a src dep takes precedence over a pkg dep)
- Proper stable sort of vertices in the digraph module
- PkgDeps no longer 'see themselves' when fetching and upgrading after
locking themselves
- Pkg Locks are added to pkg deps rather than source deps
- Updating test cases to support pkg mocking on top of src mocking
10 лет назад
Fred Hebert
249be4985c
Reuse test code and drop duplicated stuff
10 лет назад
Tristan Sloughter
e05f483043
Merge pull request #178 from rebar/merge-lock-fix
Fix lock merging for nonexistant lock files.
10 лет назад
Fred Hebert
d6dc56da03
Fix lock merging for nonexistant lock files.
10 лет назад
Fred Hebert
90bf65ed95
Merge pull request #174 from tsloughter/profile_tests
basic profile deps tests
10 лет назад
Fred Hebert
f726800a05
Merge pull request #177 from tsloughter/hook_output
output hook stdout and don't add extra newline
10 лет назад
Tristan Sloughter
0c402a8293
output hook stdout and don't add extra newline
10 лет назад
Tristan Sloughter
4153b3c7e5
Merge pull request #176 from talentdeficit/no_unescessary_yrl_xrl_recompile
don't unescessarily recompile yrl/xrl files
10 лет назад
alisdair sullivan
521a49dd26
don't unescessarily recompile yrl/xrl files
fixes #175
10 лет назад
Tristan Sloughter
4b9adefcb8
Merge pull request #173 from talentdeficit/empty_locks_fix
don't attempt to merge locks when there are no dependencies
10 лет назад
Tristan Sloughter
96f1b21ef8
basic profile deps tests
10 лет назад
alisdair sullivan
04235f1a63
don't attempt to merge locks when there are no dependencies
fixes #172
10 лет назад
Fred Hebert
558646adbc
Merge pull request #167 from tsloughter/release_tests
release and tar tests
10 лет назад
Fred Hebert
280b8af78c
Merge pull request #169 from tsloughter/app_info_cleanup
consolidate app validation and exist checks
10 лет назад
Tristan Sloughter
bf70733981
fix test, remove use of filelib:wildcard for R15 support
10 лет назад
Tristan Sloughter
c3e2ab1c1e
remove unneeded get_modules_list function
10 лет назад
Tristan Sloughter
8f03afded4
consolidate app validation and exist checks
10 лет назад
Tristan Sloughter
633dafafc3
release and tar tests
10 лет назад
Tristan Sloughter
48278658bb
Merge pull request #171 from ferd/deps-refactoring
Refactor install deps
10 лет назад
Fred Hebert
81f47c44ec
Reindent multiline assignment
10 лет назад
Fred Hebert
d4d4e27693
Pass in newer state reference
Old one might have been a mistake; this one works fine.
10 лет назад
Fred Hebert
1c638b05fa
Refactor install deps
- Make functions shorter
- Unnest some functions
- Split up and give names to major conditional branches
10 лет назад
Tristan Sloughter
410b98e0d4
makefile template fix
10 лет назад
Fred Hebert
8988c9ff6c
Merge pull request #166 from tsloughter/xdg
follow xdg standard. fixes #122
10 лет назад
Fred Hebert
df30a93891
Merge pull request #168 from tsloughter/cmake
cmake template
10 лет назад
Tristan Sloughter
313c75a46f
cmake template
10 лет назад
Fred Hebert
be6cacfe59
Merge pull request #155 from tsloughter/new_deps
check for newly added deps in the config file that aren't level 0 in lock
10 лет назад