Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #718 from tsloughter/ferd-add-mixed-deps-tests | Fred Hebert | 2015-08-17 | 14 | -177/+444 | |
|\ \ \ | | | | | | | | | Ferd add mixed deps tests | |||||
| * | | | small refactorings per Fred comments | Tristan Sloughter | 2015-08-17 | 2 | -15/+16 | |
| | | | | ||||||
| * | | | remove commented out code | Tristan Sloughter | 2015-08-17 | 1 | -3/+0 | |
| | | | | ||||||
| * | | | use correct rebar_state for a dep, not the top level state | Tristan Sloughter | 2015-08-16 | 3 | -17/+9 | |
| | | | | ||||||
| * | | | handle new tests for mix package types (git/pkg) | Tristan Sloughter | 2015-08-16 | 4 | -94/+111 | |
| | | | | ||||||
| * | | | Merge branch 'add-mixed-deps-tests' of https://github.com/ferd/rebar3 into ↵ | Tristan Sloughter | 2015-08-16 | 8 | -92/+287 | |
| |\ \ \ | | | | | | | | | | | | | | | | ferd-add-mixed-deps-tests | |||||
| | * | | | All dep overrides in packages are blocked | Fred Hebert | 2015-08-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Just rework the error message. | |||||
| | * | | | Review rule about dep priorities | Fred Hebert | 2015-08-16 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | On a single app's dep list, the first noted wins if there's a duplicate between packages and sources, rather than favoring source there anyway. | |||||
| | * | | | Add tests for mixed deps installs | Fred Hebert | 2015-08-16 | 8 | -92/+286 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Requires a rework of other test suites using the same dep-handling mechanism. | |||||
| * | | | | track the parent of umbrella app dependencies | Tristan Sloughter | 2015-08-16 | 4 | -27/+92 | |
| |/ / / | ||||||
* | | | | Merge pull request #720 from pvmart/master | Fred Hebert | 2015-08-17 | 3 | -15/+22 | |
|\ \ \ \ | |/ / / |/| | | | fix leaking ets tables caused by digraphs | |||||
| * | | | fix leaking ets tables caused by digraphs | pvmart | 2015-08-17 | 3 | -15/+22 | |
|/ / / | ||||||
* | | | Merge pull request #712 from tsloughter/tree_provider | Tristan Sloughter | 2015-08-15 | 10 | -142/+203 | |
|\ \ \ | | | | | | | | | Tree provider | |||||
| * | | | track parent app of deps and add tree provider to display the relations | Tristan Sloughter | 2015-08-15 | 10 | -142/+203 | |
|/ / / | ||||||
* | | | Merge pull request #706 from tsloughter/pkg_deps_order | Tristan Sloughter | 2015-08-15 | 7 | -110/+162 | |
|\ \ \ | |_|/ |/| | | install package deps in same level/profile order as src deps | |||||
| * | | update lock tests to not expect lock for non-default profile run | Tristan Sloughter | 2015-08-13 | 1 | -3/+12 | |
| | | | ||||||
| * | | only lock when running in the default profile | Tristan Sloughter | 2015-08-13 | 1 | -10/+16 | |
| | | | ||||||
| * | | install package deps in same level/profile order as src deps | Tristan Sloughter | 2015-08-13 | 6 | -98/+135 | |
| | | | ||||||
* | | | Merge pull request #708 from tsloughter/dialyzering | Fred Hebert | 2015-08-13 | 4 | -3/+10 | |
|\ \ \ | | | | | | | | | Dialyzering | |||||
| * \ \ | Merge pull request #3 from fishcakez/dial_unknown | Tristan Sloughter | 2015-08-13 | 4 | -3/+10 | |
| |\ \ \ | | | | | | | | | | | Fix some unknown functions/types dialyzer warnings | |||||
| | * | | | Fix some unknown functions/types dialyzer warnings | James Fish | 2015-08-09 | 4 | -3/+10 | |
| |/ / / | ||||||
* | | | | Merge pull request #705 from tsloughter/travis_get_deps | Fred Hebert | 2015-08-13 | 1 | -0/+1 | |
|\ \ \ \ | |_|/ / |/| | | | don't run rebar2 get-deps in travis | |||||
| * | | | don't run rebar2 get-deps in travis | Tristan Sloughter | 2015-08-12 | 1 | -0/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #696 from tsloughter/dialyzering | Tristan Sloughter | 2015-08-12 | 13 | -51/+45 | |
|\ \ \ | |/ / |/| / | |/ | fix dialyzer warnings, except 'no local return' warnings | |||||
| * | fix no_return warnings | Tristan Sloughter | 2015-08-08 | 4 | -1/+10 | |
| | | ||||||
| * | fix dialyzer warnings, except 'no local return' warnings | Tristan Sloughter | 2015-08-08 | 11 | -51/+36 | |
|/ | ||||||
* | Merge pull request #691 from ferd/detect-missing-epmd | Tristan Sloughter | 2015-08-06 | 1 | -2/+8 | |
|\ | | | | | Detect missing EPMD, error, fallback and advise. | |||||
| * | Detect missing EPMD, error, fallback and advise. | Fred Hebert | 2015-08-05 | 1 | -2/+8 | |
|/ | ||||||
* | Merge pull request #610 from tsloughter/deps_tree | Fred Hebert | 2015-08-04 | 6 | -32/+120 | |
|\ | | | | | add tree option to deps command that prints pkg deps tree | |||||
| * | add to deps tree help message that only packages are supported | Tristan Sloughter | 2015-08-03 | 1 | -1/+1 | |
| | | ||||||
| * | add tree option to deps command that prints pkg deps tree | Tristan Sloughter | 2015-08-03 | 6 | -32/+120 | |
|/ | ||||||
* | Merge pull request #682 from tsloughter/upgrade_lock_dep | Fred Hebert | 2015-08-03 | 4 | -22/+30 | |
|\ | | | | | upgrade depends on the lock provider and lock prv sets state | |||||
| * | upgrade depends on the lock provider and lock prv sets state | Tristan Sloughter | 2015-08-02 | 4 | -22/+30 | |
| | | ||||||
* | | Merge pull request #686 from seancribbs/patch-1 | Fred Hebert | 2015-08-03 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix description in "rebar3 new" | |||||
| * | Fix description in "rebar3 new" | Sean Cribbs | 2015-08-03 | 1 | -1/+1 | |
|/ | | | `template` is not a kv-style argument, but a plain argument. If you give `template=app` on the command line, you get "template not found." | |||||
* | Merge pull request #679 from tsloughter/pkg_level | Tristan Sloughter | 2015-08-01 | 2 | -12/+13 | |
|\ | | | | | keep correct Level for pkg deps of scm deps | |||||
| * | keep correct Level for pkg deps of scm deps | Tristan Sloughter | 2015-08-01 | 2 | -12/+13 | |
| | | ||||||
* | | Merge pull request #669 from tsloughter/upgrade_default_deps | Fred Hebert | 2015-08-01 | 2 | -3/+3 | |
|\ \ | | | | | | | only use upgrade on default deps | |||||
| * | | only use upgrade on default deps | Tristan Sloughter | 2015-08-01 | 2 | -3/+3 | |
| | | | ||||||
* | | | Merge pull request #677 from joedevivo/master | Tristan Sloughter | 2015-07-31 | 1 | -0/+161 | |
|\ \ \ | | | | | | | | | basic 🐟 completions | |||||
| * | | | basic fish completions | Joe DeVivo | 2015-07-31 | 1 | -0/+161 | |
|/ / / | ||||||
* | | | Merge pull request #673 from tsloughter/sort_vsns | Fred Hebert | 2015-07-30 | 1 | -1/+5 | |
|\ \ \ | | |/ | |/| | sort versions of packages in `rebar3 pkgs` output | |||||
| * | | sort versions of packages when printing | Tristan Sloughter | 2015-07-30 | 1 | -1/+5 | |
| |/ | ||||||
* | | Merge pull request #652 from tsloughter/escape_and | Fred Hebert | 2015-07-29 | 1 | -3/+3 | |
|\ \ | | | | | | | escape & in paths | |||||
| * | | add ; to escaped chars in path | Tristan Sloughter | 2015-07-28 | 1 | -3/+3 | |
| | | | ||||||
| * | | escape & in paths | Tristan Sloughter | 2015-07-26 | 1 | -3/+3 | |
| | | | ||||||
* | | | Merge pull request #667 from tsloughter/clean_all | Fred Hebert | 2015-07-29 | 2 | -3/+37 | |
|\ \ \ | | | | | | | | | fix find of deps for clean all | |||||
| * | | | add test for clean --all | Tristan Sloughter | 2015-07-28 | 1 | -2/+36 | |
| | | | | ||||||
| * | | | fix find of deps for clean all | Tristan Sloughter | 2015-07-28 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #668 from tsloughter/plugin_deps_hooks | Fred Hebert | 2015-07-29 | 1 | -1/+2 | |
|\ \ \ | |/ / |/| | | keep plugins dir as deps dir when compiling plugins+deps |