| Commit message (Expand) | Author | Age | Files | Lines |
* | fix for mix projects that don't have app.src files (#1964) | Tristan Sloughter | 2018-11-30 | 1 | -1/+4 |
* | fix resolving versions from vcs (#1915) | Tristan Sloughter | 2018-10-14 | 1 | -5/+5 |
* | compiler behaviour (#1893) | Tristan Sloughter | 2018-10-05 | 1 | -6/+37 |
* | properly support top level app erl_opts from REBAR_CONFIG os var (#1889) | Tristan Sloughter | 2018-09-21 | 1 | -3/+11 |
* | support for hex v2, multiple repository fetching, private organizations (#1884) | Tristan Sloughter | 2018-09-13 | 1 | -28/+42 |
* | Fix various Dialyzer warnings | Fred Hebert | 2018-04-20 | 1 | -1/+1 |
* | Normalize return values of app_info data | Fred Hebert | 2017-10-04 | 1 | -4/+11 |
* | Unicode support in all the places | Fred Hebert | 2017-08-06 | 1 | -27/+27 |
* | Fix default .app.src file for rebar_app_info | Fred Hebert | 2017-02-24 | 1 | -7/+6 |
* | Type specifications and edocs improvements | Fred Hebert | 2016-11-27 | 1 | -16/+115 |
* | Fix rebar3 dialyzer warnings | Fred Hebert | 2016-11-19 | 1 | -3/+3 |
* | Make lock files future-proof | Fred Hebert | 2016-02-16 | 1 | -4/+4 |
* | Plugin templates enabled | Fred Hebert | 2015-12-19 | 1 | -0/+5 |
* | fix dialyzer warnings | Tristan Sloughter | 2015-09-27 | 1 | -3/+3 |
* | handle case that upgraded app no longer has .app.src file | Tristan Sloughter | 2015-09-20 | 1 | -0/+4 |
* | hooks/artifacts are always run/resolved from an app unless at top of umbrella | Tristan Sloughter | 2015-09-06 | 1 | -7/+11 |
* | move otp version verification to a single app_info function | Tristan Sloughter | 2015-09-01 | 1 | -0/+5 |
* | move opts functions to new module rebar_opts | Tristan Sloughter | 2015-09-01 | 1 | -4/+4 |
* | update use of hooks and plugins with state in app_info | Tristan Sloughter | 2015-08-31 | 1 | -96/+9 |
* | build on already created AppInfo instead of having to do copy | Tristan Sloughter | 2015-08-31 | 1 | -1/+6 |
* | remove state record from app_info record | Tristan Sloughter | 2015-08-31 | 1 | -31/+0 |
* | wip: move state into app_info | Tristan Sloughter | 2015-08-31 | 1 | -3/+237 |
* | simplify package dep parsing and handling | Tristan Sloughter | 2015-08-25 | 1 | -2/+14 |
* | this patch treats pkg and src deps as equals, so level decides winner | Tristan Sloughter | 2015-08-21 | 1 | -1/+12 |
* | track parent app of deps and add tree provider to display the relations | Tristan Sloughter | 2015-08-15 | 1 | -0/+10 |
* | include app.src.script in app discover and always use if available | Tristan Sloughter | 2015-07-26 | 1 | -0/+19 |
* | add config option artifacts | Tristan Sloughter | 2015-06-02 | 1 | -2/+3 |
* | move handling of undefined app state to function | Tristan Sloughter | 2015-05-22 | 1 | -0/+9 |
* | have .app.src take precedence over .app file | Tristan Sloughter | 2015-05-22 | 1 | -7/+15 |
* | print and format error message for bad .app files and all bad configs | Tristan Sloughter | 2015-05-22 | 1 | -6/+1 |
* | only update, when not in explicit upgrade, locks if out of date | Tristan Sloughter | 2015-05-21 | 1 | -15/+26 |
* | read in application details into app_info after fetch | Tristan Sloughter | 2015-04-24 | 1 | -0/+13 |
* | support for 18.0+ | Tristan Sloughter | 2015-04-23 | 1 | -1/+1 |
* | Merge pull request #283 from fishcakez/dial_warns | Fred Hebert | 2015-03-25 | 1 | -1/+1 |
|\ |
|
| * | Fix dialyzer warnings | James Fish | 2015-03-18 | 1 | -1/+1 |
* | | treat _checkouts as deps that are always compiled | Tristan Sloughter | 2015-03-21 | 1 | -0/+11 |
|/ |
|
* | copy project apps to deps output dir for compilation | Tristan Sloughter | 2015-02-28 | 1 | -4/+20 |
* | consolidate app validation and exist checks | Tristan Sloughter | 2015-02-22 | 1 | -1/+1 |
* | replace package management with hex.pm | Tristan Sloughter | 2015-02-17 | 1 | -3/+3 |
* | fix find_apps when searching for invalid apps | Tristan Sloughter | 2015-02-02 | 1 | -4/+4 |
* | app_info:valid needs to return a boolean and not throw an exception | Tristan Sloughter | 2015-01-27 | 1 | -1/+6 |
* | replace single profile atom in providers with list of profiles | Tristan Sloughter | 2015-01-11 | 1 | -9/+9 |
* | overrides working except for transitive dep inheritance with lock file | Tristan Sloughter | 2014-12-30 | 1 | -0/+11 |
* | rewrite profiles | Tristan Sloughter | 2014-12-16 | 1 | -0/+11 |
* | add applications field to app_info to track all deps of an application | Tristan Sloughter | 2014-11-19 | 1 | -0/+11 |
* | wip: upgrade pkg deps | Tristan Sloughter | 2014-11-02 | 1 | -1/+1 |
* | dialyzer fixes | Tristan Sloughter | 2014-10-18 | 1 | -11/+6 |
* | fixed up a few unknown types | Tristan Sloughter | 2014-09-21 | 1 | -11/+11 |
* | down to last 2 dialyzer errors | Tristan Sloughter | 2014-09-21 | 1 | -3/+3 |
* | more dialyzer fun. no likey opaque types | Tristan Sloughter | 2014-09-21 | 1 | -2/+2 |