Linus.yuan
bcbe80adef
Update README.md
10 년 전
Tristan Sloughter
1d38dcf4fe
Merge pull request #83 from tsloughter/master
overrides working except for transitive dep inheritance with lock file
10 년 전
Tristan Sloughter
038fb668e1
Merge pull request #84 from talentdeficit/first_files_fix
point compiler to the right config value for which files need to be compiled first
10 년 전
Tristan Sloughter
37a2025906
don't allow locked transitive dep to override higher level dep
10 년 전
Tristan Sloughter
872e741972
use level in lock file so changes to config don't change outcome of run
10 년 전
alisdair sullivan
5885332e27
point compiler to the right config value for which files need to be
compiled first
10 년 전
Tristan Sloughter
8168c1f4f9
overrides working with lock except in case of adding to config after lock
10 년 전
Tristan Sloughter
d1692efdf5
overrides working except for transitive dep inheritance with lock file
10 년 전
Fred Hebert
cb400a39dc
Merge pull request #82 from rebar/checkouts-test
Adding tests for checkouts being found & compiled
10 년 전
Fred Hebert
a945143bb4
MORE TESTS
10 년 전
Fred Hebert
a678b1e658
Adding tests for checkouts being found & compiled
10 년 전
Tristan Sloughter
03ed46fbc6
Merge pull request #81 from tsloughter/master
update travis s3 deploy condition
10 년 전
Tristan Sloughter
d32a3f3cb2
update travis s3 deploy condition
10 년 전
Tristan Sloughter
8e9e97863e
Merge pull request #78 from talentdeficit/strip_compiler
remove no longer relevant test machinery in rebar_erlc_compiler
10 년 전
alisdair sullivan
5f0b86e36c
remove no longer relevant test machinery in rebar_erlc_compiler
10 년 전
Tristan Sloughter
1800ed481e
Merge pull request #77 from tsloughter/master
update plugin install code
10 년 전
Tristan Sloughter
91d297cf8a
update plugin install code
10 년 전
Tristan Sloughter
faeb3d3989
Merge pull request #76 from tsloughter/master
Small release fix and new plugin loading
10 년 전
Tristan Sloughter
b1bfc03ddf
Merge pull request #75 from talentdeficit/remove_config_script
remove script that triggered now removed retest tests
10 년 전
Tristan Sloughter
b4c579b80d
include providers listed in plugins env
10 년 전
Tristan Sloughter
56b36a37fc
include project app dirs in release lib_dirs to search
10 년 전
alisdair sullivan
953d1aee9b
remove script that triggered now removed retest tests
10 년 전
Fred Hebert
18e50b0fa3
Merge pull request #74 from rebar/add-compile-tests
Add release-structured compiling tests
10 년 전
Fred Hebert
c3a2725fc7
Add release-structured compiling tests
10 년 전
Fred Hebert
cd62810431
Merge pull request #72 from rebar/template-tests-subdirs
Add support for custom templates in subdirectories
10 년 전
Fred Hebert
d25838ff69
Add support for custom templates in subdirectories
- Includes tests for templates and their application
10 년 전
Tristan Sloughter
e81e6d2e31
Merge pull request #71 from tsloughter/master
add erlydtl namespace
10 년 전
Tristan Sloughter
afdc62409e
set deps back to tsloughter/providers and erlware/relx
10 년 전
Tristan Sloughter
9a8b1b3290
update erlydtl provider to use namespaces
10 년 전
Tristan Sloughter
3aeb76c10b
Merge pull request #70 from rebar/provider-namespaces
Provider namespaces
10 년 전
Fred Hebert
54a41ca6c4
Tests and fixes for namespaces
10 년 전
Fred Hebert
73676c80b0
Fix up programmatic interface to rebar3
Now supports arbitrary commands
10 년 전
Fred Hebert
676f2487ad
Dynamic 'do' provider for namespaces
Using a namespace such as 'rebar3 lfe new' will look for the 'new'
command in 'lfe' namespace without the need for a 'do' provider to be
registered in that namespace.
Manually checked that 'rebar3 as <profile> <namespace> command' works,
as well with 'default' and 'do'.
Test suite still needed.
10 년 전
Fred Hebert
ae54d70e6c
Add support for namespace-based metacommands
And more general namespace support
10 년 전
Fred Hebert
c25fbab1c6
Remove profile declarations
No longer needed.
10 년 전
Fred Hebert
2f5d54aacb
Merge pull request #67 from tsloughter/master
add two cool dudes to the THANKS
10 년 전
Tristan Sloughter
196cf56ba2
add two cool dudes to the THANKS
10 년 전
Tristan Sloughter
0374200e58
Merge pull request #65 from fishcakez/plt_copy_lib
Ensure dir for plt exists when copying.
10 년 전
James Fish
fac7b627f5
Ensure dir for plt exists when copying
10 년 전
Fred Hebert
b29631bd92
Merge pull request #61 from tsloughter/master
don't include all */ebin dirs in code path
10 년 전
Tristan Sloughter
31b886e65c
don't include all */ebin dirs in code path
10 년 전
Fred Hebert
b5500c7301
Merge pull request #56 from tsloughter/profile_deps
rewrite profiles
10 년 전
Tristan Sloughter
3998dfb049
update readme for 'as'
10 년 전
Tristan Sloughter
789761e64d
add 'as' higher order task
10 년 전
Tristan Sloughter
3219a666f4
rewrite profiles
10 년 전
Fred Hebert
0672fc45b7
Merge pull request #60 from rebar/test-packages
Test packages
10 년 전
Fred Hebert
2985c7bed5
Adding pkg deps tests and refactorings
- Adding tests for package deps
- Adding conflict/override warnings for package deps
- Adding cycle detection for packages
- Adding cycle detection for mixed packages+source
- Fixing internal dependency format of package resources when converted
to rebar_app_info
- normalizing level-order prioritization to be based on lexicographical
sort of app names rather than traversal order (which is undefined for
package deps)
- Fixing tests for source deps for deep cycle detection
- Fixing bugs with source deps
- Relaxed version format checks for test utils
A lot of fixes are combined in there because I didn't want to commit
non-passing code, and many bugs were found when adding the second batch
of tests as part of the original effort.
10 년 전
Fred Hebert
449d6baabc
Fix error message to point to rebar3
10 년 전
Fred Hebert
69c4558383
Merge pull request #49 from rebar/skipped-deps-warnings
Print warning when deps are being skipped.
10 년 전
Fred Hebert
4116d41dca
Print warning when deps are being skipped.
The case in mind here is due to conflicts, and tests have been added for
this.
10 년 전