summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Reuse test code and drop duplicated stuffFred Hebert2015-02-234-99/+21
|/
* Merge pull request #178 from rebar/merge-lock-fixTristan Sloughter2015-02-231-0/+5
|\ | | | | Fix lock merging for nonexistant lock files.
| * Fix lock merging for nonexistant lock files.Fred Hebert2015-02-231-0/+5
|/
* Merge pull request #174 from tsloughter/profile_testsFred Hebert2015-02-233-46/+128
|\ | | | | basic profile deps tests
| * basic profile deps testsTristan Sloughter2015-02-223-46/+128
| |
* | Merge pull request #177 from tsloughter/hook_outputFred Hebert2015-02-232-2/+3
|\ \ | | | | | | output hook stdout and don't add extra newline
| * | output hook stdout and don't add extra newlineTristan Sloughter2015-02-232-2/+3
|/ /
* | Merge pull request #176 from talentdeficit/no_unescessary_yrl_xrl_recompileTristan Sloughter2015-02-232-6/+53
|\ \ | | | | | | don't unescessarily recompile yrl/xrl files
| * | don't unescessarily recompile yrl/xrl filesalisdair sullivan2015-02-222-6/+53
|/ / | | | | | | fixes #175
* | Merge pull request #173 from talentdeficit/empty_locks_fixTristan Sloughter2015-02-221-1/+1
|\ \ | |/ |/| don't attempt to merge locks when there are no dependencies
| * don't attempt to merge locks when there are no dependenciesalisdair sullivan2015-02-221-1/+1
|/ | | | fixes #172
* Merge pull request #167 from tsloughter/release_testsFred Hebert2015-02-225-9/+94
|\ | | | | release and tar tests
| * fix test, remove use of filelib:wildcard for R15 supportTristan Sloughter2015-02-221-2/+2
| |
| * release and tar testsTristan Sloughter2015-02-225-9/+94
| |
* | Merge pull request #169 from tsloughter/app_info_cleanupFred Hebert2015-02-228-200/+90
|\ \ | | | | | | consolidate app validation and exist checks
| * | remove unneeded get_modules_list functionTristan Sloughter2015-02-221-17/+6
| | |
| * | consolidate app validation and exist checksTristan Sloughter2015-02-228-199/+100
|/ /
* | Merge pull request #171 from ferd/deps-refactoringTristan Sloughter2015-02-221-118/+131
|\ \ | | | | | | Refactor install deps
| * | Reindent multiline assignmentFred Hebert2015-02-221-11/+11
| | |
| * | Pass in newer state referenceFred Hebert2015-02-221-2/+1
| | | | | | | | | | | | Old one might have been a mistake; this one works fine.
| * | Refactor install depsFred Hebert2015-02-221-118/+132
| | | | | | | | | | | | | | | | | | - Make functions shorter - Unnest some functions - Split up and give names to major conditional branches
* | | makefile template fixTristan Sloughter2015-02-211-1/+1
|/ /
* | Merge pull request #166 from tsloughter/xdgFred Hebert2015-02-2111-46/+54
|\ \ | | | | | | follow xdg standard. fixes #122
| * | fix order of top_level_deps function in ugprade_SUITETristan Sloughter2015-02-191-3/+3
| | |
| * | update templates doc for xdg config dir changesTristan Sloughter2015-02-191-5/+5
| | |
| * | follow xdg standard. fixes #122Tristan Sloughter2015-02-199-38/+46
| | |
* | | Merge pull request #168 from tsloughter/cmakeFred Hebert2015-02-212-0/+76
|\ \ \ | |_|/ |/| | cmake template
| * | cmake templateTristan Sloughter2015-02-212-0/+76
|/ /
* | Merge pull request #155 from tsloughter/new_depsFred Hebert2015-02-193-16/+77
|\ \ | | | | | | check for newly added deps in the config file that aren't level 0 in lock
| * | check for newly added deps in config file that aren't level 0 in the lockTristan Sloughter2015-02-193-16/+77
| |/
* | Merge pull request #165 from tsloughter/project_app_infoFred Hebert2015-02-193-29/+32
|\ \ | |/ |/| update project app list with new appinfo records after build
| * update project app list with new appinfo records after buildTristan Sloughter2015-02-193-29/+32
|/
* Merge pull request #160 from tsloughter/sub_depsFred Hebert2015-02-194-16/+63
|\ | | | | use project sub-apps with deps in their rebar.config
| * sort project apps before merging depsTristan Sloughter2015-02-193-13/+15
| |
| * use project sub-apps with deps in their rebar.configTristan Sloughter2015-02-173-4/+49
| |
* | Merge pull request #163 from talentdeficit/monitor_ctFred Hebert2015-02-181-2/+4
|\ \ | | | | | | fix error where an exception in ct could hang rebar by monitoring
| * | fix error where an exception in ct could hang rebar by monitoringalisdair sullivan2015-02-181-2/+4
|/ / | | | | | | the process where ct is performed
* | Merge pull request #159 from talentdeficit/quiet_ctTristan Sloughter2015-02-171-8/+33
|\ \ | | | | | | suppress common_test output unless `rebar3 ct` is run with verbose switch
| * | suppress common_test output unless `rebar3 ct` is run with verbose switchalisdair sullivan2015-02-171-8/+33
| |/
* | Merge pull request #161 from talentdeficit/recompile_purgeTristan Sloughter2015-02-171-2/+4
|\ \ | |/ |/| purge mods loaded during check to see if they need to be recompiled
| * purge mods loaded during check to see if they need to be recompiledalisdair sullivan2015-02-171-2/+4
|/ | | | during compile task before running subsequent tasks
* Merge pull request #157 from talentdeficit/real_needs_recompileTristan Sloughter2015-02-172-11/+82
|\ | | | | check already compiled modules compile arguments against current compile arguments
| * check already compiled modules compile arguments against current compilealisdair sullivan2015-02-162-11/+82
| | | | | | | | arguments to ensure compile results as as intended
* | Merge pull request #145 from tsloughter/hexTristan Sloughter2015-02-1715-183/+374
|\ \ | | | | | | Replace package management with hex.pm
| * | print error message suggesting to run rebar3 update if missing package indexTristan Sloughter2015-02-171-0/+1
| | |
| * | parse version constraints in hex registry for digraphTristan Sloughter2015-02-172-11/+53
| | |
| * | replace package management with hex.pmTristan Sloughter2015-02-1714-157/+326
| | |
| * | remove unused functions from app utilsTristan Sloughter2015-02-171-26/+5
|/ /
* | Merge pull request #156 from ferd/depsFred Hebert2015-02-163-189/+352
|\ \ | | | | | | Initial `deps` command
| * | Initial `deps` commandFred Hebert2015-02-163-189/+352
|/ /