Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1099 from talentdeficit/ct_include | Tristan Sloughter | 2016-03-01 | 1 | -0/+1 |
|\ | | | | | add support for common tests `include` flag | ||||
| * | add shell completions for `include` flag for `ct` provider | alisdair sullivan | 2016-03-01 | 1 | -0/+1 |
| | | |||||
* | | Add short-options to the eunit provider. | Alexander Færøy | 2016-02-28 | 1 | -1/+1 |
|/ | | | | This patch adds support for short options in the eunit provider. | ||||
* | bash completion: prevent future mistakes in lopts | Tuncer Ayaz | 2016-01-25 | 1 | -12/+24 |
| | | | | | | | To prevent future mistakes like the broken string introduced in cf66dfd6ba, put opening and closing " on separate lines in each multi-line lopts string. This also allows for cleaner (smaller) diffs when removing/adding a flag. | ||||
* | bash completion: fix error introduced in cf66dfd6 | Tuncer Ayaz | 2016-01-25 | 1 | -2/+2 |
| | | | | | | cf66dfd6ba introduced a syntax error in the modified lopts string. Without the fix, you'll provoke a shell error when trying to complete `rebar3 ct --<something>`. | ||||
* | adjust shell completions to match available command line options | alisdair sullivan | 2015-11-01 | 1 | -14/+9 |
| | |||||
* | update shell completions for new eunit commands | alisdair sullivan | 2015-09-29 | 1 | -2/+2 |
| | |||||
* | update completions and docs for command unstable install and upgrade | Tristan Sloughter | 2015-09-10 | 1 | -0/+3 |
| | |||||
* | shell completions for `rebar3 path' | alisdair sullivan | 2015-09-07 | 1 | -0/+12 |
| | |||||
* | track parent app of deps and add tree provider to display the relations | Tristan Sloughter | 2015-08-15 | 1 | -0/+7 |
| | |||||
* | add relup to readme and shell completitions | Tristan Sloughter | 2015-06-26 | 1 | -0/+23 |
| | |||||
* | update readme and completions for new commands | Tristan Sloughter | 2015-06-20 | 1 | -0/+3 |
| | |||||
* | make deps task listed in help and update zsh/bash completions | Tristan Sloughter | 2015-05-21 | 1 | -0/+1 |
| | |||||
* | Add in shell completion for wtf->report rename | Fred Hebert | 2015-04-13 | 1 | -3/+3 |
| | |||||
* | implement bash autocompletion | derwinlu | 2015-04-01 | 2 | -89/+172 |
| | |||||
* | Fix #56 (always-on recursion) | Tuncer Ayaz | 2014-03-11 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | Always-on recursive application of all rebar commands causes too many issues. Recursive application is required for: 1. dealing with dependencies: get-deps, update-deps, and compile of deps right after get-deps or update-deps 2. projects with a riak-like apps/ project structure and dev process The vast majority of projects are not structured like riak. Therefore, moving forward it's best to (by default) restrict recursive behavior to dealing with deps. This commit does that and also adds command line and rebar.config options for controlling or configuring recursion. Also, we introduce two meta commands: prepare-deps (equivalent to rebar -r get-deps compile) and refresh-deps (equivalent to rebar -r update-deps compile). riak-like projects can extend the list of recursive commands (to include 'eunit' and 'compile') by adding {recursive_cmds, [eunit, compile]} to rebar.config. | ||||
* | Add a library template | Pierre Fenoll | 2013-12-19 | 1 | -0/+1 |
| | |||||
* | 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= | ||||
* | bash-completion: add dump_spec=1 | Tuncer Ayaz | 2012-11-30 | 1 | -3/+3 |
| | |||||
* | bash-completion: add generate-appups | Tuncer Ayaz | 2012-11-26 | 1 | -4/+4 |
| | |||||
* | bash completion: remove duplicate cmd | Tuncer Ayaz | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Replace test-compile with compile_only=true option | Tuncer Ayaz | 2012-08-09 | 1 | -2/+2 |
| | |||||
* | Add 'qc' cmd and rename eunit-compile to test-compile | Tuncer Ayaz | 2012-07-23 | 1 | -2/+2 |
| | |||||
* | Add 'eunit-compile' cmd (Suggested-by: Joe Norton) | Tuncer Ayaz | 2012-07-23 | 1 | -4/+5 |
| | |||||
* | Add escriptize to bash completion | Tuncer Ayaz | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | Remove alt_url support in favor of new features | Tuncer Ayaz | 2012-05-13 | 1 | -2/+1 |
| | |||||
* | Add support for alternate dependency urls | Adam Schepis | 2012-03-31 | 1 | -1/+2 |
| | | | | | | This change adds the ability to use alternate urls for downloading dependencies. To make use of alternate urls run: rebar get-deps alt_urls=true | ||||
* | Add nodeid= to bash completion | Tuncer Ayaz | 2012-01-20 | 1 | -1/+1 |
| | |||||
* | Deprecate ct suite= option for suites= option | Magnus Klaar | 2012-01-06 | 1 | -1/+1 |
| | |||||
* | Universally support apps=/skip_apps= | Tuncer Ayaz | 2011-12-12 | 1 | -2/+2 |
| | |||||
* | Add root_dir= to shell completion | Tuncer Ayaz | 2011-11-26 | 1 | -1/+1 |
| | |||||
* | Add overlay command to shell completion | Tuncer Ayaz | 2011-10-20 | 1 | -1/+1 |
| | |||||
* | Add list-deps to completion and abbrev-cmds | Tuncer Ayaz | 2011-06-10 | 1 | -1/+1 |
| | |||||
* | Remove leftover references to rebar_dialyzer | Tuncer Ayaz | 2011-06-07 | 1 | -5/+5 |
| | |||||
* | Add skip_app to shell completion | Tuncer Ayaz | 2011-04-06 | 1 | -1/+1 |
| | |||||
* | Make debug_info default | Tuncer Ayaz | 2011-03-30 | 1 | -2/+2 |
| | | | | | Add no_debug_info option. Remove debug_info=1 option. | ||||
* | Update shell completion: generate-upgrade | Tuncer Ayaz | 2011-01-28 | 1 | -3/+3 |
| | | | | Add generate-upgrade and previous_release=. | ||||
* | Implement update-deps and disable auto update | Tuncer Ayaz | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | Add debug_info=1 to shell completion | Tuncer Ayaz | 2010-11-30 | 1 | -2/+2 |
| | |||||
* | Refactor Dialyzer support to make it more usable | Tuncer Ayaz | 2010-10-25 | 1 | -2/+2 |
| | |||||
* | Update completion to reflect common_test changes | Tuncer Ayaz | 2010-09-30 | 1 | -3/+2 |
| | |||||
* | Add list-templates to bash completion | Tuncer Ayaz | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | Add template_dir= to bash completion | Tuncer Ayaz | 2010-08-31 | 1 | -2/+2 |
| | |||||
* | Remove 'install' from bash completion | Tuncer Ayaz | 2010-08-25 | 1 | -2/+2 |
| | |||||
* | Add doc command and skip_deps option to bash completion | Tuncer Ayaz | 2010-06-30 | 1 | -2/+3 |
| | |||||
* | New commands and opts (-V/--version/version/help) | Tuncer Ayaz | 2010-05-03 | 1 | -3/+4 |
| | |||||
* | Document xref command | Tuncer Ayaz | 2010-04-15 | 1 | -1/+1 |
| | | | | | Also add a sleep after printing so that the io server has written all output before exiting. It's a work around. | ||||
* | Add create to shell completion | Tuncer Ayaz | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | Add check-deps to shell completion and commands info | Tuncer Ayaz | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | Add get-deps and delete-deps to commands info and shell completion | Tuncer Ayaz | 2010-03-17 | 1 | -2/+2 |
| | | | | | Add get-deps and delete-deps to commands info string and bash completion script. |