CarlosEDP
46ca2bb6b0
Fix for cases with no proxy configured.
пре 9 година
CarlosEDP
9a20d3b56a
No need to use profile hex. Proxy settings are applied globally.
пре 9 година
CarlosEDP
60265aba34
Get proxy vars from ~/.config/rebar3/rebar.config. Variable format is {http_proxy, http://host:port } or {http_proxy, http://host:port }
пре 9 година
CarlosEDP
8de84f1af0
Added support for proxy on rebar3 based on environment variables.
пре 9 година
CarlosEDP
9906fdc25e
Added support to http and https proxies on bootstrap. Variables are read from environment vars http_proxy and https_proxy.
пре 9 година
Fred Hebert
f48340039f
Run agent as current process & hibernate
This tries to reduce memory usage when running `rebar3 shell` by running
the agent in the current process (and avoiding to copy state
cross-boundaries), and using frequent hibernation after each run to
force a full GC and compaction of the current process.
пре 9 година
Fred Hebert
59b4bb5dcf
Merge pull request #586 from tsloughter/deps_install_refactor
wip: deps install refactor
пре 9 година
Tristan Sloughter
d9e7cb4d26
Merge pull request #2 from ferd/deps_install_refactor
Minor refactors
пре 9 година
Fred Hebert
7840a93e85
Minor refactors
пре 9 година
Fred Hebert
cfea721d98
wip: deps install refactor
пре 9 година
Tristan Sloughter
74c124bdd0
Merge pull request #583 from talentdeficit/remove_cover_print_enabled
remove `cover_print_enabled` and `cover_data_dir` config options and replace with `cover_opts`
пре 9 година
Tristan Sloughter
a57afa0e57
Merge pull request #577 from ferd/fix-path-loading-in-shell
Apply profiles properly & load all paths
пре 9 година
alisdair sullivan
77a85b4a68
remove `cover_print_enabled` and `cover_data_dir` config options
and replace with `cover_opts`
пре 9 година
CarlosEDP
6d3fa8dd66
Fix for different robocopy behaviour when moving files or folders.
пре 9 година
CarlosEDP
299fe33e39
Fix for robocopy command
пре 9 година
Fred Hebert
35f2a479b1
Apply profiles properly & load all paths
The old run didn't necessarily apply all profiles well, and would only
reload modules in the app file. However, since adding extra_src_dirs,
modules can be compiled without ending up in the app file; this lets
the rebar3 shell agent handle that case.
пре 9 година
Fred Hebert
ff1079f678
Merge pull request #573 from tsloughter/plugins_tpl
update plugin template to separate plugin init and providers
пре 9 година
Fred Hebert
619e41b916
Merge pull request #574 from tsloughter/hex_attr
add hex attributes to .app.src templates
пре 9 година
Tristan Sloughter
1b951ff40c
add hex attributes to .app.src templates
пре 9 година
Tristan Sloughter
ac0a8d40cd
update plugin template to separate plugin init and providers
пре 9 година
Tristan Sloughter
39e5c80526
set sudo to false
пре 9 година
Tristan Sloughter
3908c20aae
Merge pull request #569 from garret-smith/app_src_script
Read and process .app.src.script if present
пре 9 година
Garret Smith
f8728fea2d
Read and process .app.src.script if present
пре 9 година
Tristan Sloughter
c88a6d3f23
Merge pull request #565 from tsloughter/hex_http_profile
setup hex httpc profile and http opts. needed also for proxy
пре 9 година
Tristan Sloughter
1c66f0eb9f
setup hex httpc profile and http opts. needed also for proxy
пре 9 година
Fred Hebert
67d3f26df5
Merge pull request #560 from tsloughter/beta-1
Oops, this didn't get in
пре 9 година
Tristan Sloughter
0f59ccb9bb
formatting of config
пре 9 година
Fred Hebert
3e19560160
more contributing edits
пре 9 година
Fred Hebert
4f981061f3
Merge pull request #558 from tsloughter/beta-1
update contributing, readme and app.src for beta-1
пре 9 година
Tristan Sloughter
4e410b6d6e
update contributing, readme and app.src for beta-1
пре 9 година
Fred Hebert
9803bb93fa
Merge pull request #557 from tsloughter/relx_args
only reverse some relx args, fixes profile usage for relx
пре 9 година
Tristan Sloughter
7e0734efda
add test of relx config sorting with 'extend release'
пре 9 година
Fred Hebert
88f3077f85
Merge pull request #555 from tsloughter/disable_ctrl_c
Revert "disable ctrl-c interrupt in shell for escript"
пре 9 година
Tristan Sloughter
da7e15c9a5
only reverse some relx args, fixes profile usage for relx
пре 9 година
Tristan Sloughter
4238f2a3b4
Revert "disable ctrl-c interrupt in shell for escript"
This reverts commit 40ee6d95e1
.
пре 9 година
Fred Hebert
c093873b28
Merge pull request #552 from tsloughter/disable_ctrl_c
disable ctrl-c interrupt in shell for escript
пре 9 година
Tristan Sloughter
5012e06e68
Merge pull request #489 from kovyl2404/windows-ct-fix
Make test on windows green.
пре 9 година
Viacheslav V. Kovalev
99858f3b69
Use same random seeding function for random_name and random_vsn
пре 9 година
Tristan Sloughter
40ee6d95e1
disable ctrl-c interrupt in shell for escript
пре 9 година
Tristan Sloughter
b2f890f8ed
update travis to test on 18 and 17.5
пре 9 година
Fred Hebert
e28ebaa957
Merge pull request #550 from tsloughter/master
expand plugins for profile after applying profiles
пре 9 година
Tristan Sloughter
eeb2bf47d0
Merge pull request #548 from talentdeficit/ct_no_rogue_msgs
add an (almost) unique reference to message sent from the ct provider
пре 9 година
Viacheslav V. Kovalev
b2711335aa
Merge branch 'Taure-fix-comments' into windows-ct-fix
пре 9 година
Viacheslav V. Kovalev
93cfa4b0b3
Merge branch 'fix-comments' of git://github.com/Taure/rebar3 into Taure-fix-comments
Conflicts:
src/rebar_prv_common_test.erl
пре 9 година
Tristan Sloughter
5402199d88
expand plugins for profile after applying profiles
пре 9 година
Viacheslav V. Kovalev
9a83c35a6f
Rewrite code around remove_links/1 to make it clearer
пре 9 година
Daniel Widgren
ebfdbc695e
Fixed review comments
пре 9 година
Viacheslav V. Kovalev
44272e23b6
Some fixes after review
пре 9 година
alisdair sullivan
f51d7f2048
add an (almost) unique reference to message sent from the ct provider
to itself so a selective receive can be used to retrieve it
fixes #547
пре 9 година
Fred Hebert
1f334c5e52
Merge pull request #546 from tsloughter/master
add relup to readme and shell completitions
пре 9 година