Linus.yuan
bcbe80adef
Update README.md
há 10 anos
Tristan Sloughter
1d38dcf4fe
Merge pull request #83 from tsloughter/master
overrides working except for transitive dep inheritance with lock file
há 10 anos
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
há 10 anos
Tristan Sloughter
37a2025906
don't allow locked transitive dep to override higher level dep
há 10 anos
Tristan Sloughter
872e741972
use level in lock file so changes to config don't change outcome of run
há 10 anos
alisdair sullivan
5885332e27
point compiler to the right config value for which files need to be
compiled first
há 10 anos
Tristan Sloughter
8168c1f4f9
overrides working with lock except in case of adding to config after lock
há 10 anos
Tristan Sloughter
d1692efdf5
overrides working except for transitive dep inheritance with lock file
há 10 anos
Fred Hebert
cb400a39dc
Merge pull request #82 from rebar/checkouts-test
Adding tests for checkouts being found & compiled
há 10 anos
Fred Hebert
a945143bb4
MORE TESTS
há 10 anos
Fred Hebert
a678b1e658
Adding tests for checkouts being found & compiled
há 10 anos
Tristan Sloughter
03ed46fbc6
Merge pull request #81 from tsloughter/master
update travis s3 deploy condition
há 10 anos
Tristan Sloughter
d32a3f3cb2
update travis s3 deploy condition
há 10 anos
Tristan Sloughter
8e9e97863e
Merge pull request #78 from talentdeficit/strip_compiler
remove no longer relevant test machinery in rebar_erlc_compiler
há 10 anos
alisdair sullivan
5f0b86e36c
remove no longer relevant test machinery in rebar_erlc_compiler
há 10 anos
Tristan Sloughter
1800ed481e
Merge pull request #77 from tsloughter/master
update plugin install code
há 10 anos
Tristan Sloughter
91d297cf8a
update plugin install code
há 10 anos
Tristan Sloughter
faeb3d3989
Merge pull request #76 from tsloughter/master
Small release fix and new plugin loading
há 10 anos
Tristan Sloughter
b1bfc03ddf
Merge pull request #75 from talentdeficit/remove_config_script
remove script that triggered now removed retest tests
há 10 anos
Tristan Sloughter
b4c579b80d
include providers listed in plugins env
há 10 anos
Tristan Sloughter
56b36a37fc
include project app dirs in release lib_dirs to search
há 10 anos
alisdair sullivan
953d1aee9b
remove script that triggered now removed retest tests
há 10 anos
Fred Hebert
18e50b0fa3
Merge pull request #74 from rebar/add-compile-tests
Add release-structured compiling tests
há 10 anos
Fred Hebert
c3a2725fc7
Add release-structured compiling tests
há 10 anos
Fred Hebert
cd62810431
Merge pull request #72 from rebar/template-tests-subdirs
Add support for custom templates in subdirectories
há 10 anos
Fred Hebert
d25838ff69
Add support for custom templates in subdirectories
- Includes tests for templates and their application
há 10 anos
Tristan Sloughter
e81e6d2e31
Merge pull request #71 from tsloughter/master
add erlydtl namespace
há 10 anos
Tristan Sloughter
afdc62409e
set deps back to tsloughter/providers and erlware/relx
há 10 anos
Tristan Sloughter
9a8b1b3290
update erlydtl provider to use namespaces
há 10 anos
Tristan Sloughter
3aeb76c10b
Merge pull request #70 from rebar/provider-namespaces
Provider namespaces
há 10 anos
Fred Hebert
54a41ca6c4
Tests and fixes for namespaces
há 10 anos
Fred Hebert
73676c80b0
Fix up programmatic interface to rebar3
Now supports arbitrary commands
há 10 anos
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.
há 10 anos
Fred Hebert
ae54d70e6c
Add support for namespace-based metacommands
And more general namespace support
há 10 anos
Fred Hebert
c25fbab1c6
Remove profile declarations
No longer needed.
há 10 anos
Fred Hebert
2f5d54aacb
Merge pull request #67 from tsloughter/master
add two cool dudes to the THANKS
há 10 anos
Tristan Sloughter
196cf56ba2
add two cool dudes to the THANKS
há 10 anos
Tristan Sloughter
0374200e58
Merge pull request #65 from fishcakez/plt_copy_lib
Ensure dir for plt exists when copying.
há 10 anos
James Fish
fac7b627f5
Ensure dir for plt exists when copying
há 10 anos
Fred Hebert
b29631bd92
Merge pull request #61 from tsloughter/master
don't include all */ebin dirs in code path
há 10 anos
Tristan Sloughter
31b886e65c
don't include all */ebin dirs in code path
há 10 anos
Fred Hebert
b5500c7301
Merge pull request #56 from tsloughter/profile_deps
rewrite profiles
há 10 anos
Tristan Sloughter
3998dfb049
update readme for 'as'
há 10 anos
Tristan Sloughter
789761e64d
add 'as' higher order task
há 10 anos
Tristan Sloughter
3219a666f4
rewrite profiles
há 10 anos
Fred Hebert
0672fc45b7
Merge pull request #60 from rebar/test-packages
Test packages
há 10 anos
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.
há 10 anos
Fred Hebert
449d6baabc
Fix error message to point to rebar3
há 10 anos
Fred Hebert
69c4558383
Merge pull request #49 from rebar/skipped-deps-warnings
Print warning when deps are being skipped.
há 10 anos
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.
há 10 anos