Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | error message for bad profile config | Tristan Sloughter | 2015-06-25 | 1 | -2/+12 |
| | |||||
* | plugins provider | Tristan Sloughter | 2015-06-18 | 1 | -17/+35 |
| | |||||
* | check format of config file and print the bad section in the error | Tristan Sloughter | 2015-06-18 | 1 | -9/+21 |
| | |||||
* | add config option artifacts | Tristan Sloughter | 2015-06-02 | 1 | -0/+19 |
| | |||||
* | fix for plugin installation and code paths | Tristan Sloughter | 2015-05-27 | 1 | -0/+11 |
| | |||||
* | Initialize namespace in rebar_state with default value. | Viacheslav Kovalev | 2015-05-22 | 1 | -1/+1 |
| | |||||
* | Properly initialize command parsed args in rebar state | Viacheslav V. Kovalev | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | install plugins from the global config to ~/.cache/plugins | Tristan Sloughter | 2015-05-17 | 1 | -1/+4 |
| | |||||
* | set resources to empty list if non in app env | Tristan Sloughter | 2015-05-04 | 1 | -1/+6 |
| | |||||
* | set resources of state in state initialize functions | Tristan Sloughter | 2015-05-04 | 1 | -8/+15 |
| | |||||
* | Merge branch 'master' into app-discover-profile-duplication | Viacheslav V. Kovalev | 2015-05-01 | 1 | -2/+27 |
|\ | | | | | | | | | Conflicts: test/rebar_profiles_SUITE.erl | ||||
| * | support for 18.0+ | Tristan Sloughter | 2015-04-23 | 1 | -1/+1 |
| | | |||||
| * | fix tracking of all profiles dep paths | Tristan Sloughter | 2015-04-22 | 1 | -2/+13 |
| | | |||||
| * | track and cleanup code paths for different contexts | Tristan Sloughter | 2015-04-21 | 1 | -0/+14 |
| | | |||||
* | | Revert accidentially changed formatting | Viacheslav V. Kovalev | 2015-04-22 | 1 | -0/+1 |
| | | |||||
* | | Get rid of rebar_utils:tup_umerge/2 patching | Viacheslav Kovalev | 2015-04-22 | 1 | -3/+4 |
| | | |||||
* | | Implement opts umerge deduplication | Viacheslav Kovalev | 2015-04-22 | 1 | -1/+0 |
| | | |||||
* | | Correctly deduplicate profiles when applying | Viacheslav V. Kovalev | 2015-04-21 | 1 | -11/+18 |
| | | | | | | | | | | Conflicts: src/rebar_state.erl | ||||
* | | Do not duplicate profile when applying. | Viacheslav V. Kovalev | 2015-04-19 | 1 | -1/+5 |
|/ | |||||
* | clean ups from Fred's comments | Tristan Sloughter | 2015-04-11 | 1 | -1/+1 |
| | |||||
* | store registry fetched from disk in state | Tristan Sloughter | 2015-04-11 | 1 | -1/+10 |
| | |||||
* | support single atoms for pkg deps, fetch highest version available | Tristan Sloughter | 2015-04-11 | 1 | -63/+14 |
| | |||||
* | add rebar_state:resources type specs | Tristan Sloughter | 2015-04-04 | 1 | -0/+2 |
| | |||||
* | remove old apply_hooks. now provider hooks are explicitly run | Tristan Sloughter | 2015-04-04 | 1 | -46/+9 |
| | |||||
* | move resource modules list to rebar_state, no longer static | Tristan Sloughter | 2015-04-04 | 1 | -1/+12 |
| | |||||
* | Merge pull request #283 from fishcakez/dial_warns | Fred Hebert | 2015-03-25 | 1 | -1/+1 |
|\ | | | | | Fix some dialyzer warnings | ||||
| * | Fix dialyzer warnings | James Fish | 2015-03-18 | 1 | -1/+1 |
| | | |||||
* | | Fix property merging | Fred Hebert | 2015-03-24 | 1 | -30/+38 |
| | | | | | | | | | | | | | | | | | | | | | | Much clearer semantics now. All lists are treated as proplists, meaning we want to: 1) allow duplicates (providers have to avoid them if they must) 2) preserve order of elements that compare equal (`a == {a, val}`) through a stable sort (so if `{a, b}` comes before `a`, we keep `{a, b}` first in the list 3) In two lists of attributes requiring a merge, we always give the 'new' profile a priority to override the default one. | ||||
* | | Preserve profile order on mergeable tuple/opts | Fred Hebert | 2015-03-22 | 1 | -1/+57 |
|/ | | | | | | | | | | | Rather than using the stdlib lists:umerge, we expand it to allow fuzzy matching on tuples vs. vals (`key` vs. `{key,val}`) with an overriden sort order so that two tuples or values comparing equal get a priority on the newest profile. This is a partial fix for #287 -- this current patch should be followed by a relx update to take options in order (as if they were a proplist) to complete it. | ||||
* | merge rebar config opts for parent like done for profiles | Tristan Sloughter | 2015-03-11 | 1 | -20/+29 |
| | |||||
* | store base opts after initialization of providers | Tristan Sloughter | 2015-03-06 | 1 | -0/+1 |
| | |||||
* | apply profiles and overrides for an app's opts to the base opts | Tristan Sloughter | 2015-03-05 | 1 | -2/+4 |
| | |||||
* | `add_to_profile/3` function added to `rebar_state` | alisdair sullivan | 2015-03-02 | 1 | -2/+8 |
| | |||||
* | Merge pull request #187 from tsloughter/profiles_dir | Tristan Sloughter | 2015-03-02 | 1 | -7/+9 |
|\ | | | | | make base_dir for a run include the profiles in path, link to shared dep | ||||
| * | copy project apps to deps output dir for compilation | Tristan Sloughter | 2015-02-28 | 1 | -7/+9 |
| | | |||||
* | | don't replace non-string list with empty list in profile merge | Tristan Sloughter | 2015-03-02 | 1 | -0/+7 |
|/ | |||||
* | profiles: combine lists of values for conflicting config options | Tristan Sloughter | 2015-02-24 | 1 | -3/+1 |
| | |||||
* | WIP | Fred Hebert | 2015-02-11 | 1 | -2/+6 |
| | | | | | | Test that all the correct locks are set for an upgrade run. Now to actually re-run the install deps and prove it works | ||||
* | clean up create_logic_providers function | Tristan Sloughter | 2015-02-02 | 1 | -9/+9 |
| | |||||
* | support for provider_hooks in config | Tristan Sloughter | 2015-01-31 | 1 | -19/+37 |
| | |||||
* | change `rebar_app_into` to `rebar_app_info` in typespecs | alisdair sullivan | 2015-01-08 | 1 | -3/+3 |
| | |||||
* | don't allow locked transitive dep to override higher level dep | Tristan Sloughter | 2015-01-04 | 1 | -2/+2 |
| | |||||
* | overrides working with lock except in case of adding to config after lock | Tristan Sloughter | 2015-01-01 | 1 | -1/+2 |
| | |||||
* | overrides working except for transitive dep inheritance with lock file | Tristan Sloughter | 2014-12-30 | 1 | -0/+39 |
| | |||||
* | Dynamic 'do' provider for namespaces | Fred Hebert | 2014-12-21 | 1 | -0/+8 |
| | | | | | | | | | | | Using a namespace such as 'rebar3 lfe new' will look for the 'new' command in 'lfe' namespace without the need for a 'do' provider to be registered in that namespace. Manually checked that 'rebar3 as <profile> <namespace> command' works, as well with 'default' and 'do'. Test suite still needed. | ||||
* | rewrite profiles | Tristan Sloughter | 2014-12-16 | 1 | -38/+35 |
| | |||||
* | don't lose defualt deps when creating current profile | Tristan Sloughter | 2014-12-06 | 1 | -0/+5 |
| | |||||
* | don't use lock file for non-defualt profile deps | Tristan Sloughter | 2014-12-06 | 1 | -3/+1 |
| | |||||
* | don't store global state variables in opts dict | Tristan Sloughter | 2014-12-06 | 1 | -13/+29 |
| | |||||
* | move dir functions from utils to new module rebar_dir | Tristan Sloughter | 2014-12-01 | 1 | -4/+4 |
| |