summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fixes for overrides of depsTristan Sloughter2015-08-313-7/+7
|
* update use of hooks and plugins with state in app_infoTristan Sloughter2015-08-3110-237/+162
|
* build on already created AppInfo instead of having to do copyTristan Sloughter2015-08-317-142/+125
|
* fix erl_opts to not be inheritedTristan Sloughter2015-08-311-6/+6
|
* remove state record from app_info recordTristan Sloughter2015-08-317-43/+11
|
* wip: move state into app_infoTristan Sloughter2015-08-3113-159/+420
|
* utf8 treeHeinz N. Gies2015-08-311-8/+9
|
* Removed extra | for last element in treeHeinz N. Gies2015-08-311-9/+14
|
* Merge pull request #759 from tsloughter/dep_tree_fixFred Hebert2015-08-301-1/+1
|\ | | | | set parent on already fetched apps so tree works
| * set parent on already fetched apps so tree worksTristan Sloughter2015-08-291-1/+1
| |
* | Use raw bytestream when writing filesFred Hebert2015-08-291-2/+2
|/ | | | | | | This patch forces write_file_if_contents_differ/2 to use raw bytes as when writing files. This fixes an issue where UTF-8 characters are processed and written back as ISO-8859-1 into the file, which makes it impossible to use UTF-8 characters in .app.src files.
* Bump to beta-2Fred Hebert2015-08-271-1/+1
|
* remove replacement of home dir with ~ in update outputTristan Sloughter2015-08-262-7/+2
|
* symlink ct test dirs rather than copyalisdair sullivan2015-08-261-2/+4
|
* Merge pull request #716 from talentdeficit/eunit_file_argFred Hebert2015-08-271-5/+31
|\ | | | | add support for `rebar3 eunit --file=...'
| * improve `--help' documentation for eunit provideralisdair sullivan2015-08-161-5/+5
| |
| * add support for `rebar3 eunit --file=...'alisdair sullivan2015-08-151-3/+29
| |
* | Merge pull request #748 from tsloughter/pkg_attributeFred Hebert2015-08-277-81/+91
|\ \ | | | | | | support pkg attribute on dep to declare package name different from app name
| * | simplify package dep parsing and handlingTristan Sloughter2015-08-256-103/+77
| | |
| * | support pkg attribute on dep to declare package name different from app nameTristan Sloughter2015-08-233-6/+42
| | |
* | | Merge pull request #751 from tsloughter/pkgs_prv_fixFred Hebert2015-08-251-3/+7
|\ \ \ | | | | | | | | fix pkgs provider output for new package index format
| * | | fix pkgs provider output for new package index formatTristan Sloughter2015-08-241-3/+7
| |/ /
* | | Merge pull request #747 from tsloughter/rm_top_levelFred Hebert2015-08-241-1/+2
|\ \ \ | | | | | | | | don't error on upgrade if user removes top level dep
| * | | don't error on upgrade if user removes top level depTristan Sloughter2015-08-231-1/+2
| |/ /
* | | add error message for dependency that doesn't contain single app dirTristan Sloughter2015-08-231-10/+16
|/ /
* | override 'deps' now automatically overrides '{deps,default}'Tristan Sloughter2015-08-231-3/+10
| |
* | Merge pull request #742 from tsloughter/pkg_checkTristan Sloughter2015-08-236-6/+29
|\ \ | | | | | | improve error messages for packages by checking its existance before fetch
| * | improve error messages for packages by checking its existance before fetchingTristan Sloughter2015-08-237-8/+31
| | |
* | | Merge pull request #739 from tsloughter/masterFred Hebert2015-08-232-20/+16
|\ \ \ | | | | | | | | don't store deps list with duplicate in state
| * | | don't store deps list with duplicate in stateTristan Sloughter2015-08-222-20/+16
| |/ /
* | | use 'default' for default hex repo path in cache and include in info messagesTristan Sloughter2015-08-224-15/+35
|/ /
* | Merge pull request #736 from tsloughter/update_erlcinfoTristan Sloughter2015-08-221-12/+26
|\ \ | | | | | | update erlcinfo on disk if source file removed
| * | update erlcinfo on disk if source file removedTristan Sloughter2015-08-221-12/+26
| | |
* | | do not override user cli supplied outputdir for relxTristan Sloughter2015-08-221-4/+7
|/ /
* | remove unneeded packages ets table load/unload in pluginsTristan Sloughter2015-08-211-14/+8
| |
* | replace use of dict of packages and registry with single ets tableTristan Sloughter2015-08-219-226/+178
| |
* | include rebar3 in supported packages buildtoolTristan Sloughter2015-08-211-0/+1
| |
* | this patch treats pkg and src deps as equals, so level decides winnerTristan Sloughter2015-08-219-446/+267
| | | | | | | | | | | | | | | | Instead fetching and resolving src deps (which could depend on pkg deps) and then pkg deps this patch combines the two into a single set of iterations by level. The only difference between src and pkg deps in this new install_deps is how their deps list is found -- from the config or lock file for src deps and from the neighbors of the vertex for pkg.
* | fix leaking hex_registry tablepvmart2015-08-194-18/+30
| |
* | Merge pull request #724 from tsloughter/upgrade_with_locksFred Hebert2015-08-182-35/+22
|\ \ | | | | | | properly update locks for deps and ignore skip messages for locks
| * | properly update locks for deps and ignore skip messages for locksTristan Sloughter2015-08-172-35/+22
| | |
* | | fix leaking ets tables when compilation failedpvmart2015-08-181-11/+14
|/ /
* | 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-176-85/+180
|\ \ \ | | | | | | | | 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-163-56/+96
| | | |
| * | | track the parent of umbrella app dependenciesTristan Sloughter2015-08-164-27/+92
| | | |