Tristan Sloughter
9d20fb5c10
Merge pull request #598 from ferd/semver-nopath-change
Only have the port cd, not rebar3 as a whole
pirms 9 gadiem
Fred Hebert
d05019ad0c
Only have the port cd, not rebar3 as a whole
pirms 9 gadiem
Fred Hebert
d584fa304a
Merge pull request #596 from tsloughter/run_hooks_empty
don't run unnecessary code if hooks are empty list
pirms 9 gadiem
Tristan Sloughter
a5569f00e0
don't run unnecessary code if hooks are empty list
pirms 9 gadiem
Tristan Sloughter
5e6642680b
cache hex packages in travis
pirms 10 gadiem
Tristan Sloughter
7a65d4ec75
Merge pull request #593 from tsloughter/upgrade_http
handle http:// git deps in check fif upgrade needed
pirms 9 gadiem
Tristan Sloughter
6430039bb6
handle http:// git deps in check fif upgrade needed
pirms 9 gadiem
Fred Hebert
5fe10193c4
Merge pull request #592 from tsloughter/mibs
ensure necessary directories exist to compile mibs files
pirms 9 gadiem
Tristan Sloughter
b6b32fc64e
ensure necessary directories exist to compile mibs files
pirms 9 gadiem
Fred Hebert
df45aa6d48
Merge pull request #591 from tsloughter/589
always close port when done with it. fixes #589
pirms 9 gadiem
Tristan Sloughter
d64cb0f863
always close port when done with it. fixes #589
pirms 9 gadiem
Tristan Sloughter
632f2dd304
Merge pull request #579 from carlosedp/add-proxy
Add proxy support to bootstrap and rebar3. Enhancement #561 .
pirms 9 gadiem
Fred Hebert
6fdbea7094
Merge pull request #588 from Taure/fix-robocopy-case
Changed cases on robocopy so it uses variables in a better way
pirms 9 gadiem
Daniel Widgren
80bfb0dd29
Changed cases on robocopy so it uses variables in a better way
pirms 9 gadiem
Fred Hebert
9fdab2cb1b
Merge pull request #581 from carlosedp/robocopy-fix
Robocopy fix for different behaviour when copying/moving files and folders
pirms 9 gadiem
CarlosEDP
9e4bf8a3ba
Added version check based on commit 74c68478aa
pirms 9 gadiem
Fred Hebert
fcb3b98796
Merge pull request #587 from ferd/reduce-shell-mem-usage
Run agent as current process & hibernate
pirms 9 gadiem
CarlosEDP
4d2873e311
Refactor tests to init/exec/end. Check OTP version to skip https test on OTP =< 15.
pirms 10 gadiem
CarlosEDP
d260c05d37
Added testcases for http and https proxy use.
pirms 10 gadiem
CarlosEDP
6a6cc6a3eb
Added myself to THANKS
pirms 10 gadiem
CarlosEDP
eb2d31be26
Use rebar own method to read global config file.
pirms 10 gadiem
CarlosEDP
4a25a4d9d5
Renamed functions.
pirms 10 gadiem
CarlosEDP
38cc32c40a
Added rebar profile to httpc initialization and calls.
pirms 10 gadiem
CarlosEDP
46ca2bb6b0
Fix for cases with no proxy configured.
pirms 10 gadiem
CarlosEDP
9a20d3b56a
No need to use profile hex. Proxy settings are applied globally.
pirms 10 gadiem
CarlosEDP
60265aba34
Get proxy vars from ~/.config/rebar3/rebar.config. Variable format is {http_proxy, http://host:port } or {http_proxy, http://host:port }
pirms 10 gadiem
CarlosEDP
8de84f1af0
Added support for proxy on rebar3 based on environment variables.
pirms 10 gadiem
CarlosEDP
9906fdc25e
Added support to http and https proxies on bootstrap. Variables are read from environment vars http_proxy and https_proxy.
pirms 10 gadiem
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.
pirms 10 gadiem
Fred Hebert
59b4bb5dcf
Merge pull request #586 from tsloughter/deps_install_refactor
wip: deps install refactor
pirms 10 gadiem
Tristan Sloughter
d9e7cb4d26
Merge pull request #2 from ferd/deps_install_refactor
Minor refactors
pirms 10 gadiem
Fred Hebert
7840a93e85
Minor refactors
pirms 10 gadiem
Fred Hebert
cfea721d98
wip: deps install refactor
pirms 10 gadiem
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`
pirms 10 gadiem
Tristan Sloughter
a57afa0e57
Merge pull request #577 from ferd/fix-path-loading-in-shell
Apply profiles properly & load all paths
pirms 10 gadiem
alisdair sullivan
77a85b4a68
remove `cover_print_enabled` and `cover_data_dir` config options
and replace with `cover_opts`
pirms 10 gadiem
CarlosEDP
6d3fa8dd66
Fix for different robocopy behaviour when moving files or folders.
pirms 10 gadiem
CarlosEDP
299fe33e39
Fix for robocopy command
pirms 10 gadiem
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.
pirms 10 gadiem
Fred Hebert
ff1079f678
Merge pull request #573 from tsloughter/plugins_tpl
update plugin template to separate plugin init and providers
pirms 10 gadiem
Fred Hebert
619e41b916
Merge pull request #574 from tsloughter/hex_attr
add hex attributes to .app.src templates
pirms 10 gadiem
Tristan Sloughter
1b951ff40c
add hex attributes to .app.src templates
pirms 10 gadiem
Tristan Sloughter
ac0a8d40cd
update plugin template to separate plugin init and providers
pirms 10 gadiem
Tristan Sloughter
39e5c80526
set sudo to false
pirms 10 gadiem
Tristan Sloughter
3908c20aae
Merge pull request #569 from garret-smith/app_src_script
Read and process .app.src.script if present
pirms 10 gadiem
Garret Smith
f8728fea2d
Read and process .app.src.script if present
pirms 10 gadiem
Tristan Sloughter
c88a6d3f23
Merge pull request #565 from tsloughter/hex_http_profile
setup hex httpc profile and http opts. needed also for proxy
pirms 10 gadiem
Tristan Sloughter
1c66f0eb9f
setup hex httpc profile and http opts. needed also for proxy
pirms 10 gadiem
Fred Hebert
67d3f26df5
Merge pull request #560 from tsloughter/beta-1
Oops, this didn't get in
pirms 10 gadiem
Tristan Sloughter
0f59ccb9bb
formatting of config
pirms 10 gadiem