Tristan Sloughter
268713c5d7
include project_plugins in plugins that can be upgraded
9 年之前
Tristan Sloughter
3a27eb6f43
Merge pull request #1101 from ferd/ct-errs-to-warns
Take CT options errors and turn them to warnings
9 年之前
Fred Hebert
76e1d89bac
Take CT options errors and turn them to warnings
The idea is that given we accept arbitrary config items for CT, we
should similarly be able to pass unsupported options and keep things
running.
However for unsupported options, a warning is very useful to have.
9 年之前
Tristan Sloughter
0f3e7166a6
Merge pull request #1100 from puzza007/fix-zsh-completion
Fix quoting problem in zsh completion
9 年之前
Paul Oliver
92025b2013
Fix quoting problem in zsh completion
9 年之前
Tristan Sloughter
6c912f4129
Merge pull request #1099 from talentdeficit/ct_include
add support for common tests `include` flag
9 年之前
Tristan Sloughter
924b28d337
Merge pull request #1098 from talentdeficit/ct_warn_on_cover_spec
error on a cover spec in ct_opts
9 年之前
alisdair sullivan
f9b6765d07
add shell completions for `include` flag for `ct` provider
9 年之前
alisdair sullivan
3fa202397b
add a link to the docs about `test_spec` and `cover` in ct warnings
9 年之前
alisdair sullivan
1d5f520deb
add support for common tests `include` flag
9 年之前
alisdair sullivan
93cb2329a0
error on a cover spec in ct_opts
9 年之前
Fred Hebert
0bcacad782
Merge branch 'saleyn-state'
9 年之前
Fred Hebert
bc86eb7314
Merge branch 'state' of https://github.com/saleyn/rebar3 into saleyn-state
9 年之前
Fred Hebert
4fd77ef172
Merge pull request #1092 from ahf/eunit-short-options
Add short-options to the eunit provider.
9 年之前
Alexander Færøy
da39732fd3
Add short-options to the eunit provider.
This patch adds support for short options in the eunit provider.
9 年之前
Fred Hebert
a0b2c74356
Merge pull request #1091 from tsloughter/all_hooks
Run all hooks
9 年之前
Tristan Sloughter
c36e9bf791
add test for new hook function
9 年之前
Tristan Sloughter
3ad65d8304
in providers that don't run per app run all available hooks
9 年之前
Fred Hebert
47a0a20a3c
Merge pull request #1090 from tsloughter/auto_update
fix auto-registry update to work even when not a locked pkg-vsn
9 年之前
Tristan Sloughter
c5848fc5d1
fix auto-registry update to work even when not a locked pkg-vsn
9 年之前
Tristan Sloughter
5a36764170
Merge pull request #1066 from ferd/bump-cth-readable
Bump cth_readable
9 年之前
Fred Hebert
c1bde20297
Merge pull request #1082 from egobrain/patch-1
Fixed rebar.config shell_apps setting
9 年之前
Yakov
cf3e4718b0
Fixed rebar.config shell_apps setting
9 年之前
Tristan Sloughter
b9f058a32d
Merge pull request #1070 from project-fifo/hex-improvements
Hex improvements
9 年之前
Fred Hebert
2d2b8a7c76
Merge pull request #1075 from tsloughter/plugin_override
add project_providers after initing default providers but allow overrides
9 年之前
Tristan Sloughter
9b26c4f688
Merge pull request #1076 from project-fifo/thanks
Add me to THANKS for suffering through Tristan's code
9 年之前
Heinz N. Gies
5f52cd8ca2
Add me to THANKS for suffering through Tristan's code
9 年之前
Tristan Sloughter
ca64142633
add test to verify only project_plugins override providers
9 年之前
Heinz N. Gies
e9e62657c9
Add more hex rules so they don't throw errors
Add more version constraints
Allow for any number of whitespaces after compairison opperator
Improve updating and error printing
Fix failing tests
9 年之前
Tristan Sloughter
8cea177377
add project_providers after initing default providers but allow overrides
9 年之前
Tristan Sloughter
cb0263667c
Merge pull request #1073 from ferd/shell-cookies
Support --setcookie option
9 年之前
Fred Hebert
e95e935eaf
Support --setcookie option
Replicates `erl` behaviour.
9 年之前
Fred Hebert
ada08b88d7
Merge pull request #1065 from tsloughter/plugin_precedence
give top level plugin providers precedence over default providers
9 年之前
Fred Hebert
74655579c1
Bump cth_readable
The new version fixes parse transforms over OTP incompatibility that
would crash entire compile runs before.
9 年之前
Tristan Sloughter
862486cac7
Merge pull request #1061 from ferd/future-proof-lockfiles
Make lock files future-proof
9 年之前
Tristan Sloughter
53866e148c
give new opt project_plugins providers precedence over default providers
9 年之前
Fred Hebert
e3437c1dfb
Merge pull request #1071 from tsloughter/upgrade_do
break up do/1 function in install_deps to make upgrade less confusing
9 年之前
Tristan Sloughter
73475af114
break up do/1 function in install_deps to make upgrade less confusing
9 年之前
Fred Hebert
6789123fa4
Merge pull request #1068 from tsloughter/upgrades
upgrade relx to 3.17.0
9 年之前
Tristan Sloughter
55b69b6494
upgrade relx to 3.17.0
9 年之前
Fred Hebert
3e008899d3
Merge pull request #1067 from tsloughter/high-colors
set default color intensity to high
9 年之前
Tristan Sloughter
c11ba3c417
set default color intensity to high
9 年之前
Fred Hebert
da537df361
Merge pull request #1062 from tsloughter/relx_3.16.0
update relx to 3.16.0 to include color intesity update
9 年之前
Tristan Sloughter
73b857f6fd
update relx to 3.16.0 to include color intesity update
9 年之前
Tristan Sloughter
44ebce927f
Merge pull request #902 from project-fifo/less-color
Less color
9 年之前
Heinz N. Gies
4a5c8bc0e3
Set relx color intensity env variable
9 年之前
Heinz N. Gies
c79fe4cf1b
Use an app_env to get color intensity
9 年之前
Fred Hebert
caf4468f3b
Make lock files future-proof
Changes to how hex or packages may work in the future will necessarily
bring changes to the format of lock files.
This commit adds an optional framing for future lock files of the form:
{Version, LockList}.
<Whatever consultable attributes>
This format is supported such as the LockList is the current lockfile
contents, and will never have more information than it currently does.
Attributes can be whatever and are currently undefined.
Rebar copies will be able to:
- Keep using the core locklist (which avoids breaking the last year or
so of community libraries using rebar3)
- Warn when it runs an outdated copy in comparison to the lock file
- Automatically rewrite lock files in the format it supports
- Augment or parse files in a version-specific manner.
This changes the usage interface slightly, but is backwards *and*
forwards compatible.
9 年之前
Tristan Sloughter
b8a590cf19
Merge pull request #1048 from fauxsoup/master
Add secondary hook for rebar_prv_compile
9 年之前
Heinz N. Gies
949eafd899
Some cleanup
9 年之前