summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | handle http:// git deps in check fif upgrade neededTristan Sloughter2015-07-061-0/+4
| | | |
* | | | Merge pull request #592 from tsloughter/mibsFred Hebert2015-07-073-5/+67
|\ \ \ \ | |/ / / | | | | ensure necessary directories exist to compile mibs files
| * | | ensure necessary directories exist to compile mibs filesTristan Sloughter2015-07-063-5/+67
| | | |
* | | | Merge pull request #591 from tsloughter/589Fred Hebert2015-07-061-10/+16
|\ \ \ \ | |/ / / | | | | always close port when done with it. fixes #589
| * | | always close port when done with it. fixes #589Tristan Sloughter2015-07-061-10/+16
|/ / /
* | | Merge pull request #579 from carlosedp/add-proxyTristan Sloughter2015-07-057-15/+120
|\ \ \ | | | | | | | | Add proxy support to bootstrap and rebar3. Enhancement #561.
| * | | Added version check based on commit ↵CarlosEDP2015-07-041-4/+7
| | | | | | | | | | | | | | | | https://github.com/ferd/rebar3/commit/74c68478aac948beccc80e68c5ac6a9eb578eceb
| * | | Refactor tests to init/exec/end. Check OTP version to skip https test on OTP ↵CarlosEDP2015-07-031-39/+45
| | | | | | | | | | | | | | | | =< 15.
| * | | Added testcases for http and https proxy use.CarlosEDP2015-07-031-1/+58
| | | |
| * | | Added myself to THANKSCarlosEDP2015-07-031-0/+1
| | | |
| * | | Use rebar own method to read global config file.CarlosEDP2015-07-031-12/+4
| | | |
| * | | Renamed functions.CarlosEDP2015-07-032-7/+7
| | | |
| * | | Added rebar profile to httpc initialization and calls.CarlosEDP2015-07-035-7/+12
| | | |
| * | | Fix for cases with no proxy configured.CarlosEDP2015-07-032-2/+2
| | | |
| * | | No need to use profile hex. Proxy settings are applied globally.CarlosEDP2015-07-031-2/+1
| | | |
| * | | Get proxy vars from ~/.config/rebar3/rebar.config. Variable format is ↵CarlosEDP2015-07-032-85/+43
| | | | | | | | | | | | | | | | {http_proxy, http://host:port} or {http_proxy, http://host:port}
| * | | Added support for proxy on rebar3 based on environment variables.CarlosEDP2015-07-033-13/+55
| | | |
| * | | Added support to http and https proxies on bootstrap. Variables are read ↵CarlosEDP2015-07-031-0/+42
| | | | | | | | | | | | | | | | from environment vars http_proxy and https_proxy.
* | | | Merge pull request #588 from Taure/fix-robocopy-caseFred Hebert2015-07-041-22/+22
|\ \ \ \ | | | | | | | | | | Changed cases on robocopy so it uses variables in a better way
| * | | | Changed cases on robocopy so it uses variables in a better wayDaniel Widgren2015-07-051-22/+22
|/ / / /
* | | | Merge pull request #581 from carlosedp/robocopy-fixFred Hebert2015-07-041-6/+23
|\ \ \ \ | | | | | | | | | | Robocopy fix for different behaviour when copying/moving files and folders
| * | | | Fix for different robocopy behaviour when moving files or folders.CarlosEDP2015-07-011-11/+23
| | | | |
| * | | | Fix for robocopy commandCarlosEDP2015-07-011-3/+8
| |/ / /
* | | | Merge pull request #587 from ferd/reduce-shell-mem-usageFred Hebert2015-07-042-5/+11
|\ \ \ \ | | | | | | | | | | Run agent as current process & hibernate
| * | | | Run agent as current process & hibernateFred Hebert2015-07-032-5/+11
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #586 from tsloughter/deps_install_refactorFred Hebert2015-07-025-102/+145
|\ \ \ \ | | | | | | | | | | wip: deps install refactor
| * \ \ \ Merge pull request #2 from ferd/deps_install_refactorTristan Sloughter2015-07-023-25/+39
| |\ \ \ \ | | | | | | | | | | | | Minor refactors
| | * | | | Minor refactorsFred Hebert2015-07-023-25/+39
| |/ / / /
| * | | | wip: deps install refactorFred Hebert2015-07-025-106/+135
|/ / / /
* | | | Merge pull request #583 from talentdeficit/remove_cover_print_enabledTristan Sloughter2015-07-013-31/+20
|\ \ \ \ | | | | | | | | | | remove `cover_print_enabled` and `cover_data_dir` config options and replace with `cover_opts`
| * | | | remove `cover_print_enabled` and `cover_data_dir` config optionsalisdair sullivan2015-07-013-31/+20
| | | | | | | | | | | | | | | | | | | | and replace with `cover_opts`
* | | | | Merge pull request #577 from ferd/fix-path-loading-in-shellTristan Sloughter2015-07-011-3/+9
|\ \ \ \ \ | | | | | | | | | | | | Apply profiles properly & load all paths
| * | | | | Apply profiles properly & load all pathsFred Hebert2015-07-011-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge pull request #573 from tsloughter/plugins_tplFred Hebert2015-07-013-28/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | update plugin template to separate plugin init and providers
| * | | | | | update plugin template to separate plugin init and providersTristan Sloughter2015-07-013-28/+36
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #574 from tsloughter/hex_attrFred Hebert2015-07-012-2/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | add hex attributes to .app.src templates
| * | | | | add hex attributes to .app.src templatesTristan Sloughter2015-07-012-2/+10
|/ / / / /
* | | | | Merge pull request #569 from garret-smith/app_src_scriptTristan Sloughter2015-06-301-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Read and process .app.src.script if present
| * | | | Read and process .app.src.script if presentGarret Smith2015-06-301-1/+1
|/ / / /
* | | | Merge pull request #565 from tsloughter/hex_http_profileTristan Sloughter2015-06-293-6/+17
|\ \ \ \ | | | | | | | | | | setup hex httpc profile and http opts. needed also for proxy
| * | | | setup hex httpc profile and http opts. needed also for proxyTristan Sloughter2015-06-293-6/+17
| | | | |
* | | | | Merge pull request #560 from tsloughter/beta-1Fred Hebert2015-06-293-39/+74
|\ \ \ \ \ | |/ / / / | | | | | Oops, this didn't get in
| * | | | formatting of configTristan Sloughter2015-06-291-16/+13
| | | | |
| * | | | more contributing editsFred Hebert2015-06-292-23/+61
|/ / / /
* | | | Merge pull request #558 from tsloughter/beta-1Fred Hebert2015-06-293-56/+26
|\ \ \ \ | | | | | | | | | | update contributing, readme and app.src for beta-1
| * | | | update contributing, readme and app.src for beta-1Tristan Sloughter2015-06-283-56/+26
| | | | |
* | | | | Merge pull request #557 from tsloughter/relx_argsFred Hebert2015-06-285-80/+92
|\ \ \ \ \ | |/ / / / | | | | | only reverse some relx args, fixes profile usage for relx
| * | | | add test of relx config sorting with 'extend release'Tristan Sloughter2015-06-281-1/+20
| | | | |
| * | | | only reverse some relx args, fixes profile usage for relxTristan Sloughter2015-06-284-79/+72
| | | | |
* | | | | Merge pull request #555 from tsloughter/disable_ctrl_cFred Hebert2015-06-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Revert "disable ctrl-c interrupt in shell for escript"