summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Add short-options to the eunit provider.Alexander Færøy2016-02-284-13/+13
|/ / / / | | | | | | | | | | | | This patch adds support for short options in the eunit provider.
* | | | Merge pull request #1091 from tsloughter/all_hooksFred Hebert2016-02-285-10/+37
|\ \ \ \ | | | | | | | | | | Run all hooks
| * | | | add test for new hook functionTristan Sloughter2016-02-281-1/+21
| | | | |
| * | | | in providers that don't run per app run all available hooksTristan Sloughter2016-02-284-9/+16
| | |/ / | |/| |
* | | | Merge pull request #1090 from tsloughter/auto_updateFred Hebert2016-02-281-7/+32
|\ \ \ \ | |/ / / |/| | | fix auto-registry update to work even when not a locked pkg-vsn
| * | | fix auto-registry update to work even when not a locked pkg-vsnTristan Sloughter2016-02-281-7/+32
|/ / /
* | | Merge pull request #1066 from ferd/bump-cth-readableTristan Sloughter2016-02-262-2/+2
|\ \ \ | | | | | | | | Bump cth_readable
| * | | Bump cth_readableFred Hebert2016-02-212-2/+2
| | | | | | | | | | | | | | | | | | | | The new version fixes parse transforms over OTP incompatibility that would crash entire compile runs before.
* | | | Merge pull request #1082 from egobrain/patch-1Fred Hebert2016-02-261-1/+1
|\ \ \ \ | | | | | | | | | | Fixed rebar.config shell_apps setting
| * | | | Fixed rebar.config shell_apps settingYakov2016-02-261-1/+1
|/ / / /
* | | | Merge pull request #1070 from project-fifo/hex-improvementsTristan Sloughter2016-02-244-44/+239
|\ \ \ \ | | | | | | | | | | Hex improvements
| * | | | Add more hex rules so they don't throw errorsHeinz N. Gies2016-02-224-44/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more version constraints Allow for any number of whitespaces after compairison opperator Improve updating and error printing Fix failing tests
* | | | | Merge pull request #1075 from tsloughter/plugin_overrideFred Hebert2016-02-226-18/+108
|\ \ \ \ \ | | | | | | | | | | | | add project_providers after initing default providers but allow overrides
| * | | | | add test to verify only project_plugins override providersTristan Sloughter2016-02-223-7/+85
| | | | | |
| * | | | | add project_providers after initing default providers but allow overridesTristan Sloughter2016-02-223-11/+23
| | | | | |
* | | | | | Merge pull request #1076 from project-fifo/thanksTristan Sloughter2016-02-221-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add me to THANKS for suffering through Tristan's code
| * | | | | Add me to THANKS for suffering through Tristan's codeHeinz N. Gies2016-02-221-1/+2
|/ / / / /
* | | | | Merge pull request #1073 from ferd/shell-cookiesTristan Sloughter2016-02-211-2/+14
|\ \ \ \ \ | | | | | | | | | | | | Support --setcookie option
| * | | | | Support --setcookie optionFred Hebert2016-02-211-2/+14
|/ / / / / | | | | | | | | | | | | | | | Replicates `erl` behaviour.
* | | | | Merge pull request #1065 from tsloughter/plugin_precedenceFred Hebert2016-02-213-8/+21
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | give top level plugin providers precedence over default providers
| * | | give new opt project_plugins providers precedence over default providersTristan Sloughter2016-02-203-8/+21
| | | |
* | | | Merge pull request #1061 from ferd/future-proof-lockfilesTristan Sloughter2016-02-216-17/+95
|\ \ \ \ | |/ / / |/| | | Make lock files future-proof
| * | | Make lock files future-proofFred Hebert2016-02-166-17/+95
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #1071 from tsloughter/upgrade_doFred Hebert2016-02-192-3/+7
|\ \ \ | | | | | | | | break up do/1 function in install_deps to make upgrade less confusing
| * | | break up do/1 function in install_deps to make upgrade less confusingTristan Sloughter2016-02-192-3/+7
|/ / /
* | | Merge pull request #1068 from tsloughter/upgradesFred Hebert2016-02-192-4/+4
|\ \ \ | | | | | | | | upgrade relx to 3.17.0
| * | | upgrade relx to 3.17.0Tristan Sloughter2016-02-192-4/+4
|/ / /
* | | Merge pull request #1067 from tsloughter/high-colorsFred Hebert2016-02-191-1/+1
|\ \ \ | | | | | | | | set default color intensity to high
| * | | set default color intensity to highTristan Sloughter2016-02-191-1/+1
| | | |
* | | | Merge pull request #1062 from tsloughter/relx_3.16.0Fred Hebert2016-02-162-2/+2
|\ \ \ \ | |/ / / | | | | update relx to 3.16.0 to include color intesity update
| * | | update relx to 3.16.0 to include color intesity updateTristan Sloughter2016-02-162-2/+2
|/ / /
* | | Merge pull request #902 from project-fifo/less-colorTristan Sloughter2016-02-162-1/+28
|\ \ \ | |/ / |/| | Less color
| * | Set relx color intensity env variableHeinz N. Gies2016-02-161-0/+2
| | |
| * | Use an app_env to get color intensityHeinz N. Gies2016-02-161-7/+17
| | |
| * | Some cleanupHeinz N. Gies2016-02-091-8/+11
| | |
| * | Merge masterHeinz N. Gies2016-02-0887-1355/+4487
| |\ \
| * | | Add 'configuration' section to READMEHeinz N. Gies2015-11-041-0/+8
| | | |
| * | | Allow switching based on env variableHeinz N. Gies2015-11-041-1/+10
| | | |
| * | | Fixed error log formatingHeinz N. Gies2015-11-011-1/+1
| | | |
| * | | Update bootstrap script to include cfHeinz N. Gies2015-11-011-0/+1
| | | |
| * | | Make output a bit more discreteHeinz N. Gies2015-11-013-5/+8
| | | |
* | | | Merge pull request #1048 from fauxsoup/masterTristan Sloughter2016-02-111-7/+14
|\ \ \ \ | |_|/ / |/| | | Add secondary hook for rebar_prv_compile
| * | | Include hook for app compilationZachary Hueras2016-02-091-4/+7
| | | |
| * | | Add secondary hook for rebar_prv_compileZachary Hueras2016-02-021-7/+11
| | | | | | | | | | | | | | | | | | | | erlc_compile, for before/after compiling .erls to .beams, but before .app.src to .app
* | | | Merge pull request #1053 from tsloughter/masterFred Hebert2016-02-052-2/+2
|\ \ \ \ | | | | | | | | | | upgrade relx to 3.15.0
| * | | | upgrade relx to 3.15.0Tristan Sloughter2016-02-052-2/+2
| | | | |
* | | | | Merge pull request #1041 from lrascao/fix/relx_overlay_varsTristan Sloughter2016-02-052-7/+65
|\ \ \ \ \ | | | | | | | | | | | | Add test case for relx overlay vars
| * | | | | Add test case for relx overlay varsLuis Rascao2016-02-052-7/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes use of several var types: integers, strings, binaries, binary strings and tuples.
* | | | | | Merge pull request #1047 from fishcakez/dialyzer_unknownTristan Sloughter2016-02-051-1/+22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Ignore unknown warning when dialyzer < 2.8
| * | | | | Ignore unknown warning when dialyzer < 2.8James Fish2016-02-021-1/+22
| | |/ / / | |/| | |