Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #59 from Vagabond/adt-read-lists-from-files | Dave Smith | 2013-02-26 | 1 | -7/+17 | |
|\ \ \ \ \ | | | | | | | | | | | | | Support reading mustache 'lists' from files | |||||
| * | | | | | Support reading mustache 'lists' from files | Andrew Thompson | 2013-01-30 | 1 | -7/+17 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit add support for reading mustache 'lists' from files, so you can use the list section functionality when templating things. An example of the list syntax is as follows: {package_commands, {list, [[{name, "riak"}], [{name, "riak-admin"}], [{name, "search-cmd"}]]}}. Then you can, for each of the list elements, render some text: {{#package_commands}} chmod +x bin/{{name}} {{/package_commands}} | |||||
* | | | | | Merge pull request #22 from tuncer/help | Dave Smith | 2013-02-26 | 27 | -33/+570 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg | |||||
| * | | | | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg | Tuncer Ayaz | 2012-12-31 | 27 | -33/+570 | |
|/ / / / | | | | | | | | | | | | | | | | | * allow plugins to print help message for implemented commands * append core rebar.config options to common 'rebar help' message | |||||
* | | | | Merge branch 'saleyn-erlydtl' | Dave Smith | 2012-12-17 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix default DTL compilation when no erlydtl_opts are provided | serge | 2012-11-15 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #48 from tuncer/286 | Dave Smith | 2012-12-17 | 1 | -1/+0 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Fix basho/rebar/issues/286 | |||||
| * | | | | Fix basho/rebar/issues/286 | Tuncer Ayaz | 2012-12-17 | 1 | -1/+0 | |
|/ / / / | ||||||
* | | | | Merge pull request #26 from l4u/patch-1 | Dave Smith | 2012-12-02 | 1 | -3/+3 | |
|\ \ \ \ | | | | | | | | | | | Support environment vars with unicode characters | |||||
| * | | | | Support environment vars with unicode characters | José Valim | 2012-11-22 | 1 | -3/+3 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | The results returned by os:getenv() may contain unicode characters. That said, we need to explicitly allow unicode when splitting the environment information, otherwise badarg will be raised causing all rebar commands to fail until the environment variable is removed. | |||||
* | | | | Merge pull request #34 from shkumagai/feature/zsh-completion-add-options | Dave Smith | 2012-12-02 | 1 | -0/+3 | |
|\ \ \ \ | | | | | | | | | | | Add missing variables | |||||
| * | | | | Add missing variables | Shoji KUMAGAI | 2012-12-03 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | - add overlay_vars=, target_dir=, and tests= with short description | |||||
* | | | | | Merge pull request #33 from tuncer/bash-completion | Dave Smith | 2012-12-01 | 1 | -8/+51 | |
|\ \ \ \ \ | |/ / / / |/| | | | | bash-completion: add missing options and variables | |||||
| * | | | | bash-completion: add missing options and variables | Tuncer Ayaz | 2012-12-01 | 1 | -8/+51 | |
|/ / / / | | | | | | | | | | | | | | | | | - add missing short and long options - add tests=, target_dir=, overlay_vars= | |||||
* | | | | Merge pull request #32 from shkumagai/feature/zsh-completion-dump_spec | Dave Smith | 2012-11-30 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | zsh-completion: add 'dump_spec' back again | |||||
| * | | | | zsh-completion: add 'dump_spec' back again | Shoji KUMAGAI | 2012-12-01 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #31 from tuncer/bash-completion-dump_spec | Dave Smith | 2012-11-30 | 1 | -3/+3 | |
|\ \ \ \ | |_|_|/ |/| | | | bash-completion: add dump_spec=1 | |||||
| * | | | bash-completion: add dump_spec=1 | Tuncer Ayaz | 2012-11-30 | 1 | -3/+3 | |
|/ / / | ||||||
* | | | Merge pull request #28 from tuncer/fix-escript_emu_args-sample | Dave Smith | 2012-11-30 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | rebar.config.sample: fix escript_emu_args sample | |||||
| * | | | rebar.config.sample: fix escript_emu_args sample | Tuncer Ayaz | 2012-11-30 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #29 from tuncer/makefile | Dave Smith | 2012-11-30 | 1 | -1/+4 | |
|\ \ \ | | | | | | | | | Makefile: fix 'clean' and add 'distclean' | |||||
| * | | | Makefile: fix 'clean' and add 'distclean' | Tuncer Ayaz | 2012-11-26 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | * fix 'clean' to remove .eunit (not .test) * add 'distclean' to also remove deps/ | |||||
* | | | | Merge pull request #19 from shkumagai/feature/zsh-completion-refine | Dave Smith | 2012-11-30 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Change zsh completion script | |||||
| * | | | | Change zsh completion script | Shoji KUMAGAI | 2012-11-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add 'escriptize' command - Remove variable 'dump_spec' | |||||
* | | | | | Merge pull request #20 from tuncer/bash-completion | Dave Smith | 2012-11-30 | 1 | -4/+4 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | bash-completion: add generate-appups | |||||
| * | | | | bash-completion: add generate-appups | Tuncer Ayaz | 2012-11-26 | 1 | -4/+4 | |
|/ / / / | ||||||
* | | | | Merge pull request #30 from DeadZen/master | Dave Smith | 2012-11-25 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Update THANKS: use my real name | |||||
| * | | | | Update THANKS | DeadZen | 2012-11-24 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #13 from tuncer/fixes | Dave Smith | 2012-11-23 | 8 | -44/+57 | |
|\ \ \ \ | | | | | | | | | | | Fixes | |||||
| * | | | | rebar.config.sample: remove non-existing option | Tuncer Ayaz | 2012-11-20 | 1 | -5/+0 | |
| | | | | | ||||||
| * | | | | rebar.config.sample: document escriptize options | Tuncer Ayaz | 2012-11-19 | 1 | -0/+7 | |
| | | | | | ||||||
| * | | | | rebar.config: delete unused and unimplemented 'app_bin' option | Tuncer Ayaz | 2012-11-19 | 2 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | app_bin option was used by the install command which has been removed in 51ed787. | |||||
| * | | | | Document escriptize command | Tuncer Ayaz | 2012-11-19 | 1 | -3/+6 | |
| | | | | | ||||||
| * | | | | rebar_ct: fix wording in comments | Tuncer Ayaz | 2012-11-18 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | rebar.config.sample: document leex and yecc options | Tuncer Ayaz | 2012-11-18 | 1 | -0/+12 | |
| | | | | | ||||||
| * | | | | rebar_require_vsn: remove trailing whitespace | Tuncer Ayaz | 2012-11-18 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | rebar.config.sample: document require_*_vsn options | Tuncer Ayaz | 2012-11-18 | 1 | -0/+5 | |
| | | | | | ||||||
| * | | | | rebar_neotoma_compiler: fix comment | Tuncer Ayaz | 2012-11-18 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Cleanup rebar_core and rebar_erlc_compiler | Tuncer Ayaz | 2012-11-15 | 2 | -21/+16 | |
| | |_|/ | |/| | | | | | | | | | | | | | | Rename rebar_core functions for improved readability. Remove redundant comments and blank lines. | |||||
* | | | | Merge pull request #27 from norton/norton-qc-clean | Dave Smith | 2012-11-23 | 1 | -1/+4 | |
|\ \ \ \ | |/ / / |/| | | | Add missing clean/2 | |||||
| * | | | Add missing rebar_qc:clean/2 | Joseph Wayne Norton | 2012-11-23 | 1 | -1/+4 | |
|/ / / | ||||||
* | | | Merge pull request #18 from tuncer/fix-config-sample | Dave Smith | 2012-11-15 | 2 | -13/+18 | |
|\ \ \ | |/ / |/| | | Fix rebar.config.sample | |||||
| * | | rebar_erlc_compiler: fix src_dirs comment | Tuncer Ayaz | 2012-11-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | rebar.config.sample: fix erl_opts example | Tuncer Ayaz | 2012-11-15 | 1 | -1/+3 | |
| | | | ||||||
| * | | rebar.config.sample: fix raw dep example formatting | Tuncer Ayaz | 2012-11-15 | 1 | -10/+13 | |
| | | | ||||||
| * | | rebar.config.sample: fix syntax error | Tuncer Ayaz | 2012-11-14 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge branch 'ates-diameter' | Dave Smith | 2012-11-12 | 3 | -1/+92 | |
|\ \ | |/ |/| | ||||||
| * | Add diameter exclusions to xref | Dave Smith | 2012-11-12 | 1 | -1/+4 | |
| | | ||||||
| * | Add support to compile the Diameter dictionary files | Artem Teslenko | 2012-11-12 | 2 | -0/+88 | |
| | | ||||||
* | | Be sure to filter empty sources (h/t to Tuncer and Joe Norton) | Dave Smith | 2012-11-12 | 1 | -10/+11 | |
| | |