Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | start at least one async thread in async thread pool | Grigory Starinkin | 2018-05-08 | 1 | -1/+1 |
| | | | | | fixes an issue when shell is terminated with an error "Bus error: 10", on attempt to run rebar shell with verbose logging | ||||
* | Add an alias of 'release' template as 'umbrella' | Fred Hebert | 2017-08-09 | 1 | -0/+15 |
| | | | | | | Gets in line with more common usage of the wording, as discussed in issue #1421 and https://www.reddit.com/r/erlang/comments/6sd01p/help_terribly_frustrated_with_the_erlang_build/ | ||||
* | Merge pull request #1598 from ferd/unicode-bonanza | Fred Hebert | 2017-08-07 | 1 | -3/+3 |
|\ | | | | | Unicode support in all the places | ||||
| * | Unicode support in all the places | Fred Hebert | 2017-08-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done through 3 main change groups: - replacing `~s` by `~ts` in format strings, so that strings that contain unicode are properly printed rather than crashing - adding the `unicode` argument to all function of the `re` module to ensure transformations on strings containing unicode data are valid instead of crashing (see issue #1302) - replacing `ec_cnv:to_binary/1` and `ec_cnv:to_list/1` with matching functions in `rebar_utils`. The last point has been done, rather than modifying and updating erlware commons, because binary and list conversions can be a contentious subject. For example, if what is being handled is actually bytes from a given binary stream, then forcing a byte-oriented interpretation of the data can corrupt it. As such, it does not appear safe to modify erlware commons' conversion functions since it may not be safe for all its users. Instead, rebar3 reimplements a subset of them (only converting atoms and chardata, ignoring numbers) with the explicit purpose of handling unicode string data. Tests were left as unchanged as possible. This may impact the ability to run rebar3's own suites in a unicode path, but respects a principle of least change for such a large patch. | ||||
* | | Ignore IntelliJ file | aha-oretama | 2017-07-03 | 1 | -0/+1 |
|/ | |||||
* | Switch default license to Apache 2.0 | Fred Hebert | 2017-05-19 | 3 | -31/+193 |
| | |||||
* | Match template license app to default license | Fred Hebert | 2017-05-14 | 2 | -2/+2 |
| | | | | | | | | The default license created with rebar3 templates is a BSD 3 clause license. However the .app.src file generated do not include the license there. This adds the license type, fixing #1447. | ||||
* | Typo: seperate -> separate | Michiel Beijen | 2017-03-27 | 2 | -2/+2 |
| | |||||
* | Add rebar3.crashdump to gitignore template | Artem Teslenko | 2016-12-10 | 1 | -0/+1 |
| | |||||
* | Ignore IntelliJ IDEA files | Evgeny M | 2016-08-09 | 1 | -0/+1 |
| | | | This family of IDE with Erlang plugin is already quite popular. | ||||
* | Fix invalid template value | Fred Hebert | 2016-06-26 | 1 | -1/+1 |
| | | | | Used a nonexisting option instead of a correct one | ||||
* | Cosmetic change: remove last comma-first style | Leo Liu | 2016-03-21 | 1 | -2/+1 |
| | |||||
* | Fix quoting problem in zsh completion | Paul Oliver | 2016-03-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1099 from talentdeficit/ct_include | Tristan Sloughter | 2016-03-01 | 3 | -0/+3 |
|\ | | | | | add support for common tests `include` flag | ||||
| * | add shell completions for `include` flag for `ct` provider | alisdair sullivan | 2016-03-01 | 3 | -0/+3 |
| | | |||||
* | | Add short-options to the eunit provider. | Alexander Færøy | 2016-02-28 | 3 | -9/+9 |
|/ | | | | 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>`. | ||||
* | Remove triple brackets in bbmustache templates | Fred Hebert | 2016-01-11 | 3 | -3/+3 |
| | | | | | | Issues formerly were avoided by quoting atoms. Unquoting them created unbalanced tags (`{{{name}}`) which were mistakes. This patch inserts spaces to unconfused bbmustache. | ||||
* | Unquote templates, add a warning instead. | Fred Hebert | 2016-01-10 | 12 | -23/+19 |
| | |||||
* | contributors -> maintaiers in template app data | Fred Hebert | 2016-01-05 | 2 | -2/+2 |
| | | | | | hex.pm is now using maintainers instead of contributors in metadata. Templates should be updated to reflect it. | ||||
* | adjust shell completions to match available command line options | alisdair sullivan | 2015-11-01 | 3 | -31/+38 |
| | |||||
* | update shell completions for new eunit commands | alisdair sullivan | 2015-09-29 | 3 | -5/+17 |
| | |||||
* | make short name the default in vmargs | Tristan Sloughter | 2015-09-27 | 1 | -1/+1 |
| | |||||
* | update completions and docs for command unstable install and upgrade | Tristan Sloughter | 2015-09-10 | 3 | -15/+29 |
| | |||||
* | shell completions for `rebar3 path' | alisdair sullivan | 2015-09-07 | 3 | -0/+35 |
| | |||||
* | track parent app of deps and add tree provider to display the relations | Tristan Sloughter | 2015-08-15 | 3 | -1/+18 |
| | |||||
* | basic fish completions | Joe DeVivo | 2015-07-31 | 1 | -0/+161 |
| | |||||
* | fix plugin provider source name | Tristan Sloughter | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #573 from tsloughter/plugins_tpl | Fred Hebert | 2015-07-01 | 3 | -28/+36 |
|\ | | | | | update plugin template to separate plugin init and providers | ||||
| * | update plugin template to separate plugin init and providers | Tristan Sloughter | 2015-07-01 | 3 | -28/+36 |
| | | |||||
* | | add hex attributes to .app.src templates | Tristan Sloughter | 2015-07-01 | 2 | -2/+10 |
|/ | |||||
* | add relup to readme and shell completitions | Tristan Sloughter | 2015-06-26 | 2 | -0/+47 |
| | |||||
* | update readme and completions for new commands | Tristan Sloughter | 2015-06-20 | 2 | -1/+10 |
| | |||||
* | make deps task listed in help and update zsh/bash completions | Tristan Sloughter | 2015-05-21 | 2 | -1/+12 |
| | |||||
* | Ignore the build directory | omarkj | 2015-05-18 | 1 | -0/+1 |
| | |||||
* | Merge pull request #429 from omarkj/omarkj-quote-atoms | Tristan Sloughter | 2015-05-14 | 9 | -13/+13 |
|\ | | | | | Quote atoms to allow names to have dashes. | ||||
| * | Quote atoms to allow names to have dashes. | omarkj | 2015-05-13 | 9 | -13/+13 |
| | | |||||
* | | Make standalone vs complete project template clear | Fred Hebert | 2015-05-12 | 5 | -5/+5 |
|/ | | | | | Some templates like OTP apps are usable within releases, so the text does remain a bit vague, but hopefully less than before. | ||||
* | Fix comma style in app.src templates | Sergey Abramyan | 2015-05-11 | 2 | -17/+19 |
| | |||||
* | add escriptize project template | Tristan Sloughter | 2015-05-09 | 4 | -0/+55 |
| | |||||
* | remove use of erlydtl in rebar | Tristan Sloughter | 2015-04-29 | 20 | -29/+29 |
| | |||||
* | Add in shell completion for wtf->report rename | Fred Hebert | 2015-04-13 | 2 | -7/+7 |
| | |||||
* | update the dir used for upgrade deps to the new path under _build | Tristan Sloughter | 2015-04-03 | 1 | -2/+2 |
| | |||||
* | Merge pull request #304 from ingwinlu/fix_shell_completions | Fred Hebert | 2015-04-03 | 4 | -176/+396 |
|\ | | | | | impl shell completion | ||||
| * | implement zsh completion | derwinlu | 2015-04-03 | 2 | -87/+224 |
| | | |||||
| * | implement bash autocompletion | derwinlu | 2015-04-01 | 2 | -89/+172 |
| | | |||||
* | | Fixes #306: help text consistency | Fred Hebert | 2015-04-02 | 1 | -7/+7 |
|/ | |||||
* | makefile tabs replace spaces and force clean | Tristan Sloughter | 2015-03-05 | 1 | -17/+17 |
| | |||||
* | makefile template fix | Tristan Sloughter | 2015-02-21 | 1 | -1/+1 |
| |