Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #777 from tsloughter/current_app | Fred Hebert | 2015-09-05 | 3 | -5/+13 | |
|\ \ \ \ | | | | | | | | | | | add current_app attribute for setting before calling hooks | |||||
| * | | | | add current_app attribute for setting before calling hooks | Tristan Sloughter | 2015-09-04 | 3 | -5/+13 | |
| | | | | | ||||||
* | | | | | Merge pull request #775 from tsloughter/checkout_pkg_dep | Fred Hebert | 2015-09-05 | 1 | -27/+38 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix #744: Allow _checkouts dep to override pkg dep not in registry | |||||
| * | | | | support _checkouts overriding package dep that doesn't exist in registry | Tristan Sloughter | 2015-09-03 | 1 | -27/+38 | |
|/ / / / | ||||||
* | | | | Merge pull request #760 from tsloughter/app_info_state | Fred Hebert | 2015-09-03 | 20 | -514/+628 | |
|\ \ \ \ | |_|/ / |/| | | | move state into app_info | |||||
| * | | | move otp version verification to a single app_info function | Tristan Sloughter | 2015-09-01 | 3 | -4/+9 | |
| | | | | ||||||
| * | | | move opts functions to new module rebar_opts | Tristan Sloughter | 2015-09-01 | 8 | -172/+179 | |
| | | | | ||||||
| * | | | remove overrides element from state record | Tristan Sloughter | 2015-09-01 | 3 | -17/+3 | |
| | | | | ||||||
| * | | | more cleanup | Tristan Sloughter | 2015-08-31 | 8 | -62/+45 | |
| | | | | ||||||
| * | | | more cleanup of old state usage | Tristan Sloughter | 2015-08-31 | 1 | -23/+20 | |
| | | | | ||||||
| * | | | fixes for overrides of deps | Tristan Sloughter | 2015-08-31 | 3 | -7/+7 | |
| | | | | ||||||
| * | | | update use of hooks and plugins with state in app_info | Tristan Sloughter | 2015-08-31 | 10 | -237/+162 | |
| | | | | ||||||
| * | | | build on already created AppInfo instead of having to do copy | Tristan Sloughter | 2015-08-31 | 7 | -142/+125 | |
| | | | | ||||||
| * | | | fix erl_opts to not be inherited | Tristan Sloughter | 2015-08-31 | 1 | -6/+6 | |
| | | | | ||||||
| * | | | remove state record from app_info record | Tristan Sloughter | 2015-08-31 | 8 | -45/+12 | |
| | | | | ||||||
| * | | | wip: move state into app_info | Tristan Sloughter | 2015-08-31 | 15 | -186/+447 | |
| | | | | ||||||
* | | | | Merge pull request #774 from rebar/revert-773-revert-771-delay_pkg_load | Fred Hebert | 2015-09-02 | 4 | -7/+7 | |
|\ \ \ \ | | | | | | | | | | | Revert "Revert "only load packages when needed"" | |||||
| * | | | | Revert "Revert "only load packages when needed"" | Fred Hebert | 2015-09-02 | 4 | -7/+7 | |
|/ / / / | ||||||
* | | | | Merge pull request #773 from rebar/revert-771-delay_pkg_load | Fred Hebert | 2015-09-02 | 4 | -7/+7 | |
|\ \ \ \ | | | | | | | | | | | Revert "only load packages when needed" | |||||
| * | | | | Revert "only load packages when needed" | Fred Hebert | 2015-09-02 | 4 | -7/+7 | |
|/ / / / | ||||||
* | | | | Merge pull request #771 from tsloughter/delay_pkg_load | Fred Hebert | 2015-09-02 | 4 | -7/+7 | |
|\ \ \ \ | |_|/ / |/| | | | only load packages when needed | |||||
| * | | | only load packages when needed | Tristan Sloughter | 2015-09-02 | 4 | -7/+7 | |
|/ / / | ||||||
* | | | Merge pull request #762 from ferd/explicit-cache-paths | Tristan Sloughter | 2015-09-01 | 1 | -1/+3 | |
|\ \ \ | | | | | | | | | Displays package caching actions | |||||
| * | | | Displays package caching actions | Fred Hebert | 2015-08-31 | 1 | -1/+3 | |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it obvious where packages are cached and when the cache is being reused. Messages are of the form: ===> Fetching recon ({pkg,<<"recon">>,<<"2.2.0">>}) ===> Downloaded package, caching as $HOME/.cache/rebar3/hex/default/packages/recon-2.2.0.tar and ===> Fetching recon ({pkg,<<"recon">>,<<"2.2.0">>}) ===> Version cached at $HOME/.cache/rebar3/hex/default/packages/recon-2.2.0.tar is up to date, reusing it | |||||
* | | | Merge pull request #767 from tsloughter/tree_unicode | Fred Hebert | 2015-08-31 | 1 | -4/+5 | |
|\ \ \ | |_|/ |/| | | use ~ts for unicode output and reset encoding to latin1 | |||||
| * | | use ~ts for unicode output and reset encoding to latin1 | Tristan Sloughter | 2015-08-31 | 1 | -4/+5 | |
|/ / | ||||||
* | | Merge pull request #766 from project-fifo/utf8-tree | Tristan Sloughter | 2015-08-31 | 1 | -10/+16 | |
|\ \ | | | | | | | Utf8 tree | |||||
| * | | utf8 tree | Heinz N. Gies | 2015-08-31 | 1 | -8/+9 | |
| | | | ||||||
| * | | Removed extra | for last element in tree | Heinz N. Gies | 2015-08-31 | 1 | -9/+14 | |
|/ / | ||||||
* | | Merge pull request #759 from tsloughter/dep_tree_fix | Fred Hebert | 2015-08-30 | 1 | -1/+1 | |
|\ \ | | | | | | | set parent on already fetched apps so tree works | |||||
| * | | set parent on already fetched apps so tree works | Tristan Sloughter | 2015-08-29 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #757 from ferd/use-raw-encoding | Tristan Sloughter | 2015-08-29 | 1 | -2/+2 | |
|\ \ | |/ |/| | Use raw bytestream when writing files | |||||
| * | Use raw bytestream when writing files | Fred Hebert | 2015-08-29 | 1 | -2/+2 | |
|/ | | | | | | | This patch forces write_file_if_contents_differ/2 to use raw bytes as when writing files. This fixes an issue where UTF-8 characters are processed and written back as ISO-8859-1 into the file, which makes it impossible to use UTF-8 characters in .app.src files. | |||||
* | Bump to beta-2 | Fred Hebert | 2015-08-27 | 2 | -2/+2 | |
| | ||||||
* | Merge pull request #755 from tsloughter/master | Fred Hebert | 2015-08-27 | 2 | -7/+2 | |
|\ | | | | | remove replacement of home dir with ~ in update output | |||||
| * | remove replacement of home dir with ~ in update output | Tristan Sloughter | 2015-08-26 | 2 | -7/+2 | |
|/ | ||||||
* | Merge pull request #753 from talentdeficit/ct_persistent_fail_fix | Tristan Sloughter | 2015-08-26 | 1 | -2/+4 | |
|\ | | | | | symlink ct test dirs rather than copy | |||||
| * | symlink ct test dirs rather than copy | alisdair sullivan | 2015-08-26 | 1 | -2/+4 | |
|/ | ||||||
* | Merge pull request #716 from talentdeficit/eunit_file_arg | Fred Hebert | 2015-08-27 | 2 | -7/+89 | |
|\ | | | | | add support for `rebar3 eunit --file=...' | |||||
| * | improve `--help' documentation for eunit provider | alisdair sullivan | 2015-08-16 | 1 | -5/+5 | |
| | | ||||||
| * | add support for `rebar3 eunit --file=...' | alisdair sullivan | 2015-08-15 | 2 | -5/+87 | |
| | | ||||||
* | | Merge pull request #748 from tsloughter/pkg_attribute | Fred Hebert | 2015-08-27 | 9 | -82/+236 | |
|\ \ | | | | | | | support pkg attribute on dep to declare package name different from app name | |||||
| * | | Basic package aliasing tests | Fred Hebert | 2015-08-26 | 2 | -1/+145 | |
| | | | ||||||
| * | | simplify package dep parsing and handling | Tristan Sloughter | 2015-08-25 | 6 | -103/+77 | |
| | | | ||||||
| * | | support pkg attribute on dep to declare package name different from app name | Tristan Sloughter | 2015-08-23 | 3 | -6/+42 | |
| | | | ||||||
* | | | Merge pull request #752 from tsloughter/master | Tristan Sloughter | 2015-08-25 | 2 | -4/+4 | |
|\ \ \ | | | | | | | | | upgrade relx and bbmustache | |||||
| * | | | upgrade relx and bbmustache | Tristan Sloughter | 2015-08-25 | 2 | -4/+4 | |
|/ / / | ||||||
* | | | Merge pull request #751 from tsloughter/pkgs_prv_fix | Fred Hebert | 2015-08-25 | 2 | -4/+18 | |
|\ \ \ | | | | | | | | | fix pkgs provider output for new package index format | |||||
| * | | | fix pkgs provider output for new package index format | Tristan Sloughter | 2015-08-24 | 2 | -4/+18 | |
| |/ / | ||||||
* | | | Merge pull request #747 from tsloughter/rm_top_level | Fred Hebert | 2015-08-24 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | don't error on upgrade if user removes top level dep |