summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #700 from zugolosian/rewrite_parse_git_urlFred Hebert2015-08-171-14/+21
|\ \ | | | | | | Modify parse_git_url to be more generic
| * | Modify parse_git_url to be more genericDavid Leach2015-08-111-14/+21
| | | | | | | | | | | | | | | | | | Changes parse_git url function to use Using RFC3986 standard to validate git uri instead of matching strings in function head. Also accepts scp style syntax for parsing.
* | | Merge pull request #718 from tsloughter/ferd-add-mixed-deps-testsFred Hebert2015-08-1714-177/+444
|\ \ \ | | | | | | | | Ferd add mixed deps tests
| * | | small refactorings per Fred commentsTristan Sloughter2015-08-172-15/+16
| | | |
| * | | remove commented out codeTristan Sloughter2015-08-171-3/+0
| | | |
| * | | use correct rebar_state for a dep, not the top level stateTristan Sloughter2015-08-163-17/+9
| | | |
| * | | handle new tests for mix package types (git/pkg)Tristan Sloughter2015-08-164-94/+111
| | | |
| * | | Merge branch 'add-mixed-deps-tests' of https://github.com/ferd/rebar3 into ↵Tristan Sloughter2015-08-168-92/+287
| |\ \ \ | | | | | | | | | | | | | | | ferd-add-mixed-deps-tests
| | * | | All dep overrides in packages are blockedFred Hebert2015-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | Just rework the error message.
| | * | | Review rule about dep prioritiesFred Hebert2015-08-161-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 installsFred Hebert2015-08-168-92/+286
| | | | | | | | | | | | | | | | | | | | | | | | | Requires a rework of other test suites using the same dep-handling mechanism.
| * | | | track the parent of umbrella app dependenciesTristan Sloughter2015-08-164-27/+92
| |/ / /
* | | | Merge pull request #720 from pvmart/masterFred Hebert2015-08-173-15/+22
|\ \ \ \ | |/ / / |/| | | fix leaking ets tables caused by digraphs
| * | | fix leaking ets tables caused by digraphspvmart2015-08-173-15/+22
|/ / /
* | | Merge pull request #712 from tsloughter/tree_providerTristan Sloughter2015-08-1510-142/+203
|\ \ \ | | | | | | | | Tree provider
| * | | track parent app of deps and add tree provider to display the relationsTristan Sloughter2015-08-1510-142/+203
|/ / /
* | | Merge pull request #706 from tsloughter/pkg_deps_orderTristan Sloughter2015-08-157-110/+162
|\ \ \ | |_|/ |/| | install package deps in same level/profile order as src deps
| * | update lock tests to not expect lock for non-default profile runTristan Sloughter2015-08-131-3/+12
| | |
| * | only lock when running in the default profileTristan Sloughter2015-08-131-10/+16
| | |
| * | install package deps in same level/profile order as src depsTristan Sloughter2015-08-136-98/+135
| | |
* | | Merge pull request #708 from tsloughter/dialyzeringFred Hebert2015-08-134-3/+10
|\ \ \ | | | | | | | | Dialyzering
| * \ \ Merge pull request #3 from fishcakez/dial_unknownTristan Sloughter2015-08-134-3/+10
| |\ \ \ | | | | | | | | | | Fix some unknown functions/types dialyzer warnings
| | * | | Fix some unknown functions/types dialyzer warningsJames Fish2015-08-094-3/+10
| |/ / /
* | | | Merge pull request #705 from tsloughter/travis_get_depsFred Hebert2015-08-131-0/+1
|\ \ \ \ | |_|/ / |/| | | don't run rebar2 get-deps in travis
| * | | don't run rebar2 get-deps in travisTristan Sloughter2015-08-121-0/+1
| | |/ | |/|
* | | Merge pull request #696 from tsloughter/dialyzeringTristan Sloughter2015-08-1213-51/+45
|\ \ \ | |/ / |/| / | |/ fix dialyzer warnings, except 'no local return' warnings
| * fix no_return warningsTristan Sloughter2015-08-084-1/+10
| |
| * fix dialyzer warnings, except 'no local return' warningsTristan Sloughter2015-08-0811-51/+36
|/
* Merge pull request #691 from ferd/detect-missing-epmdTristan Sloughter2015-08-061-2/+8
|\ | | | | Detect missing EPMD, error, fallback and advise.
| * Detect missing EPMD, error, fallback and advise.Fred Hebert2015-08-051-2/+8
|/
* Merge pull request #610 from tsloughter/deps_treeFred Hebert2015-08-046-32/+120
|\ | | | | add tree option to deps command that prints pkg deps tree
| * add to deps tree help message that only packages are supportedTristan Sloughter2015-08-031-1/+1
| |
| * add tree option to deps command that prints pkg deps treeTristan Sloughter2015-08-036-32/+120
|/
* Merge pull request #682 from tsloughter/upgrade_lock_depFred Hebert2015-08-034-22/+30
|\ | | | | upgrade depends on the lock provider and lock prv sets state
| * upgrade depends on the lock provider and lock prv sets stateTristan Sloughter2015-08-024-22/+30
| |
* | Merge pull request #686 from seancribbs/patch-1Fred Hebert2015-08-031-1/+1
|\ \ | |/ |/| Fix description in "rebar3 new"
| * Fix description in "rebar3 new"Sean Cribbs2015-08-031-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_levelTristan Sloughter2015-08-012-12/+13
|\ | | | | keep correct Level for pkg deps of scm deps
| * keep correct Level for pkg deps of scm depsTristan Sloughter2015-08-012-12/+13
| |
* | Merge pull request #669 from tsloughter/upgrade_default_depsFred Hebert2015-08-012-3/+3
|\ \ | | | | | | only use upgrade on default deps
| * | only use upgrade on default depsTristan Sloughter2015-08-012-3/+3
| | |
* | | Merge pull request #677 from joedevivo/masterTristan Sloughter2015-07-311-0/+161
|\ \ \ | | | | | | | | basic 🐟 completions
| * | | basic fish completionsJoe DeVivo2015-07-311-0/+161
|/ / /
* | | Merge pull request #673 from tsloughter/sort_vsnsFred Hebert2015-07-301-1/+5
|\ \ \ | | |/ | |/| sort versions of packages in `rebar3 pkgs` output
| * | sort versions of packages when printingTristan Sloughter2015-07-301-1/+5
| |/
* | Merge pull request #652 from tsloughter/escape_andFred Hebert2015-07-291-3/+3
|\ \ | | | | | | escape & in paths
| * | add ; to escaped chars in pathTristan Sloughter2015-07-281-3/+3
| | |
| * | escape & in pathsTristan Sloughter2015-07-261-3/+3
| | |
* | | Merge pull request #667 from tsloughter/clean_allFred Hebert2015-07-292-3/+37
|\ \ \ | | | | | | | | fix find of deps for clean all
| * | | add test for clean --allTristan Sloughter2015-07-281-2/+36
| | | |