summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Port env var expension fix from rebar2Fred Hebert2015-02-251-1/+1
| | | | See https://github.com/rebar/rebar/pull/458
* remove old info function from install_deps, it is a bare providerTristan Sloughter2015-02-251-35/+2
|
* Fix crash on non-git source deps in deps providerFred Hebert2015-02-251-1/+1
| | | | The 'element(1, ..)' guard would always fail and cause crashes.
* profiles: combine lists of values for conflicting config optionsTristan Sloughter2015-02-241-3/+1
|
* We can use 3.0.0 when we're done.Fred Hebert2015-02-241-1/+1
|
* Revert accidental commited debug codeFred Hebert2015-02-241-2/+1
|
* Add tests and fixes for packages upgradesFred Hebert2015-02-233-18/+29
| | | | | | | | | | - Track level of packages properly, they're not level 0 anymore (this could yield an issue where a src dep takes precedence over a pkg dep) - Proper stable sort of vertices in the digraph module - PkgDeps no longer 'see themselves' when fetching and upgrading after locking themselves - Pkg Locks are added to pkg deps rather than source deps - Updating test cases to support pkg mocking on top of src mocking
* Reuse test code and drop duplicated stuffFred Hebert2015-02-231-1/+1
|
* Fix lock merging for nonexistant lock files.Fred Hebert2015-02-231-0/+5
|
* output hook stdout and don't add extra newlineTristan Sloughter2015-02-232-2/+3
|
* don't unescessarily recompile yrl/xrl filesalisdair sullivan2015-02-221-4/+10
| | | | fixes #175
* 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-223-9/+18
|\ | | | | release and tar tests
| * release and tar testsTristan Sloughter2015-02-223-9/+18
| |
* | remove unneeded get_modules_list functionTristan Sloughter2015-02-221-17/+6
| |
* | consolidate app validation and exist checksTristan Sloughter2015-02-228-199/+100
| |
* | 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
* | Merge pull request #166 from tsloughter/xdgFred Hebert2015-02-218-37/+45
|\ \ | |/ |/| follow xdg standard. fixes #122
| * follow xdg standard. fixes #122Tristan Sloughter2015-02-198-37/+45
| |
* | Merge pull request #155 from tsloughter/new_depsFred Hebert2015-02-192-12/+37
|\ \ | | | | | | 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-192-12/+37
| |/
* | 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-193-15/+34
|\ | | | | 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-172-3/+20
| |
* | 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
| |/
* | 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-171-9/+26
|\ | | | | check already compiled modules compile arguments against current compile arguments
| * check already compiled modules compile arguments against current compilealisdair sullivan2015-02-161-9/+26
| | | | | | | | arguments to ensure compile results as as intended
* | 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-171-10/+52
| |
* | replace package management with hex.pmTristan Sloughter2015-02-179-80/+122
| |
* | remove unused functions from app utilsTristan Sloughter2015-02-171-26/+5
| |
* | Initial `deps` commandFred Hebert2015-02-161-1/+69
| |
* | Merge pull request #154 from tsloughter/git_ref_needs_updateFred Hebert2015-02-161-8/+15
|\ \ | | | | | | needs_update: on ref defined deps only have to match prefix if 7+ chars
| * | needs_update: on ref defined deps only have to match prefix if 7+ charsTristan Sloughter2015-02-161-8/+15
| | |
* | | Remove extra default warningsJames Fish2015-02-161-7/+1
|/ / | | | | | | | | | | It is not convenient for everyone to handle unmatched_returns and underspecs warnings. Extra default warnings are removed to match dialyzer's behaviour.
* | Fix dialyzer when only updating pltJames Fish2015-02-151-1/+1
| | | | | | | | Previously dialyzer would crash when not doing success typing analysis.
* | Fix {dialyzer_plt_warnings, false} returning warningsJames Fish2015-02-141-6/+26
|/ | | | | | When dialyzer_plt_warnings is false no warnings should be returned when updating a PLT. Previously any callgraph warnings would be returned when updating a PLT regardless of the get_warnings option.
* Merge pull request #142 from rebar/wtf-providerTristan Sloughter2015-02-134-2/+105
|\ | | | | Initial WTF provider implementation
| * Advertise rebar3 wtf in error messagesFred Hebert2015-02-131-1/+3
| |
| * Initial WTF provider implementationFred Hebert2015-02-123-1/+102
| | | | | | | | Tests missing
* | Fix #140 and preserve erl_first_files orderMartin Karlsson2015-02-131-5/+20
|/ | | | | | Match erl_first_files properly against all files needing compilation and make sure the order of erl_first_files as specified in rebar.config is preserved (rebar/rebar#445)
* Warnings for Deletions and friendly errorsFred Hebert2015-02-121-10/+28
| | | | | | | | | Apps that are no longer used are not automatically deleted, but we tell users it can be done. This is safer while we're not sure of the correctness of these messages. Error messages are added for transient dependencies and dependencies not found.
* Support multiple app upgrade & lock testsFred Hebert2015-02-111-19/+19
| | | | | | - Many apps is supported through and through - Not mentioning any app upgrades all apps - Locks are refreshed on disk and tested as such after an upgrade
* Fix testcases, add multi-app upgrade supportFred Hebert2015-02-112-22/+75
| | | | | | | | todo: - relock stuff - default to all apps needing upgrade - more tests? - pkgs?