Tristan Sloughter
d64cb0f863
always close port when done with it. fixes #589
9 years ago
Daniel Widgren
80bfb0dd29
Changed cases on robocopy so it uses variables in a better way
9 years ago
CarlosEDP
eb2d31be26
Use rebar own method to read global config file.
10 years ago
CarlosEDP
4a25a4d9d5
Renamed functions.
10 years ago
CarlosEDP
38cc32c40a
Added rebar profile to httpc initialization and calls.
10 years ago
CarlosEDP
46ca2bb6b0
Fix for cases with no proxy configured.
10 years ago
CarlosEDP
9a20d3b56a
No need to use profile hex. Proxy settings are applied globally.
10 years ago
CarlosEDP
60265aba34
Get proxy vars from ~/.config/rebar3/rebar.config. Variable format is {http_proxy, http://host:port } or {http_proxy, http://host:port }
10 years ago
CarlosEDP
8de84f1af0
Added support for proxy on rebar3 based on environment variables.
10 years ago
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.
10 years ago
Fred Hebert
7840a93e85
Minor refactors
10 years ago
Fred Hebert
cfea721d98
wip: deps install refactor
10 years ago
alisdair sullivan
77a85b4a68
remove `cover_print_enabled` and `cover_data_dir` config options
and replace with `cover_opts`
10 years ago
CarlosEDP
6d3fa8dd66
Fix for different robocopy behaviour when moving files or folders.
10 years ago
CarlosEDP
299fe33e39
Fix for robocopy command
10 years ago
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.
10 years ago
Garret Smith
f8728fea2d
Read and process .app.src.script if present
10 years ago
Tristan Sloughter
1c66f0eb9f
setup hex httpc profile and http opts. needed also for proxy
10 years ago
Tristan Sloughter
4e410b6d6e
update contributing, readme and app.src for beta-1
10 years ago
Tristan Sloughter
da7e15c9a5
only reverse some relx args, fixes profile usage for relx
10 years ago
Tristan Sloughter
5402199d88
expand plugins for profile after applying profiles
10 years ago
Viacheslav V. Kovalev
9a83c35a6f
Rewrite code around remove_links/1 to make it clearer
10 years ago
Daniel Widgren
ebfdbc695e
Fixed review comments
10 years ago
Viacheslav V. Kovalev
44272e23b6
Some fixes after review
10 years ago
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
10 years ago
Tristan Sloughter
b85d827c80
add relup provider and update relx
10 years ago
Viacheslav V. Kovalev
ab98bc15a8
Fix rebar_utils:sh on windows
10 years ago
Viacheslav Kovalev
a753bbeafc
Fix common test run duplication on windows
10 years ago
Daniel Widgren
a029e957fd
Fixed two tests for windows 8.1 and added touch functionality
10 years ago
Viacheslav V. Kovalev
d734beb850
Fix dialyzer tests on windows
10 years ago
Viacheslav V. Kovalev
8138bb92b2
Fix windows-related issues
10 years ago
Daniel Widgren
4eaa21cd27
Fixed so that release tests now pass. Got all green tests.
10 years ago
Viacheslav V. Kovalev
9e3b361095
Fix dialyzer tests on windows
10 years ago
Viacheslav V. Kovalev
473393a172
Fix rebar_utils:sh on windows
10 years ago
Viacheslav Kovalev
f7bd6ca8ac
Fix common test run duplication on windows
10 years ago
Daniel Widgren
e3d32b10cc
Fixed two tests for windows 8.1 and added touch functionality
10 years ago
Viacheslav V. Kovalev
b944acc204
Fix dialyzer tests on windows
10 years ago
Viacheslav V. Kovalev
9ad39c979a
Fix windows-related issues
10 years ago
Tristan Sloughter
b830c65ef0
check global for plugin if not found in local profiles
10 years ago
Tristan Sloughter
c2209785f9
add error message when no plugin is passed to plugins upgrade
10 years ago
Tristan Sloughter
b44867db07
error message for bad profile config
10 years ago
Tristan Sloughter
f8bb088305
fix for overrides in plugins, simpler plugin state handling
10 years ago
Tristan Sloughter
9823ff12f0
print sorted list of packages
10 years ago
Tristan Sloughter
ea9b60f4be
deduplicate parts of package and source dep handling
10 years ago
Tristan Sloughter
a5b3f6403b
overrides working for pkg deps
10 years ago
Tristan Sloughter
5866742dd8
use bbmustache package
10 years ago
Tristan Sloughter
102d6c5e8b
include app's state providers when building plugin so they can rely on plugins
10 years ago
Tristan Sloughter
538d8e7e04
add debug statement of failed hook to help plugin builders
10 years ago
Tristan Sloughter
5a6b551eb5
print help for namespaces
10 years ago
Tristan Sloughter
4223e5dd64
fix path storing for plugins
10 years ago