Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace noinput with noshell so providers that ask for input work | Tristan Sloughter | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | parse versions in deps tree output and support checkouts | Tristan Sloughter | 2015-09-12 | 2 | -3/+8 |
| | |||||
* | cover compile beams compiled for ct/eunit seperately from beams compiled ↵ | alisdair sullivan | 2015-09-11 | 2 | -20/+20 |
| | | | | | | otherwise fixes #788 | ||||
* | check checksum of rebar3 download in local_upgrade provider | Tristan Sloughter | 2015-09-10 | 2 | -4/+15 |
| | |||||
* | fix rebar3 url for upgrade | Tristan Sloughter | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #784 from tsloughter/extract | Fred Hebert | 2015-09-10 | 5 | -4/+201 |
|\ | | | | | add 'local install' and 'local upgrade' | ||||
| * | update completions and docs for command unstable install and upgrade | Tristan Sloughter | 2015-09-10 | 2 | -2/+2 |
| | | |||||
| * | move local install/upgrade to 'unstable install/upgrade' and print error if ↵ | Tristan Sloughter | 2015-09-10 | 2 | -20/+34 |
| | | | | | | | | windows | ||||
| * | add providers 'local upgrade' and 'local install' for installing/upgrading | Tristan Sloughter | 2015-09-07 | 5 | -4/+187 |
| | | |||||
* | | fix dialyzer warnings | Tristan Sloughter | 2015-09-09 | 7 | -13/+11 |
| | | |||||
* | | fix run_all_hooks call for ct provider, no need to pass appinfo | Tristan Sloughter | 2015-09-08 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #761 from talentdeficit/rebar_path | Tristan Sloughter | 2015-09-07 | 2 | -0/+128 |
|\ | | | | | `rebar3 path' provider | ||||
| * | shell completions for `rebar3 path' | alisdair sullivan | 2015-09-07 | 1 | -5/+5 |
| | | |||||
| * | default to `ebin' for `rebar3 path' command and use single space | alisdair sullivan | 2015-08-31 | 1 | -14/+18 |
| | | | | | | | | as default seperator | ||||
| * | `rebar3 path' provider | alisdair sullivan | 2015-08-29 | 2 | -0/+124 |
| | | | | | | | | prints requested paths to stdout based on current profile | ||||
* | | fix plugins porvider use of rebar_dir | Tristan Sloughter | 2015-09-06 | 1 | -1/+1 |
| | | |||||
* | | support updating of per app info by hooks | Tristan Sloughter | 2015-09-06 | 3 | -23/+25 |
| | | |||||
* | | hooks/artifacts are always run/resolved from an app unless at top of umbrella | Tristan Sloughter | 2015-09-06 | 7 | -32/+40 |
| | | |||||
* | | Merge pull request #769 from surik/cover_spec_option | Fred Hebert | 2015-09-05 | 1 | -0/+2 |
|\ \ | | | | | | | Fix cover_spec options for ct | ||||
| * | | Fix cover_spec options for ct | Yury Gargay | 2015-09-03 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #772 from tsloughter/eunit_fix | Fred Hebert | 2015-09-05 | 1 | -1/+6 |
|\ \ \ | | | | | | | | | delete and prepend code path instead of replacing, fixes #770 | ||||
| * | | | delete and prepend code path instead of replacing, fixes #770 | Tristan Sloughter | 2015-09-02 | 1 | -1/+6 |
| | | | | |||||
* | | | | 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 |
| | | | | | |||||
* | | | | | 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 | 17 | -485/+600 |
|\ \ \ \ | |_|/ / |/| | | | 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 | 7 | -43/+11 |
| | | | | |||||
| * | | | wip: move state into app_info | Tristan Sloughter | 2015-08-31 | 13 | -159/+420 |
| | | | | |||||
* | | | | Revert "Revert "only load packages when needed"" | Fred Hebert | 2015-09-02 | 3 | -6/+6 |
| | | | | |||||
* | | | | Revert "only load packages when needed" | Fred Hebert | 2015-09-02 | 3 | -6/+6 |
| | | | | |||||
* | | | | only load packages when needed | Tristan Sloughter | 2015-09-02 | 3 | -6/+6 |
| |/ / |/| | | |||||
* | | | 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 | ||||
* | | | use ~ts for unicode output and reset encoding to latin1 | Tristan Sloughter | 2015-08-31 | 1 | -4/+5 |
| |/ |/| | |||||
* | | 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 |
| |/ | |||||
* | | 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 | 1 | -1/+1 |
| | |||||
* | remove replacement of home dir with ~ in update output | Tristan Sloughter | 2015-08-26 | 2 | -7/+2 |
| |