Tristan Sloughter
c36e9bf791
add test for new hook function
pirms 9 gadiem
Tristan Sloughter
3ad65d8304
in providers that don't run per app run all available hooks
pirms 9 gadiem
Tristan Sloughter
5a36764170
Merge pull request #1066 from ferd/bump-cth-readable
Bump cth_readable
pirms 9 gadiem
Fred Hebert
c1bde20297
Merge pull request #1082 from egobrain/patch-1
Fixed rebar.config shell_apps setting
pirms 9 gadiem
Yakov
cf3e4718b0
Fixed rebar.config shell_apps setting
pirms 9 gadiem
Tristan Sloughter
b9f058a32d
Merge pull request #1070 from project-fifo/hex-improvements
Hex improvements
pirms 9 gadiem
Fred Hebert
2d2b8a7c76
Merge pull request #1075 from tsloughter/plugin_override
add project_providers after initing default providers but allow overrides
pirms 9 gadiem
Tristan Sloughter
9b26c4f688
Merge pull request #1076 from project-fifo/thanks
Add me to THANKS for suffering through Tristan's code
pirms 9 gadiem
Heinz N. Gies
5f52cd8ca2
Add me to THANKS for suffering through Tristan's code
pirms 9 gadiem
Tristan Sloughter
ca64142633
add test to verify only project_plugins override providers
pirms 9 gadiem
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
pirms 9 gadiem
Tristan Sloughter
8cea177377
add project_providers after initing default providers but allow overrides
pirms 9 gadiem
Tristan Sloughter
cb0263667c
Merge pull request #1073 from ferd/shell-cookies
Support --setcookie option
pirms 9 gadiem
Fred Hebert
e95e935eaf
Support --setcookie option
Replicates `erl` behaviour.
pirms 9 gadiem
Fred Hebert
ada08b88d7
Merge pull request #1065 from tsloughter/plugin_precedence
give top level plugin providers precedence over default providers
pirms 9 gadiem
Fred Hebert
74655579c1
Bump cth_readable
The new version fixes parse transforms over OTP incompatibility that
would crash entire compile runs before.
pirms 9 gadiem
Tristan Sloughter
862486cac7
Merge pull request #1061 from ferd/future-proof-lockfiles
Make lock files future-proof
pirms 9 gadiem
Tristan Sloughter
53866e148c
give new opt project_plugins providers precedence over default providers
pirms 9 gadiem
Fred Hebert
e3437c1dfb
Merge pull request #1071 from tsloughter/upgrade_do
break up do/1 function in install_deps to make upgrade less confusing
pirms 9 gadiem
Tristan Sloughter
73475af114
break up do/1 function in install_deps to make upgrade less confusing
pirms 9 gadiem
Fred Hebert
6789123fa4
Merge pull request #1068 from tsloughter/upgrades
upgrade relx to 3.17.0
pirms 9 gadiem
Tristan Sloughter
55b69b6494
upgrade relx to 3.17.0
pirms 9 gadiem
Fred Hebert
3e008899d3
Merge pull request #1067 from tsloughter/high-colors
set default color intensity to high
pirms 9 gadiem
Tristan Sloughter
c11ba3c417
set default color intensity to high
pirms 9 gadiem
Fred Hebert
da537df361
Merge pull request #1062 from tsloughter/relx_3.16.0
update relx to 3.16.0 to include color intesity update
pirms 9 gadiem
Tristan Sloughter
73b857f6fd
update relx to 3.16.0 to include color intesity update
pirms 9 gadiem
Tristan Sloughter
44ebce927f
Merge pull request #902 from project-fifo/less-color
Less color
pirms 9 gadiem
Heinz N. Gies
4a5c8bc0e3
Set relx color intensity env variable
pirms 9 gadiem
Heinz N. Gies
c79fe4cf1b
Use an app_env to get color intensity
pirms 9 gadiem
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.
pirms 9 gadiem
Tristan Sloughter
b8a590cf19
Merge pull request #1048 from fauxsoup/master
Add secondary hook for rebar_prv_compile
pirms 9 gadiem
Heinz N. Gies
949eafd899
Some cleanup
pirms 9 gadiem
Zachary Hueras
edd032c5f5
Include hook for app compilation
pirms 9 gadiem
Heinz N. Gies
2f563041cb
Merge master
pirms 9 gadiem
Fred Hebert
7fab47dfa0
Merge pull request #1053 from tsloughter/master
upgrade relx to 3.15.0
pirms 9 gadiem
Tristan Sloughter
a7bdffaa07
Merge pull request #1041 from lrascao/fix/relx_overlay_vars
Add test case for relx overlay vars
pirms 9 gadiem
Tristan Sloughter
ff434b3df1
Merge pull request #1047 from fishcakez/dialyzer_unknown
Ignore unknown warning when dialyzer < 2.8
pirms 9 gadiem
Tristan Sloughter
89b4d4a866
upgrade relx to 3.15.0
pirms 9 gadiem
Luis Rascao
f60c522cdc
Add test case for relx overlay vars
Makes use of several var types: integers,
strings, binaries, binary strings and tuples.
pirms 9 gadiem
Fred Hebert
9e1abdbd32
Merge pull request #1050 from tsloughter/master
check top level config for minimum or blacklisted otps at start
pirms 9 gadiem
Tristan Sloughter
270066c296
check top level config for minimum or blacklisted otps at start
pirms 9 gadiem
Zachary Hueras
61ce3eaa3e
Add secondary hook for rebar_prv_compile
erlc_compile, for before/after compiling .erls to
.beams, but before .app.src to .app
pirms 9 gadiem
James Fish
b1c6c2fccf
Ignore unknown warning when dialyzer < 2.8
pirms 9 gadiem
Fred Hebert
a229a21ffb
Merge pull request #1046 from tsloughter/user-agent
add user-agent to http request headers
pirms 9 gadiem
Tristan Sloughter
9cf84e5379
add user-agent to http request headers
pirms 9 gadiem
Fred Hebert
fceda51999
Merge pull request #1045 from tsloughter/master
don't lose overrides in an app when installing plugins it uses
pirms 9 gadiem
Tristan Sloughter
c4aaff7a06
don't lose overrides in an app when installing plugins it uses'
pirms 9 gadiem
Tristan Sloughter
3522c929f9
Merge pull request #1033 from tuncer/fix-shell-completion
Fix bash completion regression (cf66dfd6ba
) and make lopt strings more resilient
pirms 9 gadiem
Tristan Sloughter
aee5c19183
Merge pull request #1043 from talentdeficit/dont_strip_project_apps_during_ct
don't strip the project apps when running `ct` with just a root suite specified
pirms 9 gadiem
alisdair sullivan
7427b5f03e
fix paths for multiple app projects when running ct with no --dir argument
pirms 9 gadiem