Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix rebar3 dialyzer warnings | Fred Hebert | 2016-11-19 | 1 | -1/+1 |
| | | | | Some tricky changes in there but should be okay | ||||
* | Support package hashes in structure and lockfile | Fred Hebert | 2016-05-24 | 1 | -1/+1 |
| | | | | | | | | | - the internal representation for package locks moves from `{Name, {pkg, PkgName, Vsn}, Lvl}` to `{Name, {pkg, PkgName, Vsn, Hash}, Lvl}` - the internal representation for packages moves from `{pkg, PkgName, Vsn}` to `{pkg, PkgName, Vsn, Hash}` - the hash can be `undefined`, meaning no check will be done - no checking is done yet. | ||||
* | track parent app of deps and add tree provider to display the relations | Tristan Sloughter | 2015-08-15 | 1 | -31/+6 |
| | |||||
* | install package deps in same level/profile order as src deps | Tristan Sloughter | 2015-08-13 | 1 | -1/+2 |
| | |||||
* | fix dialyzer warnings, except 'no local return' warnings | Tristan Sloughter | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -6/+29 |
| | |||||
* | fix bareness issues | Fred Hebert | 2015-05-31 | 1 | -1/+1 |
| | | | | | | - Crashes in providers lib when no providers in a namespace are bare - Making sure bareness matches semantics; i.e. a bare provider is visible, a non-bare provider is hidden. | ||||
* | make deps task listed in help and update zsh/bash completions | Tristan Sloughter | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | Use resource handlers to deal with deps/semver | Fred Hebert | 2015-05-05 | 1 | -20/+6 |
| | |||||
* | Fix dupes in deps provider, support atom pkgs | Fred Hebert | 2015-05-04 | 1 | -48/+45 |
| | | | | | | | | | | | | | | Whenever files were being locked *and* provided in rebar.config duplicates could be printed. This is taken care of. Also whenever atom packages were being used, they would cause the merge step to fail. The new format does proper name-based deduplication of resources, giving priority to locks to work. ModificatioN/needs-update support is still in. This may also act as a fix for #341, if automation isn't required too much. | ||||
* | move resource modules list to rebar_state, no longer static | Tristan Sloughter | 2015-04-04 | 1 | -3/+3 |
| | |||||
* | Fix dialyzer warnings | James Fish | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | update all examples in providers to use rebar3 | Tristan Sloughter | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | Fix crash on non-git source deps in deps provider | Fred Hebert | 2015-02-25 | 1 | -1/+1 |
| | | | | The 'element(1, ..)' guard would always fail and cause crashes. | ||||
* | Initial `deps` command | Fred Hebert | 2015-02-16 | 1 | -1/+69 |
| | |||||
* | move back to using format_error/1 | Tristan Sloughter | 2014-11-09 | 1 | -4/+4 |
| | |||||
* | add format_error/2 provider callback to providers | Tristan Sloughter | 2014-10-22 | 1 | -1/+6 |
| | |||||
* | move providers to separate app | Tristan Sloughter | 2014-10-03 | 1 | -9/+9 |
| | |||||
* | return error messages from providers | Tristan Sloughter | 2014-09-27 | 1 | -1/+1 |
| | |||||
* | reworking of help display and parse of commands | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | improved dep handling and add package list task | Tristan Sloughter | 2014-08-24 | 1 | -220/+4 |
| | |||||
* | use dict for deps | Tristan Sloughter | 2014-08-23 | 1 | -90/+115 |
| | |||||
* | fix fetch name log | Tristan Sloughter | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | fix state of rebar for building deps | Tristan Sloughter | 2014-08-23 | 1 | -2/+8 |
| | |||||
* | simplify dep download and building | Tristan Sloughter | 2014-08-23 | 1 | -12/+7 |
| | |||||
* | rename deps provider | Tristan Sloughter | 2014-08-23 | 1 | -0/+252 |