Tristan Sloughter
7dce68264b
update readme building instructions to prefer source
преди 10 години
Tristan Sloughter
8c6af888b2
Merge pull request #442 from tsloughter/tests_replace_paths
purge loaded code when it conflicts with project apps in tests
преди 10 години
Fred Hebert
f9c9e0eacc
Merge pull request #441 from tsloughter/global_plugins
install plugins from the global config to ~/.cache/plugins
преди 10 години
Fred Hebert
76dafaffcd
Merge pull request #446 from tsloughter/relx_upgrade
update relx version. fixes #434
преди 10 години
Tristan Sloughter
d3d18e0029
update relx version. fixes #434
преди 10 години
Tristan Sloughter
a7a0f0d4b0
Merge pull request #445 from sg2342/fix-fetch-format_error
io_lib:format/2 will throw badarg when trying to print rebar_resource…
преди 10 години
Stefan Grundmann
b9778401c2
io_lib:format/2 will throw badarg when trying to print rebar_resource:resource() as string
преди 10 години
Tristan Sloughter
758920f4a4
Merge pull request #444 from omarkj/omarkj-change-gitignore
Ignore the build directory
преди 10 години
omarkj
f51d2d49dc
Ignore the build directory
преди 10 години
Tristan Sloughter
529025b6fd
purge loaded code when it conflicts with project apps in tests
преди 10 години
Tristan Sloughter
cc2c55338b
update gitignore
преди 10 години
Tristan Sloughter
bf1650e10d
Merge pull request #439 from talentdeficit/extra_src_dirs
generalize the "test" special dir into an {extra_src_dirs, [...]} option
преди 10 години
alisdair sullivan
2f2c11ae70
document `extra_src_dirs`
преди 10 години
Tristan Sloughter
3a201230fe
install plugins from the global config to ~/.cache/plugins
преди 10 години
Tristan Sloughter
9ad3025c85
Merge pull request #440 from talentdeficit/unescessary_load
remove use of `code:load_abs/1` in favor of `beam_lib:chunks/2`
преди 10 години
alisdair sullivan
04f63ff53c
remove use of `code:load_abs/1` in favor of `beam_lib:chunks/2` to
avoid repeated loading and unloading of modules
преди 10 години
alisdair sullivan
c534deafc5
generalize the "test" special dir into an {extra_src_dirs, [...]} option
like `src_dirs`, `extra_src_dirs` are directories to be copied to
the `_build` dir and compiled. unlike `src_dirs` they are not added
to the .app specification
преди 10 години
Tristan Sloughter
162f0f8f63
Merge pull request #432 from soranoba/edoclet-in-deps
be able to use the specified edoclet in deps
преди 10 години
soranoba
39513a5293
be able to use the specified edoclet in deps
преди 10 години
Fred Hebert
45389be7de
Merge pull request #433 from sg2342/fix-prv_unlock-usage-string
fix usage string in rebar_prv_unlock
преди 10 години
Stefan Grundmann
24615d8def
fix usage string in rebar_prv_unlock
преди 10 години
Tristan Sloughter
ae19c6d59c
Merge pull request #429 from omarkj/omarkj-quote-atoms
Quote atoms to allow names to have dashes.
преди 10 години
Tristan Sloughter
763f33009d
Merge pull request #426 from ferd/cleaner-tpl-docs
Make standalone vs complete project template clear
преди 10 години
Tristan Sloughter
da93ec9d0a
Merge pull request #414 from tsloughter/hex_pkg_improvements
Hex pkg improvements
преди 10 години
Tristan Sloughter
f37cee14b2
patch tests
преди 10 години
omarkj
fe19e4f891
Quote atoms to allow names to have dashes.
преди 10 години
Fred Hebert
84db4a05ce
More package management tests
преди 10 години
Fred Hebert
ca038d39f7
Proper custom pkg index support, some tests
- The rebar package index files have been moved off the default path and
will require a new `rebar3 update`
- Caching of downloaded packages automatically takes place in a path
relative to the CDN used
- The cache path is not shared with hex as we now write and modify data
in there arbitrarily
- Basic tests plus the working set for more of them is included
преди 10 години
Fred Hebert
715c4b2360
Update mock so existing tests pass
преди 10 години
Tristan Sloughter
86fbaaeb08
add bad_download error
преди 10 години
Tristan Sloughter
1643f4a1fc
wrap fetch errors in rebar_fetch PRV_ERROR
преди 10 години
Tristan Sloughter
1fe93136c4
throw errors returned by resource:download/3
преди 10 години
Fred Hebert
56c925b75b
Ad-hoc attempt at restructuring pkg cache
преди 10 години
Tristan Sloughter
b636822d73
check md5sum of package against that sent by s3
преди 10 години
Tristan Sloughter
f30e5063ca
don't print skip message if dep is locked for pkgs as well
преди 10 години
Tristan Sloughter
819d0fb06f
verify checksums of hex packages
преди 10 години
Tristan Sloughter
7905a9f19c
store hex package downloads in shared cache dir
преди 10 години
Fred Hebert
192e85aafa
Merge pull request #427 from talentdeficit/415
when compiling ct dirs base compiler input dir on project root rather than profile root
преди 10 години
alisdair sullivan
e4f9fbfc9d
when compiling ct dirs base compiler input dir on project root
rather than profile root
fixes #415
преди 10 години
Fred Hebert
3d810e521c
Make standalone vs complete project template clear
Some templates like OTP apps are usable within releases, so the text
does remain a bit vague, but hopefully less than before.
преди 10 години
Fred Hebert
2254910858
Merge pull request #423 from saa/sa-418-fix-style
Fix comma style in app.src templates
преди 10 години
Fred Hebert
2940ec4488
Merge pull request #424 from talentdeficit/sample_config_update
update `rebar.config.sample` with correct config keys for `ct`, `eunit` and `cover`
преди 10 години
alisdair sullivan
12e9089f7d
update `rebar.config.sample` with correct config keys for
`ct`, `eunit` and `cover`
преди 10 години
Sergey Abramyan
84775fbcfa
Fix comma style in app.src templates
преди 10 години
Fred Hebert
5d817c4371
Merge pull request #420 from tsloughter/case_catch
remove uses of 'case catch'
преди 10 години
Tristan Sloughter
fa95321774
remove uses of 'case catch'
преди 10 години
Tristan Sloughter
062bee5985
Merge pull request #413 from rebar/fix-unlock-upgrade-warn
Further restricting skipped deps warnings
преди 10 години
Fred Hebert
f5527de4e1
Further restricting skipped deps warnings
преди 10 години
Fred Hebert
734d4b84aa
Merge pull request #412 from tsloughter/master
improve log messages on upgrades
преди 10 години
Tristan Sloughter
fd4b5f5f2f
improve log messages on upgrades
преди 10 години